Compare commits

...

2 Commits

Author SHA1 Message Date
8dd8bd0be1 3.0.0 2022-07-31 15:37:57 +02:00
0bd91c2bda BREAKING CHANGE(core): switch to esm 2022-07-31 15:37:57 +02:00
3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "@pushrocks/smartgit", "name": "@pushrocks/smartgit",
"version": "2.0.5", "version": "3.0.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@pushrocks/smartgit", "name": "@pushrocks/smartgit",
"version": "2.0.5", "version": "3.0.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@pushrocks/smartenv": "^5.0.2", "@pushrocks/smartenv": "^5.0.2",

View File

@ -1,6 +1,6 @@
{ {
"name": "@pushrocks/smartgit", "name": "@pushrocks/smartgit",
"version": "2.0.5", "version": "3.0.0",
"description": "smart wrapper for nodegit", "description": "smart wrapper for nodegit",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts", "typings": "dist_ts/index.d.ts",

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@pushrocks/smartgit', name: '@pushrocks/smartgit',
version: '2.0.5', version: '3.0.0',
description: 'smart wrapper for nodegit' description: 'smart wrapper for nodegit'
} }