@ctx-core/env
Advanced tools
Comparing version 8.2.5 to 8.2.6
{ | ||
"name": "@ctx-core/env", | ||
"version": "8.2.5", | ||
"version": "8.2.6", | ||
"description": "ctx-core env", | ||
@@ -10,3 +10,3 @@ "main": "env.js", | ||
"build": "npm run clean && npm run compile", | ||
"clean": "rm tsconfig.tsbuildinfo", | ||
"clean": "rm -f tsconfig.tsbuildinfo", | ||
"compile": "tsc -b", | ||
@@ -34,9 +34,9 @@ "prepublishOnly": "npm run compile", | ||
"dependencies": { | ||
"@ctx-core/error": "^5.1.35", | ||
"@ctx-core/logger": "^3.1.2", | ||
"@ctx-core/object": "^6.2.4", | ||
"@ctx-core/package": "^3.1.4", | ||
"@ctx-core/error": "^5.1.36", | ||
"@ctx-core/logger": "^3.1.3", | ||
"@ctx-core/object": "^6.2.5", | ||
"@ctx-core/package": "^3.1.5", | ||
"svelte": "^3.12.1" | ||
}, | ||
"gitHead": "24af2f21f330aa55dee64cf335a341bb0bb091ea" | ||
"gitHead": "4345dc30282f5c5dc4a1a584e0938509847c476b" | ||
} |
4451
Updated@ctx-core/error@^5.1.36
Updated@ctx-core/logger@^3.1.3
Updated@ctx-core/object@^6.2.5
Updated@ctx-core/package@^3.1.5