@xyo-network/xml-plugin 3.2.0-rc.1 → 3.2.0-rc.3

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.
@@ -14,13 +14,19 @@ export type Xml = Payload<XmlFields, XmlSchema>;
14
14
  /**
15
15
  * Identity function for determine if an object is an Xml Payload
16
16
  */
17
- export declare const isXml: (x?: unknown | null) => x is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & XmlFields & {
17
+ export declare const isXml: (x?: unknown | null) => x is import("@xylabs/object").DeepRestrictToStringKeys<{
18
18
  schema: "network.xyo.xml";
19
- };
19
+ xml: {
20
+ [x: string]: string | number | boolean | /*elided*/ any | (string | number | boolean | /*elided*/ any | (string | number | boolean | /*elided*/ any | (string | number | boolean | /*elided*/ any | (string | number | boolean | /*elided*/ any | (string | number | boolean | /*elided*/ any | (string | number | boolean | /*elided*/ any | (string | number | boolean | /*elided*/ any | (string | number | boolean | /*elided*/ any | (string | number | boolean | /*elided*/ any | (string | number | boolean | /*elided*/ any | (string | number | boolean | /*elided*/ any | /*elided*/ any | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null;
21
+ };
22
+ }>;
20
23
  /**
21
24
  * Identity function for determine if an object is an Xml Payload with sources
22
25
  */
23
- export declare const isXmlWithSources: (x?: unknown | null) => x is import("@xyo-network/payload-model").WithSources<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & XmlFields & {
26
+ export declare const isXmlWithSources: (x?: unknown | null) => x is import("@xyo-network/payload-model").WithSources<import("@xylabs/object").DeepRestrictToStringKeys<{
24
27
  schema: "network.xyo.xml";
25
- }>;
28
+ xml: {
29
+ [x: string]: string | number | boolean | /*elided*/ any | (string | number | boolean | /*elided*/ any | (string | number | boolean | /*elided*/ any | (string | number | boolean | /*elided*/ any | (string | number | boolean | /*elided*/ any | (string | number | boolean | /*elided*/ any | (string | number | boolean | /*elided*/ any | (string | number | boolean | /*elided*/ any | (string | number | boolean | /*elided*/ any | (string | number | boolean | /*elided*/ any | (string | number | boolean | /*elided*/ any | (string | number | boolean | /*elided*/ any | /*elided*/ any | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null;
30
+ };
31
+ }>>;
26
32
  //# sourceMappingURL=Payload.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Payload.d.ts","sourceRoot":"","sources":["../../src/Payload.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAA;AAChD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAGzD,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AAEvC;;GAEG;AACH,MAAM,WAAW,SAAS;IACxB,GAAG,EAAE,UAAU,CAAA;CAChB;AAED;;GAEG;AACH,MAAM,MAAM,GAAG,GAAG,OAAO,CAAC,SAAS,EAAE,SAAS,CAAC,CAAA;AAE/C;;GAEG;AACH,eAAO,MAAM,KAAK;;CAAwC,CAAA;AAE1D;;GAEG;AACH,eAAO,MAAM,gBAAgB;;EAAmD,CAAA"}
1
+ {"version":3,"file":"Payload.d.ts","sourceRoot":"","sources":["../../src/Payload.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAA;AAChD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAGzD,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AAEvC;;GAEG;AACH,MAAM,WAAW,SAAS;IACxB,GAAG,EAAE,UAAU,CAAA;CAChB;AAED;;GAEG;AACH,MAAM,MAAM,GAAG,GAAG,OAAO,CAAC,SAAS,EAAE,SAAS,CAAC,CAAA;AAE/C;;GAEG;AACH,eAAO,MAAM,KAAK;;;;;EAAwC,CAAA;AAE1D;;GAEG;AACH,eAAO,MAAM,gBAAgB;;;;;GAAmD,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/xml-plugin",
3
- "version": "3.2.0-rc.1",
3
+ "version": "3.2.0-rc.3",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -29,20 +29,21 @@
29
29
  "module": "dist/neutral/index.mjs",
30
30
  "types": "dist/neutral/index.d.ts",
31
31
  "dependencies": {
32
- "@xylabs/object": "^4.4.12",
33
- "@xyo-network/diviner-abstract": "^3.6.0-rc.1",
34
- "@xyo-network/diviner-model": "^3.6.0-rc.1",
35
- "@xyo-network/module-model": "^3.6.0-rc.1",
36
- "@xyo-network/payload-model": "^3.6.0-rc.1",
32
+ "@xylabs/object": "^4.4.25",
33
+ "@xyo-network/diviner-abstract": "^3.6.0-rc.13",
34
+ "@xyo-network/diviner-model": "^3.6.0-rc.13",
35
+ "@xyo-network/module-model": "^3.6.0-rc.13",
36
+ "@xyo-network/payload-model": "^3.6.0-rc.13",
37
37
  "xml2js": "^0.6.2"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@types/xml2js": "^0.4.14",
41
- "@xylabs/assert": "^4.4.12",
42
- "@xylabs/ts-scripts-yarn3": "^4.2.4",
43
- "@xylabs/tsconfig": "^4.2.4",
44
- "@xylabs/vitest-extended": "^4.4.12",
45
- "@xyo-network/api-call-witness": "^3.2.0-rc.1",
41
+ "@xylabs/assert": "^4.4.25",
42
+ "@xylabs/ts-scripts-yarn3": "^4.2.6",
43
+ "@xylabs/tsconfig": "^4.2.6",
44
+ "@xylabs/vitest-extended": "^4.4.25",
45
+ "@xylabs/vitest-matchers": "^4.4.25",
46
+ "@xyo-network/api-call-witness": "^3.2.0-rc.3",
46
47
  "typescript": "^5.7.2",
47
48
  "vitest": "^2.1.8"
48
49
  },
package/xy.config.ts CHANGED
@@ -7,5 +7,4 @@ const config: XyTsupConfig = {
7
7
  },
8
8
  }
9
9
 
10
- // eslint-disable-next-line import-x/no-default-export
11
10
  export default config