@knapsack/core 4.68.4 → 4.68.6--canary.4475.83293df.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.4",
4
+ "version": "4.68.6--canary.4475.83293df.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.4",
29
+ "@knapsack/utils": "4.68.6--canary.4475.83293df.0",
30
30
  "superstruct": "^0.16.7"
31
31
  },
32
32
  "devDependencies": {
33
- "@knapsack/eslint-config-starter": "4.68.4",
34
- "@knapsack/test-ava": "4.68.4",
35
- "@knapsack/types": "4.68.4",
36
- "@knapsack/typescript-config-starter": "4.68.4",
33
+ "@knapsack/eslint-config-starter": "4.68.6--canary.4475.83293df.0",
34
+ "@knapsack/test-ava": "4.68.6--canary.4475.83293df.0",
35
+ "@knapsack/types": "4.68.6--canary.4475.83293df.0",
36
+ "@knapsack/typescript-config-starter": "4.68.6--canary.4475.83293df.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": "fc1fa42ad0a9179975fc3665ddcfe1a02d1d7756"
53
+ "gitHead": "83293df214e15244a582ad709ed012ef00ae9c97"
54
54
  }