@knapsack/core 4.68.0--canary.4412.7726217.0 → 4.68.0--canary.4489.39ee90f.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +36 -0
- package/dist/index.js +2 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,39 @@
|
|
1
|
+
# v4.67.5 (Thu Aug 08 2024)
|
2
|
+
|
3
|
+
#### 🏠 Internal
|
4
|
+
|
5
|
+
- command bar: better hidden item indication [#4449](https://github.com/knapsack-labs/app-monorepo/pull/4449) ([@GormanDesign](https://github.com/GormanDesign))
|
6
|
+
|
7
|
+
#### Authors: 1
|
8
|
+
|
9
|
+
- Matt Gorman ([@GormanDesign](https://github.com/GormanDesign))
|
10
|
+
|
11
|
+
---
|
12
|
+
|
13
|
+
# v4.67.4 (Wed Aug 07 2024)
|
14
|
+
|
15
|
+
#### 🏠 Internal
|
16
|
+
|
17
|
+
- always show template size value [#4453](https://github.com/knapsack-labs/app-monorepo/pull/4453) ([@GormanDesign](https://github.com/GormanDesign))
|
18
|
+
|
19
|
+
#### Authors: 1
|
20
|
+
|
21
|
+
- Matt Gorman ([@GormanDesign](https://github.com/GormanDesign))
|
22
|
+
|
23
|
+
---
|
24
|
+
|
25
|
+
# v4.67.3 (Wed Aug 07 2024)
|
26
|
+
|
27
|
+
#### 🐛 Bug Fix
|
28
|
+
|
29
|
+
- Merge branch 'latest' into feature/add-menu-component ([@brittanysmart](https://github.com/brittanysmart))
|
30
|
+
|
31
|
+
#### Authors: 1
|
32
|
+
|
33
|
+
- Brittany Smart ([@brittanysmart](https://github.com/brittanysmart))
|
34
|
+
|
35
|
+
---
|
36
|
+
|
1
37
|
# v4.66.17 (Mon Aug 05 2024)
|
2
38
|
|
3
39
|
#### 🏠 Internal
|
package/dist/index.js
CHANGED
@@ -33,9 +33,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
33
33
|
));
|
34
34
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
35
35
|
|
36
|
-
// ../../node_modules/.pnpm/tsup@8.0.2_@microsoft+api-extractor@7.43.8_@types+node@20.14.
|
36
|
+
// ../../node_modules/.pnpm/tsup@8.0.2_@microsoft+api-extractor@7.43.8_@types+node@20.14.15__@swc+core@1.3.57_@swc+helper_aeodnpjksibvdynufywntd3m3u/node_modules/tsup/assets/cjs_shims.js
|
37
37
|
var init_cjs_shims = __esm({
|
38
|
-
"../../node_modules/.pnpm/tsup@8.0.2_@microsoft+api-extractor@7.43.8_@types+node@20.14.
|
38
|
+
"../../node_modules/.pnpm/tsup@8.0.2_@microsoft+api-extractor@7.43.8_@types+node@20.14.15__@swc+core@1.3.57_@swc+helper_aeodnpjksibvdynufywntd3m3u/node_modules/tsup/assets/cjs_shims.js"() {
|
39
39
|
}
|
40
40
|
});
|
41
41
|
|
@@ -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 = {
|