@knapsack/core 4.72.0--canary.4920.be98a9b.0 → 4.72.0--canary.5313.31d559e.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.4920.be98a9b.0",
4
+ "version": "4.72.0--canary.5313.31d559e.0",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
7
7
  "types": "dist/index.d.ts",
@@ -26,18 +26,19 @@
26
26
  },
27
27
  "author": "Knapsack (https://www.knapsack.cloud)",
28
28
  "dependencies": {
29
- "@knapsack/utils": "4.72.0--canary.4920.be98a9b.0",
29
+ "@knapsack/utils": "4.72.0--canary.5313.31d559e.0",
30
30
  "superstruct": "^0.16.7"
31
31
  },
32
32
  "devDependencies": {
33
- "@knapsack/eslint-config-starter": "4.72.0--canary.4920.be98a9b.0",
34
- "@knapsack/test-ava": "4.72.0--canary.4920.be98a9b.0",
35
- "@knapsack/types": "4.72.0--canary.4920.be98a9b.0",
36
- "@knapsack/typescript-config-starter": "4.72.0--canary.4920.be98a9b.0",
37
- "@types/node": "^20.17.2",
33
+ "@knapsack/eslint-config-starter": "4.72.0--canary.5313.31d559e.0",
34
+ "@knapsack/hasura-gql-client": "4.72.0--canary.5313.31d559e.0",
35
+ "@knapsack/test-ava": "4.72.0--canary.5313.31d559e.0",
36
+ "@knapsack/types": "4.72.0--canary.5313.31d559e.0",
37
+ "@knapsack/typescript-config-starter": "4.72.0--canary.5313.31d559e.0",
38
+ "@types/node": "^20.17.8",
38
39
  "ava": "^6.2.0",
39
40
  "eslint": "^8.57.0",
40
- "tsup": "^8.3.0",
41
+ "tsup": "^8.3.5",
41
42
  "typescript": "^5.6.3"
42
43
  },
43
44
  "license": "GPL-2.0-or-later",
@@ -49,5 +50,5 @@
49
50
  "directory": "libs/core",
50
51
  "type": "git"
51
52
  },
52
- "gitHead": "be98a9b39ed70c97fd88e8359e5420250a582b6f"
53
+ "gitHead": "31d559ecb396c0d66f822f42bd0256c931ad6d4c"
53
54
  }
package/tsconfig.json CHANGED
@@ -2,6 +2,7 @@
2
2
  "extends": "@knapsack/typescript-config-starter/tsconfig.declarations-only.json",
3
3
  "include": ["src"],
4
4
  "compilerOptions": {
5
+ "strictNullChecks": false,
5
6
  "noImplicitAny": false,
6
7
  "outDir": "dist"
7
8
  }