@wix/quick-pages 1.0.0

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.
@@ -0,0 +1,6 @@
1
+ import * as auto_sdk_quickPages_contents from '@wix/auto_sdk_quick-pages_contents';
2
+ export { auto_sdk_quickPages_contents as contents };
3
+ import * as auto_sdk_quickPages_pages from '@wix/auto_sdk_quick-pages_pages';
4
+ export { auto_sdk_quickPages_pages as pages };
5
+ import '@wix/auto_sdk_quick-pages_contents/meta';
6
+ import '@wix/auto_sdk_quick-pages_pages/meta';
@@ -0,0 +1,44 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
19
+ };
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+
30
+ // index.ts
31
+ var index_exports = {};
32
+ __export(index_exports, {
33
+ contents: () => contents,
34
+ pages: () => pages
35
+ });
36
+ module.exports = __toCommonJS(index_exports);
37
+ var contents = __toESM(require("@wix/auto_sdk_quick-pages_contents"));
38
+ var pages = __toESM(require("@wix/auto_sdk_quick-pages_pages"));
39
+ // Annotate the CommonJS export names for ESM import in node:
40
+ 0 && (module.exports = {
41
+ contents,
42
+ pages
43
+ });
44
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as contents from '@wix/auto_sdk_quick-pages_contents';\nimport * as pages from '@wix/auto_sdk_quick-pages_pages';\n\nexport { contents, pages };\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,eAA0B;AAC1B,YAAuB;","names":[]}
@@ -0,0 +1,4 @@
1
+ import * as meta from '@wix/auto_sdk_quick-pages_contents/meta';
2
+ export { meta as contents };
3
+ import * as meta$1 from '@wix/auto_sdk_quick-pages_pages/meta';
4
+ export { meta$1 as pages };
@@ -0,0 +1,44 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
19
+ };
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+
30
+ // meta.ts
31
+ var meta_exports = {};
32
+ __export(meta_exports, {
33
+ contents: () => contents,
34
+ pages: () => pages
35
+ });
36
+ module.exports = __toCommonJS(meta_exports);
37
+ var contents = __toESM(require("@wix/auto_sdk_quick-pages_contents/meta"));
38
+ var pages = __toESM(require("@wix/auto_sdk_quick-pages_pages/meta"));
39
+ // Annotate the CommonJS export names for ESM import in node:
40
+ 0 && (module.exports = {
41
+ contents,
42
+ pages
43
+ });
44
+ //# sourceMappingURL=meta.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as contents from '@wix/auto_sdk_quick-pages_contents/meta';\nexport * as pages from '@wix/auto_sdk_quick-pages_pages/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,eAA0B;AAC1B,YAAuB;","names":[]}
@@ -0,0 +1,6 @@
1
+ import * as auto_sdk_quickPages_contents from '@wix/auto_sdk_quick-pages_contents';
2
+ export { auto_sdk_quickPages_contents as contents };
3
+ import * as auto_sdk_quickPages_pages from '@wix/auto_sdk_quick-pages_pages';
4
+ export { auto_sdk_quickPages_pages as pages };
5
+ import '@wix/auto_sdk_quick-pages_contents/meta';
6
+ import '@wix/auto_sdk_quick-pages_pages/meta';
@@ -0,0 +1,8 @@
1
+ // index.ts
2
+ import * as contents from "@wix/auto_sdk_quick-pages_contents";
3
+ import * as pages from "@wix/auto_sdk_quick-pages_pages";
4
+ export {
5
+ contents,
6
+ pages
7
+ };
8
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as contents from '@wix/auto_sdk_quick-pages_contents';\nimport * as pages from '@wix/auto_sdk_quick-pages_pages';\n\nexport { contents, pages };\n"],"mappings":";AAAA,YAAY,cAAc;AAC1B,YAAY,WAAW;","names":[]}
@@ -0,0 +1,4 @@
1
+ import * as meta from '@wix/auto_sdk_quick-pages_contents/meta';
2
+ export { meta as contents };
3
+ import * as meta$1 from '@wix/auto_sdk_quick-pages_pages/meta';
4
+ export { meta$1 as pages };
@@ -0,0 +1,8 @@
1
+ // meta.ts
2
+ import * as contents from "@wix/auto_sdk_quick-pages_contents/meta";
3
+ import * as pages from "@wix/auto_sdk_quick-pages_pages/meta";
4
+ export {
5
+ contents,
6
+ pages
7
+ };
8
+ //# sourceMappingURL=meta.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as contents from '@wix/auto_sdk_quick-pages_contents/meta';\nexport * as pages from '@wix/auto_sdk_quick-pages_pages/meta';\n"],"mappings":";AAAA,YAAY,cAAc;AAC1B,YAAY,WAAW;","names":[]}
@@ -0,0 +1,3 @@
1
+ {
2
+ "type": "module"
3
+ }
@@ -0,0 +1,6 @@
1
+ import * as auto_sdk_quickPages_contents from '@wix/auto_sdk_quick-pages_contents';
2
+ export { auto_sdk_quickPages_contents as contents };
3
+ import * as auto_sdk_quickPages_pages from '@wix/auto_sdk_quick-pages_pages';
4
+ export { auto_sdk_quickPages_pages as pages };
5
+ import '@wix/auto_sdk_quick-pages_contents/meta';
6
+ import '@wix/auto_sdk_quick-pages_pages/meta';
@@ -0,0 +1,44 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
19
+ };
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+
30
+ // index.ts
31
+ var index_exports = {};
32
+ __export(index_exports, {
33
+ contents: () => contents,
34
+ pages: () => pages
35
+ });
36
+ module.exports = __toCommonJS(index_exports);
37
+ var contents = __toESM(require("@wix/auto_sdk_quick-pages_contents"));
38
+ var pages = __toESM(require("@wix/auto_sdk_quick-pages_pages"));
39
+ // Annotate the CommonJS export names for ESM import in node:
40
+ 0 && (module.exports = {
41
+ contents,
42
+ pages
43
+ });
44
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../index.ts"],"sourcesContent":["import * as contents from '@wix/auto_sdk_quick-pages_contents';\nimport * as pages from '@wix/auto_sdk_quick-pages_pages';\n\nexport { contents, pages };\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,eAA0B;AAC1B,YAAuB;","names":[]}
@@ -0,0 +1,4 @@
1
+ import * as meta from '@wix/auto_sdk_quick-pages_contents/meta';
2
+ export { meta as contents };
3
+ import * as meta$1 from '@wix/auto_sdk_quick-pages_pages/meta';
4
+ export { meta$1 as pages };
@@ -0,0 +1,44 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
19
+ };
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+
30
+ // meta.ts
31
+ var meta_exports = {};
32
+ __export(meta_exports, {
33
+ contents: () => contents,
34
+ pages: () => pages
35
+ });
36
+ module.exports = __toCommonJS(meta_exports);
37
+ var contents = __toESM(require("@wix/auto_sdk_quick-pages_contents/meta"));
38
+ var pages = __toESM(require("@wix/auto_sdk_quick-pages_pages/meta"));
39
+ // Annotate the CommonJS export names for ESM import in node:
40
+ 0 && (module.exports = {
41
+ contents,
42
+ pages
43
+ });
44
+ //# sourceMappingURL=meta.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../meta.ts"],"sourcesContent":["export * as contents from '@wix/auto_sdk_quick-pages_contents/meta';\nexport * as pages from '@wix/auto_sdk_quick-pages_pages/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,eAA0B;AAC1B,YAAuB;","names":[]}
@@ -0,0 +1,6 @@
1
+ import * as auto_sdk_quickPages_contents from '@wix/auto_sdk_quick-pages_contents';
2
+ export { auto_sdk_quickPages_contents as contents };
3
+ import * as auto_sdk_quickPages_pages from '@wix/auto_sdk_quick-pages_pages';
4
+ export { auto_sdk_quickPages_pages as pages };
5
+ import '@wix/auto_sdk_quick-pages_contents/meta';
6
+ import '@wix/auto_sdk_quick-pages_pages/meta';
@@ -0,0 +1,8 @@
1
+ // index.ts
2
+ import * as contents from "@wix/auto_sdk_quick-pages_contents";
3
+ import * as pages from "@wix/auto_sdk_quick-pages_pages";
4
+ export {
5
+ contents,
6
+ pages
7
+ };
8
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../index.ts"],"sourcesContent":["import * as contents from '@wix/auto_sdk_quick-pages_contents';\nimport * as pages from '@wix/auto_sdk_quick-pages_pages';\n\nexport { contents, pages };\n"],"mappings":";AAAA,YAAY,cAAc;AAC1B,YAAY,WAAW;","names":[]}
@@ -0,0 +1,4 @@
1
+ import * as meta from '@wix/auto_sdk_quick-pages_contents/meta';
2
+ export { meta as contents };
3
+ import * as meta$1 from '@wix/auto_sdk_quick-pages_pages/meta';
4
+ export { meta$1 as pages };
@@ -0,0 +1,8 @@
1
+ // meta.ts
2
+ import * as contents from "@wix/auto_sdk_quick-pages_contents/meta";
3
+ import * as pages from "@wix/auto_sdk_quick-pages_pages/meta";
4
+ export {
5
+ contents,
6
+ pages
7
+ };
8
+ //# sourceMappingURL=meta.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../meta.ts"],"sourcesContent":["export * as contents from '@wix/auto_sdk_quick-pages_contents/meta';\nexport * as pages from '@wix/auto_sdk_quick-pages_pages/meta';\n"],"mappings":";AAAA,YAAY,cAAc;AAC1B,YAAY,WAAW;","names":[]}
@@ -0,0 +1,3 @@
1
+ {
2
+ "main": "../build/cjs/meta.js"
3
+ }
package/package.json ADDED
@@ -0,0 +1,59 @@
1
+ {
2
+ "name": "@wix/quick-pages",
3
+ "version": "1.0.0",
4
+ "license": "MIT",
5
+ "publishConfig": {
6
+ "registry": "https://registry.npmjs.org/",
7
+ "access": "public"
8
+ },
9
+ "keywords": [
10
+ "wixSdkBackendModule",
11
+ "wixSdkPageModule",
12
+ "wixSdkPublicModule"
13
+ ],
14
+ "sideEffects": false,
15
+ "main": "./build/cjs/index.js",
16
+ "types": "./build/cjs/index.d.ts",
17
+ "exports": {
18
+ ".": {
19
+ "import": "./build/es/index.mjs",
20
+ "require": "./build/cjs/index.js",
21
+ "types": "./build/es/index.d.mts"
22
+ },
23
+ "./package.json": "./package.json",
24
+ "./meta": {
25
+ "import": "./build/es/meta.mjs",
26
+ "require": "./build/cjs/meta.js",
27
+ "types": "./build/es/meta.d.mts"
28
+ }
29
+ },
30
+ "files": [
31
+ "build",
32
+ "meta",
33
+ "service-plugins"
34
+ ],
35
+ "dependencies": {
36
+ "@wix/auto_sdk_quick-pages_contents": "1.0.0",
37
+ "@wix/auto_sdk_quick-pages_pages": "1.0.0"
38
+ },
39
+ "devDependencies": {
40
+ "tsup": "^8.4.0",
41
+ "typescript": "^5.3.2"
42
+ },
43
+ "scripts": {
44
+ "build": "tsup",
45
+ "test": ":"
46
+ },
47
+ "wix": {
48
+ "artifact": {
49
+ "groupId": "com.wixpress.public-sdk-autogen",
50
+ "artifactId": "quick-pages-public-sdk-autogen",
51
+ "isRootPublicSdk": true
52
+ },
53
+ "sdkDependency": {
54
+ "fqdnNamespace": "",
55
+ "fqdn": ""
56
+ }
57
+ },
58
+ "falconPackageHash": "ced57a8041568ffd6e73aae31cd1989cdc69f7123d4ea11fb3cf26f6"
59
+ }