@wix/faq 1.0.23 → 1.0.25
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 +4 -4
- package/build/index.d.mts +0 -6
- package/build/index.d.ts +0 -6
- package/build/index.js +0 -44
- package/build/index.js.map +0 -1
- package/build/index.mjs +0 -8
- package/build/index.mjs.map +0 -1
- package/build/meta.d.mts +0 -4
- package/build/meta.d.ts +0 -4
- package/build/meta.js +0 -44
- package/build/meta.js.map +0 -1
- package/build/meta.mjs +0 -8
- package/build/meta.mjs.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/faq",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.25",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/",
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"service-plugins"
|
|
34
34
|
],
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@wix/auto_sdk_faq_category": "1.0.
|
|
37
|
-
"@wix/auto_sdk_faq_question-entry": "1.0.
|
|
36
|
+
"@wix/auto_sdk_faq_category": "1.0.15",
|
|
37
|
+
"@wix/auto_sdk_faq_question-entry": "1.0.19"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"tsup": "^8.4.0",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"fqdn": ""
|
|
56
56
|
}
|
|
57
57
|
},
|
|
58
|
-
"falconPackageHash": "
|
|
58
|
+
"falconPackageHash": "04c3d41c6c7f9a57e19ba2dce1eae8e1e0a5e438827060de32c79778"
|
|
59
59
|
}
|
package/build/index.d.mts
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as auto_sdk_faq_category from '@wix/auto_sdk_faq_category';
|
|
2
|
-
export { auto_sdk_faq_category as category };
|
|
3
|
-
import * as auto_sdk_faq_questionEntry from '@wix/auto_sdk_faq_question-entry';
|
|
4
|
-
export { auto_sdk_faq_questionEntry as questionEntry };
|
|
5
|
-
import '@wix/auto_sdk_faq_category/meta';
|
|
6
|
-
import '@wix/auto_sdk_faq_question-entry/meta';
|
package/build/index.d.ts
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as auto_sdk_faq_category from '@wix/auto_sdk_faq_category';
|
|
2
|
-
export { auto_sdk_faq_category as category };
|
|
3
|
-
import * as auto_sdk_faq_questionEntry from '@wix/auto_sdk_faq_question-entry';
|
|
4
|
-
export { auto_sdk_faq_questionEntry as questionEntry };
|
|
5
|
-
import '@wix/auto_sdk_faq_category/meta';
|
|
6
|
-
import '@wix/auto_sdk_faq_question-entry/meta';
|
package/build/index.js
DELETED
|
@@ -1,44 +0,0 @@
|
|
|
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
|
-
category: () => category,
|
|
34
|
-
questionEntry: () => questionEntry
|
|
35
|
-
});
|
|
36
|
-
module.exports = __toCommonJS(index_exports);
|
|
37
|
-
var category = __toESM(require("@wix/auto_sdk_faq_category"));
|
|
38
|
-
var questionEntry = __toESM(require("@wix/auto_sdk_faq_question-entry"));
|
|
39
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
40
|
-
0 && (module.exports = {
|
|
41
|
-
category,
|
|
42
|
-
questionEntry
|
|
43
|
-
});
|
|
44
|
-
//# sourceMappingURL=index.js.map
|
package/build/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../index.ts"],"sourcesContent":["import * as category from '@wix/auto_sdk_faq_category';\nimport * as questionEntry from '@wix/auto_sdk_faq_question-entry';\n\nexport { category, questionEntry };\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,eAA0B;AAC1B,oBAA+B;","names":[]}
|
package/build/index.mjs
DELETED
package/build/index.mjs.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../index.ts"],"sourcesContent":["import * as category from '@wix/auto_sdk_faq_category';\nimport * as questionEntry from '@wix/auto_sdk_faq_question-entry';\n\nexport { category, questionEntry };\n"],"mappings":";AAAA,YAAY,cAAc;AAC1B,YAAY,mBAAmB;","names":[]}
|
package/build/meta.d.mts
DELETED
package/build/meta.d.ts
DELETED
package/build/meta.js
DELETED
|
@@ -1,44 +0,0 @@
|
|
|
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
|
-
category: () => category,
|
|
34
|
-
questionEntry: () => questionEntry
|
|
35
|
-
});
|
|
36
|
-
module.exports = __toCommonJS(meta_exports);
|
|
37
|
-
var category = __toESM(require("@wix/auto_sdk_faq_category/meta"));
|
|
38
|
-
var questionEntry = __toESM(require("@wix/auto_sdk_faq_question-entry/meta"));
|
|
39
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
40
|
-
0 && (module.exports = {
|
|
41
|
-
category,
|
|
42
|
-
questionEntry
|
|
43
|
-
});
|
|
44
|
-
//# sourceMappingURL=meta.js.map
|
package/build/meta.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../meta.ts"],"sourcesContent":["export * as category from '@wix/auto_sdk_faq_category/meta';\nexport * as questionEntry from '@wix/auto_sdk_faq_question-entry/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,eAA0B;AAC1B,oBAA+B;","names":[]}
|
package/build/meta.mjs
DELETED
package/build/meta.mjs.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../meta.ts"],"sourcesContent":["export * as category from '@wix/auto_sdk_faq_category/meta';\nexport * as questionEntry from '@wix/auto_sdk_faq_question-entry/meta';\n"],"mappings":";AAAA,YAAY,cAAc;AAC1B,YAAY,mBAAmB;","names":[]}
|