@accounts/types
Advanced tools
Comparing version 0.33.0 to 0.33.1
{ | ||
"name": "@accounts/types", | ||
"version": "0.33.0", | ||
"version": "0.33.1", | ||
"description": "Accounts-js Types", | ||
@@ -10,14 +10,2 @@ "main": "lib/index.js", | ||
}, | ||
"scripts": { | ||
"clean": "rimraf lib", | ||
"start": "tsc --watch", | ||
"precompile": "yarn clean", | ||
"compile": "tsc", | ||
"prepublishOnly": "yarn compile", | ||
"test": "yarn testonly", | ||
"test-ci": "yarn lint && yarn coverage", | ||
"testonly": "jest", | ||
"test:watch": "yarn testonly --watch", | ||
"coverage": "yarn testonly --coverage" | ||
}, | ||
"files": [ | ||
@@ -48,12 +36,22 @@ "src", | ||
"dependencies": { | ||
"tslib": "2.1.0" | ||
"tslib": "2.3.0" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "25.2.3", | ||
"@types/node": "14.0.14", | ||
"jest": "26.6.3", | ||
"@types/jest": "26.0.24", | ||
"@types/node": "16.4.13", | ||
"jest": "27.0.6", | ||
"rimraf": "3.0.2", | ||
"ts-jest": "26.5.0" | ||
"ts-jest": "27.0.4" | ||
}, | ||
"gitHead": "15d71c9a238141fdb5238a518b0bdc3698abf9ec" | ||
} | ||
"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" | ||
} | ||
} |
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
23343
87
+ Addedtslib@2.3.0(transitive)
- Removedtslib@2.1.0(transitive)
Updatedtslib@2.3.0