@slicemachine/adapter-nuxt 0.1.1 → 0.1.3-dev-page-types.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/README.md +2 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# @slicemachine/adapter-
|
|
1
|
+
# @slicemachine/adapter-nuxt
|
|
2
2
|
|
|
3
3
|
[![npm version][npm-version-src]][npm-version-href]
|
|
4
4
|
[![npm downloads][npm-downloads-src]][npm-downloads-href]
|
|
@@ -24,7 +24,7 @@ Non-breaking space: are here on purpose to fix emoji rendering on certain
|
|
|
24
24
|
## Install
|
|
25
25
|
|
|
26
26
|
```bash
|
|
27
|
-
npm install --save-dev @slicemachine/adapter-
|
|
27
|
+
npm install --save-dev @slicemachine/adapter-nuxt
|
|
28
28
|
```
|
|
29
29
|
|
|
30
30
|
## Documentation
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@slicemachine/adapter-nuxt",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3-dev-page-types.0",
|
|
4
4
|
"description": "Slice Machine adapter for Nuxt 3.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"typescript",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"dependencies": {
|
|
60
60
|
"@prismicio/slice-simulator-core": "^0.2.7",
|
|
61
61
|
"@prismicio/types-internal": "2.0.0-alpha.9",
|
|
62
|
-
"@slicemachine/plugin-kit": "0.2.0",
|
|
62
|
+
"@slicemachine/plugin-kit": "0.2.1-dev-page-types.0",
|
|
63
63
|
"common-tags": "^1.8.2",
|
|
64
64
|
"fs-extra": "^11.1.0",
|
|
65
65
|
"magicast": "^0.2.1",
|
|
@@ -103,5 +103,5 @@
|
|
|
103
103
|
"publishConfig": {
|
|
104
104
|
"access": "public"
|
|
105
105
|
},
|
|
106
|
-
"gitHead": "
|
|
106
|
+
"gitHead": "0d651d6e309c69211c2f0bcca1d74372eb2d275a"
|
|
107
107
|
}
|