@uniformdev/uniform-nuxt 17.0.0 → 17.1.1-alpha.231

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.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  import { resolve } from 'path';
2
2
  import { fileURLToPath } from 'url';
3
- import { defineNuxtModule, resolveAlias, addTemplate, addPlugin, extendViteConfig } from '@nuxt/kit';
3
+ import { defineNuxtModule, addTemplate, addPlugin, resolveAlias, extendViteConfig } from '@nuxt/kit';
4
4
 
5
5
  const uniformContextProxyPath = "uniform/context/instance.ts";
6
6
  const module = defineNuxtModule({
@@ -59,7 +59,9 @@ function setupContext(nuxtApp) {
59
59
  const uniformCookie = useCookie(UNIFORM_DEFAULT_COOKIE_NAME).value;
60
60
  let uniformContext = userProvidedContextInstance;
61
61
  if (uniformContext !== void 0 && !uniformContext.manifest) {
62
- throw new Error(`uniform-nuxt: The Uniform Context instance returned by ${options.uniformContextPath} is not valid`);
62
+ throw new Error(
63
+ `uniform-nuxt: The Uniform Context instance returned by ${options.uniformContextPath} is not valid`
64
+ );
63
65
  }
64
66
  if (!uniformContext && options.manifest) {
65
67
  console.log("uniform-nuxt: \u{1F4DC} found a manifest, will initialize Context");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/uniform-nuxt",
3
- "version": "17.0.0",
3
+ "version": "17.1.1-alpha.231+6a4608662",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "exports": {
@@ -33,20 +33,20 @@
33
33
  },
34
34
  "devDependencies": {
35
35
  "@nuxt/module-builder": "0.1.7",
36
- "@nuxt/schema": "3.0.0-rc.6",
37
- "@nuxtjs/eslint-config-typescript": "10.0.0",
38
- "@uniformdev/canvas": "^17.0.0",
39
- "@uniformdev/canvas-vue": "^17.0.0",
40
- "@uniformdev/context": "^17.0.0",
41
- "@uniformdev/context-vue": "^17.0.0",
42
- "esbuild": "0.13.15",
36
+ "@nuxt/schema": "3.0.0-rc.9",
37
+ "@nuxtjs/eslint-config-typescript": "11.0.0",
38
+ "@uniformdev/canvas": "^17.1.1-alpha.231+6a4608662",
39
+ "@uniformdev/canvas-vue": "^17.1.1-alpha.231+6a4608662",
40
+ "@uniformdev/context": "^17.1.1-alpha.231+6a4608662",
41
+ "@uniformdev/context-vue": "^17.1.1-alpha.231+6a4608662",
42
+ "esbuild": "0.15.7",
43
43
  "eslint": "latest",
44
- "nuxt": "3.0.0-rc.6",
44
+ "nuxt": "3.0.0-rc.9",
45
45
  "vue": "3.2.37",
46
- "vue-router": "3.5.4"
46
+ "vue-router": "3.6.4"
47
47
  },
48
48
  "publishConfig": {
49
49
  "access": "public"
50
50
  },
51
- "gitHead": "d15f59e5cc80184d983b8c1ca67b1ee390158672"
51
+ "gitHead": "6a46086627e0ac9d6b37542e01dd01c3468331b7"
52
52
  }
package/dist/module.json DELETED
@@ -1,5 +0,0 @@
1
- {
2
- "name": "nuxt-uniform",
3
- "configKey": "uniform",
4
- "version": "17.0.0"
5
- }
package/dist/types.d.ts DELETED
@@ -1,6 +0,0 @@
1
-
2
- import { } from './module'
3
-
4
-
5
-
6
- export { default } from './module'