@uniformdev/uniform-nuxt 17.7.1-alpha.176 → 17.7.1-alpha.211

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/dist/module.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "nuxt-uniform",
3
3
  "configKey": "uniform",
4
- "version": "17.7.1-alpha.176+23649b7d5"
4
+ "version": "17.7.1-alpha.211+e51b76310"
5
5
  }
@@ -29,10 +29,7 @@ import {
29
29
  useState
30
30
  } from "#app";
31
31
  import userProvidedContextInstance from "#build/uniform/context/instance";
32
- const log = process.env.NODE_ENV === "development" ? (
33
- // eslint-disable-next-line no-console
34
- (...args) => console.log(...args)
35
- ) : () => {
32
+ const log = process.env.NODE_ENV === "development" ? (...args) => console.log(...args) : () => {
36
33
  };
37
34
  export default defineNuxtPlugin((nuxtApp) => {
38
35
  if (nuxtApp.$uniformIsSetup) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/uniform-nuxt",
3
- "version": "17.7.1-alpha.176+23649b7d5",
3
+ "version": "17.7.1-alpha.211+e51b76310",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "exports": {
@@ -35,11 +35,11 @@
35
35
  "@nuxt/module-builder": "0.2.1",
36
36
  "@nuxt/schema": "3.0.0",
37
37
  "@nuxtjs/eslint-config-typescript": "12.0.0",
38
- "@uniformdev/canvas": "^17.7.1-alpha.176+23649b7d5",
39
- "@uniformdev/canvas-vue": "^17.7.1-alpha.176+23649b7d5",
40
- "@uniformdev/context": "^17.7.1-alpha.176+23649b7d5",
41
- "@uniformdev/context-vue": "^17.7.1-alpha.176+23649b7d5",
42
- "esbuild": "0.16.15",
38
+ "@uniformdev/canvas": "17.7.1-alpha.211+e51b76310",
39
+ "@uniformdev/canvas-vue": "17.7.1-alpha.211+e51b76310",
40
+ "@uniformdev/context": "17.7.1-alpha.211+e51b76310",
41
+ "@uniformdev/context-vue": "17.7.1-alpha.211+e51b76310",
42
+ "esbuild": "0.16.17",
43
43
  "eslint": "^8.31.0",
44
44
  "nuxt": "3.0.0",
45
45
  "vue": "3.2.45",
@@ -48,5 +48,5 @@
48
48
  "publishConfig": {
49
49
  "access": "public"
50
50
  },
51
- "gitHead": "23649b7d5940d6b2cc904faa64408d584dff1ad4"
51
+ "gitHead": "e51b76310a677d0f0f2b35bfa1f7416c733cf25d"
52
52
  }