@jctrans-materials/nuxt 1.0.41-beta.3 → 1.0.41-beta.4
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.d.cts +1 -2
- package/dist/module.d.mts +1 -2
- package/dist/module.d.ts +1 -2
- package/dist/module.json +1 -1
- package/package.json +5 -5
package/dist/module.d.cts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import * as nuxt_schema from 'nuxt/schema';
|
|
2
1
|
import { SharedConfig } from '@jctrans-materials/comps-vue3';
|
|
3
2
|
|
|
4
3
|
interface TrackingPerformanceNetwork {
|
|
@@ -35,7 +34,7 @@ interface ModuleOptions {
|
|
|
35
34
|
sharedConfig?: Partial<SharedConfig>;
|
|
36
35
|
tracking?: TrackingOptions;
|
|
37
36
|
}
|
|
38
|
-
declare const _default:
|
|
37
|
+
declare const _default: any;
|
|
39
38
|
|
|
40
39
|
declare module "@nuxt/schema" {
|
|
41
40
|
interface PublicRuntimeConfig {
|
package/dist/module.d.mts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import * as nuxt_schema from 'nuxt/schema';
|
|
2
1
|
import { SharedConfig } from '@jctrans-materials/comps-vue3';
|
|
3
2
|
|
|
4
3
|
interface TrackingPerformanceNetwork {
|
|
@@ -35,7 +34,7 @@ interface ModuleOptions {
|
|
|
35
34
|
sharedConfig?: Partial<SharedConfig>;
|
|
36
35
|
tracking?: TrackingOptions;
|
|
37
36
|
}
|
|
38
|
-
declare const _default:
|
|
37
|
+
declare const _default: any;
|
|
39
38
|
|
|
40
39
|
declare module "@nuxt/schema" {
|
|
41
40
|
interface PublicRuntimeConfig {
|
package/dist/module.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import * as nuxt_schema from 'nuxt/schema';
|
|
2
1
|
import { SharedConfig } from '@jctrans-materials/comps-vue3';
|
|
3
2
|
|
|
4
3
|
interface TrackingPerformanceNetwork {
|
|
@@ -35,7 +34,7 @@ interface ModuleOptions {
|
|
|
35
34
|
sharedConfig?: Partial<SharedConfig>;
|
|
36
35
|
tracking?: TrackingOptions;
|
|
37
36
|
}
|
|
38
|
-
declare const _default:
|
|
37
|
+
declare const _default: any;
|
|
39
38
|
|
|
40
39
|
declare module "@nuxt/schema" {
|
|
41
40
|
interface PublicRuntimeConfig {
|
package/dist/module.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jctrans-materials/nuxt",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.41-beta.
|
|
4
|
+
"version": "1.0.41-beta.4",
|
|
5
5
|
"description": "Nuxt module for JCtrans UI components",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": {
|
|
@@ -22,14 +22,14 @@
|
|
|
22
22
|
"nuxt": "^3.0.0",
|
|
23
23
|
"vue": "^3.5.26",
|
|
24
24
|
"vue-router": "^4.6.4",
|
|
25
|
-
"@jctrans-materials/comps-vue3": "1.0.41-beta.
|
|
26
|
-
"@jctrans-materials/shared": "1.0.41-beta.
|
|
25
|
+
"@jctrans-materials/comps-vue3": "1.0.41-beta.4",
|
|
26
|
+
"@jctrans-materials/shared": "1.0.41-beta.4"
|
|
27
27
|
},
|
|
28
28
|
"peerDependencies": {
|
|
29
29
|
"gio-webjs-sdk": "^4.0.0",
|
|
30
30
|
"nuxt": "^3.0.0",
|
|
31
|
-
"@jctrans-materials/comps-vue3": "1.0.41-beta.
|
|
32
|
-
"@jctrans-materials/shared": "1.0.41-beta.
|
|
31
|
+
"@jctrans-materials/comps-vue3": "1.0.41-beta.4",
|
|
32
|
+
"@jctrans-materials/shared": "1.0.41-beta.4"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@nuxt/module-builder": "latest",
|