@knapsack/renderer-webpack-base 4.78.4 → 4.78.5--canary.5509.85a1ce8.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 -12
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,15 +1,3 @@
1
- # v4.78.4 (Wed Mar 26 2025)
2
-
3
- #### 🐛 Bug Fix
4
-
5
- - fix React Renderer ability to handle funky camel casing KSP-6137 [#5866](https://github.com/knapsack-labs/app-monorepo/pull/5866) ([@EvanLovely](https://github.com/EvanLovely))
6
-
7
- #### Authors: 1
8
-
9
- - Evan Lovely ([@EvanLovely](https://github.com/EvanLovely))
10
-
11
- ---
12
-
13
1
  # v4.78.3 (Wed Mar 26 2025)
14
2
 
15
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.78.4",
4
+ "version": "4.78.5--canary.5509.85a1ce8.0",
5
5
  "type": "commonjs",
6
6
  "exports": {
7
7
  ".": {
@@ -23,20 +23,20 @@
23
23
  "test": "time ava"
24
24
  },
25
25
  "dependencies": {
26
- "@knapsack/app": "4.78.4",
27
- "@knapsack/babel-config-starter": "4.78.4",
28
- "@knapsack/file-utils": "4.78.4",
29
- "@knapsack/types": "4.78.4",
30
- "@knapsack/utils": "4.78.4",
26
+ "@knapsack/app": "4.78.5--canary.5509.85a1ce8.0",
27
+ "@knapsack/babel-config-starter": "4.78.5--canary.5509.85a1ce8.0",
28
+ "@knapsack/file-utils": "4.78.5--canary.5509.85a1ce8.0",
29
+ "@knapsack/types": "4.78.5--canary.5509.85a1ce8.0",
30
+ "@knapsack/utils": "4.78.5--canary.5509.85a1ce8.0",
31
31
  "babel-loader": "^9.2.1",
32
32
  "webpack": "^5.97.1",
33
33
  "webpack-manifest-plugin": "^4.1.1"
34
34
  },
35
35
  "devDependencies": {
36
- "@knapsack/eslint-config-starter": "4.78.4",
37
- "@knapsack/prettier-config": "4.78.4",
38
- "@knapsack/test-ava": "4.78.4",
39
- "@knapsack/typescript-config-starter": "4.78.4",
36
+ "@knapsack/eslint-config-starter": "4.78.5--canary.5509.85a1ce8.0",
37
+ "@knapsack/prettier-config": "4.78.5--canary.5509.85a1ce8.0",
38
+ "@knapsack/test-ava": "4.78.5--canary.5509.85a1ce8.0",
39
+ "@knapsack/typescript-config-starter": "4.78.5--canary.5509.85a1ce8.0",
40
40
  "@types/node": "^20.17.24",
41
41
  "@types/webpack": "^5.28.5",
42
42
  "ava": "^6.2.0",
@@ -52,5 +52,5 @@
52
52
  "directory": "apps/client/libs/renderer-webpack-base",
53
53
  "type": "git"
54
54
  },
55
- "gitHead": "8860b8ef1a7906c25c810c3becc0f5b31886c43f"
55
+ "gitHead": "85a1ce854c5ac223a599ca334502096b5cc1b6f8"
56
56
  }