@wix/categories 1.0.45 → 1.0.47

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.
@@ -1 +1,2 @@
1
- export * as categories from '@wix/categories_categories';
1
+ import * as categories from '@wix/categories_categories';
2
+ export { categories };
@@ -24,5 +24,6 @@ var __importStar = (this && this.__importStar) || function (mod) {
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
26
  exports.categories = void 0;
27
- exports.categories = __importStar(require("@wix/categories_categories"));
27
+ const categories = __importStar(require("@wix/categories_categories"));
28
+ exports.categories = categories;
28
29
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yEAAyD"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,uEAAyD;AAEhD,gCAAU"}
@@ -1 +1,2 @@
1
- export * as categories from '@wix/categories_categories';
1
+ import * as categories from '@wix/categories_categories';
2
+ export { categories };
package/build/es/index.js CHANGED
@@ -1,2 +1,3 @@
1
- export * as categories from '@wix/categories_categories';
1
+ import * as categories from '@wix/categories_categories';
2
+ export { categories };
2
3
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,UAAU,MAAM,4BAA4B,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,UAAU,MAAM,4BAA4B,CAAC;AAEzD,OAAO,EAAE,UAAU,EAAE,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/categories",
3
- "version": "1.0.45",
3
+ "version": "1.0.47",
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.22"
21
+ "@wix/categories_categories": "1.0.24"
22
22
  },
23
23
  "devDependencies": {
24
24
  "glob": "^10.4.1",
@@ -43,5 +43,5 @@
43
43
  "fqdn": ""
44
44
  }
45
45
  },
46
- "falconPackageHash": "7e0d4e6ed55ff412649a52370a123fcf4c6a16628df46de65d82f06c"
46
+ "falconPackageHash": "af26a4cefb59acf7f848bfab530fca024d1a8ed06c407d4d846ec349"
47
47
  }