@knapsack/app-client-api 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 +12 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
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
+
7
+ #### Authors: 1
8
+
9
+ - [@renovate[bot]](https://github.com/renovate[bot])
10
+
11
+ ---
12
+
1
13
  # v4.71.17 (Thu Dec 19 2024)
2
14
 
3
15
  #### 🏠 Internal
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/app-client-api",
3
3
  "description": "",
4
- "version": "4.72.0--canary.5313.b7d67fd.0",
4
+ "version": "4.72.0",
5
5
  "exports": {
6
6
  ".": {
7
7
  "types": "./dist/index.d.ts",
@@ -21,16 +21,16 @@
21
21
  "lint": "eslint ./"
22
22
  },
23
23
  "dependencies": {
24
- "@knapsack/app": "4.72.0--canary.5313.b7d67fd.0",
25
- "@knapsack/types": "4.72.0--canary.5313.b7d67fd.0",
26
- "@knapsack/utils": "4.72.0--canary.5313.b7d67fd.0",
24
+ "@knapsack/app": "4.72.0",
25
+ "@knapsack/types": "4.72.0",
26
+ "@knapsack/utils": "4.72.0",
27
27
  "cross-fetch": "^4.0.0"
28
28
  },
29
29
  "devDependencies": {
30
- "@knapsack/eslint-config-starter": "4.72.0--canary.5313.b7d67fd.0",
31
- "@knapsack/prettier-config": "4.72.0--canary.5313.b7d67fd.0",
32
- "@knapsack/typescript-config-starter": "4.72.0--canary.5313.b7d67fd.0",
33
- "@types/node": "^20.17.8",
30
+ "@knapsack/eslint-config-starter": "4.72.0",
31
+ "@knapsack/prettier-config": "4.72.0",
32
+ "@knapsack/typescript-config-starter": "4.72.0",
33
+ "@types/node": "^20.17.11",
34
34
  "eslint": "^8.57.0",
35
35
  "tsup": "^8.3.5",
36
36
  "typescript": "^5.6.3"
@@ -44,5 +44,5 @@
44
44
  "directory": "libs/app-client-api",
45
45
  "type": "git"
46
46
  },
47
- "gitHead": "b7d67fd48abd0b9f65623316e6fae373c8b20c0d"
47
+ "gitHead": "a2c1d954034b4520c15d3c6185919d97ccda1d3b"
48
48
  }