@appkit/dek-lib 0.33.0 → 0.34.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/dist/index.es.js CHANGED
@@ -64319,7 +64319,7 @@ async function getClient(authToken) {
64319
64319
  createClient({
64320
64320
  url: "wss://dek.appkit.net/v1/graphql",
64321
64321
  connectionParams: {
64322
- authToken
64322
+ token: authToken
64323
64323
  }
64324
64324
  })
64325
64325
  );
@@ -64540,7 +64540,7 @@ async function fetchUserPlugins(authToken) {
64540
64540
  result.integrations.push({
64541
64541
  key: "base",
64542
64542
  pluginName: "base",
64543
- pluginVersion: "0.33.0",
64543
+ pluginVersion: "0.34.0",
64544
64544
  pluginConfig: []
64545
64545
  });
64546
64546
  return result;
@@ -64715,7 +64715,7 @@ const Header = ({ height = 70 }) => {
64715
64715
  };
64716
64716
  const About = () => {
64717
64717
  return /* @__PURE__ */ jsxRuntimeExports.jsxs(u0, { padding: 20, direction: "vert", children: [
64718
- /* @__PURE__ */ jsxRuntimeExports.jsx(PU1, { children: `Dek ${"0.33.0"}` }),
64718
+ /* @__PURE__ */ jsxRuntimeExports.jsx(PU1, { children: `Dek ${"0.34.0"}` }),
64719
64719
  /* @__PURE__ */ jsxRuntimeExports.jsx(h4, { children: "From Appkit" })
64720
64720
  ] });
64721
64721
  };
@@ -104274,7 +104274,7 @@ async function updatePlugins(authToken) {
104274
104274
  {
104275
104275
  key: "base",
104276
104276
  pluginName: "base",
104277
- pluginVersion: "0.33.0",
104277
+ pluginVersion: "0.34.0",
104278
104278
  pluginConfig: []
104279
104279
  }
104280
104280
  ],
package/dist/index.umd.js CHANGED
@@ -64336,7 +64336,7 @@ Arguments: ` + Array.prototype.slice.call(n5).join("") + `
64336
64336
  createClient({
64337
64337
  url: "wss://dek.appkit.net/v1/graphql",
64338
64338
  connectionParams: {
64339
- authToken
64339
+ token: authToken
64340
64340
  }
64341
64341
  })
64342
64342
  );
@@ -64557,7 +64557,7 @@ Arguments: ` + Array.prototype.slice.call(n5).join("") + `
64557
64557
  result.integrations.push({
64558
64558
  key: "base",
64559
64559
  pluginName: "base",
64560
- pluginVersion: "0.33.0",
64560
+ pluginVersion: "0.34.0",
64561
64561
  pluginConfig: []
64562
64562
  });
64563
64563
  return result;
@@ -64732,7 +64732,7 @@ Arguments: ` + Array.prototype.slice.call(n5).join("") + `
64732
64732
  };
64733
64733
  const About = () => {
64734
64734
  return /* @__PURE__ */ jsxRuntimeExports.jsxs(u0, { padding: 20, direction: "vert", children: [
64735
- /* @__PURE__ */ jsxRuntimeExports.jsx(PU1, { children: `Dek ${"0.33.0"}` }),
64735
+ /* @__PURE__ */ jsxRuntimeExports.jsx(PU1, { children: `Dek ${"0.34.0"}` }),
64736
64736
  /* @__PURE__ */ jsxRuntimeExports.jsx(h4, { children: "From Appkit" })
64737
64737
  ] });
64738
64738
  };
@@ -104291,7 +104291,7 @@ Arguments: ` + Array.prototype.slice.call(n5).join("") + `
104291
104291
  {
104292
104292
  key: "base",
104293
104293
  pluginName: "base",
104294
- pluginVersion: "0.33.0",
104294
+ pluginVersion: "0.34.0",
104295
104295
  pluginConfig: []
104296
104296
  }
104297
104297
  ],
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@appkit/dek-lib",
3
3
  "private": false,
4
- "version": "0.33.0",
4
+ "version": "0.34.0",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "vite --port 5173 --host",