@wix/echo 1.0.93 → 1.0.94
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/package.json +23 -23
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/echo",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.94",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/",
|
|
@@ -26,6 +26,11 @@
|
|
|
26
26
|
"require": "./build/cjs/meta.js",
|
|
27
27
|
"types": "./build/es/meta.d.mts"
|
|
28
28
|
},
|
|
29
|
+
"./ecomServices": {
|
|
30
|
+
"import": "./build/es/ecom-services.mjs",
|
|
31
|
+
"require": "./build/cjs/ecom-services.js",
|
|
32
|
+
"types": "./build/es/ecom-services.d.mts"
|
|
33
|
+
},
|
|
29
34
|
"./components": {
|
|
30
35
|
"import": "./build/es/components.mjs",
|
|
31
36
|
"require": "./build/cjs/components.js",
|
|
@@ -46,49 +51,44 @@
|
|
|
46
51
|
"require": "./build/cjs/services.js",
|
|
47
52
|
"types": "./build/es/services.d.mts"
|
|
48
53
|
},
|
|
49
|
-
"./seoServices": {
|
|
50
|
-
"import": "./build/es/seo-services.mjs",
|
|
51
|
-
"require": "./build/cjs/seo-services.js",
|
|
52
|
-
"types": "./build/es/seo-services.d.mts"
|
|
53
|
-
},
|
|
54
|
-
"./seoComponents": {
|
|
55
|
-
"import": "./build/es/seo-components.mjs",
|
|
56
|
-
"require": "./build/cjs/seo-components.js",
|
|
57
|
-
"types": "./build/es/seo-components.d.mts"
|
|
58
|
-
},
|
|
59
54
|
"./mediaComponents": {
|
|
60
55
|
"import": "./build/es/media-components.mjs",
|
|
61
56
|
"require": "./build/cjs/media-components.js",
|
|
62
57
|
"types": "./build/es/media-components.d.mts"
|
|
63
58
|
},
|
|
64
|
-
"./ecomServices": {
|
|
65
|
-
"import": "./build/es/ecom-services.mjs",
|
|
66
|
-
"require": "./build/cjs/ecom-services.js",
|
|
67
|
-
"types": "./build/es/ecom-services.d.mts"
|
|
68
|
-
},
|
|
69
59
|
"./ecomComponents": {
|
|
70
60
|
"import": "./build/es/ecom-components.mjs",
|
|
71
61
|
"require": "./build/cjs/ecom-components.js",
|
|
72
62
|
"types": "./build/es/ecom-components.d.mts"
|
|
63
|
+
},
|
|
64
|
+
"./seoServices": {
|
|
65
|
+
"import": "./build/es/seo-services.mjs",
|
|
66
|
+
"require": "./build/cjs/seo-services.js",
|
|
67
|
+
"types": "./build/es/seo-services.d.mts"
|
|
68
|
+
},
|
|
69
|
+
"./seoComponents": {
|
|
70
|
+
"import": "./build/es/seo-components.mjs",
|
|
71
|
+
"require": "./build/cjs/seo-components.js",
|
|
72
|
+
"types": "./build/es/seo-components.d.mts"
|
|
73
73
|
}
|
|
74
74
|
},
|
|
75
75
|
"files": [
|
|
76
76
|
"build",
|
|
77
77
|
"meta",
|
|
78
78
|
"service-plugins",
|
|
79
|
+
"ecomServices",
|
|
79
80
|
"components",
|
|
80
81
|
"serverActions",
|
|
81
82
|
"echoTest",
|
|
82
83
|
"services",
|
|
83
|
-
"seoServices",
|
|
84
|
-
"seoComponents",
|
|
85
84
|
"mediaComponents",
|
|
86
|
-
"
|
|
87
|
-
"
|
|
85
|
+
"ecomComponents",
|
|
86
|
+
"seoServices",
|
|
87
|
+
"seoComponents"
|
|
88
88
|
],
|
|
89
89
|
"dependencies": {
|
|
90
|
-
"@wix/auto_sdk_echo_calculator": "1.0.
|
|
91
|
-
"@wix/auto_sdk_echo_metroinspector": "1.0.
|
|
90
|
+
"@wix/auto_sdk_echo_calculator": "1.0.3",
|
|
91
|
+
"@wix/auto_sdk_echo_metroinspector": "1.0.4",
|
|
92
92
|
"@wix/headless-echo": "0.0.1",
|
|
93
93
|
"@wix/headless-ecom": "0.0.12",
|
|
94
94
|
"@wix/headless-media": "0.0.8",
|
|
@@ -123,5 +123,5 @@
|
|
|
123
123
|
"optional": true
|
|
124
124
|
}
|
|
125
125
|
},
|
|
126
|
-
"falconPackageHash": "
|
|
126
|
+
"falconPackageHash": "4dc73a2f41f531c33093d5c73abb7031930cf811f5af3c50580d0c0b"
|
|
127
127
|
}
|