@knapsack/core 4.72.0--canary.5313.b7d67fd.0 → 4.72.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ # v4.72.0 (Fri Jan 03 2025)
2
+
3
+ #### 🏠 Internal
4
+
5
+ - fix(deps): update dependency @types/node to ^20.17.11 [#5341](https://github.com/knapsack-labs/app-monorepo/pull/5341) ([@renovate[bot]](https://github.com/renovate[bot]))
6
+ - refactor db and api env vars [#5316](https://github.com/knapsack-labs/app-monorepo/pull/5316) ([@freneticpixel](https://github.com/freneticpixel) [@EvanLovely](https://github.com/EvanLovely))
7
+
8
+ #### Authors: 3
9
+
10
+ - [@renovate[bot]](https://github.com/renovate[bot])
11
+ - Evan Lovely ([@EvanLovely](https://github.com/EvanLovely))
12
+ - Jim Frenette ([@freneticpixel](https://github.com/freneticpixel))
13
+
14
+ ---
15
+
1
16
  # v4.71.17 (Thu Dec 19 2024)
2
17
 
3
18
  #### 🏠 Internal
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.b7d67fd.0",
4
+ "version": "4.72.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.b7d67fd.0",
29
+ "@knapsack/utils": "4.72.0",
30
30
  "superstruct": "^0.16.7"
31
31
  },
32
32
  "devDependencies": {
33
- "@knapsack/eslint-config-starter": "4.72.0--canary.5313.b7d67fd.0",
34
- "@knapsack/hasura-gql-client": "4.72.0--canary.5313.b7d67fd.0",
35
- "@knapsack/test-ava": "4.72.0--canary.5313.b7d67fd.0",
36
- "@knapsack/types": "4.72.0--canary.5313.b7d67fd.0",
37
- "@knapsack/typescript-config-starter": "4.72.0--canary.5313.b7d67fd.0",
38
- "@types/node": "^20.17.8",
33
+ "@knapsack/eslint-config-starter": "4.72.0",
34
+ "@knapsack/hasura-gql-client": "4.72.0",
35
+ "@knapsack/test-ava": "4.72.0",
36
+ "@knapsack/types": "4.72.0",
37
+ "@knapsack/typescript-config-starter": "4.72.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": "b7d67fd48abd0b9f65623316e6fae373c8b20c0d"
53
+ "gitHead": "a2c1d954034b4520c15d3c6185919d97ccda1d3b"
54
54
  }