@knapsack/renderer-webpack-base 4.78.5--canary.5873.c971030.0 → 4.78.6--canary.5874.fc93588.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.
- package/CHANGELOG.md +12 -0
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,15 @@
|
|
1
|
+
# v4.78.5 (Thu Mar 27 2025)
|
2
|
+
|
3
|
+
#### 🏠 Internal
|
4
|
+
|
5
|
+
- prevent new or deleted launch darkly flags from causing error [#5855](https://github.com/knapsack-labs/app-monorepo/pull/5855) ([@mabry1985](https://github.com/mabry1985))
|
6
|
+
|
7
|
+
#### Authors: 1
|
8
|
+
|
9
|
+
- Josh Mabry ([@mabry1985](https://github.com/mabry1985))
|
10
|
+
|
11
|
+
---
|
12
|
+
|
1
13
|
# v4.78.4 (Wed Mar 26 2025)
|
2
14
|
|
3
15
|
#### 🐛 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
|
+
"version": "4.78.6--canary.5874.fc93588.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.
|
27
|
-
"@knapsack/babel-config-starter": "4.78.
|
28
|
-
"@knapsack/file-utils": "4.78.
|
29
|
-
"@knapsack/types": "4.78.
|
30
|
-
"@knapsack/utils": "4.78.
|
26
|
+
"@knapsack/app": "4.78.6--canary.5874.fc93588.0",
|
27
|
+
"@knapsack/babel-config-starter": "4.78.6--canary.5874.fc93588.0",
|
28
|
+
"@knapsack/file-utils": "4.78.6--canary.5874.fc93588.0",
|
29
|
+
"@knapsack/types": "4.78.6--canary.5874.fc93588.0",
|
30
|
+
"@knapsack/utils": "4.78.6--canary.5874.fc93588.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.
|
37
|
-
"@knapsack/prettier-config": "4.78.
|
38
|
-
"@knapsack/test-ava": "4.78.
|
39
|
-
"@knapsack/typescript-config-starter": "4.78.
|
36
|
+
"@knapsack/eslint-config-starter": "4.78.6--canary.5874.fc93588.0",
|
37
|
+
"@knapsack/prettier-config": "4.78.6--canary.5874.fc93588.0",
|
38
|
+
"@knapsack/test-ava": "4.78.6--canary.5874.fc93588.0",
|
39
|
+
"@knapsack/typescript-config-starter": "4.78.6--canary.5874.fc93588.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": "
|
55
|
+
"gitHead": "fc9358819797de6acd18a860e62e37037559aa08"
|
56
56
|
}
|