@postxl/schema 1.8.1 → 1.9.0

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.
@@ -6,6 +6,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.sampleSchemas = void 0;
7
7
  const la_schema_json_1 = __importDefault(require("./la.schema.json"));
8
8
  const mca_schema_json_1 = __importDefault(require("./mca.schema.json"));
9
+ const paxl_schema_json_1 = __importDefault(require("./paxl.schema.json"));
9
10
  const portfolex_schema_json_1 = __importDefault(require("./portfolex.schema.json"));
10
11
  const ring_schema_json_1 = __importDefault(require("./ring.schema.json"));
11
12
  const simple_schema_json_1 = __importDefault(require("./simple.schema.json"));
@@ -15,6 +16,7 @@ const usp_msm_schema_json_1 = __importDefault(require("./usp-msm.schema.json"));
15
16
  exports.sampleSchemas = {
16
17
  la: la_schema_json_1.default,
17
18
  mca: mca_schema_json_1.default,
19
+ paxl: paxl_schema_json_1.default,
18
20
  ring: ring_schema_json_1.default,
19
21
  portfolex: portfolex_schema_json_1.default,
20
22
  simple: simple_schema_json_1.default,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@postxl/schema",
3
- "version": "1.8.1",
3
+ "version": "1.9.0",
4
4
  "description": "Decoders for PXL Schema definitions and validation for PXL code generation framework",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",