@knapsack/core 4.68.5 → 4.68.6--canary.4549.dbe7f16.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.5",
4
+ "version": "4.68.6--canary.4549.dbe7f16.0",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
7
7
  "types": "dist/index.d.ts",
@@ -26,20 +26,20 @@
26
26
  },
27
27
  "author": "Knapsack (https://www.knapsack.cloud)",
28
28
  "dependencies": {
29
- "@knapsack/utils": "4.68.5",
29
+ "@knapsack/utils": "4.68.6--canary.4549.dbe7f16.0",
30
30
  "superstruct": "^0.16.7"
31
31
  },
32
32
  "devDependencies": {
33
- "@knapsack/eslint-config-starter": "4.68.5",
34
- "@knapsack/test-ava": "4.68.5",
35
- "@knapsack/types": "4.68.5",
36
- "@knapsack/typescript-config-starter": "4.68.5",
33
+ "@knapsack/eslint-config-starter": "4.68.6--canary.4549.dbe7f16.0",
34
+ "@knapsack/test-ava": "4.68.6--canary.4549.dbe7f16.0",
35
+ "@knapsack/types": "4.68.6--canary.4549.dbe7f16.0",
36
+ "@knapsack/typescript-config-starter": "4.68.6--canary.4549.dbe7f16.0",
37
37
  "@types/json-schema": "^7.0.15",
38
38
  "@types/node": "^20.16.1",
39
39
  "ava": "^6.1.3",
40
40
  "eslint": "^8.57.0",
41
- "tsup": "^8.0.2",
42
- "typescript": "^5.5.3"
41
+ "tsup": "^8.2.4",
42
+ "typescript": "^5.5.4"
43
43
  },
44
44
  "license": "GPL-2.0-or-later",
45
45
  "publishConfig": {
@@ -50,5 +50,5 @@
50
50
  "directory": "libs/core",
51
51
  "type": "git"
52
52
  },
53
- "gitHead": "a77222544ba43e1d49645bd58ab6519543344d4b"
53
+ "gitHead": "dbe7f16ddbc21c9d7e0d1846343adaec964c96ab"
54
54
  }