@xyo-network/manifest-model 3.6.8 → 3.6.10
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.
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
export declare const DappPackageManifestPayloadSchema: "network.xyo.manifest.package.dapp";
|
|
2
2
|
export type DappPackageManifestPayloadSchema = typeof DappPackageManifestPayloadSchema;
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export
|
|
6
|
-
export
|
|
7
|
-
export
|
|
8
|
-
export
|
|
3
|
+
export declare const PackageManifestPayloadSchema: "network.xyo.manifest.package";
|
|
4
|
+
export type PackageManifestPayloadSchema = typeof PackageManifestPayloadSchema;
|
|
5
|
+
export declare const ModuleManifestPayloadSchema: "network.xyo.module.manifest";
|
|
6
|
+
export type ModuleManifestPayloadSchema = typeof ModuleManifestPayloadSchema;
|
|
7
|
+
export declare const NodeManifestPayloadSchema: "network.xyo.node.manifest";
|
|
8
|
+
export type NodeManifestPayloadSchema = typeof NodeManifestPayloadSchema;
|
|
9
9
|
import type { Payload } from '@xyo-network/payload-model';
|
|
10
10
|
import type { ModuleManifest, NodeManifest, PackageManifest } from './Manifest.ts';
|
|
11
11
|
export interface NodeManifestPayload extends NodeManifest {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Payload.d.ts","sourceRoot":"","sources":["../../src/Payload.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gCAAgC,EAAG,mCAA4C,CAAA;AAC5F,MAAM,MAAM,gCAAgC,GAAG,OAAO,gCAAgC,CAAA;AAEtF,
|
|
1
|
+
{"version":3,"file":"Payload.d.ts","sourceRoot":"","sources":["../../src/Payload.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gCAAgC,EAAG,mCAA4C,CAAA;AAC5F,MAAM,MAAM,gCAAgC,GAAG,OAAO,gCAAgC,CAAA;AAEtF,eAAO,MAAM,4BAA4B,EAAG,8BAAuC,CAAA;AACnF,MAAM,MAAM,4BAA4B,GAAG,OAAO,4BAA4B,CAAA;AAE9E,eAAO,MAAM,2BAA2B,EAAG,6BAAsC,CAAA;AACjF,MAAM,MAAM,2BAA2B,GAAG,OAAO,2BAA2B,CAAA;AAE5E,eAAO,MAAM,yBAAyB,EAAG,2BAAoC,CAAA;AAC7E,MAAM,MAAM,yBAAyB,GAAG,OAAO,yBAAyB,CAAA;AAExE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAGzD,OAAO,KAAK,EACV,cAAc,EAAE,YAAY,EAAE,eAAe,EAC9C,MAAM,eAAe,CAAA;AAEtB,MAAM,WAAW,mBAAoB,SAAQ,YAAY;IACvD,MAAM,EAAE,yBAAyB,CAAA;CAClC;AAED,MAAM,MAAM,qBAAqB,GAAG,OAAO,CAAC,cAAc,EAAE,2BAA2B,GAAG,yBAAyB,CAAC,CAAA;AAEpH,MAAM,MAAM,sBAAsB,GAAG,OAAO,CAAC,eAAe,EAAE,4BAA4B,CAAC,CAAA;AAE3F,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA8E,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/Payload.ts"],"sourcesContent":["export const DappPackageManifestPayloadSchema = 'network.xyo.manifest.package.dapp' as const\nexport type DappPackageManifestPayloadSchema = typeof DappPackageManifestPayloadSchema\n\nexport
|
|
1
|
+
{"version":3,"sources":["../../src/Payload.ts"],"sourcesContent":["export const DappPackageManifestPayloadSchema = 'network.xyo.manifest.package.dapp' as const\nexport type DappPackageManifestPayloadSchema = typeof DappPackageManifestPayloadSchema\n\nexport const PackageManifestPayloadSchema = 'network.xyo.manifest.package' as const\nexport type PackageManifestPayloadSchema = typeof PackageManifestPayloadSchema\n\nexport const ModuleManifestPayloadSchema = 'network.xyo.module.manifest' as const\nexport type ModuleManifestPayloadSchema = typeof ModuleManifestPayloadSchema\n\nexport const NodeManifestPayloadSchema = 'network.xyo.node.manifest' as const\nexport type NodeManifestPayloadSchema = typeof NodeManifestPayloadSchema\n\nimport type { Payload } from '@xyo-network/payload-model'\nimport { isPayloadOfSchemaType } from '@xyo-network/payload-model'\n\nimport type {\n ModuleManifest, NodeManifest, PackageManifest,\n} from './Manifest.ts'\n\nexport interface NodeManifestPayload extends NodeManifest {\n schema: NodeManifestPayloadSchema\n}\n\nexport type ModuleManifestPayload = Payload<ModuleManifest, ModuleManifestPayloadSchema | NodeManifestPayloadSchema>\n\nexport type PackageManifestPayload = Payload<PackageManifest, PackageManifestPayloadSchema>\n\nexport const isPackageManifestPayload = isPayloadOfSchemaType<PackageManifestPayload>(PackageManifestPayloadSchema)\n"],"mappings":";AAaA,SAAS,6BAA6B;AAb/B,IAAM,mCAAmC;AAGzC,IAAM,+BAA+B;AAGrC,IAAM,8BAA8B;AAGpC,IAAM,4BAA4B;AAkBlC,IAAM,2BAA2B,sBAA8C,4BAA4B;","names":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/manifest-model",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.10",
|
|
4
4
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -37,14 +37,14 @@
|
|
|
37
37
|
"package-compile": "yarn gen-schema && yarn package-compile-only"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@xylabs/hex": "^4.
|
|
41
|
-
"@xyo-network/payload-model": "^3.6.
|
|
40
|
+
"@xylabs/hex": "^4.5.1",
|
|
41
|
+
"@xyo-network/payload-model": "^3.6.10"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@types/node": "^22.10.
|
|
44
|
+
"@types/node": "^22.10.10",
|
|
45
45
|
"@xylabs/ts-scripts-yarn3": "^4.2.6",
|
|
46
46
|
"@xylabs/tsconfig": "^4.2.6",
|
|
47
|
-
"typescript": "^5.7.
|
|
47
|
+
"typescript": "^5.7.3",
|
|
48
48
|
"typescript-json-schema": "^0.65.1"
|
|
49
49
|
},
|
|
50
50
|
"publishConfig": {
|
package/src/Payload.ts
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
export const DappPackageManifestPayloadSchema = 'network.xyo.manifest.package.dapp' as const
|
|
2
2
|
export type DappPackageManifestPayloadSchema = typeof DappPackageManifestPayloadSchema
|
|
3
3
|
|
|
4
|
-
export
|
|
5
|
-
export
|
|
4
|
+
export const PackageManifestPayloadSchema = 'network.xyo.manifest.package' as const
|
|
5
|
+
export type PackageManifestPayloadSchema = typeof PackageManifestPayloadSchema
|
|
6
6
|
|
|
7
|
-
export
|
|
8
|
-
export
|
|
7
|
+
export const ModuleManifestPayloadSchema = 'network.xyo.module.manifest' as const
|
|
8
|
+
export type ModuleManifestPayloadSchema = typeof ModuleManifestPayloadSchema
|
|
9
9
|
|
|
10
|
-
export
|
|
11
|
-
export
|
|
10
|
+
export const NodeManifestPayloadSchema = 'network.xyo.node.manifest' as const
|
|
11
|
+
export type NodeManifestPayloadSchema = typeof NodeManifestPayloadSchema
|
|
12
12
|
|
|
13
13
|
import type { Payload } from '@xyo-network/payload-model'
|
|
14
14
|
import { isPayloadOfSchemaType } from '@xyo-network/payload-model'
|