@wix/papyrus 1.0.12 → 1.0.13

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.
@@ -25,3 +25,4 @@ var __importStar = (this && this.__importStar) || function (mod) {
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
26
  exports.documents = void 0;
27
27
  exports.documents = __importStar(require("@wix/papyrus_documents/context"));
28
+ //# sourceMappingURL=context.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4EAA4D"}
@@ -1 +1,3 @@
1
+ import * as templates from '@wix/auto_sdk_papyrus_templates';
1
2
  export * as documents from '@wix/papyrus_documents';
3
+ export { templates };
@@ -23,5 +23,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
23
23
  return result;
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.documents = void 0;
26
+ exports.templates = exports.documents = void 0;
27
+ const templates = __importStar(require("@wix/auto_sdk_papyrus_templates"));
28
+ exports.templates = templates;
27
29
  exports.documents = __importStar(require("@wix/papyrus_documents"));
30
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,2EAA6D;AAGpD,8BAAS;AADlB,oEAAoD"}
@@ -1 +1,2 @@
1
1
  export * as documents from '@wix/papyrus_documents/meta';
2
+ export * as templates from '@wix/auto_sdk_papyrus_templates/meta';
package/build/cjs/meta.js CHANGED
@@ -23,5 +23,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
23
23
  return result;
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.documents = void 0;
26
+ exports.templates = exports.documents = void 0;
27
27
  exports.documents = __importStar(require("@wix/papyrus_documents/meta"));
28
+ exports.templates = __importStar(require("@wix/auto_sdk_papyrus_templates/meta"));
29
+ //# sourceMappingURL=meta.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yEAAyD;AACzD,kFAAkE"}
@@ -0,0 +1 @@
1
+ export * as templates from '@wix/auto_sdk_papyrus_templates/schemas';
@@ -0,0 +1,28 @@
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.templates = void 0;
27
+ exports.templates = __importStar(require("@wix/auto_sdk_papyrus_templates/schemas"));
28
+ //# sourceMappingURL=schemas.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"schemas.js","sourceRoot":"","sources":["../../schemas.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,qFAAqE"}
@@ -1 +1,2 @@
1
1
  export * as documents from '@wix/papyrus_documents/context';
2
+ //# sourceMappingURL=context.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,SAAS,MAAM,gCAAgC,CAAC"}
@@ -1 +1,3 @@
1
+ import * as templates from '@wix/auto_sdk_papyrus_templates';
1
2
  export * as documents from '@wix/papyrus_documents';
3
+ export { templates };
package/build/es/index.js CHANGED
@@ -1 +1,4 @@
1
+ import * as templates from '@wix/auto_sdk_papyrus_templates';
1
2
  export * as documents from '@wix/papyrus_documents';
3
+ export { templates };
4
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,SAAS,MAAM,iCAAiC,CAAC;AAE7D,OAAO,KAAK,SAAS,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,CAAC"}
@@ -1 +1,2 @@
1
1
  export * as documents from '@wix/papyrus_documents/meta';
2
+ export * as templates from '@wix/auto_sdk_papyrus_templates/meta';
package/build/es/meta.js CHANGED
@@ -1 +1,3 @@
1
1
  export * as documents from '@wix/papyrus_documents/meta';
2
+ export * as templates from '@wix/auto_sdk_papyrus_templates/meta';
3
+ //# sourceMappingURL=meta.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,SAAS,MAAM,6BAA6B,CAAC;AACzD,OAAO,KAAK,SAAS,MAAM,sCAAsC,CAAC"}
@@ -0,0 +1 @@
1
+ export * as templates from '@wix/auto_sdk_papyrus_templates/schemas';
@@ -0,0 +1,2 @@
1
+ export * as templates from '@wix/auto_sdk_papyrus_templates/schemas';
2
+ //# sourceMappingURL=schemas.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"schemas.js","sourceRoot":"","sources":["../../schemas.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,SAAS,MAAM,yCAAyC,CAAC"}
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/papyrus",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -18,9 +18,11 @@
18
18
  "frontend/package.json",
19
19
  "meta",
20
20
  "context",
21
- "type-bundles"
21
+ "type-bundles",
22
+ "schemas"
22
23
  ],
23
24
  "dependencies": {
25
+ "@wix/auto_sdk_papyrus_templates": "1.0.0",
24
26
  "@wix/papyrus_documents": "^1.0.0"
25
27
  },
26
28
  "devDependencies": {
@@ -45,5 +47,12 @@
45
47
  "fqdn": ""
46
48
  }
47
49
  },
48
- "falconPackageHash": "3c195abb9627599a7ceffddd257ab0a2b77406fecb1f44b565d8fa6c"
50
+ "exports": {
51
+ "./schemas": {
52
+ "import": "./build/es/schemas.mjs",
53
+ "require": "./build/cjs/schemas.js",
54
+ "types": "./build/es/schemas.d.mts"
55
+ }
56
+ },
57
+ "falconPackageHash": "156791a643a0db4629039c8951e04e80544486fb4d1b5bdd09611dcb"
49
58
  }
@@ -0,0 +1,3 @@
1
+ {
2
+ "main": "../build/cjs/schemas.js"
3
+ }