@appkit/dek-lib 0.6.0 → 0.6.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 +3 -3
- package/dist/index.umd.js +3 -3
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -52055,7 +52055,7 @@ async function getClient(email, password) {
|
|
|
52055
52055
|
});
|
|
52056
52056
|
const wsLink = new GraphQLWsLink(
|
|
52057
52057
|
createClient({
|
|
52058
|
-
url: "
|
|
52058
|
+
url: "wss://dek.appkit.net/v1/graphql",
|
|
52059
52059
|
connectionParams: {
|
|
52060
52060
|
token: token2
|
|
52061
52061
|
}
|
|
@@ -57845,7 +57845,7 @@ async function fetchUserPlugins(email, password) {
|
|
|
57845
57845
|
result.integrations.push({
|
|
57846
57846
|
key: "base",
|
|
57847
57847
|
pluginName: "base",
|
|
57848
|
-
pluginVersion: "0.
|
|
57848
|
+
pluginVersion: "0.6.0",
|
|
57849
57849
|
pluginConfig: []
|
|
57850
57850
|
});
|
|
57851
57851
|
return result;
|
|
@@ -58020,7 +58020,7 @@ const Header = ({ height = 70 }) => {
|
|
|
58020
58020
|
};
|
|
58021
58021
|
const About = () => {
|
|
58022
58022
|
return /* @__PURE__ */ jsxRuntimeExports.jsxs(y0, { padding: 20, direction: "vert", children: [
|
|
58023
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(xT1, { children: `Dek ${"0.
|
|
58023
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx(xT1, { children: `Dek ${"0.6.0"}` }),
|
|
58024
58024
|
/* @__PURE__ */ jsxRuntimeExports.jsx(Y4, { children: "From Appkit" })
|
|
58025
58025
|
] });
|
|
58026
58026
|
};
|
package/dist/index.umd.js
CHANGED
|
@@ -52072,7 +52072,7 @@ Arguments: ` + Array.prototype.slice.call(h2).join("") + `
|
|
|
52072
52072
|
});
|
|
52073
52073
|
const wsLink = new GraphQLWsLink(
|
|
52074
52074
|
createClient({
|
|
52075
|
-
url: "
|
|
52075
|
+
url: "wss://dek.appkit.net/v1/graphql",
|
|
52076
52076
|
connectionParams: {
|
|
52077
52077
|
token: token2
|
|
52078
52078
|
}
|
|
@@ -57862,7 +57862,7 @@ Arguments: ` + Array.prototype.slice.call(h2).join("") + `
|
|
|
57862
57862
|
result.integrations.push({
|
|
57863
57863
|
key: "base",
|
|
57864
57864
|
pluginName: "base",
|
|
57865
|
-
pluginVersion: "0.
|
|
57865
|
+
pluginVersion: "0.6.0",
|
|
57866
57866
|
pluginConfig: []
|
|
57867
57867
|
});
|
|
57868
57868
|
return result;
|
|
@@ -58037,7 +58037,7 @@ Arguments: ` + Array.prototype.slice.call(h2).join("") + `
|
|
|
58037
58037
|
};
|
|
58038
58038
|
const About = () => {
|
|
58039
58039
|
return /* @__PURE__ */ jsxRuntimeExports.jsxs(y0, { padding: 20, direction: "vert", children: [
|
|
58040
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(xT1, { children: `Dek ${"0.
|
|
58040
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx(xT1, { children: `Dek ${"0.6.0"}` }),
|
|
58041
58041
|
/* @__PURE__ */ jsxRuntimeExports.jsx(Y4, { children: "From Appkit" })
|
|
58042
58042
|
] });
|
|
58043
58043
|
};
|