@uniformdev/uniform-nuxt 16.0.1-nuxt.156 → 16.0.1-nuxt.157

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 CHANGED
@@ -1,3 +1,11 @@
1
1
  # Uniform Nuxt Module
2
2
 
3
+ Documentation will be added very soon!
4
+
5
+ In the meantime, here is a working example on how to use the module:
6
+ https://github.com/uniformdev/uniformconf-nuxt/blob/main/nuxt.config.ts
7
+
8
+
9
+ -----
10
+
3
11
  part of the [Uniform Platform](https://uniform.app). See our [documentation](https://docs.uniform.app) for more details.
package/dist/module.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "nuxt-uniform",
3
3
  "configKey": "uniform",
4
- "version": "16.0.1-nuxt.156+99cb5fbfb"
4
+ "version": "16.0.1-nuxt.157+183b5f5f5"
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/uniform-nuxt",
3
- "version": "16.0.1-nuxt.156+99cb5fbfb",
3
+ "version": "16.0.1-nuxt.157+183b5f5f5",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "exports": {
@@ -22,18 +22,18 @@
22
22
  "@nuxt/kit": "^3.0.0-rc.4"
23
23
  },
24
24
  "peerDependencies": {
25
- "@uniformdev/canvas": ">16.0.0",
26
- "@uniformdev/canvas-vue": ">16.0.0",
27
- "@uniformdev/context": ">16.0.0",
28
- "@uniformdev/context-vue": ">16.0.0"
25
+ "@uniformdev/canvas": ">=16.0.0",
26
+ "@uniformdev/canvas-vue": ">=16.0.0",
27
+ "@uniformdev/context": ">=16.0.0",
28
+ "@uniformdev/context-vue": ">=16.0.0"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@nuxt/module-builder": "0.1.7",
32
32
  "@nuxtjs/eslint-config-typescript": "10.0.0",
33
- "@uniformdev/canvas": "^16.0.1-nuxt.156+99cb5fbfb",
34
- "@uniformdev/canvas-vue": "^16.0.1-nuxt.156+99cb5fbfb",
35
- "@uniformdev/context": "^16.0.1-nuxt.156+99cb5fbfb",
36
- "@uniformdev/context-vue": "^16.0.1-nuxt.156+99cb5fbfb",
33
+ "@uniformdev/canvas": "^16.0.1-nuxt.157+183b5f5f5",
34
+ "@uniformdev/canvas-vue": "^16.0.1-nuxt.157+183b5f5f5",
35
+ "@uniformdev/context": "^16.0.1-nuxt.157+183b5f5f5",
36
+ "@uniformdev/context-vue": "^16.0.1-nuxt.157+183b5f5f5",
37
37
  "esbuild": "0.13.15",
38
38
  "eslint": "latest",
39
39
  "nuxt": "^3.0.0-rc.4"
@@ -41,5 +41,5 @@
41
41
  "publishConfig": {
42
42
  "access": "public"
43
43
  },
44
- "gitHead": "99cb5fbfbf949ccfa2fa8403a9f62427c6f87de8"
44
+ "gitHead": "183b5f5f5de269c8391c31799d18f0dbcefbaea7"
45
45
  }