@wix/seo 1.0.42 → 1.0.44
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/components.d.ts +3 -0
- package/build/cjs/schemas.d.ts +6 -0
- package/build/cjs/schemas.js +47 -0
- package/build/cjs/schemas.js.map +1 -0
- package/build/es/components.d.mts +3 -0
- package/build/es/schemas.d.mts +6 -0
- package/build/es/schemas.mjs +10 -0
- package/build/es/schemas.mjs.map +1 -0
- package/build/internal/cjs/components.d.ts +3 -0
- package/build/internal/cjs/schemas.d.ts +6 -0
- package/build/internal/cjs/schemas.js +47 -0
- package/build/internal/cjs/schemas.js.map +1 -0
- package/build/internal/es/components.d.mts +3 -0
- package/build/internal/es/schemas.d.mts +6 -0
- package/build/internal/es/schemas.mjs +10 -0
- package/build/internal/es/schemas.mjs.map +1 -0
- package/package.json +11 -5
- package/schemas/package.json +3 -0
|
@@ -5,4 +5,7 @@ import '@wix/auto_sdk_seo_robots-txt';
|
|
|
5
5
|
import '@wix/auto_sdk_seo_seo-sitemap-entries/meta';
|
|
6
6
|
import '@wix/auto_sdk_seo_seo-tags/meta';
|
|
7
7
|
import '@wix/auto_sdk_seo_robots-txt/meta';
|
|
8
|
+
import '@wix/auto_sdk_seo_seo-sitemap-entries/schemas';
|
|
9
|
+
import '@wix/auto_sdk_seo_seo-tags/schemas';
|
|
10
|
+
import '@wix/auto_sdk_seo_robots-txt/schemas';
|
|
8
11
|
import '@wix/headless-seo/services';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as schemas from '@wix/auto_sdk_seo_seo-sitemap-entries/schemas';
|
|
2
|
+
export { schemas as seoSitemapEntries };
|
|
3
|
+
import * as schemas$1 from '@wix/auto_sdk_seo_seo-tags/schemas';
|
|
4
|
+
export { schemas$1 as seoTags };
|
|
5
|
+
import * as schemas$2 from '@wix/auto_sdk_seo_robots-txt/schemas';
|
|
6
|
+
export { schemas$2 as robotsTxt };
|
|
@@ -0,0 +1,47 @@
|
|
|
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
|
+
// schemas.ts
|
|
31
|
+
var schemas_exports = {};
|
|
32
|
+
__export(schemas_exports, {
|
|
33
|
+
robotsTxt: () => robotsTxt,
|
|
34
|
+
seoSitemapEntries: () => seoSitemapEntries,
|
|
35
|
+
seoTags: () => seoTags
|
|
36
|
+
});
|
|
37
|
+
module.exports = __toCommonJS(schemas_exports);
|
|
38
|
+
var seoSitemapEntries = __toESM(require("@wix/auto_sdk_seo_seo-sitemap-entries/schemas"));
|
|
39
|
+
var seoTags = __toESM(require("@wix/auto_sdk_seo_seo-tags/schemas"));
|
|
40
|
+
var robotsTxt = __toESM(require("@wix/auto_sdk_seo_robots-txt/schemas"));
|
|
41
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
42
|
+
0 && (module.exports = {
|
|
43
|
+
robotsTxt,
|
|
44
|
+
seoSitemapEntries,
|
|
45
|
+
seoTags
|
|
46
|
+
});
|
|
47
|
+
//# sourceMappingURL=schemas.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../schemas.ts"],"sourcesContent":["export * as seoSitemapEntries from '@wix/auto_sdk_seo_seo-sitemap-entries/schemas';\nexport * as seoTags from '@wix/auto_sdk_seo_seo-tags/schemas';\nexport * as robotsTxt from '@wix/auto_sdk_seo_robots-txt/schemas';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAmC;AACnC,cAAyB;AACzB,gBAA2B;","names":[]}
|
|
@@ -5,4 +5,7 @@ import '@wix/auto_sdk_seo_robots-txt';
|
|
|
5
5
|
import '@wix/auto_sdk_seo_seo-sitemap-entries/meta';
|
|
6
6
|
import '@wix/auto_sdk_seo_seo-tags/meta';
|
|
7
7
|
import '@wix/auto_sdk_seo_robots-txt/meta';
|
|
8
|
+
import '@wix/auto_sdk_seo_seo-sitemap-entries/schemas';
|
|
9
|
+
import '@wix/auto_sdk_seo_seo-tags/schemas';
|
|
10
|
+
import '@wix/auto_sdk_seo_robots-txt/schemas';
|
|
8
11
|
import '@wix/headless-seo/services';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as schemas from '@wix/auto_sdk_seo_seo-sitemap-entries/schemas';
|
|
2
|
+
export { schemas as seoSitemapEntries };
|
|
3
|
+
import * as schemas$1 from '@wix/auto_sdk_seo_seo-tags/schemas';
|
|
4
|
+
export { schemas$1 as seoTags };
|
|
5
|
+
import * as schemas$2 from '@wix/auto_sdk_seo_robots-txt/schemas';
|
|
6
|
+
export { schemas$2 as robotsTxt };
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
// schemas.ts
|
|
2
|
+
import * as seoSitemapEntries from "@wix/auto_sdk_seo_seo-sitemap-entries/schemas";
|
|
3
|
+
import * as seoTags from "@wix/auto_sdk_seo_seo-tags/schemas";
|
|
4
|
+
import * as robotsTxt from "@wix/auto_sdk_seo_robots-txt/schemas";
|
|
5
|
+
export {
|
|
6
|
+
robotsTxt,
|
|
7
|
+
seoSitemapEntries,
|
|
8
|
+
seoTags
|
|
9
|
+
};
|
|
10
|
+
//# sourceMappingURL=schemas.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../schemas.ts"],"sourcesContent":["export * as seoSitemapEntries from '@wix/auto_sdk_seo_seo-sitemap-entries/schemas';\nexport * as seoTags from '@wix/auto_sdk_seo_seo-tags/schemas';\nexport * as robotsTxt from '@wix/auto_sdk_seo_robots-txt/schemas';\n"],"mappings":";AAAA,YAAY,uBAAuB;AACnC,YAAY,aAAa;AACzB,YAAY,eAAe;","names":[]}
|
|
@@ -5,4 +5,7 @@ import '@wix/auto_sdk_seo_robots-txt';
|
|
|
5
5
|
import '@wix/auto_sdk_seo_seo-sitemap-entries/meta';
|
|
6
6
|
import '@wix/auto_sdk_seo_seo-tags/meta';
|
|
7
7
|
import '@wix/auto_sdk_seo_robots-txt/meta';
|
|
8
|
+
import '@wix/auto_sdk_seo_seo-sitemap-entries/schemas';
|
|
9
|
+
import '@wix/auto_sdk_seo_seo-tags/schemas';
|
|
10
|
+
import '@wix/auto_sdk_seo_robots-txt/schemas';
|
|
8
11
|
import '@wix/headless-seo/services';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as schemas from '@wix/auto_sdk_seo_seo-sitemap-entries/schemas';
|
|
2
|
+
export { schemas as seoSitemapEntries };
|
|
3
|
+
import * as schemas$1 from '@wix/auto_sdk_seo_seo-tags/schemas';
|
|
4
|
+
export { schemas$1 as seoTags };
|
|
5
|
+
import * as schemas$2 from '@wix/auto_sdk_seo_robots-txt/schemas';
|
|
6
|
+
export { schemas$2 as robotsTxt };
|
|
@@ -0,0 +1,47 @@
|
|
|
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
|
+
// schemas.ts
|
|
31
|
+
var schemas_exports = {};
|
|
32
|
+
__export(schemas_exports, {
|
|
33
|
+
robotsTxt: () => robotsTxt,
|
|
34
|
+
seoSitemapEntries: () => seoSitemapEntries,
|
|
35
|
+
seoTags: () => seoTags
|
|
36
|
+
});
|
|
37
|
+
module.exports = __toCommonJS(schemas_exports);
|
|
38
|
+
var seoSitemapEntries = __toESM(require("@wix/auto_sdk_seo_seo-sitemap-entries/schemas"));
|
|
39
|
+
var seoTags = __toESM(require("@wix/auto_sdk_seo_seo-tags/schemas"));
|
|
40
|
+
var robotsTxt = __toESM(require("@wix/auto_sdk_seo_robots-txt/schemas"));
|
|
41
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
42
|
+
0 && (module.exports = {
|
|
43
|
+
robotsTxt,
|
|
44
|
+
seoSitemapEntries,
|
|
45
|
+
seoTags
|
|
46
|
+
});
|
|
47
|
+
//# sourceMappingURL=schemas.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../schemas.ts"],"sourcesContent":["export * as seoSitemapEntries from '@wix/auto_sdk_seo_seo-sitemap-entries/schemas';\nexport * as seoTags from '@wix/auto_sdk_seo_seo-tags/schemas';\nexport * as robotsTxt from '@wix/auto_sdk_seo_robots-txt/schemas';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAmC;AACnC,cAAyB;AACzB,gBAA2B;","names":[]}
|
|
@@ -5,4 +5,7 @@ import '@wix/auto_sdk_seo_robots-txt';
|
|
|
5
5
|
import '@wix/auto_sdk_seo_seo-sitemap-entries/meta';
|
|
6
6
|
import '@wix/auto_sdk_seo_seo-tags/meta';
|
|
7
7
|
import '@wix/auto_sdk_seo_robots-txt/meta';
|
|
8
|
+
import '@wix/auto_sdk_seo_seo-sitemap-entries/schemas';
|
|
9
|
+
import '@wix/auto_sdk_seo_seo-tags/schemas';
|
|
10
|
+
import '@wix/auto_sdk_seo_robots-txt/schemas';
|
|
8
11
|
import '@wix/headless-seo/services';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as schemas from '@wix/auto_sdk_seo_seo-sitemap-entries/schemas';
|
|
2
|
+
export { schemas as seoSitemapEntries };
|
|
3
|
+
import * as schemas$1 from '@wix/auto_sdk_seo_seo-tags/schemas';
|
|
4
|
+
export { schemas$1 as seoTags };
|
|
5
|
+
import * as schemas$2 from '@wix/auto_sdk_seo_robots-txt/schemas';
|
|
6
|
+
export { schemas$2 as robotsTxt };
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
// schemas.ts
|
|
2
|
+
import * as seoSitemapEntries from "@wix/auto_sdk_seo_seo-sitemap-entries/schemas";
|
|
3
|
+
import * as seoTags from "@wix/auto_sdk_seo_seo-tags/schemas";
|
|
4
|
+
import * as robotsTxt from "@wix/auto_sdk_seo_robots-txt/schemas";
|
|
5
|
+
export {
|
|
6
|
+
robotsTxt,
|
|
7
|
+
seoSitemapEntries,
|
|
8
|
+
seoTags
|
|
9
|
+
};
|
|
10
|
+
//# sourceMappingURL=schemas.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../schemas.ts"],"sourcesContent":["export * as seoSitemapEntries from '@wix/auto_sdk_seo_seo-sitemap-entries/schemas';\nexport * as seoTags from '@wix/auto_sdk_seo_seo-tags/schemas';\nexport * as robotsTxt from '@wix/auto_sdk_seo_robots-txt/schemas';\n"],"mappings":";AAAA,YAAY,uBAAuB;AACnC,YAAY,aAAa;AACzB,YAAY,eAAe;","names":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/seo",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.44",
|
|
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
|
+
"./schemas": {
|
|
30
|
+
"import": "./build/es/schemas.mjs",
|
|
31
|
+
"require": "./build/cjs/schemas.js",
|
|
32
|
+
"types": "./build/es/schemas.d.mts"
|
|
33
|
+
},
|
|
29
34
|
"./components": {
|
|
30
35
|
"import": "./build/es/components.mjs",
|
|
31
36
|
"require": "./build/cjs/components.js",
|
|
@@ -41,13 +46,14 @@
|
|
|
41
46
|
"build",
|
|
42
47
|
"meta",
|
|
43
48
|
"service-plugins",
|
|
49
|
+
"schemas",
|
|
44
50
|
"components",
|
|
45
51
|
"services"
|
|
46
52
|
],
|
|
47
53
|
"dependencies": {
|
|
48
|
-
"@wix/auto_sdk_seo_robots-txt": "1.0.
|
|
49
|
-
"@wix/auto_sdk_seo_seo-sitemap-entries": "1.0.
|
|
50
|
-
"@wix/auto_sdk_seo_seo-tags": "1.0.
|
|
54
|
+
"@wix/auto_sdk_seo_robots-txt": "1.0.18",
|
|
55
|
+
"@wix/auto_sdk_seo_seo-sitemap-entries": "1.0.17",
|
|
56
|
+
"@wix/auto_sdk_seo_seo-tags": "1.0.21",
|
|
51
57
|
"@wix/headless-seo": "^0.0.16"
|
|
52
58
|
},
|
|
53
59
|
"devDependencies": {
|
|
@@ -70,5 +76,5 @@
|
|
|
70
76
|
"fqdn": ""
|
|
71
77
|
}
|
|
72
78
|
},
|
|
73
|
-
"falconPackageHash": "
|
|
79
|
+
"falconPackageHash": "32923762c01b1b60b30febd470633aba6548b79817d9152dc37589de"
|
|
74
80
|
}
|