@wix/export-async-job 1.0.14 → 1.0.15
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/export-async-job",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.15",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"type-bundles"
|
|
22
22
|
],
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@wix/export-async-job_export-async-job": "1.0.
|
|
24
|
+
"@wix/export-async-job_export-async-job": "1.0.11"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"glob": "^10.4.1",
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"fqdn": ""
|
|
47
47
|
}
|
|
48
48
|
},
|
|
49
|
-
"falconPackageHash": "
|
|
49
|
+
"falconPackageHash": "d3f19aa2f3a239dbf97bb9c7682bd28696f9c1130f138c176d05a2f8"
|
|
50
50
|
}
|
|
@@ -1244,11 +1244,11 @@ interface Tag {
|
|
|
1244
1244
|
*/
|
|
1245
1245
|
type?: string;
|
|
1246
1246
|
/**
|
|
1247
|
-
* A `{
|
|
1248
|
-
* For example: `{
|
|
1247
|
+
* A `{"key": "value"}` pair object where each SEO tag property (`"name"`, `"content"`, `"rel"`, `"href"`) contains a value.
|
|
1248
|
+
* For example: `{"name": "description", "content": "the description itself"}`.
|
|
1249
1249
|
*/
|
|
1250
1250
|
props?: Record<string, any> | null;
|
|
1251
|
-
/** SEO tag meta data. For example, `{height: 300, width: 240}`. */
|
|
1251
|
+
/** SEO tag meta data. For example, `{"height": 300, "width": 240}`. */
|
|
1252
1252
|
meta?: Record<string, any> | null;
|
|
1253
1253
|
/** SEO tag inner content. For example, `<title> inner content </title>`. */
|
|
1254
1254
|
children?: string;
|
|
@@ -1244,11 +1244,11 @@ interface Tag {
|
|
|
1244
1244
|
*/
|
|
1245
1245
|
type?: string;
|
|
1246
1246
|
/**
|
|
1247
|
-
* A `{
|
|
1248
|
-
* For example: `{
|
|
1247
|
+
* A `{"key": "value"}` pair object where each SEO tag property (`"name"`, `"content"`, `"rel"`, `"href"`) contains a value.
|
|
1248
|
+
* For example: `{"name": "description", "content": "the description itself"}`.
|
|
1249
1249
|
*/
|
|
1250
1250
|
props?: Record<string, any> | null;
|
|
1251
|
-
/** SEO tag meta data. For example, `{height: 300, width: 240}`. */
|
|
1251
|
+
/** SEO tag meta data. For example, `{"height": 300, "width": 240}`. */
|
|
1252
1252
|
meta?: Record<string, any> | null;
|
|
1253
1253
|
/** SEO tag inner content. For example, `<title> inner content </title>`. */
|
|
1254
1254
|
children?: string;
|