@knapsack/update 4.76.0--canary.5727.cd32941.0 → 4.76.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v4.76.0 (Tue Mar 04 2025)
2
+
3
+ #### 🏠 Internal
4
+
5
+ - KSP-6162: ensure logger includes top-level error [#5710](https://github.com/knapsack-labs/app-monorepo/pull/5710) ([@illepic](https://github.com/illepic))
6
+
7
+ #### Authors: 1
8
+
9
+ - Christopher Bloom ([@illepic](https://github.com/illepic))
10
+
11
+ ---
12
+
1
13
  # v4.75.9 (Fri Feb 28 2025)
2
14
 
3
15
  #### 🏠 Internal
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/update",
3
3
  "description": "",
4
- "version": "4.76.0--canary.5727.cd32941.0",
4
+ "version": "4.76.0",
5
5
  "bin": {
6
6
  "knapsack-update": "./cli.js"
7
7
  },
@@ -18,13 +18,13 @@
18
18
  "test": "ava"
19
19
  },
20
20
  "dependencies": {
21
- "@knapsack/app": "4.76.0--canary.5727.cd32941.0",
22
- "@knapsack/creator-utils": "4.76.0--canary.5727.cd32941.0",
23
- "@knapsack/design-token-utils": "4.76.0--canary.5727.cd32941.0",
24
- "@knapsack/file-utils": "4.76.0--canary.5727.cd32941.0",
25
- "@knapsack/ks-file-utils": "4.76.0--canary.5727.cd32941.0",
26
- "@knapsack/tiptap-utils": "4.76.0--canary.5727.cd32941.0",
27
- "@knapsack/utils": "4.76.0--canary.5727.cd32941.0",
21
+ "@knapsack/app": "4.76.0",
22
+ "@knapsack/creator-utils": "4.76.0",
23
+ "@knapsack/design-token-utils": "4.76.0",
24
+ "@knapsack/file-utils": "4.76.0",
25
+ "@knapsack/ks-file-utils": "4.76.0",
26
+ "@knapsack/tiptap-utils": "4.76.0",
27
+ "@knapsack/utils": "4.76.0",
28
28
  "cheerio": "^1.0.0",
29
29
  "isomorphic-dompurify": "^1.13.0",
30
30
  "marked": "^6.0.0",
@@ -32,11 +32,11 @@
32
32
  "yargs": "^17.7.2"
33
33
  },
34
34
  "devDependencies": {
35
- "@knapsack/eslint-config-starter": "4.76.0--canary.5727.cd32941.0",
36
- "@knapsack/prettier-config": "4.76.0--canary.5727.cd32941.0",
37
- "@knapsack/test-ava": "4.76.0--canary.5727.cd32941.0",
38
- "@knapsack/types": "4.76.0--canary.5727.cd32941.0",
39
- "@knapsack/typescript-config-starter": "4.76.0--canary.5727.cd32941.0",
35
+ "@knapsack/eslint-config-starter": "4.76.0",
36
+ "@knapsack/prettier-config": "4.76.0",
37
+ "@knapsack/test-ava": "4.76.0",
38
+ "@knapsack/types": "4.76.0",
39
+ "@knapsack/typescript-config-starter": "4.76.0",
40
40
  "@types/node": "^20.17.17",
41
41
  "@types/prompts": "^2.4.9",
42
42
  "@types/yargs": "^17.0.33",
@@ -53,5 +53,5 @@
53
53
  "directory": "apps/client/update",
54
54
  "type": "git"
55
55
  },
56
- "gitHead": "cd32941bc8c9d7f52adfe8da03797ac35fa03684"
56
+ "gitHead": "89e02beeee71a7a91f9a745e5496e367dbd28ba3"
57
57
  }