@xyo-network/xml-plugin 3.4.1 → 3.4.2
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.
- package/dist/neutral/index.d.ts +2 -13
- package/package.json +9 -9
package/dist/neutral/index.d.ts
CHANGED
|
@@ -2,7 +2,6 @@ import { DivinerConfig, DivinerParams, DivinerModuleEventData, DivinerInstance }
|
|
|
2
2
|
import { AbstractDiviner } from '@xyo-network/diviner-abstract';
|
|
3
3
|
import * as _xyo_network_payload_model from '@xyo-network/payload-model';
|
|
4
4
|
import { Payload, Schema } from '@xyo-network/payload-model';
|
|
5
|
-
import * as _xylabs_object from '@xylabs/object';
|
|
6
5
|
import { JsonObject } from '@xylabs/object';
|
|
7
6
|
import { AnyConfigSchema } from '@xyo-network/module-model';
|
|
8
7
|
|
|
@@ -18,18 +17,8 @@ interface XmlFields {
|
|
|
18
17
|
xml: JsonObject;
|
|
19
18
|
}
|
|
20
19
|
type Xml = Payload<XmlFields, XmlSchema>;
|
|
21
|
-
declare const isXml: (x?: unknown | null) => x is
|
|
22
|
-
|
|
23
|
-
xml: {
|
|
24
|
-
[x: string]: string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | any | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null;
|
|
25
|
-
};
|
|
26
|
-
}>;
|
|
27
|
-
declare const isXmlWithSources: (x?: unknown | null) => x is _xyo_network_payload_model.WithSources<_xylabs_object.DeepRestrictToStringKeys<{
|
|
28
|
-
schema: "network.xyo.xml";
|
|
29
|
-
xml: {
|
|
30
|
-
[x: string]: string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | (string | number | boolean | any | any | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null;
|
|
31
|
-
};
|
|
32
|
-
}>>;
|
|
20
|
+
declare const isXml: (x?: unknown | null) => x is Xml;
|
|
21
|
+
declare const isXmlWithSources: (x?: unknown | null) => x is _xyo_network_payload_model.WithSources<Xml>;
|
|
33
22
|
|
|
34
23
|
interface StringDataField {
|
|
35
24
|
data: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/xml-plugin",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.2",
|
|
4
4
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -30,22 +30,22 @@
|
|
|
30
30
|
"types": "dist/neutral/index.d.ts",
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@xylabs/object": "^4.5.1",
|
|
33
|
-
"@xyo-network/diviner-abstract": "^3.
|
|
34
|
-
"@xyo-network/diviner-model": "^3.
|
|
35
|
-
"@xyo-network/module-model": "^3.
|
|
36
|
-
"@xyo-network/payload-model": "^3.
|
|
33
|
+
"@xyo-network/diviner-abstract": "^3.9.16",
|
|
34
|
+
"@xyo-network/diviner-model": "^3.9.16",
|
|
35
|
+
"@xyo-network/module-model": "^3.9.16",
|
|
36
|
+
"@xyo-network/payload-model": "^3.9.16",
|
|
37
37
|
"xml2js": "^0.6.2"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@types/xml2js": "^0.4.14",
|
|
41
41
|
"@xylabs/assert": "^4.5.1",
|
|
42
|
-
"@xylabs/ts-scripts-yarn3": "^5.0.
|
|
43
|
-
"@xylabs/tsconfig": "^5.0.
|
|
42
|
+
"@xylabs/ts-scripts-yarn3": "^5.0.24",
|
|
43
|
+
"@xylabs/tsconfig": "^5.0.24",
|
|
44
44
|
"@xylabs/vitest-extended": "^4.5.1",
|
|
45
45
|
"@xylabs/vitest-matchers": "^4.5.1",
|
|
46
|
-
"@xyo-network/api-call-witness": "^3.4.
|
|
46
|
+
"@xyo-network/api-call-witness": "^3.4.2",
|
|
47
47
|
"typescript": "^5.7.3",
|
|
48
|
-
"vitest": "^3.0.
|
|
48
|
+
"vitest": "^3.0.6"
|
|
49
49
|
},
|
|
50
50
|
"publishConfig": {
|
|
51
51
|
"access": "public"
|