@xyo-network/schema-payload-plugin 3.6.0-rc.6 → 3.6.0-rc.8

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.
@@ -22,7 +22,7 @@ export type SchemaPayload = Payload<{
22
22
  /**
23
23
  * Identity function for determining if an object is an Schema
24
24
  */
25
- export declare const isSchemaPayload: (x?: unknown | null) => x is import("@xyo-network/payload-model").DeepRestrictToStringKeys<{
25
+ export declare const isSchemaPayload: (x?: unknown | null) => x is import("@xylabs/object").DeepRestrictToStringKeys<{
26
26
  schema: "network.xyo.schema";
27
27
  definition: {
28
28
  [x: string]: unknown;
@@ -39,7 +39,7 @@ export declare const isSchemaPayload: (x?: unknown | null) => x is import("@xyo-
39
39
  /**
40
40
  * Identity function for determining if an object is an Schema with sources
41
41
  */
42
- export declare const isSchemaPayloadWithSources: (x?: unknown | null) => x is import("@xyo-network/payload-model").WithSources<import("@xyo-network/payload-model").DeepRestrictToStringKeys<{
42
+ export declare const isSchemaPayloadWithSources: (x?: unknown | null) => x is import("@xyo-network/payload-model").WithSources<import("@xylabs/object").DeepRestrictToStringKeys<{
43
43
  schema: "network.xyo.schema";
44
44
  definition: {
45
45
  [x: string]: unknown;
@@ -1,4 +1,4 @@
1
- export declare const SchemaPayloadPlugin: () => import("@xyo-network/payload-plugin").PayloadPlugin<import("@xyo-network/payload-model").DeepRestrictToStringKeys<{
1
+ export declare const SchemaPayloadPlugin: () => import("@xyo-network/payload-plugin").PayloadPlugin<import("@xylabs/object").DeepRestrictToStringKeys<{
2
2
  schema: "network.xyo.schema";
3
3
  definition: {
4
4
  [x: string]: unknown;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/schema-payload-plugin",
3
- "version": "3.6.0-rc.6",
3
+ "version": "3.6.0-rc.8",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -29,13 +29,13 @@
29
29
  "module": "dist/neutral/index.mjs",
30
30
  "types": "dist/neutral/index.d.ts",
31
31
  "dependencies": {
32
- "@xyo-network/payload-model": "^3.6.0-rc.6",
33
- "@xyo-network/payload-plugin": "^3.6.0-rc.6"
32
+ "@xyo-network/payload-model": "^3.6.0-rc.8",
33
+ "@xyo-network/payload-plugin": "^3.6.0-rc.8"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@xylabs/ts-scripts-yarn3": "^4.2.4",
37
37
  "@xylabs/tsconfig": "^4.2.4",
38
- "@xylabs/vitest-extended": "^4.4.15",
38
+ "@xylabs/vitest-extended": "^4.4.16",
39
39
  "typescript": "^5.7.2",
40
40
  "vitest": "^2.1.8"
41
41
  },