@appkit/dek-lib 0.10.0 → 0.10.1
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/dist/index.es.js +4 -4
- package/dist/index.umd.js +4 -4
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -58240,7 +58240,7 @@ async function fetchUserPlugins(email, password) {
|
|
|
58240
58240
|
result.integrations.push({
|
|
58241
58241
|
key: "base",
|
|
58242
58242
|
pluginName: "base",
|
|
58243
|
-
pluginVersion: "0.10.
|
|
58243
|
+
pluginVersion: "0.10.1",
|
|
58244
58244
|
pluginConfig: []
|
|
58245
58245
|
});
|
|
58246
58246
|
return result;
|
|
@@ -58415,7 +58415,7 @@ const Header = ({ height = 70 }) => {
|
|
|
58415
58415
|
};
|
|
58416
58416
|
const About = () => {
|
|
58417
58417
|
return /* @__PURE__ */ jsxRuntimeExports.jsxs(x0, { padding: 20, direction: "vert", children: [
|
|
58418
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(hF1, { children: `Dek ${"0.10.
|
|
58418
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx(hF1, { children: `Dek ${"0.10.1"}` }),
|
|
58419
58419
|
/* @__PURE__ */ jsxRuntimeExports.jsx(X4, { children: "From Appkit" })
|
|
58420
58420
|
] });
|
|
58421
58421
|
};
|
|
@@ -93887,9 +93887,9 @@ async function unloadPlugins() {
|
|
|
93887
93887
|
async function updateLocalPlugin(plugin, pluginConfig) {
|
|
93888
93888
|
updateStateLoading(true);
|
|
93889
93889
|
const integration = {
|
|
93890
|
-
pluginName: "
|
|
93890
|
+
pluginName: "plugin",
|
|
93891
93891
|
pluginVersion: "latest",
|
|
93892
|
-
key: "
|
|
93892
|
+
key: "plugin",
|
|
93893
93893
|
pluginConfig: []
|
|
93894
93894
|
};
|
|
93895
93895
|
loadedLocalPlugin = plugin;
|
package/dist/index.umd.js
CHANGED
|
@@ -58257,7 +58257,7 @@ Arguments: ` + Array.prototype.slice.call(h2).join("") + `
|
|
|
58257
58257
|
result.integrations.push({
|
|
58258
58258
|
key: "base",
|
|
58259
58259
|
pluginName: "base",
|
|
58260
|
-
pluginVersion: "0.10.
|
|
58260
|
+
pluginVersion: "0.10.1",
|
|
58261
58261
|
pluginConfig: []
|
|
58262
58262
|
});
|
|
58263
58263
|
return result;
|
|
@@ -58432,7 +58432,7 @@ Arguments: ` + Array.prototype.slice.call(h2).join("") + `
|
|
|
58432
58432
|
};
|
|
58433
58433
|
const About = () => {
|
|
58434
58434
|
return /* @__PURE__ */ jsxRuntimeExports.jsxs(x0, { padding: 20, direction: "vert", children: [
|
|
58435
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(hF1, { children: `Dek ${"0.10.
|
|
58435
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx(hF1, { children: `Dek ${"0.10.1"}` }),
|
|
58436
58436
|
/* @__PURE__ */ jsxRuntimeExports.jsx(X4, { children: "From Appkit" })
|
|
58437
58437
|
] });
|
|
58438
58438
|
};
|
|
@@ -93904,9 +93904,9 @@ Arguments: ` + Array.prototype.slice.call(h2).join("") + `
|
|
|
93904
93904
|
async function updateLocalPlugin(plugin, pluginConfig) {
|
|
93905
93905
|
updateStateLoading(true);
|
|
93906
93906
|
const integration = {
|
|
93907
|
-
pluginName: "
|
|
93907
|
+
pluginName: "plugin",
|
|
93908
93908
|
pluginVersion: "latest",
|
|
93909
|
-
key: "
|
|
93909
|
+
key: "plugin",
|
|
93910
93910
|
pluginConfig: []
|
|
93911
93911
|
};
|
|
93912
93912
|
loadedLocalPlugin = plugin;
|