@slicemachine/adapter-nuxt 0.1.1 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @slicemachine/adapter-next
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-next
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.1",
3
+ "version": "0.1.2",
4
4
  "description": "Slice Machine adapter for Nuxt 3.",
5
5
  "keywords": [
6
6
  "typescript",
@@ -103,5 +103,5 @@
103
103
  "publishConfig": {
104
104
  "access": "public"
105
105
  },
106
- "gitHead": "4f16ecc689116770ad3c549588a19cb00b82c400"
106
+ "gitHead": "cad80345015bd1b8a9ffc1d60db482a81ab8442a"
107
107
  }