@xyo-network/schema-plugin 2.42.14 → 2.42.16
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/cjs/Plugin.d.ts +2 -2
- package/dist/cjs/Plugin.js +2 -2
- package/dist/cjs/Plugin.js.map +1 -1
- package/dist/docs.json +5099 -0
- package/dist/esm/Plugin.d.ts +2 -2
- package/dist/esm/Plugin.js +1 -1
- package/dist/esm/Plugin.js.map +1 -1
- package/package.json +8 -8
- package/src/Plugin.ts +1 -1
package/dist/esm/Plugin.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ModuleParams } from '@xyo-network/module';
|
|
2
2
|
import { PayloadSetWitnessPlugin } from '@xyo-network/payloadset-plugin';
|
|
3
|
-
export declare const XyoSchemaPlugin: () => PayloadSetWitnessPlugin<ModuleParams<import("@xyo-network/payload").SchemaFields & import("@xyo-network/payload").PayloadFields & {
|
|
3
|
+
export declare const XyoSchemaPlugin: () => PayloadSetWitnessPlugin<ModuleParams<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
4
4
|
security?: {
|
|
5
5
|
allowed?: Record<string, string[][]> | undefined;
|
|
6
6
|
disallowed?: Record<string, string[]> | undefined;
|
|
@@ -8,7 +8,7 @@ export declare const XyoSchemaPlugin: () => PayloadSetWitnessPlugin<ModuleParams
|
|
|
8
8
|
} & {
|
|
9
9
|
schema: "network.xyo.schema.witness.config";
|
|
10
10
|
} & {
|
|
11
|
-
targetSet?: (import("@xyo-network/payload").SchemaFields & import("@xyo-network/payload").PayloadFields & import("@xyo-network/payload").PayloadSet & {
|
|
11
|
+
targetSet?: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
12
12
|
schema: "network.xyo.payload.set";
|
|
13
13
|
}) | undefined;
|
|
14
14
|
}>>;
|
package/dist/esm/Plugin.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PayloadSetSchema } from '@xyo-network/payload';
|
|
1
|
+
import { PayloadSetSchema } from '@xyo-network/payload-model';
|
|
2
2
|
import { createPayloadSetPlugin } from '@xyo-network/payloadset-plugin';
|
|
3
3
|
import { XyoSchemaSchema } from '@xyo-network/schema-payload-plugin';
|
|
4
4
|
import { XyoSchemaWitness } from './Witness';
|
package/dist/esm/Plugin.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Plugin.js","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"Plugin.js","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,4BAA4B,CAAA;AAC7D,OAAO,EAAE,sBAAsB,EAA2B,MAAM,gCAAgC,CAAA;AAChG,OAAO,EAAE,eAAe,EAAE,MAAM,oCAAoC,CAAA;AAEpE,OAAO,EAAE,gBAAgB,EAA0B,MAAM,WAAW,CAAA;AAEpE,MAAM,CAAC,MAAM,eAAe,GAAG,GAAG,EAAE,CAClC,sBAAsB,CACpB,EAAE,QAAQ,EAAE,EAAE,CAAC,eAAe,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,EAAE,gBAAgB,EAAE,EAChE;IACE,OAAO,EAAE,KAAK,EAAE,MAAM,EAAE,EAAE;QACxB,MAAM,MAAM,GAAG,MAAM,gBAAgB,CAAC,MAAM,CAAC,MAAM,CAAC,CAAA;QACpD,OAAO,MAAM,CAAA;IACf,CAAC;CACF,CACF,CAAA"}
|
package/package.json
CHANGED
|
@@ -10,15 +10,15 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xylabs/delay": "^2.6.
|
|
14
|
-
"@xyo-network/module": "^2.42.
|
|
15
|
-
"@xyo-network/payload": "^2.42.
|
|
16
|
-
"@xyo-network/payloadset-plugin": "^2.42.
|
|
17
|
-
"@xyo-network/schema-payload-plugin": "^2.42.
|
|
18
|
-
"@xyo-network/witness": "^2.42.
|
|
13
|
+
"@xylabs/delay": "^2.6.12",
|
|
14
|
+
"@xyo-network/module": "^2.42.16",
|
|
15
|
+
"@xyo-network/payload-model": "^2.42.15",
|
|
16
|
+
"@xyo-network/payloadset-plugin": "^2.42.16",
|
|
17
|
+
"@xyo-network/schema-payload-plugin": "^2.42.16",
|
|
18
|
+
"@xyo-network/witness": "^2.42.16"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@xylabs/ts-scripts-yarn3": "^2.10.
|
|
21
|
+
"@xylabs/ts-scripts-yarn3": "^2.10.25"
|
|
22
22
|
},
|
|
23
23
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
24
24
|
"browser": "dist/esm/index.js",
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
},
|
|
54
54
|
"sideEffects": false,
|
|
55
55
|
"types": "dist/esm/index.d.ts",
|
|
56
|
-
"version": "2.42.
|
|
56
|
+
"version": "2.42.16"
|
|
57
57
|
}
|
package/src/Plugin.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ModuleParams } from '@xyo-network/module'
|
|
2
|
-
import { PayloadSetSchema } from '@xyo-network/payload'
|
|
2
|
+
import { PayloadSetSchema } from '@xyo-network/payload-model'
|
|
3
3
|
import { createPayloadSetPlugin, PayloadSetWitnessPlugin } from '@xyo-network/payloadset-plugin'
|
|
4
4
|
import { XyoSchemaSchema } from '@xyo-network/schema-payload-plugin'
|
|
5
5
|
|