@apigames/logger
Advanced tools
Comparing version 21.1.3 to 22.1.0-dev.1
@@ -6,3 +6,3 @@ { | ||
"license": "UNLICENSED", | ||
"version": "21.1.3", | ||
"version": "22.1.0-dev.1", | ||
"main": "lib/index.js", | ||
@@ -15,2 +15,6 @@ "types": "lib/index.d.ts", | ||
"unx:publish": "rm -rf lib && tsc && jest && jest --config build.jest.config.js && npm publish", | ||
"win:publish-beta": "(if exist lib rmdir /s /q lib) && tsc && jest && jest --config build.jest.config.js && npm publish --tag beta", | ||
"unx:publish-beta": "rm -rf lib && tsc && jest && jest --config build.jest.config.js && npm publish --tag beta", | ||
"win:publish-dev": "(if exist lib rmdir /s /q lib) && tsc && jest && jest --config build.jest.config.js && npm publish --tag dev", | ||
"unx:publish-dev": "rm -rf lib && tsc && jest && jest --config build.jest.config.js && npm publish --tag dev", | ||
"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", | ||
@@ -24,3 +28,3 @@ "unx:upgrade-latest": "rm -rf node_modules && rm -f package-lock.json && ncu -u --target latest && npm install", | ||
"dependencies": { | ||
"@apigames/json": "21.1.4" | ||
"@apigames/json": "22.1.0-dev.1" | ||
}, | ||
@@ -27,0 +31,0 @@ "devDependencies": { |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
9255
1
+ Added@apigames/json@22.1.0-dev.1(transitive)
- Removed@apigames/json@21.1.4(transitive)
Updated@apigames/json@22.1.0-dev.1