@knapsack/renderer-web-components 4.68.8 → 4.69.0--canary.4487.690a0ba.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 +0 -19
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,22 +1,3 @@
|
|
|
1
|
-
# v4.68.6 (Wed Aug 21 2024)
|
|
2
|
-
|
|
3
|
-
#### 🐛 Bug Fix
|
|
4
|
-
|
|
5
|
-
- Merge branch 'latest' into patch-angular-app-imports ([@mabry1985](https://github.com/mabry1985))
|
|
6
|
-
|
|
7
|
-
#### 🏠 Internal
|
|
8
|
-
|
|
9
|
-
- Update dependency cheerio to v1.0.0 [#4540](https://github.com/knapsack-labs/app-monorepo/pull/4540) ([@renovate[bot]](https://github.com/renovate[bot]) [@greylabel](https://github.com/greylabel))
|
|
10
|
-
- Update Typescript [#4240](https://github.com/knapsack-labs/app-monorepo/pull/4240) ([@renovate[bot]](https://github.com/renovate[bot]))
|
|
11
|
-
|
|
12
|
-
#### Authors: 3
|
|
13
|
-
|
|
14
|
-
- [@renovate[bot]](https://github.com/renovate[bot])
|
|
15
|
-
- Grant Gaudet ([@greylabel](https://github.com/greylabel))
|
|
16
|
-
- Josh Mabry ([@mabry1985](https://github.com/mabry1985))
|
|
17
|
-
|
|
18
|
-
---
|
|
19
|
-
|
|
20
1
|
# v4.68.2 (Wed Aug 21 2024)
|
|
21
2
|
|
|
22
3
|
#### 🏠 Internal
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@knapsack/renderer-web-components",
|
|
3
3
|
"description": "Render Web Components",
|
|
4
|
-
"version": "4.
|
|
4
|
+
"version": "4.69.0--canary.4487.690a0ba.0",
|
|
5
5
|
"main": "dist/renderer-web-components.js",
|
|
6
6
|
"types": "dist/renderer-web-components.d.ts",
|
|
7
7
|
"sideEffects": false,
|
|
@@ -15,17 +15,17 @@
|
|
|
15
15
|
},
|
|
16
16
|
"author": "Knapsack (https://www.knapsack.cloud)",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@knapsack/app": "4.
|
|
19
|
-
"@knapsack/file-utils": "4.
|
|
20
|
-
"@knapsack/types": "4.
|
|
21
|
-
"cheerio": "^1.0.0",
|
|
18
|
+
"@knapsack/app": "4.69.0--canary.4487.690a0ba.0",
|
|
19
|
+
"@knapsack/file-utils": "4.69.0--canary.4487.690a0ba.0",
|
|
20
|
+
"@knapsack/types": "4.69.0--canary.4487.690a0ba.0",
|
|
21
|
+
"cheerio": "^1.0.0-rc.12",
|
|
22
22
|
"ejs": "^3.1.10",
|
|
23
23
|
"fs-extra": "^11.2.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@knapsack/eslint-config-starter": "4.
|
|
27
|
-
"@knapsack/test-ava": "4.
|
|
28
|
-
"@knapsack/typescript-config-starter": "4.
|
|
26
|
+
"@knapsack/eslint-config-starter": "4.69.0--canary.4487.690a0ba.0",
|
|
27
|
+
"@knapsack/test-ava": "4.69.0--canary.4487.690a0ba.0",
|
|
28
|
+
"@knapsack/typescript-config-starter": "4.69.0--canary.4487.690a0ba.0",
|
|
29
29
|
"@types/fs-extra": "^11.0.4",
|
|
30
30
|
"@types/node": "^20.16.1",
|
|
31
31
|
"ava": "^6.1.3",
|
|
@@ -41,5 +41,5 @@
|
|
|
41
41
|
"directory": "apps/client/renderers/renderer-web-components",
|
|
42
42
|
"type": "git"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "690a0ba96c24b040e36d6e29da8b2ac3a8bcdb44"
|
|
45
45
|
}
|