@wix/autocms-collection-metadata-service 1.0.7 → 1.0.9

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.
@@ -26,3 +26,4 @@ Object.defineProperty(exports, "__esModule", { value: true });
26
26
  exports.autocms = void 0;
27
27
  const autocms = __importStar(require("@wix/autocms-collection-metadata-service_autocms"));
28
28
  exports.autocms = autocms;
29
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,0FAA4E;AAEnE,0BAAO"}
package/build/cjs/meta.js CHANGED
@@ -25,3 +25,4 @@ var __importStar = (this && this.__importStar) || function (mod) {
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
26
  exports.autocms = void 0;
27
27
  exports.autocms = __importStar(require("@wix/autocms-collection-metadata-service_autocms/meta"));
28
+ //# sourceMappingURL=meta.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,iGAAiF"}
package/build/es/index.js CHANGED
@@ -1,2 +1,3 @@
1
1
  import * as autocms from '@wix/autocms-collection-metadata-service_autocms';
2
2
  export { autocms };
3
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,OAAO,MAAM,kDAAkD,CAAC;AAE5E,OAAO,EAAE,OAAO,EAAE,CAAC"}
package/build/es/meta.js CHANGED
@@ -1 +1,2 @@
1
1
  export * as autocms from '@wix/autocms-collection-metadata-service_autocms/meta';
2
+ //# sourceMappingURL=meta.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,OAAO,MAAM,uDAAuD,CAAC"}
@@ -0,0 +1,3 @@
1
+ {
2
+ "type": "module"
3
+ }
package/meta/package.json CHANGED
@@ -1,7 +1,3 @@
1
1
  {
2
- "sideEffects": false,
3
- "module": "../build/es/meta.js",
4
- "main": "../build/cjs/meta.js",
5
- "typings": "../build/cjs/meta.d.ts",
6
- "typesBundle": "../type-bundles/meta.bundle.d.ts"
2
+ "main": "../build/cjs/meta.js"
7
3
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/autocms-collection-metadata-service",
3
- "version": "1.0.7",
3
+ "version": "1.0.9",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -9,30 +9,33 @@
9
9
  "wix-sdk-module=backend,page,public"
10
10
  ],
11
11
  "sideEffects": false,
12
- "module": "build/es/index.js",
13
- "main": "build/cjs/index.js",
14
- "typings": "./build/cjs/index.d.ts",
15
- "typesBundle": "./type-bundles/index.bundle.d.ts",
12
+ "main": "./build/cjs/index.js",
13
+ "types": "./build/es/index.d.ts",
14
+ "exports": {
15
+ ".": {
16
+ "import": "./build/es/index.js",
17
+ "require": "./build/cjs/index.js",
18
+ "types": "./build/es/index.d.ts"
19
+ },
20
+ "./meta": {
21
+ "import": "./build/es/meta.js",
22
+ "require": "./build/cjs/meta.js",
23
+ "types": "./build/es/meta.d.ts"
24
+ }
25
+ },
16
26
  "files": [
17
27
  "build",
18
- "frontend/package.json",
19
28
  "meta",
20
- "context",
21
- "type-bundles"
29
+ "service-plugins"
22
30
  ],
23
31
  "dependencies": {
24
- "@wix/autocms-collection-metadata-service_autocms": "1.0.6"
32
+ "@wix/autocms-collection-metadata-service_autocms": "1.0.8"
25
33
  },
26
34
  "devDependencies": {
27
- "glob": "^10.4.1",
28
- "rollup": "^4.18.0",
29
- "rollup-plugin-dts": "^6.1.1",
30
35
  "typescript": "^5.3.2"
31
36
  },
32
37
  "scripts": {
33
- "build": "tsc -b tsconfig.json tsconfig.esm.json && npm run build:dts-bundles && npm run build:validate-dts",
34
- "build:dts-bundles": "test -f config/rollup-config.js && NODE_OPTIONS=--max-old-space-size=8192 rollup --config config/rollup-config.js || echo 'Warning: config/rollup-config.js not found!'",
35
- "build:validate-dts": "tsc type-bundles/*.d.ts --noEmit",
38
+ "build": "tsc -b tsconfig.json tsconfig.esm.json",
36
39
  "test": ":"
37
40
  },
38
41
  "wix": {
@@ -46,5 +49,5 @@
46
49
  "fqdn": ""
47
50
  }
48
51
  },
49
- "falconPackageHash": "6812852669a255aa040e9da4a05feea7b4b92a9102c1696fcd6e54ee"
52
+ "falconPackageHash": "7b56ffba321a5feea84b448edf0688d9a88c0d524be8b62e3fbf8b66"
50
53
  }
@@ -1 +0,0 @@
1
- export * as autocms from '@wix/autocms-collection-metadata-service_autocms/context';
@@ -1,27 +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.autocms = void 0;
27
- exports.autocms = __importStar(require("@wix/autocms-collection-metadata-service_autocms/context"));
@@ -1 +0,0 @@
1
- export * as autocms from '@wix/autocms-collection-metadata-service_autocms/context';
@@ -1 +0,0 @@
1
- export * as autocms from '@wix/autocms-collection-metadata-service_autocms/context';
@@ -1,7 +0,0 @@
1
- {
2
- "sideEffects": false,
3
- "module": "../build/es/context.js",
4
- "main": "../build/cjs/context.js",
5
- "typings": "../build/cjs/context.d.ts",
6
- "typesBundle": "../type-bundles/context.bundle.d.ts"
7
- }