@wix/echo 1.0.50 → 1.0.52
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/build/cjs/another-components.d.ts +2 -22
- package/build/cjs/another-components.js.map +1 -1
- package/build/cjs/components-components-DJYUKvD4.d.ts +22 -0
- package/build/cjs/components-server-actions-DAojCGGy.d.ts +22 -0
- package/build/cjs/components.d.ts +4 -27
- package/build/cjs/components.js.map +1 -1
- package/build/cjs/sdk-exports/another-components-another-server-actions.d.ts +23 -0
- package/build/cjs/sdk-exports/another-components-another-server-actions.js +25 -0
- package/build/cjs/sdk-exports/another-components-another-server-actions.js.map +1 -0
- package/build/cjs/sdk-exports/components-components.d.ts +1 -0
- package/build/cjs/sdk-exports/components-components.js +25 -0
- package/build/cjs/sdk-exports/components-components.js.map +1 -0
- package/build/cjs/sdk-exports/components-server-actions.d.ts +1 -0
- package/build/cjs/sdk-exports/components-server-actions.js +25 -0
- package/build/cjs/sdk-exports/components-server-actions.js.map +1 -0
- package/build/es/another-components.d.mts +2 -22
- package/build/es/components-components-DJYUKvD4.d.mts +22 -0
- package/build/es/components-server-actions-DAojCGGy.d.mts +22 -0
- package/build/es/components.d.mts +4 -27
- package/build/es/sdk-exports/another-components-another-server-actions.d.mts +23 -0
- package/build/es/sdk-exports/another-components-another-server-actions.mjs +3 -0
- package/build/es/sdk-exports/another-components-another-server-actions.mjs.map +1 -0
- package/build/es/sdk-exports/components-components.d.mts +1 -0
- package/build/es/sdk-exports/components-components.mjs +3 -0
- package/build/es/sdk-exports/components-components.mjs.map +1 -0
- package/build/es/sdk-exports/components-server-actions.d.mts +1 -0
- package/build/es/sdk-exports/components-server-actions.mjs +3 -0
- package/build/es/sdk-exports/components-server-actions.mjs.map +1 -0
- package/build/internal/cjs/another-components.d.ts +2 -22
- package/build/internal/cjs/another-components.js.map +1 -1
- package/build/internal/cjs/components-components-DJYUKvD4.d.ts +22 -0
- package/build/internal/cjs/components-server-actions-DAojCGGy.d.ts +22 -0
- package/build/internal/cjs/components.d.ts +4 -27
- package/build/internal/cjs/components.js.map +1 -1
- package/build/internal/cjs/sdk-exports/another-components-another-server-actions.d.ts +23 -0
- package/build/internal/cjs/sdk-exports/another-components-another-server-actions.js +25 -0
- package/build/internal/cjs/sdk-exports/another-components-another-server-actions.js.map +1 -0
- package/build/internal/cjs/sdk-exports/components-components.d.ts +1 -0
- package/build/internal/cjs/sdk-exports/components-components.js +25 -0
- package/build/internal/cjs/sdk-exports/components-components.js.map +1 -0
- package/build/internal/cjs/sdk-exports/components-server-actions.d.ts +1 -0
- package/build/internal/cjs/sdk-exports/components-server-actions.js +25 -0
- package/build/internal/cjs/sdk-exports/components-server-actions.js.map +1 -0
- package/build/internal/es/another-components.d.mts +2 -22
- package/build/internal/es/components-components-DJYUKvD4.d.mts +22 -0
- package/build/internal/es/components-server-actions-DAojCGGy.d.mts +22 -0
- package/build/internal/es/components.d.mts +4 -27
- package/build/internal/es/sdk-exports/another-components-another-server-actions.d.mts +23 -0
- package/build/internal/es/sdk-exports/another-components-another-server-actions.mjs +3 -0
- package/build/internal/es/sdk-exports/another-components-another-server-actions.mjs.map +1 -0
- package/build/internal/es/sdk-exports/components-components.d.mts +1 -0
- package/build/internal/es/sdk-exports/components-components.mjs +3 -0
- package/build/internal/es/sdk-exports/components-components.mjs.map +1 -0
- package/build/internal/es/sdk-exports/components-server-actions.d.mts +1 -0
- package/build/internal/es/sdk-exports/components-server-actions.mjs +3 -0
- package/build/internal/es/sdk-exports/components-server-actions.mjs.map +1 -0
- package/package.json +2 -2
|
@@ -1,22 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
function _mergeNamespaces(n, m) {
|
|
4
|
-
m.forEach(function (e) {
|
|
5
|
-
e && typeof e !== 'string' && !Array.isArray(e) && Object.keys(e).forEach(function (k) {
|
|
6
|
-
if (k !== 'default' && !(k in n)) {
|
|
7
|
-
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
8
|
-
Object.defineProperty(n, k, d.get ? d : {
|
|
9
|
-
enumerable: true,
|
|
10
|
-
get: function () { return e[k]; }
|
|
11
|
-
});
|
|
12
|
-
}
|
|
13
|
-
});
|
|
14
|
-
});
|
|
15
|
-
return Object.freeze(n);
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
var anotherComponentsAnotherServerActions = /*#__PURE__*/_mergeNamespaces({
|
|
19
|
-
__proto__: null
|
|
20
|
-
}, [serverActions]);
|
|
21
|
-
|
|
22
|
-
export { anotherComponentsAnotherServerActions as AnotherServerActions };
|
|
1
|
+
export { a as AnotherServerActions } from './sdk-exports/another-components-another-server-actions.js';
|
|
2
|
+
import '@wix/headless-stores/server-actions';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../another-components.ts","../../sdk-exports/another-components-another-server-actions.ts"],"sourcesContent":["export * as AnotherServerActions from './sdk-exports/another-components-another-server-actions
|
|
1
|
+
{"version":3,"sources":["../../another-components.ts","../../sdk-exports/another-components-another-server-actions.ts"],"sourcesContent":["export * as AnotherServerActions from './sdk-exports/another-components-another-server-actions';\n","export * from '@wix/headless-stores/server-actions';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACAA;AAAA,8DAAc;","names":[]}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as react from '@wix/headless-stores/react';
|
|
2
|
+
|
|
3
|
+
function _mergeNamespaces(n, m) {
|
|
4
|
+
m.forEach(function (e) {
|
|
5
|
+
e && typeof e !== 'string' && !Array.isArray(e) && Object.keys(e).forEach(function (k) {
|
|
6
|
+
if (k !== 'default' && !(k in n)) {
|
|
7
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
8
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
9
|
+
enumerable: true,
|
|
10
|
+
get: function () { return e[k]; }
|
|
11
|
+
});
|
|
12
|
+
}
|
|
13
|
+
});
|
|
14
|
+
});
|
|
15
|
+
return Object.freeze(n);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
var componentsComponents = /*#__PURE__*/_mergeNamespaces({
|
|
19
|
+
__proto__: null
|
|
20
|
+
}, [react]);
|
|
21
|
+
|
|
22
|
+
export { componentsComponents as c };
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as serverActions from '@wix/headless-stores/server-actions';
|
|
2
|
+
|
|
3
|
+
function _mergeNamespaces(n, m) {
|
|
4
|
+
m.forEach(function (e) {
|
|
5
|
+
e && typeof e !== 'string' && !Array.isArray(e) && Object.keys(e).forEach(function (k) {
|
|
6
|
+
if (k !== 'default' && !(k in n)) {
|
|
7
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
8
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
9
|
+
enumerable: true,
|
|
10
|
+
get: function () { return e[k]; }
|
|
11
|
+
});
|
|
12
|
+
}
|
|
13
|
+
});
|
|
14
|
+
});
|
|
15
|
+
return Object.freeze(n);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
var componentsServerActions = /*#__PURE__*/_mergeNamespaces({
|
|
19
|
+
__proto__: null
|
|
20
|
+
}, [serverActions]);
|
|
21
|
+
|
|
22
|
+
export { componentsServerActions as c };
|
|
@@ -1,27 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
m.forEach(function (e) {
|
|
6
|
-
e && typeof e !== 'string' && !Array.isArray(e) && Object.keys(e).forEach(function (k) {
|
|
7
|
-
if (k !== 'default' && !(k in n)) {
|
|
8
|
-
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
9
|
-
Object.defineProperty(n, k, d.get ? d : {
|
|
10
|
-
enumerable: true,
|
|
11
|
-
get: function () { return e[k]; }
|
|
12
|
-
});
|
|
13
|
-
}
|
|
14
|
-
});
|
|
15
|
-
});
|
|
16
|
-
return Object.freeze(n);
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
var componentsComponents = /*#__PURE__*/_mergeNamespaces({
|
|
20
|
-
__proto__: null
|
|
21
|
-
}, [react]);
|
|
22
|
-
|
|
23
|
-
var componentsServerActions = /*#__PURE__*/_mergeNamespaces({
|
|
24
|
-
__proto__: null
|
|
25
|
-
}, [serverActions]);
|
|
26
|
-
|
|
27
|
-
export { componentsComponents as Components, componentsServerActions as ServerActions };
|
|
1
|
+
export { c as Components } from './components-components-DJYUKvD4.js';
|
|
2
|
+
export { c as ServerActions } from './components-server-actions-DAojCGGy.js';
|
|
3
|
+
import '@wix/headless-stores/react';
|
|
4
|
+
import '@wix/headless-stores/server-actions';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../components.ts","../../sdk-exports/components-components.ts","../../sdk-exports/components-server-actions.ts"],"sourcesContent":["export * as Components from './sdk-exports/components-components
|
|
1
|
+
{"version":3,"sources":["../../components.ts","../../sdk-exports/components-components.ts","../../sdk-exports/components-server-actions.ts"],"sourcesContent":["export * as Components from './sdk-exports/components-components';\nexport * as ServerActions from './sdk-exports/components-server-actions';\n","export * from '@wix/headless-stores/react';\n","export * from '@wix/headless-stores/server-actions';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACAA;AAAA,0CAAc;;;ACAd;AAAA,8CAAc;","names":[]}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import * as serverActions from '@wix/headless-stores/server-actions';
|
|
2
|
+
export * from '@wix/headless-stores/server-actions';
|
|
3
|
+
|
|
4
|
+
function _mergeNamespaces(n, m) {
|
|
5
|
+
m.forEach(function (e) {
|
|
6
|
+
e && typeof e !== 'string' && !Array.isArray(e) && Object.keys(e).forEach(function (k) {
|
|
7
|
+
if (k !== 'default' && !(k in n)) {
|
|
8
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
9
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
10
|
+
enumerable: true,
|
|
11
|
+
get: function () { return e[k]; }
|
|
12
|
+
});
|
|
13
|
+
}
|
|
14
|
+
});
|
|
15
|
+
});
|
|
16
|
+
return Object.freeze(n);
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
var anotherComponentsAnotherServerActions = /*#__PURE__*/_mergeNamespaces({
|
|
20
|
+
__proto__: null
|
|
21
|
+
}, [serverActions]);
|
|
22
|
+
|
|
23
|
+
export { anotherComponentsAnotherServerActions as a };
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __copyProps = (to, from, except, desc) => {
|
|
7
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
+
for (let key of __getOwnPropNames(from))
|
|
9
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
+
}
|
|
12
|
+
return to;
|
|
13
|
+
};
|
|
14
|
+
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
15
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
16
|
+
|
|
17
|
+
// sdk-exports/another-components-another-server-actions.ts
|
|
18
|
+
var another_components_another_server_actions_exports = {};
|
|
19
|
+
module.exports = __toCommonJS(another_components_another_server_actions_exports);
|
|
20
|
+
__reExport(another_components_another_server_actions_exports, require("@wix/headless-stores/server-actions"), module.exports);
|
|
21
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
22
|
+
0 && (module.exports = {
|
|
23
|
+
...require("@wix/headless-stores/server-actions")
|
|
24
|
+
});
|
|
25
|
+
//# sourceMappingURL=another-components-another-server-actions.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../sdk-exports/another-components-another-server-actions.ts"],"sourcesContent":["export * from '@wix/headless-stores/server-actions';\n"],"mappings":";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA,8DAAc,gDAAd;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@wix/headless-stores/react';
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __copyProps = (to, from, except, desc) => {
|
|
7
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
+
for (let key of __getOwnPropNames(from))
|
|
9
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
+
}
|
|
12
|
+
return to;
|
|
13
|
+
};
|
|
14
|
+
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
15
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
16
|
+
|
|
17
|
+
// sdk-exports/components-components.ts
|
|
18
|
+
var components_components_exports = {};
|
|
19
|
+
module.exports = __toCommonJS(components_components_exports);
|
|
20
|
+
__reExport(components_components_exports, require("@wix/headless-stores/react"), module.exports);
|
|
21
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
22
|
+
0 && (module.exports = {
|
|
23
|
+
...require("@wix/headless-stores/react")
|
|
24
|
+
});
|
|
25
|
+
//# sourceMappingURL=components-components.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../sdk-exports/components-components.ts"],"sourcesContent":["export * from '@wix/headless-stores/react';\n"],"mappings":";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA,0CAAc,uCAAd;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@wix/headless-stores/server-actions';
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __copyProps = (to, from, except, desc) => {
|
|
7
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
+
for (let key of __getOwnPropNames(from))
|
|
9
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
+
}
|
|
12
|
+
return to;
|
|
13
|
+
};
|
|
14
|
+
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
15
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
16
|
+
|
|
17
|
+
// sdk-exports/components-server-actions.ts
|
|
18
|
+
var components_server_actions_exports = {};
|
|
19
|
+
module.exports = __toCommonJS(components_server_actions_exports);
|
|
20
|
+
__reExport(components_server_actions_exports, require("@wix/headless-stores/server-actions"), module.exports);
|
|
21
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
22
|
+
0 && (module.exports = {
|
|
23
|
+
...require("@wix/headless-stores/server-actions")
|
|
24
|
+
});
|
|
25
|
+
//# sourceMappingURL=components-server-actions.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../sdk-exports/components-server-actions.ts"],"sourcesContent":["export * from '@wix/headless-stores/server-actions';\n"],"mappings":";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA,8CAAc,gDAAd;","names":[]}
|
|
@@ -1,22 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
function _mergeNamespaces(n, m) {
|
|
4
|
-
m.forEach(function (e) {
|
|
5
|
-
e && typeof e !== 'string' && !Array.isArray(e) && Object.keys(e).forEach(function (k) {
|
|
6
|
-
if (k !== 'default' && !(k in n)) {
|
|
7
|
-
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
8
|
-
Object.defineProperty(n, k, d.get ? d : {
|
|
9
|
-
enumerable: true,
|
|
10
|
-
get: function () { return e[k]; }
|
|
11
|
-
});
|
|
12
|
-
}
|
|
13
|
-
});
|
|
14
|
-
});
|
|
15
|
-
return Object.freeze(n);
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
var anotherComponentsAnotherServerActions = /*#__PURE__*/_mergeNamespaces({
|
|
19
|
-
__proto__: null
|
|
20
|
-
}, [serverActions]);
|
|
21
|
-
|
|
22
|
-
export { anotherComponentsAnotherServerActions as AnotherServerActions };
|
|
1
|
+
export { a as AnotherServerActions } from './sdk-exports/another-components-another-server-actions.mjs';
|
|
2
|
+
import '@wix/headless-stores/server-actions';
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as react from '@wix/headless-stores/react';
|
|
2
|
+
|
|
3
|
+
function _mergeNamespaces(n, m) {
|
|
4
|
+
m.forEach(function (e) {
|
|
5
|
+
e && typeof e !== 'string' && !Array.isArray(e) && Object.keys(e).forEach(function (k) {
|
|
6
|
+
if (k !== 'default' && !(k in n)) {
|
|
7
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
8
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
9
|
+
enumerable: true,
|
|
10
|
+
get: function () { return e[k]; }
|
|
11
|
+
});
|
|
12
|
+
}
|
|
13
|
+
});
|
|
14
|
+
});
|
|
15
|
+
return Object.freeze(n);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
var componentsComponents = /*#__PURE__*/_mergeNamespaces({
|
|
19
|
+
__proto__: null
|
|
20
|
+
}, [react]);
|
|
21
|
+
|
|
22
|
+
export { componentsComponents as c };
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as serverActions from '@wix/headless-stores/server-actions';
|
|
2
|
+
|
|
3
|
+
function _mergeNamespaces(n, m) {
|
|
4
|
+
m.forEach(function (e) {
|
|
5
|
+
e && typeof e !== 'string' && !Array.isArray(e) && Object.keys(e).forEach(function (k) {
|
|
6
|
+
if (k !== 'default' && !(k in n)) {
|
|
7
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
8
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
9
|
+
enumerable: true,
|
|
10
|
+
get: function () { return e[k]; }
|
|
11
|
+
});
|
|
12
|
+
}
|
|
13
|
+
});
|
|
14
|
+
});
|
|
15
|
+
return Object.freeze(n);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
var componentsServerActions = /*#__PURE__*/_mergeNamespaces({
|
|
19
|
+
__proto__: null
|
|
20
|
+
}, [serverActions]);
|
|
21
|
+
|
|
22
|
+
export { componentsServerActions as c };
|
|
@@ -1,27 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
m.forEach(function (e) {
|
|
6
|
-
e && typeof e !== 'string' && !Array.isArray(e) && Object.keys(e).forEach(function (k) {
|
|
7
|
-
if (k !== 'default' && !(k in n)) {
|
|
8
|
-
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
9
|
-
Object.defineProperty(n, k, d.get ? d : {
|
|
10
|
-
enumerable: true,
|
|
11
|
-
get: function () { return e[k]; }
|
|
12
|
-
});
|
|
13
|
-
}
|
|
14
|
-
});
|
|
15
|
-
});
|
|
16
|
-
return Object.freeze(n);
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
var componentsComponents = /*#__PURE__*/_mergeNamespaces({
|
|
20
|
-
__proto__: null
|
|
21
|
-
}, [react]);
|
|
22
|
-
|
|
23
|
-
var componentsServerActions = /*#__PURE__*/_mergeNamespaces({
|
|
24
|
-
__proto__: null
|
|
25
|
-
}, [serverActions]);
|
|
26
|
-
|
|
27
|
-
export { componentsComponents as Components, componentsServerActions as ServerActions };
|
|
1
|
+
export { c as Components } from './components-components-DJYUKvD4.mjs';
|
|
2
|
+
export { c as ServerActions } from './components-server-actions-DAojCGGy.mjs';
|
|
3
|
+
import '@wix/headless-stores/react';
|
|
4
|
+
import '@wix/headless-stores/server-actions';
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import * as serverActions from '@wix/headless-stores/server-actions';
|
|
2
|
+
export * from '@wix/headless-stores/server-actions';
|
|
3
|
+
|
|
4
|
+
function _mergeNamespaces(n, m) {
|
|
5
|
+
m.forEach(function (e) {
|
|
6
|
+
e && typeof e !== 'string' && !Array.isArray(e) && Object.keys(e).forEach(function (k) {
|
|
7
|
+
if (k !== 'default' && !(k in n)) {
|
|
8
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
9
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
10
|
+
enumerable: true,
|
|
11
|
+
get: function () { return e[k]; }
|
|
12
|
+
});
|
|
13
|
+
}
|
|
14
|
+
});
|
|
15
|
+
});
|
|
16
|
+
return Object.freeze(n);
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
var anotherComponentsAnotherServerActions = /*#__PURE__*/_mergeNamespaces({
|
|
20
|
+
__proto__: null
|
|
21
|
+
}, [serverActions]);
|
|
22
|
+
|
|
23
|
+
export { anotherComponentsAnotherServerActions as a };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../sdk-exports/another-components-another-server-actions.ts"],"sourcesContent":["export * from '@wix/headless-stores/server-actions';\n"],"mappings":";AAAA,cAAc;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@wix/headless-stores/react';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../sdk-exports/components-components.ts"],"sourcesContent":["export * from '@wix/headless-stores/react';\n"],"mappings":";AAAA,cAAc;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@wix/headless-stores/server-actions';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../sdk-exports/components-server-actions.ts"],"sourcesContent":["export * from '@wix/headless-stores/server-actions';\n"],"mappings":";AAAA,cAAc;","names":[]}
|
|
@@ -1,22 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
function _mergeNamespaces(n, m) {
|
|
4
|
-
m.forEach(function (e) {
|
|
5
|
-
e && typeof e !== 'string' && !Array.isArray(e) && Object.keys(e).forEach(function (k) {
|
|
6
|
-
if (k !== 'default' && !(k in n)) {
|
|
7
|
-
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
8
|
-
Object.defineProperty(n, k, d.get ? d : {
|
|
9
|
-
enumerable: true,
|
|
10
|
-
get: function () { return e[k]; }
|
|
11
|
-
});
|
|
12
|
-
}
|
|
13
|
-
});
|
|
14
|
-
});
|
|
15
|
-
return Object.freeze(n);
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
var anotherComponentsAnotherServerActions = /*#__PURE__*/_mergeNamespaces({
|
|
19
|
-
__proto__: null
|
|
20
|
-
}, [serverActions]);
|
|
21
|
-
|
|
22
|
-
export { anotherComponentsAnotherServerActions as AnotherServerActions };
|
|
1
|
+
export { a as AnotherServerActions } from './sdk-exports/another-components-another-server-actions.js';
|
|
2
|
+
import '@wix/headless-stores/server-actions';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../another-components.ts","../../../sdk-exports/another-components-another-server-actions.ts"],"sourcesContent":["export * as AnotherServerActions from './sdk-exports/another-components-another-server-actions
|
|
1
|
+
{"version":3,"sources":["../../../another-components.ts","../../../sdk-exports/another-components-another-server-actions.ts"],"sourcesContent":["export * as AnotherServerActions from './sdk-exports/another-components-another-server-actions';\n","export * from '@wix/headless-stores/server-actions';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACAA;AAAA,8DAAc;","names":[]}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as react from '@wix/headless-stores/react';
|
|
2
|
+
|
|
3
|
+
function _mergeNamespaces(n, m) {
|
|
4
|
+
m.forEach(function (e) {
|
|
5
|
+
e && typeof e !== 'string' && !Array.isArray(e) && Object.keys(e).forEach(function (k) {
|
|
6
|
+
if (k !== 'default' && !(k in n)) {
|
|
7
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
8
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
9
|
+
enumerable: true,
|
|
10
|
+
get: function () { return e[k]; }
|
|
11
|
+
});
|
|
12
|
+
}
|
|
13
|
+
});
|
|
14
|
+
});
|
|
15
|
+
return Object.freeze(n);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
var componentsComponents = /*#__PURE__*/_mergeNamespaces({
|
|
19
|
+
__proto__: null
|
|
20
|
+
}, [react]);
|
|
21
|
+
|
|
22
|
+
export { componentsComponents as c };
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as serverActions from '@wix/headless-stores/server-actions';
|
|
2
|
+
|
|
3
|
+
function _mergeNamespaces(n, m) {
|
|
4
|
+
m.forEach(function (e) {
|
|
5
|
+
e && typeof e !== 'string' && !Array.isArray(e) && Object.keys(e).forEach(function (k) {
|
|
6
|
+
if (k !== 'default' && !(k in n)) {
|
|
7
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
8
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
9
|
+
enumerable: true,
|
|
10
|
+
get: function () { return e[k]; }
|
|
11
|
+
});
|
|
12
|
+
}
|
|
13
|
+
});
|
|
14
|
+
});
|
|
15
|
+
return Object.freeze(n);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
var componentsServerActions = /*#__PURE__*/_mergeNamespaces({
|
|
19
|
+
__proto__: null
|
|
20
|
+
}, [serverActions]);
|
|
21
|
+
|
|
22
|
+
export { componentsServerActions as c };
|
|
@@ -1,27 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
m.forEach(function (e) {
|
|
6
|
-
e && typeof e !== 'string' && !Array.isArray(e) && Object.keys(e).forEach(function (k) {
|
|
7
|
-
if (k !== 'default' && !(k in n)) {
|
|
8
|
-
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
9
|
-
Object.defineProperty(n, k, d.get ? d : {
|
|
10
|
-
enumerable: true,
|
|
11
|
-
get: function () { return e[k]; }
|
|
12
|
-
});
|
|
13
|
-
}
|
|
14
|
-
});
|
|
15
|
-
});
|
|
16
|
-
return Object.freeze(n);
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
var componentsComponents = /*#__PURE__*/_mergeNamespaces({
|
|
20
|
-
__proto__: null
|
|
21
|
-
}, [react]);
|
|
22
|
-
|
|
23
|
-
var componentsServerActions = /*#__PURE__*/_mergeNamespaces({
|
|
24
|
-
__proto__: null
|
|
25
|
-
}, [serverActions]);
|
|
26
|
-
|
|
27
|
-
export { componentsComponents as Components, componentsServerActions as ServerActions };
|
|
1
|
+
export { c as Components } from './components-components-DJYUKvD4.js';
|
|
2
|
+
export { c as ServerActions } from './components-server-actions-DAojCGGy.js';
|
|
3
|
+
import '@wix/headless-stores/react';
|
|
4
|
+
import '@wix/headless-stores/server-actions';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../components.ts","../../../sdk-exports/components-components.ts","../../../sdk-exports/components-server-actions.ts"],"sourcesContent":["export * as Components from './sdk-exports/components-components
|
|
1
|
+
{"version":3,"sources":["../../../components.ts","../../../sdk-exports/components-components.ts","../../../sdk-exports/components-server-actions.ts"],"sourcesContent":["export * as Components from './sdk-exports/components-components';\nexport * as ServerActions from './sdk-exports/components-server-actions';\n","export * from '@wix/headless-stores/react';\n","export * from '@wix/headless-stores/server-actions';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACAA;AAAA,0CAAc;;;ACAd;AAAA,8CAAc;","names":[]}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import * as serverActions from '@wix/headless-stores/server-actions';
|
|
2
|
+
export * from '@wix/headless-stores/server-actions';
|
|
3
|
+
|
|
4
|
+
function _mergeNamespaces(n, m) {
|
|
5
|
+
m.forEach(function (e) {
|
|
6
|
+
e && typeof e !== 'string' && !Array.isArray(e) && Object.keys(e).forEach(function (k) {
|
|
7
|
+
if (k !== 'default' && !(k in n)) {
|
|
8
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
9
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
10
|
+
enumerable: true,
|
|
11
|
+
get: function () { return e[k]; }
|
|
12
|
+
});
|
|
13
|
+
}
|
|
14
|
+
});
|
|
15
|
+
});
|
|
16
|
+
return Object.freeze(n);
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
var anotherComponentsAnotherServerActions = /*#__PURE__*/_mergeNamespaces({
|
|
20
|
+
__proto__: null
|
|
21
|
+
}, [serverActions]);
|
|
22
|
+
|
|
23
|
+
export { anotherComponentsAnotherServerActions as a };
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __copyProps = (to, from, except, desc) => {
|
|
7
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
+
for (let key of __getOwnPropNames(from))
|
|
9
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
+
}
|
|
12
|
+
return to;
|
|
13
|
+
};
|
|
14
|
+
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
15
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
16
|
+
|
|
17
|
+
// sdk-exports/another-components-another-server-actions.ts
|
|
18
|
+
var another_components_another_server_actions_exports = {};
|
|
19
|
+
module.exports = __toCommonJS(another_components_another_server_actions_exports);
|
|
20
|
+
__reExport(another_components_another_server_actions_exports, require("@wix/headless-stores/server-actions"), module.exports);
|
|
21
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
22
|
+
0 && (module.exports = {
|
|
23
|
+
...require("@wix/headless-stores/server-actions")
|
|
24
|
+
});
|
|
25
|
+
//# sourceMappingURL=another-components-another-server-actions.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../sdk-exports/another-components-another-server-actions.ts"],"sourcesContent":["export * from '@wix/headless-stores/server-actions';\n"],"mappings":";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA,8DAAc,gDAAd;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@wix/headless-stores/react';
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __copyProps = (to, from, except, desc) => {
|
|
7
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
+
for (let key of __getOwnPropNames(from))
|
|
9
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
+
}
|
|
12
|
+
return to;
|
|
13
|
+
};
|
|
14
|
+
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
15
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
16
|
+
|
|
17
|
+
// sdk-exports/components-components.ts
|
|
18
|
+
var components_components_exports = {};
|
|
19
|
+
module.exports = __toCommonJS(components_components_exports);
|
|
20
|
+
__reExport(components_components_exports, require("@wix/headless-stores/react"), module.exports);
|
|
21
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
22
|
+
0 && (module.exports = {
|
|
23
|
+
...require("@wix/headless-stores/react")
|
|
24
|
+
});
|
|
25
|
+
//# sourceMappingURL=components-components.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../sdk-exports/components-components.ts"],"sourcesContent":["export * from '@wix/headless-stores/react';\n"],"mappings":";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA,0CAAc,uCAAd;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@wix/headless-stores/server-actions';
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __copyProps = (to, from, except, desc) => {
|
|
7
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
+
for (let key of __getOwnPropNames(from))
|
|
9
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
+
}
|
|
12
|
+
return to;
|
|
13
|
+
};
|
|
14
|
+
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
15
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
16
|
+
|
|
17
|
+
// sdk-exports/components-server-actions.ts
|
|
18
|
+
var components_server_actions_exports = {};
|
|
19
|
+
module.exports = __toCommonJS(components_server_actions_exports);
|
|
20
|
+
__reExport(components_server_actions_exports, require("@wix/headless-stores/server-actions"), module.exports);
|
|
21
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
22
|
+
0 && (module.exports = {
|
|
23
|
+
...require("@wix/headless-stores/server-actions")
|
|
24
|
+
});
|
|
25
|
+
//# sourceMappingURL=components-server-actions.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../sdk-exports/components-server-actions.ts"],"sourcesContent":["export * from '@wix/headless-stores/server-actions';\n"],"mappings":";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA,8CAAc,gDAAd;","names":[]}
|
|
@@ -1,22 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
function _mergeNamespaces(n, m) {
|
|
4
|
-
m.forEach(function (e) {
|
|
5
|
-
e && typeof e !== 'string' && !Array.isArray(e) && Object.keys(e).forEach(function (k) {
|
|
6
|
-
if (k !== 'default' && !(k in n)) {
|
|
7
|
-
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
8
|
-
Object.defineProperty(n, k, d.get ? d : {
|
|
9
|
-
enumerable: true,
|
|
10
|
-
get: function () { return e[k]; }
|
|
11
|
-
});
|
|
12
|
-
}
|
|
13
|
-
});
|
|
14
|
-
});
|
|
15
|
-
return Object.freeze(n);
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
var anotherComponentsAnotherServerActions = /*#__PURE__*/_mergeNamespaces({
|
|
19
|
-
__proto__: null
|
|
20
|
-
}, [serverActions]);
|
|
21
|
-
|
|
22
|
-
export { anotherComponentsAnotherServerActions as AnotherServerActions };
|
|
1
|
+
export { a as AnotherServerActions } from './sdk-exports/another-components-another-server-actions.mjs';
|
|
2
|
+
import '@wix/headless-stores/server-actions';
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as react from '@wix/headless-stores/react';
|
|
2
|
+
|
|
3
|
+
function _mergeNamespaces(n, m) {
|
|
4
|
+
m.forEach(function (e) {
|
|
5
|
+
e && typeof e !== 'string' && !Array.isArray(e) && Object.keys(e).forEach(function (k) {
|
|
6
|
+
if (k !== 'default' && !(k in n)) {
|
|
7
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
8
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
9
|
+
enumerable: true,
|
|
10
|
+
get: function () { return e[k]; }
|
|
11
|
+
});
|
|
12
|
+
}
|
|
13
|
+
});
|
|
14
|
+
});
|
|
15
|
+
return Object.freeze(n);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
var componentsComponents = /*#__PURE__*/_mergeNamespaces({
|
|
19
|
+
__proto__: null
|
|
20
|
+
}, [react]);
|
|
21
|
+
|
|
22
|
+
export { componentsComponents as c };
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as serverActions from '@wix/headless-stores/server-actions';
|
|
2
|
+
|
|
3
|
+
function _mergeNamespaces(n, m) {
|
|
4
|
+
m.forEach(function (e) {
|
|
5
|
+
e && typeof e !== 'string' && !Array.isArray(e) && Object.keys(e).forEach(function (k) {
|
|
6
|
+
if (k !== 'default' && !(k in n)) {
|
|
7
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
8
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
9
|
+
enumerable: true,
|
|
10
|
+
get: function () { return e[k]; }
|
|
11
|
+
});
|
|
12
|
+
}
|
|
13
|
+
});
|
|
14
|
+
});
|
|
15
|
+
return Object.freeze(n);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
var componentsServerActions = /*#__PURE__*/_mergeNamespaces({
|
|
19
|
+
__proto__: null
|
|
20
|
+
}, [serverActions]);
|
|
21
|
+
|
|
22
|
+
export { componentsServerActions as c };
|
|
@@ -1,27 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
m.forEach(function (e) {
|
|
6
|
-
e && typeof e !== 'string' && !Array.isArray(e) && Object.keys(e).forEach(function (k) {
|
|
7
|
-
if (k !== 'default' && !(k in n)) {
|
|
8
|
-
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
9
|
-
Object.defineProperty(n, k, d.get ? d : {
|
|
10
|
-
enumerable: true,
|
|
11
|
-
get: function () { return e[k]; }
|
|
12
|
-
});
|
|
13
|
-
}
|
|
14
|
-
});
|
|
15
|
-
});
|
|
16
|
-
return Object.freeze(n);
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
var componentsComponents = /*#__PURE__*/_mergeNamespaces({
|
|
20
|
-
__proto__: null
|
|
21
|
-
}, [react]);
|
|
22
|
-
|
|
23
|
-
var componentsServerActions = /*#__PURE__*/_mergeNamespaces({
|
|
24
|
-
__proto__: null
|
|
25
|
-
}, [serverActions]);
|
|
26
|
-
|
|
27
|
-
export { componentsComponents as Components, componentsServerActions as ServerActions };
|
|
1
|
+
export { c as Components } from './components-components-DJYUKvD4.mjs';
|
|
2
|
+
export { c as ServerActions } from './components-server-actions-DAojCGGy.mjs';
|
|
3
|
+
import '@wix/headless-stores/react';
|
|
4
|
+
import '@wix/headless-stores/server-actions';
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import * as serverActions from '@wix/headless-stores/server-actions';
|
|
2
|
+
export * from '@wix/headless-stores/server-actions';
|
|
3
|
+
|
|
4
|
+
function _mergeNamespaces(n, m) {
|
|
5
|
+
m.forEach(function (e) {
|
|
6
|
+
e && typeof e !== 'string' && !Array.isArray(e) && Object.keys(e).forEach(function (k) {
|
|
7
|
+
if (k !== 'default' && !(k in n)) {
|
|
8
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
9
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
10
|
+
enumerable: true,
|
|
11
|
+
get: function () { return e[k]; }
|
|
12
|
+
});
|
|
13
|
+
}
|
|
14
|
+
});
|
|
15
|
+
});
|
|
16
|
+
return Object.freeze(n);
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
var anotherComponentsAnotherServerActions = /*#__PURE__*/_mergeNamespaces({
|
|
20
|
+
__proto__: null
|
|
21
|
+
}, [serverActions]);
|
|
22
|
+
|
|
23
|
+
export { anotherComponentsAnotherServerActions as a };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../sdk-exports/another-components-another-server-actions.ts"],"sourcesContent":["export * from '@wix/headless-stores/server-actions';\n"],"mappings":";AAAA,cAAc;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@wix/headless-stores/react';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../sdk-exports/components-components.ts"],"sourcesContent":["export * from '@wix/headless-stores/react';\n"],"mappings":";AAAA,cAAc;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@wix/headless-stores/server-actions';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../sdk-exports/components-server-actions.ts"],"sourcesContent":["export * from '@wix/headless-stores/server-actions';\n"],"mappings":";AAAA,cAAc;","names":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/echo",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.52",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -67,5 +67,5 @@
|
|
|
67
67
|
"fqdn": ""
|
|
68
68
|
}
|
|
69
69
|
},
|
|
70
|
-
"falconPackageHash": "
|
|
70
|
+
"falconPackageHash": "0112dd42262f9cb169ad1e616b3794f8895aa06d72cde511c780cd23"
|
|
71
71
|
}
|