@waiting/shared-types-dev
Advanced tools
Comparing version 2.4.0 to 2.5.0
@@ -5,3 +5,3 @@ /** | ||
* | ||
* @version 2.3.0 | ||
* @version 2.4.0 | ||
* @author waiting | ||
@@ -8,0 +8,0 @@ * @license MIT |
@@ -230,2 +230,3 @@ import { deepFind } from '../util'; | ||
// console.log({ typeKey, code }) | ||
// const start = new Date() | ||
file.addStatements(code); | ||
@@ -247,2 +248,4 @@ const decla = file.getTypeAlias(typeKey); | ||
genTypeAliasDeclaration(resultObj, file, decla, aliasName, delimiter); | ||
// const dd = new Date().getTime() - start.getTime() | ||
// console.log({ typeKey, code, dd }) | ||
} | ||
@@ -249,0 +252,0 @@ if (arr.length > 1) { |
{ | ||
"name": "@waiting/shared-types-dev", | ||
"author": "waiting", | ||
"version": "2.4.0", | ||
"version": "2.5.0", | ||
"description": "shared typescript types devel", | ||
@@ -29,5 +29,5 @@ "private": false, | ||
"@types/source-map-support": "*", | ||
"@waiting/shared-core": "8", | ||
"@waiting/shared-types": "8", | ||
"rxjs": "6", | ||
"@waiting/shared-core": "9", | ||
"@waiting/shared-types": "9", | ||
"rxjs": "7", | ||
"source-map-support": "*", | ||
@@ -52,3 +52,3 @@ "ts-morph": "10" | ||
"build": "npm run tsc && npm run rp", | ||
"clean": "rm -rf dist/* -rf && npm run clean:lock && npm run clean:cache", | ||
"clean": "npm run clean:lock & npm run clean:cache & rm -rf dist/* -rf", | ||
"clean:cache": "rm -rf .eslintcache .vscode/.tsbuildinfo .vscode/.tsbuildinfo.*", | ||
@@ -59,2 +59,4 @@ "clean:lock": "rm package-lock.json -f", | ||
"lint:nofix": "eslint --cache {src,test}/**/*.ts", | ||
"prepublishOnly": "sh ../../.scripts/change-pkg-types-dist.sh", | ||
"postpublish": "sh ../../.scripts/change-pkg-types-src.sh", | ||
"purge": "npm run clean && rm node_modules -rf", | ||
@@ -96,3 +98,3 @@ "rp": "rollup -c rollup.config.js", | ||
}, | ||
"gitHead": "f0761e98605d3a528551e9cfc54cd9e46c372a7a" | ||
"gitHead": "96fab4e1ca2674dea4052a083eb97df530d99be7" | ||
} |
@@ -354,2 +354,3 @@ /* eslint-disable @typescript-eslint/ban-types */ | ||
// console.log({ typeKey, code }) | ||
// const start = new Date() | ||
file.addStatements(code) | ||
@@ -371,2 +372,4 @@ const decla = file.getTypeAlias(typeKey) | ||
genTypeAliasDeclaration(resultObj, file, decla, aliasName, delimiter) | ||
// const dd = new Date().getTime() - start.getTime() | ||
// console.log({ typeKey, code, dd }) | ||
} | ||
@@ -373,0 +376,0 @@ |
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
3113
140374
43
+ Added@waiting/shared-core@9.2.0(transitive)
+ Added@waiting/shared-types@9.2.0(transitive)
+ Addedrxjs@7.8.1(transitive)
+ Addedtslib@2.8.1(transitive)
- Removed@waiting/shared-core@8.6.0(transitive)
- Removed@waiting/shared-types@8.6.0(transitive)
- Removedrxjs@6.6.7(transitive)
- Removedtslib@1.14.1(transitive)
Updated@waiting/shared-core@9
Updated@waiting/shared-types@9
Updatedrxjs@7