@knapsack/core 4.72.0--canary.5313.6c85d05.0 → 4.72.1--canary.5374.d5fbe2d.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.72.0--canary.5313.6c85d05.0",
4
+ "version": "4.72.1--canary.5374.d5fbe2d.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.72.0--canary.5313.6c85d05.0",
29
+ "@knapsack/utils": "4.72.1--canary.5374.d5fbe2d.0",
30
30
  "superstruct": "^0.16.7"
31
31
  },
32
32
  "devDependencies": {
33
- "@knapsack/eslint-config-starter": "4.72.0--canary.5313.6c85d05.0",
34
- "@knapsack/hasura-gql-client": "4.72.0--canary.5313.6c85d05.0",
35
- "@knapsack/test-ava": "4.72.0--canary.5313.6c85d05.0",
36
- "@knapsack/types": "4.72.0--canary.5313.6c85d05.0",
37
- "@knapsack/typescript-config-starter": "4.72.0--canary.5313.6c85d05.0",
38
- "@types/node": "^20.17.8",
33
+ "@knapsack/eslint-config-starter": "4.72.1--canary.5374.d5fbe2d.0",
34
+ "@knapsack/hasura-gql-client": "4.72.1--canary.5374.d5fbe2d.0",
35
+ "@knapsack/test-ava": "4.72.1--canary.5374.d5fbe2d.0",
36
+ "@knapsack/types": "4.72.1--canary.5374.d5fbe2d.0",
37
+ "@knapsack/typescript-config-starter": "4.72.1--canary.5374.d5fbe2d.0",
38
+ "@types/node": "^20.17.11",
39
39
  "ava": "^6.2.0",
40
40
  "eslint": "^8.57.0",
41
41
  "tsup": "^8.3.5",
@@ -50,5 +50,5 @@
50
50
  "directory": "libs/core",
51
51
  "type": "git"
52
52
  },
53
- "gitHead": "6c85d05c9648006ff6dc61a16f2b551aea191f43"
53
+ "gitHead": "d5fbe2dff1c6096e8c09656278f73d0233496114"
54
54
  }