@apigames/logger
Advanced tools
Comparing version 1.0.15 to 1.0.16
@@ -6,8 +6,6 @@ { | ||
"license": "UNLICENSED", | ||
"version": "1.0.15", | ||
"version": "1.0.16", | ||
"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", | ||
@@ -22,3 +24,3 @@ "test:watch": "jest --watch" | ||
"dependencies": { | ||
"@apigames/json": "^1.0.45" | ||
"@apigames/json": "^1.0.46" | ||
}, | ||
@@ -25,0 +27,0 @@ "devDependencies": { |
6243
Updated@apigames/json@^1.0.46