@wix/categories 1.0.41 → 1.0.42

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/categories",
3
- "version": "1.0.41",
3
+ "version": "1.0.42",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -18,7 +18,7 @@
18
18
  "type-bundles"
19
19
  ],
20
20
  "dependencies": {
21
- "@wix/categories_categories": "1.0.18"
21
+ "@wix/categories_categories": "1.0.19"
22
22
  },
23
23
  "devDependencies": {
24
24
  "glob": "^10.4.1",
@@ -42,5 +42,5 @@
42
42
  "fqdn": ""
43
43
  }
44
44
  },
45
- "falconPackageHash": "3354b403d5f49eb2d50dfb8effc0b52bf11cf516ce4272e805c98d3b"
45
+ "falconPackageHash": "2b8f95c75f972e3b0b8019bac3bc693a4c83a8300447c79ae824cba5"
46
46
  }
@@ -125,6 +125,8 @@ interface Keyword {
125
125
  term?: string;
126
126
  /** Whether the keyword is the main focus keyword. */
127
127
  isMain?: boolean;
128
+ /** Who added the keyword to the settings */
129
+ origin?: string | null;
128
130
  }
129
131
  interface Tag {
130
132
  /**
@@ -125,6 +125,8 @@ interface Keyword {
125
125
  term?: string;
126
126
  /** Whether the keyword is the main focus keyword. */
127
127
  isMain?: boolean;
128
+ /** Who added the keyword to the settings */
129
+ origin?: string | null;
128
130
  }
129
131
  interface Tag {
130
132
  /**