@knapsack/core 4.67.3 → 4.67.4
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/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v4.67.4 (Wed Aug 07 2024)
|
|
2
|
+
|
|
3
|
+
#### 🏠 Internal
|
|
4
|
+
|
|
5
|
+
- always show template size value [#4453](https://github.com/knapsack-labs/app-monorepo/pull/4453) ([@GormanDesign](https://github.com/GormanDesign))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Matt Gorman ([@GormanDesign](https://github.com/GormanDesign))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v4.67.3 (Wed Aug 07 2024)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/dist/index.js
CHANGED
|
@@ -1866,7 +1866,6 @@ __export2(files_exports, {
|
|
|
1866
1866
|
var endpoint2 = `/files`;
|
|
1867
1867
|
var ACTIONS2 = /* @__PURE__ */ ((ACTIONS3) => {
|
|
1868
1868
|
ACTIONS3["verify"] = "verify";
|
|
1869
|
-
ACTIONS3["openFile"] = "openFile";
|
|
1870
1869
|
return ACTIONS3;
|
|
1871
1870
|
})(ACTIONS2 || {});
|
|
1872
1871
|
var rolesById = {
|