@knapsack/core 4.71.0--canary.4884.682c89f.0 → 4.71.0--canary.4884.e6e5828.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.71.0--canary.4884.682c89f.0",
4
+ "version": "4.71.0--canary.4884.e6e5828.0",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
7
7
  "types": "dist/index.d.ts",
@@ -26,19 +26,19 @@
26
26
  },
27
27
  "author": "Knapsack (https://www.knapsack.cloud)",
28
28
  "dependencies": {
29
- "@knapsack/utils": "4.71.0--canary.4884.682c89f.0",
29
+ "@knapsack/utils": "4.71.0--canary.4884.e6e5828.0",
30
30
  "superstruct": "^0.16.7"
31
31
  },
32
32
  "devDependencies": {
33
- "@knapsack/eslint-config-starter": "4.71.0--canary.4884.682c89f.0",
34
- "@knapsack/test-ava": "4.71.0--canary.4884.682c89f.0",
35
- "@knapsack/types": "4.71.0--canary.4884.682c89f.0",
36
- "@knapsack/typescript-config-starter": "4.71.0--canary.4884.682c89f.0",
33
+ "@knapsack/eslint-config-starter": "4.71.0--canary.4884.e6e5828.0",
34
+ "@knapsack/test-ava": "4.71.0--canary.4884.e6e5828.0",
35
+ "@knapsack/types": "4.71.0--canary.4884.e6e5828.0",
36
+ "@knapsack/typescript-config-starter": "4.71.0--canary.4884.e6e5828.0",
37
37
  "@types/node": "^20.16.11",
38
38
  "ava": "^6.1.3",
39
39
  "eslint": "^8.57.0",
40
- "tsup": "^8.2.4",
41
- "typescript": "^5.5.4"
40
+ "tsup": "^8.3.0",
41
+ "typescript": "^5.6.3"
42
42
  },
43
43
  "license": "GPL-2.0-or-later",
44
44
  "publishConfig": {
@@ -49,5 +49,5 @@
49
49
  "directory": "libs/core",
50
50
  "type": "git"
51
51
  },
52
- "gitHead": "682c89fcf91d54f892d37c618b69773ab07db683"
52
+ "gitHead": "e6e58282ca3e6642485d1d8c40530213b41f96bb"
53
53
  }