@accounts/error
Advanced tools
Comparing version 0.32.1 to 1.0.0-alpha-20231022085748-0910b9e1
{ | ||
"name": "@accounts/error", | ||
"version": "0.32.1", | ||
"version": "1.0.0-alpha-20231022085748-0910b9e1", | ||
"description": "Accounts-js Error", | ||
@@ -10,2 +10,14 @@ "main": "lib/index.js", | ||
}, | ||
"scripts": { | ||
"clean": "yarn run -T rimraf lib", | ||
"start": "yarn run -T tsc --watch", | ||
"precompile": "yarn run clean", | ||
"compile": "yarn run -T tsc", | ||
"prepublishOnly": "yarn run compile", | ||
"test": "yarn run testonly", | ||
"test-ci": "yarn run lint && yarn run coverage", | ||
"testonly": "yarn run -T jest", | ||
"test:watch": "yarn run testonly --watch", | ||
"coverage": "yarn run testonly --coverage" | ||
}, | ||
"files": [ | ||
@@ -36,22 +48,4 @@ "src", | ||
"dependencies": { | ||
"tslib": "2.3.0" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "26.0.24", | ||
"@types/node": "16.4.13", | ||
"jest": "27.0.6", | ||
"rimraf": "3.0.2", | ||
"ts-jest": "27.0.4" | ||
}, | ||
"scripts": { | ||
"clean": "rimraf lib", | ||
"start": "tsc --watch", | ||
"precompile": "pnpm run clean", | ||
"compile": "tsc", | ||
"test": "pnpm run testonly", | ||
"test-ci": "pnpm run lint && pnpm run coverage", | ||
"testonly": "jest", | ||
"test:watch": "pnpm run testonly -- --watch", | ||
"coverage": "pnpm run testonly -- --coverage" | ||
"tslib": "2.6.2" | ||
} | ||
} | ||
} |
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
0
4867
9
+ Addedtslib@2.6.2(transitive)
- Removedtslib@2.3.0(transitive)
Updatedtslib@2.6.2