@knapsack/renderer-webpack-base 4.78.0--canary.5759.32f0cce.0 → 4.79.0--canary.5756.c6d3919.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 +19 -0
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,22 @@
|
|
1
|
+
# v4.78.0 (Wed Mar 19 2025)
|
2
|
+
|
3
|
+
#### 🐛 Bug Fix
|
4
|
+
|
5
|
+
- Merge branch 'latest' into feature/ksp-6203-default-prop-values-not-rendering ([@mabry1985](https://github.com/mabry1985))
|
6
|
+
|
7
|
+
#### 🏠 Internal
|
8
|
+
|
9
|
+
- KSP-6053: Remove references to hasura auth endpoint and claims within API [#5699](https://github.com/knapsack-labs/app-monorepo/pull/5699) ([@illepic](https://github.com/illepic))
|
10
|
+
- Removes primary custom domain [#5781](https://github.com/knapsack-labs/app-monorepo/pull/5781) ([@freneticpixel](https://github.com/freneticpixel))
|
11
|
+
|
12
|
+
#### Authors: 3
|
13
|
+
|
14
|
+
- Christopher Bloom ([@illepic](https://github.com/illepic))
|
15
|
+
- Jim Frenette ([@freneticpixel](https://github.com/freneticpixel))
|
16
|
+
- Josh Mabry ([@mabry1985](https://github.com/mabry1985))
|
17
|
+
|
18
|
+
---
|
19
|
+
|
1
20
|
# v4.77.0 (Thu Mar 13 2025)
|
2
21
|
|
3
22
|
#### 🚀 Enhancement
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@knapsack/renderer-webpack-base",
|
3
3
|
"description": "",
|
4
|
-
"version": "4.
|
4
|
+
"version": "4.79.0--canary.5756.c6d3919.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.
|
27
|
-
"@knapsack/babel-config-starter": "4.
|
28
|
-
"@knapsack/file-utils": "4.
|
29
|
-
"@knapsack/types": "4.
|
30
|
-
"@knapsack/utils": "4.
|
26
|
+
"@knapsack/app": "4.79.0--canary.5756.c6d3919.0",
|
27
|
+
"@knapsack/babel-config-starter": "4.79.0--canary.5756.c6d3919.0",
|
28
|
+
"@knapsack/file-utils": "4.79.0--canary.5756.c6d3919.0",
|
29
|
+
"@knapsack/types": "4.79.0--canary.5756.c6d3919.0",
|
30
|
+
"@knapsack/utils": "4.79.0--canary.5756.c6d3919.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.
|
37
|
-
"@knapsack/prettier-config": "4.
|
38
|
-
"@knapsack/test-ava": "4.
|
39
|
-
"@knapsack/typescript-config-starter": "4.
|
36
|
+
"@knapsack/eslint-config-starter": "4.79.0--canary.5756.c6d3919.0",
|
37
|
+
"@knapsack/prettier-config": "4.79.0--canary.5756.c6d3919.0",
|
38
|
+
"@knapsack/test-ava": "4.79.0--canary.5756.c6d3919.0",
|
39
|
+
"@knapsack/typescript-config-starter": "4.79.0--canary.5756.c6d3919.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": "c6d391956df50ad9be660a0dde3c197565c00252"
|
56
56
|
}
|