@knapsack/renderer-webpack-base 4.79.0 → 4.79.1--canary.6074.6bf8ce7.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 -16
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,19 +1,3 @@
1
- # v4.79.0 (Mon Apr 28 2025)
2
-
3
- #### 🚀 Enhancement
4
-
5
- - feat: add codeSrcs config to HTML and HBS renderers [#6072](https://github.com/knapsack-labs/app-monorepo/pull/6072) ([@EvanLovely](https://github.com/EvanLovely))
6
- - setup next gen App Client APIs [#6072](https://github.com/knapsack-labs/app-monorepo/pull/6072) ([@EvanLovely](https://github.com/EvanLovely))
7
- - setup better testing on App Client [#6072](https://github.com/knapsack-labs/app-monorepo/pull/6072) ([@EvanLovely](https://github.com/EvanLovely))
8
- - setup App Client Hydrate Data [#6072](https://github.com/knapsack-labs/app-monorepo/pull/6072) ([@EvanLovely](https://github.com/EvanLovely))
9
- - setup new Demo type that is App Client Data agnostic [#6072](https://github.com/knapsack-labs/app-monorepo/pull/6072) ([@EvanLovely](https://github.com/EvanLovely))
10
-
11
- #### Authors: 1
12
-
13
- - Evan Lovely ([@EvanLovely](https://github.com/EvanLovely))
14
-
15
- ---
16
-
17
1
  # v4.78.14 (Fri Apr 25 2025)
18
2
 
19
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.79.0",
4
+ "version": "4.79.1--canary.6074.6bf8ce7.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.79.0",
27
- "@knapsack/babel-config-starter": "4.79.0",
28
- "@knapsack/file-utils": "4.79.0",
29
- "@knapsack/types": "4.79.0",
30
- "@knapsack/utils": "4.79.0",
26
+ "@knapsack/app": "4.79.1--canary.6074.6bf8ce7.0",
27
+ "@knapsack/babel-config-starter": "4.79.1--canary.6074.6bf8ce7.0",
28
+ "@knapsack/file-utils": "4.79.1--canary.6074.6bf8ce7.0",
29
+ "@knapsack/types": "4.79.1--canary.6074.6bf8ce7.0",
30
+ "@knapsack/utils": "4.79.1--canary.6074.6bf8ce7.0",
31
31
  "babel-loader": "^9.2.1",
32
32
  "react-dev-utils": "^12.0.1",
33
33
  "webpack": "^5.99.6",
34
34
  "webpack-manifest-plugin": "^4.1.1"
35
35
  },
36
36
  "devDependencies": {
37
- "@knapsack/eslint-config-starter": "4.79.0",
38
- "@knapsack/prettier-config": "4.79.0",
39
- "@knapsack/test-ava": "4.79.0",
40
- "@knapsack/typescript-config-starter": "4.79.0",
37
+ "@knapsack/eslint-config-starter": "4.79.1--canary.6074.6bf8ce7.0",
38
+ "@knapsack/prettier-config": "4.79.1--canary.6074.6bf8ce7.0",
39
+ "@knapsack/test-ava": "4.79.1--canary.6074.6bf8ce7.0",
40
+ "@knapsack/typescript-config-starter": "4.79.1--canary.6074.6bf8ce7.0",
41
41
  "@types/node": "^20.17.24",
42
42
  "@types/react-dev-utils": "^9.0.15",
43
43
  "@types/webpack": "^5.28.5",
@@ -54,5 +54,5 @@
54
54
  "directory": "apps/client/libs/renderer-webpack-base",
55
55
  "type": "git"
56
56
  },
57
- "gitHead": "a468a356cf686aa1b309efb76100bef4f7e8b2e5"
57
+ "gitHead": "6bf8ce74bde990c55afb98bb90562f69f0c022e2"
58
58
  }