@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 type PackageManifestPayloadSchema = 'network.xyo.manifest.package';
4
- export declare const PackageManifestPayloadSchema: PackageManifestPayloadSchema;
5
- export type ModuleManifestPayloadSchema = 'network.xyo.module.manifest';
6
- export declare const ModuleManifestPayloadSchema: ModuleManifestPayloadSchema;
7
- export type NodeManifestPayloadSchema = 'network.xyo.node.manifest';
8
- export declare const NodeManifestPayloadSchema: NodeManifestPayloadSchema;
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,MAAM,MAAM,4BAA4B,GAAG,8BAA8B,CAAA;AACzE,eAAO,MAAM,4BAA4B,EAAE,4BAA6D,CAAA;AAExG,MAAM,MAAM,2BAA2B,GAAG,6BAA6B,CAAA;AACvE,eAAO,MAAM,2BAA2B,EAAE,2BAA2D,CAAA;AAErG,MAAM,MAAM,yBAAyB,GAAG,2BAA2B,CAAA;AACnE,eAAO,MAAM,yBAAyB,EAAE,yBAAuD,CAAA;AAE/F,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
+ {"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 type PackageManifestPayloadSchema = 'network.xyo.manifest.package'\nexport const PackageManifestPayloadSchema: PackageManifestPayloadSchema = 'network.xyo.manifest.package'\n\nexport type ModuleManifestPayloadSchema = 'network.xyo.module.manifest'\nexport const ModuleManifestPayloadSchema: ModuleManifestPayloadSchema = 'network.xyo.module.manifest'\n\nexport type NodeManifestPayloadSchema = 'network.xyo.node.manifest'\nexport const NodeManifestPayloadSchema: NodeManifestPayloadSchema = 'network.xyo.node.manifest'\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;AAIzC,IAAM,+BAA6D;AAGnE,IAAM,8BAA2D;AAGjE,IAAM,4BAAuD;AAiB7D,IAAM,2BAA2B,sBAA8C,4BAA4B;","names":[]}
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.8",
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.4.34",
41
- "@xyo-network/payload-model": "^3.6.8"
40
+ "@xylabs/hex": "^4.5.1",
41
+ "@xyo-network/payload-model": "^3.6.10"
42
42
  },
43
43
  "devDependencies": {
44
- "@types/node": "^22.10.3",
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.2",
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 type PackageManifestPayloadSchema = 'network.xyo.manifest.package'
5
- export const PackageManifestPayloadSchema: PackageManifestPayloadSchema = 'network.xyo.manifest.package'
4
+ export const PackageManifestPayloadSchema = 'network.xyo.manifest.package' as const
5
+ export type PackageManifestPayloadSchema = typeof PackageManifestPayloadSchema
6
6
 
7
- export type ModuleManifestPayloadSchema = 'network.xyo.module.manifest'
8
- export const ModuleManifestPayloadSchema: ModuleManifestPayloadSchema = 'network.xyo.module.manifest'
7
+ export const ModuleManifestPayloadSchema = 'network.xyo.module.manifest' as const
8
+ export type ModuleManifestPayloadSchema = typeof ModuleManifestPayloadSchema
9
9
 
10
- export type NodeManifestPayloadSchema = 'network.xyo.node.manifest'
11
- export const NodeManifestPayloadSchema: NodeManifestPayloadSchema = 'network.xyo.node.manifest'
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'