@knapsack/core 4.68.1 → 4.68.2--canary.4532.257d6f6.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/core",
3
3
  "description": "The core of Knapsack",
4
- "version": "4.68.1",
4
+ "version": "4.68.2--canary.4532.257d6f6.0",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
7
7
  "types": "dist/index.d.ts",
@@ -26,16 +26,16 @@
26
26
  },
27
27
  "author": "Knapsack (https://www.knapsack.cloud)",
28
28
  "dependencies": {
29
- "@knapsack/utils": "4.68.1",
29
+ "@knapsack/utils": "4.68.2--canary.4532.257d6f6.0",
30
30
  "superstruct": "^0.16.7"
31
31
  },
32
32
  "devDependencies": {
33
- "@knapsack/eslint-config-starter": "4.68.1",
34
- "@knapsack/test-ava": "4.68.1",
35
- "@knapsack/types": "4.68.1",
36
- "@knapsack/typescript-config-starter": "4.68.1",
33
+ "@knapsack/eslint-config-starter": "4.68.2--canary.4532.257d6f6.0",
34
+ "@knapsack/test-ava": "4.68.2--canary.4532.257d6f6.0",
35
+ "@knapsack/types": "4.68.2--canary.4532.257d6f6.0",
36
+ "@knapsack/typescript-config-starter": "4.68.2--canary.4532.257d6f6.0",
37
37
  "@types/json-schema": "^7.0.15",
38
- "@types/node": "^20.14.14",
38
+ "@types/node": "^20.16.1",
39
39
  "ava": "^6.1.3",
40
40
  "eslint": "^8.57.0",
41
41
  "tsup": "^8.0.2",
@@ -50,5 +50,5 @@
50
50
  "directory": "libs/core",
51
51
  "type": "git"
52
52
  },
53
- "gitHead": "1e064309e2a5e929eecbb0e51360fcc3f1723022"
53
+ "gitHead": "257d6f6553477b2975d81077f6c7866f898d5379"
54
54
  }