@wix/categories 1.0.70 → 1.0.72

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.
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,uEAAyD;AAEhD,gCAAU"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,8EAA8D"}
@@ -0,0 +1,3 @@
1
+ {
2
+ "type": "module"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "main": "../build/cjs/meta.js"
3
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/categories",
3
- "version": "1.0.70",
3
+ "version": "1.0.72",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -9,29 +9,27 @@
9
9
  "wix-sdk-module=backend,page,public"
10
10
  ],
11
11
  "sideEffects": false,
12
- "main": "./index.js",
12
+ "main": "./build/cjs/index.js",
13
+ "types": "./build/es/index.d.ts",
13
14
  "exports": {
14
15
  ".": {
15
16
  "import": "./build/es/index.js",
16
- "require": "./index.js"
17
+ "require": "./build/cjs/index.js",
18
+ "types": "./build/es/index.d.ts"
17
19
  },
18
20
  "./meta": {
19
21
  "import": "./build/es/meta.js",
20
- "require": "./meta.js"
21
- },
22
- "./context": {
23
- "import": "./build/es/context.js",
24
- "require": "./context.js"
22
+ "require": "./build/cjs/meta.js",
23
+ "types": "./build/es/meta.d.ts"
25
24
  }
26
25
  },
27
26
  "files": [
28
- "*",
29
- "!config/*",
30
- "!tsconfig.json",
31
- "!tsconfig.esm.json"
27
+ "build",
28
+ "meta",
29
+ "service-plugins"
32
30
  ],
33
31
  "dependencies": {
34
- "@wix/categories_categories": "1.0.46"
32
+ "@wix/categories_categories": "1.0.48"
35
33
  },
36
34
  "devDependencies": {
37
35
  "typescript": "^5.3.2"
@@ -51,5 +49,5 @@
51
49
  "fqdn": ""
52
50
  }
53
51
  },
54
- "falconPackageHash": "86c8175fd195a997afeb75b540e266b3ed03c9654ea1603c3c990f40"
52
+ "falconPackageHash": "8da3e57762645fb6d3192111c9d4cd0e895ea9c5f49372a2cb615cec"
55
53
  }
@@ -1 +0,0 @@
1
- export * as categories from '@wix/categories_categories/context';
@@ -1,2 +0,0 @@
1
- export * as categories from '@wix/categories_categories/context';
2
- //# sourceMappingURL=context.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,UAAU,MAAM,oCAAoC,CAAC"}
package/context.d.ts DELETED
@@ -1 +0,0 @@
1
- export * as categories from '@wix/categories_categories/context';
package/context.js DELETED
@@ -1,28 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
- Object.defineProperty(o, "default", { enumerable: true, value: v });
15
- }) : function(o, v) {
16
- o["default"] = v;
17
- });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
24
- };
25
- Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.categories = void 0;
27
- exports.categories = __importStar(require("@wix/categories_categories/context"));
28
- //# sourceMappingURL=context.js.map
package/context.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"context.js","sourceRoot":"","sources":["context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,iFAAiE"}
package/context.ts DELETED
@@ -1 +0,0 @@
1
- export * as categories from '@wix/categories_categories/context';
package/index.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,uEAAyD;AAEhD,gCAAU"}
package/index.ts DELETED
@@ -1,3 +0,0 @@
1
- import * as categories from '@wix/categories_categories';
2
-
3
- export { categories };
package/meta.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"meta.js","sourceRoot":"","sources":["meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,8EAA8D"}
package/meta.ts DELETED
@@ -1 +0,0 @@
1
- export * as categories from '@wix/categories_categories/meta';
File without changes
File without changes
File without changes
File without changes