@apigames/highres-timer
Advanced tools
Comparing version 1.0.17 to 1.0.18
@@ -6,8 +6,6 @@ { | ||
"license": "MIT", | ||
"version": "1.0.17", | ||
"version": "1.0.18", | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"scripts": { | ||
"win:upgrade": "(if exist node_modules rmdir /s /q node_modules) && (if exist package-lock.json del /s /q package-lock.json) && ncu -u && npm install", | ||
"unx:upgrade": "rm -rf node_modules && rm -f package-lock.json && ncu -u && npm install", | ||
"win:build": "(if exist lib rmdir /s /q lib) && tsc && jest && jest --config build.jest.config.js --coverage", | ||
@@ -17,2 +15,6 @@ "unx:build": "rm -rf lib && tsc && jest && jest --config build.jest.config.js --coverage", | ||
"unx:publish": "rm -rf lib && tsc && jest && jest --config build.jest.config.js && npm publish", | ||
"win:upgrade-latest": "(if exist node_modules rmdir /s /q node_modules) && (if exist package-lock.json del /s /q package-lock.json) && ncu -u --target latest && npm install", | ||
"unx:upgrade-latest": "rm -rf node_modules && rm -f package-lock.json && ncu -u --target latest && npm install", | ||
"win:upgrade-minor": "(if exist node_modules rmdir /s /q node_modules) && (if exist package-lock.json del /s /q package-lock.json) && ncu -u --target minor && npm install", | ||
"unx:upgrade-minor": "rm -rf node_modules && rm -f package-lock.json && ncu -u --target minor && npm install", | ||
"test:coverage": "jest --coverage", | ||
@@ -19,0 +21,0 @@ "test:watch": "jest --watch" |
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
7441