kmore-types
Advanced tools
Comparing version 63.0.0 to 63.2.0
{ | ||
"name": "kmore-types", | ||
"author": "waiting", | ||
"version": "63.0.0", | ||
"version": "63.2.0", | ||
"description": "Retrieve types info from ts file", | ||
@@ -35,3 +35,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@waiting/shared-types-dev": "18.0.1" | ||
"@waiting/shared-types-dev": "^18.0.2" | ||
}, | ||
@@ -48,3 +48,2 @@ "engines": { | ||
"asset", | ||
"src/**/*.ts", | ||
"bin", | ||
@@ -61,2 +60,3 @@ "database", | ||
"build": "npm run tsc && tsc-alias && npm run rp", | ||
"build:prod": "npm run tsc -- --declaration --declarationMap && tsc-alias && npm run rp", | ||
"build:unit": "tsc -p test/tsconfig.json", | ||
@@ -68,11 +68,12 @@ "clean": "npm run clean:lock && npm run clean:dist && npm run clean:log", | ||
"clean:log": "rm -rf ./logs ./run", | ||
"cov": "c8 --all npm run test -- --parallel=false", | ||
"lint": "eslint --fix --cache src test", | ||
"cov": "c8 --all npm run test --", | ||
"lint": "eslint --fix --cache src test ", | ||
"lint:nofix": "eslint --cache src test", | ||
"pretest": "npm run build && npm run build:unit", | ||
"pretest": "npm run build:unit", | ||
"rp": "tsx bin-hashbang.js", | ||
"test": "cross-env NODE_ENV=test TS_NODE_PROJECT=test/tsconfig.json mocha --jobs=4", | ||
"test": "cross-env NODE_ENV=test TS_NODE_PROJECT=test/tsconfig.json mocha", | ||
"test:deb": "cross-env NODE_ENV=test TS_NODE_PROJECT=test/tsconfig.json mocha --parallel=false", | ||
"tsc": "tsc -p tsconfig.json" | ||
}, | ||
"gitHead": "9a183f0873732f6f9f41873485fdd2f018e1ee2c" | ||
"gitHead": "c2ce82913bc9868a7ca3ddd6da640deb9b58a371" | ||
} |
@@ -5,3 +5,3 @@ { | ||
"declaration": true, | ||
"declarationMap": true, | ||
"declarationMap": false, | ||
"emitDecoratorMetadata": true, | ||
@@ -31,2 +31,3 @@ "esModuleInterop": true, | ||
"resolveJsonModule": true, | ||
"rootDir": "src", | ||
"skipLibCheck": true, | ||
@@ -37,3 +38,3 @@ "sourceMap": true, | ||
"stripInternal": true, | ||
"target": "ES2022", | ||
"target": "ES2023", | ||
"tsBuildInfoFile": ".tsbuildinfo", | ||
@@ -40,0 +41,0 @@ "types" : ["mocha", "node"] |
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
19948
21
420
+ Added@waiting/shared-types-dev@18.0.5(transitive)
- Removed@waiting/shared-types-dev@18.0.1(transitive)