@wix/export-async-job 1.0.14 → 1.0.16

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.14",
3
+ "version": "1.0.16",
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.10"
24
+ "@wix/export-async-job_export-async-job": "1.0.12"
25
25
  },
26
26
  "devDependencies": {
27
27
  "glob": "^10.4.1",
@@ -46,5 +46,5 @@
46
46
  "fqdn": ""
47
47
  }
48
48
  },
49
- "falconPackageHash": "760e2667a31a51f7a14b40f1e3ede0f81e545f7969ff6c0eea97998f"
49
+ "falconPackageHash": "7b582b16fcb5e33f5a6341e6a3b5d36e75abac54be52570759cae6ed"
50
50
  }
@@ -1244,11 +1244,11 @@ interface Tag {
1244
1244
  */
1245
1245
  type?: string;
1246
1246
  /**
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'}`.
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 `{'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'}`.
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;