@waiting/shared-types
Advanced tools
Comparing version 8.6.0 to 9.0.0
@@ -5,3 +5,3 @@ /** | ||
* | ||
* @version 8.5.1 | ||
* @version 8.6.0 | ||
* @author waiting | ||
@@ -8,0 +8,0 @@ * @license MIT |
{ | ||
"name": "@waiting/shared-types", | ||
"author": "waiting", | ||
"version": "8.6.0", | ||
"version": "9.0.0", | ||
"description": "shared typescript types", | ||
@@ -16,3 +16,3 @@ "keywords": [ | ||
"module": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"types": "./src/index.ts", | ||
"bugs": { | ||
@@ -37,8 +37,14 @@ "url": "https://github.com/waitingsong/shared/issues" | ||
"files": [ | ||
"tsconfig.json", | ||
"rollup.config.js", | ||
"src/**/*.ts", | ||
"bin/*.js", | ||
"dist" | ||
], | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"scripts": { | ||
"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.*", | ||
@@ -49,2 +55,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", | ||
@@ -86,3 +94,3 @@ "rp": "rollup -c rollup.config.js", | ||
}, | ||
"gitHead": "a1c91d2314b8f17bb8d97f56f3aa3a53f69efda5" | ||
"gitHead": "97e17862ffa4877fba3ee288a236fed56425e983" | ||
} |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
41
1703
56998
1