@slicemachine/adapter-sveltekit 0.3.16-dev-next-release.0 → 0.3.16-dev-next-release.2
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/README.md +2 -5
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -29,7 +29,7 @@ npm install --save-dev @slicemachine/adapter-sveltekit
|
|
|
29
29
|
|
|
30
30
|
## Documentation
|
|
31
31
|
|
|
32
|
-
To discover what's new on this package check out [the changelog][changelog]. For full documentation, visit the [official Prismic documentation][
|
|
32
|
+
To discover what's new on this package check out [the changelog][changelog]. For full documentation, visit the [official Prismic documentation][adapter-docs].
|
|
33
33
|
|
|
34
34
|
## Contributing
|
|
35
35
|
|
|
@@ -68,10 +68,7 @@ limitations under the License.
|
|
|
68
68
|
[prismic]: https://prismic.io
|
|
69
69
|
[slicemachine]: https://www.slicemachine.dev/
|
|
70
70
|
[sveltekit]: https://kit.svelte.dev/
|
|
71
|
-
|
|
72
|
-
<!-- TODO: Replace link with a more useful one if available -->
|
|
73
|
-
|
|
74
|
-
[prismic-docs]: https://prismic.io/docs
|
|
71
|
+
[adapter-docs]: https://prismic.io/docs/technical-reference/slicemachine-adapter-sveltekit
|
|
75
72
|
[changelog]: ./CHANGELOG.md
|
|
76
73
|
[contributing]: ./CONTRIBUTING.md
|
|
77
74
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@slicemachine/adapter-sveltekit",
|
|
3
|
-
"version": "0.3.16-dev-next-release.
|
|
3
|
+
"version": "0.3.16-dev-next-release.2",
|
|
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.0.0",
|
|
67
|
-
"@slicemachine/plugin-kit": "^0.4.16-dev-next-release.
|
|
67
|
+
"@slicemachine/plugin-kit": "^0.4.16-dev-next-release.2",
|
|
68
68
|
"common-tags": "^1.8.2",
|
|
69
69
|
"fp-ts": "^2.13.1",
|
|
70
70
|
"io-ts": "^2.2.20",
|
|
@@ -109,5 +109,5 @@
|
|
|
109
109
|
"engines": {
|
|
110
110
|
"node": ">=14.15.0"
|
|
111
111
|
},
|
|
112
|
-
"gitHead": "
|
|
112
|
+
"gitHead": "42aea878c7ed5aed73e5e134eb3c11de6f8f9fc6"
|
|
113
113
|
}
|