@apigames/json-schema
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", | ||
@@ -22,3 +24,3 @@ "test:watch": "jest --watch" | ||
"dependencies": { | ||
"@apigames/json": "^1.0.45", | ||
"@apigames/json": "^1.0.46", | ||
"deep-equal": "^2.0.5", | ||
@@ -25,0 +27,0 @@ "es6-promise": "^4.2.8", |
24895
Updated@apigames/json@^1.0.46