kmore-cli
Advanced tools
Comparing version 7.0.0 to 7.1.0
@@ -7,3 +7,3 @@ #!/usr/bin/env node | ||
* | ||
* @version 6.2.2 | ||
* @version 7.0.0 | ||
* @author waiting | ||
@@ -10,0 +10,0 @@ * @license MIT |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* @version 6.2.2 | ||
* @version 7.0.0 | ||
* @author waiting | ||
@@ -8,0 +8,0 @@ * @license MIT |
{ | ||
"name": "kmore-cli", | ||
"author": "waiting", | ||
"version": "7.0.0", | ||
"version": "7.1.0", | ||
"description": "Command line to generate dicts from ts source files for kmore", | ||
@@ -17,4 +17,4 @@ "keywords": [ | ||
"es2015": "", | ||
"main": "./dist/index.cjs.js", | ||
"module": "./dist/index.js", | ||
"main": "dist/index.cjs.js", | ||
"module": "dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
@@ -33,4 +33,4 @@ "bugs": { | ||
"@waiting/shared-types": "^14.0.0", | ||
"@waiting/shared-types-dev": "2", | ||
"kmore-types": "^7.0.0", | ||
"@waiting/shared-types-dev": "^3.0.0", | ||
"kmore-types": "^7.1.0", | ||
"rxjs": "7", | ||
@@ -101,3 +101,3 @@ "rxwalker": "4", | ||
}, | ||
"gitHead": "599dd1bb8a729f2be527dd19ae2d38daf199c6c6" | ||
"gitHead": "a279977838fcb29f2579a7d44d68798627b6fe8d" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
54610
145
1
0
+ Added@ts-morph/common@0.10.1(transitive)
+ Added@waiting/shared-types-dev@3.0.1(transitive)
+ Addedts-morph@11.0.3(transitive)
- Removed@ts-morph/common@0.9.2(transitive)
- Removed@waiting/shared-core@11.2.0(transitive)
- Removed@waiting/shared-types@11.2.0(transitive)
- Removed@waiting/shared-types-dev@2.7.0(transitive)
- Removedts-morph@10.1.0(transitive)
- Removedtypescript@4.2.4(transitive)
Updatedkmore-types@^7.1.0