@slicemachine/adapter-sveltekit 0.3.50-alpha.lg-text-in-links.4 → 0.3.50-alpha.lg-text-in-links.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -9,7 +9,7 @@ export default class SliceSimulator extends SvelteComponentTyped<{
9
9
  [evt: string]: CustomEvent<any>;
10
10
  }, {
11
11
  default: {
12
- slices: import("@prismicio/client/*").SliceZone;
12
+ slices: import("@prismicio/simulator/node_modules/@prismicio/client/*").SliceZone;
13
13
  };
14
14
  }> {
15
15
  }
@@ -28,7 +28,7 @@ declare const __propDef: {
28
28
  };
29
29
  slots: {
30
30
  default: {
31
- slices: import("@prismicio/client/*").SliceZone;
31
+ slices: import("@prismicio/simulator/node_modules/@prismicio/client/*").SliceZone;
32
32
  };
33
33
  };
34
34
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slicemachine/adapter-sveltekit",
3
- "version": "0.3.50-alpha.lg-text-in-links.4",
3
+ "version": "0.3.50-alpha.lg-text-in-links.5",
4
4
  "description": "Slice Machine adapter for SvelteKit.",
5
5
  "keywords": [
6
6
  "typescript",
@@ -64,7 +64,7 @@
64
64
  "dependencies": {
65
65
  "@prismicio/simulator": "^0.1.4",
66
66
  "@prismicio/types-internal": "^2.7.0",
67
- "@slicemachine/plugin-kit": "0.4.50-alpha.lg-text-in-links.4",
67
+ "@slicemachine/plugin-kit": "0.4.50-alpha.lg-text-in-links.5",
68
68
  "common-tags": "^1.8.2",
69
69
  "fp-ts": "^2.13.1",
70
70
  "io-ts": "^2.2.20",