@knapsack/renderer-webpack-base 4.89.3 → 4.89.4--canary.7025.a90fef2.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 +0 -19
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,22 +1,3 @@
1
- # v4.89.3 (Thu Dec 11 2025)
2
-
3
- #### 🐛 Bug Fix
4
-
5
- - KSP-6536 Fixed align token metrics counting with UI logic for variables and collections [#6778](https://github.com/knapsack-labs/app-monorepo/pull/6778) ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
6
- - Merge branch 'latest' into feature/ksp-6536-metrics-not-computing-tokens-and-variables-correctly ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
7
- - Merge remote-tracking branch 'origin/feature/ksp-6536-metrics-not-computing-tokens-and-variables-correctly' into feature/ksp-6536-metrics-not-computing-tokens-and-variables-correctly ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
8
-
9
- #### 🏠 Internal
10
-
11
- - KSP-6438: Resolves dependabot alert for http-proxy-middleware package [#7003](https://github.com/knapsack-labs/app-monorepo/pull/7003) ([@rizchelwood](https://github.com/rizchelwood))
12
-
13
- #### Authors: 2
14
-
15
- - [@EmmanuelVelez](https://github.com/EmmanuelVelez)
16
- - Rizchel Wood ([@rizchelwood](https://github.com/rizchelwood))
17
-
18
- ---
19
-
20
1
  # v4.89.1 (Wed Dec 10 2025)
21
2
 
22
3
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/renderer-webpack-base",
3
3
  "description": "",
4
- "version": "4.89.3",
4
+ "version": "4.89.4--canary.7025.a90fef2.0",
5
5
  "type": "commonjs",
6
6
  "exports": {
7
7
  ".": {
@@ -23,21 +23,21 @@
23
23
  "test": "time ava"
24
24
  },
25
25
  "dependencies": {
26
- "@knapsack/app": "4.89.3",
27
- "@knapsack/babel-config-starter": "4.89.3",
28
- "@knapsack/file-utils": "4.89.3",
29
- "@knapsack/types": "4.89.3",
30
- "@knapsack/utils": "4.89.3",
26
+ "@knapsack/app": "4.89.4--canary.7025.a90fef2.0",
27
+ "@knapsack/babel-config-starter": "4.89.4--canary.7025.a90fef2.0",
28
+ "@knapsack/file-utils": "4.89.4--canary.7025.a90fef2.0",
29
+ "@knapsack/types": "4.89.4--canary.7025.a90fef2.0",
30
+ "@knapsack/utils": "4.89.4--canary.7025.a90fef2.0",
31
31
  "babel-loader": "^9.2.1",
32
32
  "react-dev-utils": "^12.0.1",
33
33
  "webpack": "^5.103.0",
34
34
  "webpack-manifest-plugin": "^4.1.1"
35
35
  },
36
36
  "devDependencies": {
37
- "@knapsack/eslint-config-starter": "4.89.3",
38
- "@knapsack/prettier-config": "4.89.3",
39
- "@knapsack/test-ava": "4.89.3",
40
- "@knapsack/typescript-config-starter": "4.89.3",
37
+ "@knapsack/eslint-config-starter": "4.89.4--canary.7025.a90fef2.0",
38
+ "@knapsack/prettier-config": "4.89.4--canary.7025.a90fef2.0",
39
+ "@knapsack/test-ava": "4.89.4--canary.7025.a90fef2.0",
40
+ "@knapsack/typescript-config-starter": "4.89.4--canary.7025.a90fef2.0",
41
41
  "@types/node": "^20.19.25",
42
42
  "@types/webpack": "^5.28.5",
43
43
  "ava": "^6.4.1",
@@ -53,5 +53,5 @@
53
53
  "directory": "apps/client/libs/renderer-webpack-base",
54
54
  "type": "git"
55
55
  },
56
- "gitHead": "8b53950cac8842d01137ab95b6f1f048933932de"
56
+ "gitHead": "a90fef2d42e52b51b6b949a46f0d1aa43d0057df"
57
57
  }