@uniformdev/context-vue 16.0.1-alpha.143 → 16.0.1-nuxt.146

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 +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,3 +1,3 @@
1
- Vue SDK for Uniform Context
1
+ # Vue SDK for Uniform Context
2
2
 
3
3
  part of the [Uniform Platform](https://uniform.app). See our [documentation](https://docs.uniform.app) for more details.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/context-vue",
3
- "version": "16.0.1-alpha.143+8bf270fcc",
3
+ "version": "16.0.1-nuxt.146+04197b8d4",
4
4
  "description": "Vue SDK for Uniform Context",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -23,7 +23,7 @@
23
23
  "format": "prettier --write \"src/**/*.{js,ts,tsx}\""
24
24
  },
25
25
  "dependencies": {
26
- "@uniformdev/context": "^16.0.1-alpha.143+8bf270fcc",
26
+ "@uniformdev/context": "^16.0.1-nuxt.146+04197b8d4",
27
27
  "pascal-case": "3.1.2",
28
28
  "uuid": "8.3.2",
29
29
  "vue-demi": "^0.12.5"
@@ -63,5 +63,5 @@
63
63
  "last 2 versions",
64
64
  "not dead"
65
65
  ],
66
- "gitHead": "8bf270fcc0cc82383d1f30311fe11dafd5fe3782"
66
+ "gitHead": "04197b8d483707f49939875b690b902f48f1ccfe"
67
67
  }