layer2storage
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "layer2storage", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "", | ||
@@ -26,4 +26,4 @@ "keywords": [], | ||
"start": "rollup -c rollup.config.ts -w", | ||
"test": "jest", | ||
"test:watch": "jest --watch", | ||
"test": "GUN_ENV=false jest --runInBand", | ||
"test:watch": "GUN_ENV=false jest --runInBand --watch", | ||
"test:prod": "npm run lint && npm run test -- --coverage --no-cache", | ||
@@ -53,26 +53,2 @@ "deploy-docs": "ts-node tools/gh-pages-publish", | ||
}, | ||
"jest": { | ||
"transform": { | ||
".(ts|tsx)": "<rootDir>/node_modules/ts-jest/preprocessor.js" | ||
}, | ||
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$", | ||
"moduleFileExtensions": [ | ||
"ts", | ||
"tsx", | ||
"js" | ||
], | ||
"coveragePathIgnorePatterns": [ | ||
"/node_modules/", | ||
"/test/" | ||
], | ||
"coverageThreshold": { | ||
"global": { | ||
"branches": 90, | ||
"functions": 95, | ||
"lines": 95, | ||
"statements": 95 | ||
} | ||
}, | ||
"collectCoverage": true | ||
}, | ||
"prettier": { | ||
@@ -83,4 +59,4 @@ "semi": false, | ||
"devDependencies": { | ||
"@types/jest": "^23.1.1", | ||
"@types/node": "^10.3.5", | ||
"@types/jest": "^23.1.2", | ||
"@types/node": "^10.3.6", | ||
"colors": "^1.1.2", | ||
@@ -91,3 +67,3 @@ "commitizen": "^2.9.6", | ||
"cz-conventional-changelog": "^2.0.0", | ||
"gun": "^0.9.9991", | ||
"gun": "^0.9.9992", | ||
"husky": "^0.14.0", | ||
@@ -101,3 +77,3 @@ "jest": "^23.2.0", | ||
"rimraf": "^2.6.1", | ||
"rollup": "^0.58.0", | ||
"rollup": "^0.61.2", | ||
"rollup-plugin-commonjs": "^9.0.0", | ||
@@ -107,6 +83,6 @@ "rollup-plugin-json": "^3.0.0", | ||
"rollup-plugin-sourcemaps": "^0.4.2", | ||
"rollup-plugin-typescript2": "^0.11.1", | ||
"rollup-plugin-typescript2": "^0.15.1", | ||
"semantic-release": "^15.6.0", | ||
"ts-jest": "^22.0.0", | ||
"ts-node": "^6.2.0", | ||
"ts-jest": "^22.4.6", | ||
"ts-node": "^7.0.0", | ||
"tslint": "^5.8.0", | ||
@@ -113,0 +89,0 @@ "tslint-config-prettier": "^1.1.0", |
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
106896