Comparing version 0.0.12 to 0.0.13
{ | ||
"name": "tsdef", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"description": "TypeScript common pattern shortcut definitions / utility gist library", | ||
@@ -28,3 +28,2 @@ "keywords": [ | ||
"main": "dist/node/index.js", | ||
"browser": "dist/browser/index.js", | ||
"types": "lib/index.d.ts", | ||
@@ -34,4 +33,3 @@ "sideEffects": false, | ||
"all": "npm run clean && npm run format && npm run lint:fix && npm run build:all && npm run test", | ||
"build:all": "npm run build:module && npm run build:node && npm run build:browser", | ||
"build:browser": "tsc -p ./tsconfig.browser.json && tscpaths -p ./tsconfig.browser.json -s ./src -o ./dist/browser", | ||
"build:all": "npm run build:module && npm run build:node", | ||
"build:module": "tsc -p ./tsconfig.module.json && tscpaths -p ./tsconfig.module.json -s ./src -o ./lib", | ||
@@ -38,0 +36,0 @@ "build:node": "tsc -p ./tsconfig.node.json && tscpaths -p ./tsconfig.node.json -s ./src -o ./dist/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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
41597
11
224