@knapsack/core 4.70.5--canary.4960.c3d6fb1.0 → 4.70.5--canary.4977.2b71961.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.70.5--canary.4960.c3d6fb1.0",
4
+ "version": "4.70.5--canary.4977.2b71961.0",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
7
7
  "types": "dist/index.d.ts",
@@ -26,18 +26,18 @@
26
26
  },
27
27
  "author": "Knapsack (https://www.knapsack.cloud)",
28
28
  "dependencies": {
29
- "@knapsack/utils": "4.70.5--canary.4960.c3d6fb1.0",
29
+ "@knapsack/utils": "4.70.5--canary.4977.2b71961.0",
30
30
  "superstruct": "^0.16.7"
31
31
  },
32
32
  "devDependencies": {
33
- "@knapsack/eslint-config-starter": "4.70.5--canary.4960.c3d6fb1.0",
34
- "@knapsack/test-ava": "4.70.5--canary.4960.c3d6fb1.0",
35
- "@knapsack/types": "4.70.5--canary.4960.c3d6fb1.0",
36
- "@knapsack/typescript-config-starter": "4.70.5--canary.4960.c3d6fb1.0",
33
+ "@knapsack/eslint-config-starter": "4.70.5--canary.4977.2b71961.0",
34
+ "@knapsack/test-ava": "4.70.5--canary.4977.2b71961.0",
35
+ "@knapsack/types": "4.70.5--canary.4977.2b71961.0",
36
+ "@knapsack/typescript-config-starter": "4.70.5--canary.4977.2b71961.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",
40
+ "tsup": "^8.3.0",
41
41
  "typescript": "^5.6.3"
42
42
  },
43
43
  "license": "GPL-2.0-or-later",
@@ -49,5 +49,5 @@
49
49
  "directory": "libs/core",
50
50
  "type": "git"
51
51
  },
52
- "gitHead": "c3d6fb183a2a2e6630ecd4e861eeb35bd46da497"
52
+ "gitHead": "2b71961ac31ed38bf7847c4e96e327fc72a4b2f6"
53
53
  }