@xyo-network/diviner-transform-model 2.106.0 → 2.107.0
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/browser/Query.d.cts +1 -5
- package/dist/browser/Query.d.cts.map +1 -1
- package/dist/browser/Query.d.mts +1 -5
- package/dist/browser/Query.d.mts.map +1 -1
- package/dist/browser/Query.d.ts +1 -5
- package/dist/browser/Query.d.ts.map +1 -1
- package/dist/browser/index.cjs +1 -39
- package/dist/browser/index.cjs.map +1 -1
- package/dist/browser/index.js +1 -18
- package/dist/browser/index.js.map +1 -1
- package/dist/neutral/Query.d.cts +1 -5
- package/dist/neutral/Query.d.cts.map +1 -1
- package/dist/neutral/Query.d.mts +1 -5
- package/dist/neutral/Query.d.mts.map +1 -1
- package/dist/neutral/Query.d.ts +1 -5
- package/dist/neutral/Query.d.ts.map +1 -1
- package/dist/neutral/index.cjs +1 -39
- package/dist/neutral/index.cjs.map +1 -1
- package/dist/neutral/index.js +1 -18
- package/dist/neutral/index.js.map +1 -1
- package/dist/node/Query.d.cts +1 -5
- package/dist/node/Query.d.cts.map +1 -1
- package/dist/node/Query.d.mts +1 -5
- package/dist/node/Query.d.mts.map +1 -1
- package/dist/node/Query.d.ts +1 -5
- package/dist/node/Query.d.ts.map +1 -1
- package/dist/node/index.cjs +1 -46
- package/dist/node/index.cjs.map +1 -1
- package/dist/node/index.js +1 -18
- package/dist/node/index.js.map +1 -1
- package/package.json +6 -6
package/dist/browser/Query.d.cts
CHANGED
|
@@ -6,9 +6,5 @@ export declare const TransformDivinerQuerySchema: TransformDivinerQuerySchema;
|
|
|
6
6
|
export type TransformDivinerQueryPayload = Query<{
|
|
7
7
|
schema: TransformDivinerQuerySchema;
|
|
8
8
|
} & Partial<TransformSettings>>;
|
|
9
|
-
export declare const isTransformDivinerQueryPayload: (x?: Payload | null) => x is
|
|
10
|
-
schema: TransformDivinerQuerySchema;
|
|
11
|
-
} & Partial<TransformSettings> & import("@xyo-network/payload-model").QueryFields, "schema"> & {
|
|
12
|
-
schema: "network.xyo.diviner.transform.query";
|
|
13
|
-
};
|
|
9
|
+
export declare const isTransformDivinerQueryPayload: (x?: Payload | null) => x is TransformDivinerQueryPayload;
|
|
14
10
|
//# sourceMappingURL=Query.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Query.d.ts","sourceRoot":"","sources":["../../src/Query.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,4BAA4B,CAAA;AAE3D,OAAO,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAA;AAC5C,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAA;AAEjD,MAAM,MAAM,2BAA2B,GAAG,GAAG,sBAAsB,QAAQ,CAAA;AAC3E,eAAO,MAAM,2BAA2B,EAAE,2BAA+D,CAAA;AAEzG,MAAM,MAAM,4BAA4B,GAAG,KAAK,CAAC;IAAE,MAAM,EAAE,2BAA2B,CAAA;CAAE,GAAG,OAAO,CAAC,iBAAiB,CAAC,CAAC,CAAA;AACtH,eAAO,MAAM,8BAA8B,OAAQ,OAAO,GAAG,IAAI
|
|
1
|
+
{"version":3,"file":"Query.d.ts","sourceRoot":"","sources":["../../src/Query.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,4BAA4B,CAAA;AAE3D,OAAO,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAA;AAC5C,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAA;AAEjD,MAAM,MAAM,2BAA2B,GAAG,GAAG,sBAAsB,QAAQ,CAAA;AAC3E,eAAO,MAAM,2BAA2B,EAAE,2BAA+D,CAAA;AAEzG,MAAM,MAAM,4BAA4B,GAAG,KAAK,CAAC;IAAE,MAAM,EAAE,2BAA2B,CAAA;CAAE,GAAG,OAAO,CAAC,iBAAiB,CAAC,CAAC,CAAA;AACtH,eAAO,MAAM,8BAA8B,OAAQ,OAAO,GAAG,IAAI,KAAG,CAAC,IAAI,4BAAyE,CAAA"}
|
package/dist/browser/Query.d.mts
CHANGED
|
@@ -6,9 +6,5 @@ export declare const TransformDivinerQuerySchema: TransformDivinerQuerySchema;
|
|
|
6
6
|
export type TransformDivinerQueryPayload = Query<{
|
|
7
7
|
schema: TransformDivinerQuerySchema;
|
|
8
8
|
} & Partial<TransformSettings>>;
|
|
9
|
-
export declare const isTransformDivinerQueryPayload: (x?: Payload | null) => x is
|
|
10
|
-
schema: TransformDivinerQuerySchema;
|
|
11
|
-
} & Partial<TransformSettings> & import("@xyo-network/payload-model").QueryFields, "schema"> & {
|
|
12
|
-
schema: "network.xyo.diviner.transform.query";
|
|
13
|
-
};
|
|
9
|
+
export declare const isTransformDivinerQueryPayload: (x?: Payload | null) => x is TransformDivinerQueryPayload;
|
|
14
10
|
//# sourceMappingURL=Query.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Query.d.ts","sourceRoot":"","sources":["../../src/Query.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,4BAA4B,CAAA;AAE3D,OAAO,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAA;AAC5C,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAA;AAEjD,MAAM,MAAM,2BAA2B,GAAG,GAAG,sBAAsB,QAAQ,CAAA;AAC3E,eAAO,MAAM,2BAA2B,EAAE,2BAA+D,CAAA;AAEzG,MAAM,MAAM,4BAA4B,GAAG,KAAK,CAAC;IAAE,MAAM,EAAE,2BAA2B,CAAA;CAAE,GAAG,OAAO,CAAC,iBAAiB,CAAC,CAAC,CAAA;AACtH,eAAO,MAAM,8BAA8B,OAAQ,OAAO,GAAG,IAAI
|
|
1
|
+
{"version":3,"file":"Query.d.ts","sourceRoot":"","sources":["../../src/Query.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,4BAA4B,CAAA;AAE3D,OAAO,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAA;AAC5C,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAA;AAEjD,MAAM,MAAM,2BAA2B,GAAG,GAAG,sBAAsB,QAAQ,CAAA;AAC3E,eAAO,MAAM,2BAA2B,EAAE,2BAA+D,CAAA;AAEzG,MAAM,MAAM,4BAA4B,GAAG,KAAK,CAAC;IAAE,MAAM,EAAE,2BAA2B,CAAA;CAAE,GAAG,OAAO,CAAC,iBAAiB,CAAC,CAAC,CAAA;AACtH,eAAO,MAAM,8BAA8B,OAAQ,OAAO,GAAG,IAAI,KAAG,CAAC,IAAI,4BAAyE,CAAA"}
|
package/dist/browser/Query.d.ts
CHANGED
|
@@ -6,9 +6,5 @@ export declare const TransformDivinerQuerySchema: TransformDivinerQuerySchema;
|
|
|
6
6
|
export type TransformDivinerQueryPayload = Query<{
|
|
7
7
|
schema: TransformDivinerQuerySchema;
|
|
8
8
|
} & Partial<TransformSettings>>;
|
|
9
|
-
export declare const isTransformDivinerQueryPayload: (x?: Payload | null) => x is
|
|
10
|
-
schema: TransformDivinerQuerySchema;
|
|
11
|
-
} & Partial<TransformSettings> & import("@xyo-network/payload-model").QueryFields, "schema"> & {
|
|
12
|
-
schema: "network.xyo.diviner.transform.query";
|
|
13
|
-
};
|
|
9
|
+
export declare const isTransformDivinerQueryPayload: (x?: Payload | null) => x is TransformDivinerQueryPayload;
|
|
14
10
|
//# sourceMappingURL=Query.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Query.d.ts","sourceRoot":"","sources":["../../src/Query.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,4BAA4B,CAAA;AAE3D,OAAO,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAA;AAC5C,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAA;AAEjD,MAAM,MAAM,2BAA2B,GAAG,GAAG,sBAAsB,QAAQ,CAAA;AAC3E,eAAO,MAAM,2BAA2B,EAAE,2BAA+D,CAAA;AAEzG,MAAM,MAAM,4BAA4B,GAAG,KAAK,CAAC;IAAE,MAAM,EAAE,2BAA2B,CAAA;CAAE,GAAG,OAAO,CAAC,iBAAiB,CAAC,CAAC,CAAA;AACtH,eAAO,MAAM,8BAA8B,OAAQ,OAAO,GAAG,IAAI
|
|
1
|
+
{"version":3,"file":"Query.d.ts","sourceRoot":"","sources":["../../src/Query.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,4BAA4B,CAAA;AAE3D,OAAO,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAA;AAC5C,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAA;AAEjD,MAAM,MAAM,2BAA2B,GAAG,GAAG,sBAAsB,QAAQ,CAAA;AAC3E,eAAO,MAAM,2BAA2B,EAAE,2BAA+D,CAAA;AAEzG,MAAM,MAAM,4BAA4B,GAAG,KAAK,CAAC;IAAE,MAAM,EAAE,2BAA2B,CAAA;CAAE,GAAG,OAAO,CAAC,iBAAiB,CAAC,CAAC,CAAA;AACtH,eAAO,MAAM,8BAA8B,OAAQ,OAAO,GAAG,IAAI,KAAG,CAAC,IAAI,4BAAyE,CAAA"}
|
package/dist/browser/index.cjs
CHANGED
|
@@ -1,40 +1,2 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
|
|
7
|
-
var __export = (target, all) => {
|
|
8
|
-
for (var name in all)
|
|
9
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
10
|
-
};
|
|
11
|
-
var __copyProps = (to, from, except, desc) => {
|
|
12
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
-
for (let key of __getOwnPropNames(from))
|
|
14
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
|
-
}
|
|
17
|
-
return to;
|
|
18
|
-
};
|
|
19
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
|
-
|
|
21
|
-
// src/index.ts
|
|
22
|
-
var src_exports = {};
|
|
23
|
-
__export(src_exports, {
|
|
24
|
-
TransformDivinerConfigSchema: () => TransformDivinerConfigSchema,
|
|
25
|
-
TransformDivinerQuerySchema: () => TransformDivinerQuerySchema,
|
|
26
|
-
TransformDivinerSchema: () => TransformDivinerSchema,
|
|
27
|
-
isTransformDivinerQueryPayload: () => isTransformDivinerQueryPayload
|
|
28
|
-
});
|
|
29
|
-
module.exports = __toCommonJS(src_exports);
|
|
30
|
-
|
|
31
|
-
// src/Schema.ts
|
|
32
|
-
var TransformDivinerSchema = "network.xyo.diviner.transform";
|
|
33
|
-
|
|
34
|
-
// src/Config/Config.ts
|
|
35
|
-
var TransformDivinerConfigSchema = `${TransformDivinerSchema}.config`;
|
|
36
|
-
|
|
37
|
-
// src/Query.ts
|
|
38
|
-
var TransformDivinerQuerySchema = `${TransformDivinerSchema}.query`;
|
|
39
|
-
var isTransformDivinerQueryPayload = /* @__PURE__ */ __name((x) => x?.schema === TransformDivinerQuerySchema, "isTransformDivinerQueryPayload");
|
|
1
|
+
"use strict";var i=Object.defineProperty;var s=Object.getOwnPropertyDescriptor;var c=Object.getOwnPropertyNames;var p=Object.prototype.hasOwnProperty;var f=(r,o)=>i(r,"name",{value:o,configurable:!0});var x=(r,o)=>{for(var n in o)i(r,n,{get:o[n],enumerable:!0})},v=(r,o,n,t)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of c(o))!p.call(r,e)&&e!==n&&i(r,e,{get:()=>o[e],enumerable:!(t=s(o,e))||t.enumerable});return r};var h=r=>v(i({},"__esModule",{value:!0}),r);var y={};x(y,{TransformDivinerConfigSchema:()=>D,TransformDivinerQuerySchema:()=>a,TransformDivinerSchema:()=>m,isTransformDivinerQueryPayload:()=>T});module.exports=h(y);var m="network.xyo.diviner.transform";var D=`${m}.config`;var a=`${m}.query`,T=f(r=>r?.schema===a,"isTransformDivinerQueryPayload");
|
|
40
2
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts","../../src/Schema.ts","../../src/Config/Config.ts","../../src/Query.ts"],"sourcesContent":["export * from './Config'\nexport * from './Payload'\nexport * from './PayloadValueTransformer'\nexport * from './Query'\nexport * from './Schema'\n","export type TransformDivinerSchema = 'network.xyo.diviner.transform'\nexport const TransformDivinerSchema: TransformDivinerSchema = 'network.xyo.diviner.transform'\n","import { DivinerConfig } from '@xyo-network/diviner-model'\n\nimport { TransformDictionary } from '../Payload'\nimport { TransformDivinerSchema } from '../Schema'\n\nexport type TransformDivinerConfigSchema = `${TransformDivinerSchema}.config`\nexport const TransformDivinerConfigSchema: TransformDivinerConfigSchema = `${TransformDivinerSchema}.config`\n\nexport type TransformDivinerConfig = DivinerConfig<{ transform?: TransformDictionary } & { schema: TransformDivinerConfigSchema }>\n","import { Payload, Query } from '@xyo-network/payload-model'\n\nimport { TransformSettings } from './Config'\nimport { TransformDivinerSchema } from './Schema'\n\nexport type TransformDivinerQuerySchema = `${TransformDivinerSchema}.query`\nexport const TransformDivinerQuerySchema: TransformDivinerQuerySchema = `${TransformDivinerSchema}.query`\n\nexport type TransformDivinerQueryPayload = Query<{ schema: TransformDivinerQuerySchema } & Partial<TransformSettings>>\nexport const isTransformDivinerQueryPayload = (x?: Payload | null): x is TransformDivinerQueryPayload => x?.schema === TransformDivinerQuerySchema\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts","../../src/Schema.ts","../../src/Config/Config.ts","../../src/Query.ts"],"sourcesContent":["export * from './Config'\nexport * from './Payload'\nexport * from './PayloadValueTransformer'\nexport * from './Query'\nexport * from './Schema'\n","export type TransformDivinerSchema = 'network.xyo.diviner.transform'\nexport const TransformDivinerSchema: TransformDivinerSchema = 'network.xyo.diviner.transform'\n","import { DivinerConfig } from '@xyo-network/diviner-model'\n\nimport { TransformDictionary } from '../Payload'\nimport { TransformDivinerSchema } from '../Schema'\n\nexport type TransformDivinerConfigSchema = `${TransformDivinerSchema}.config`\nexport const TransformDivinerConfigSchema: TransformDivinerConfigSchema = `${TransformDivinerSchema}.config`\n\nexport type TransformDivinerConfig = DivinerConfig<{ transform?: TransformDictionary } & { schema: TransformDivinerConfigSchema }>\n","import { Payload, Query } from '@xyo-network/payload-model'\n\nimport { TransformSettings } from './Config'\nimport { TransformDivinerSchema } from './Schema'\n\nexport type TransformDivinerQuerySchema = `${TransformDivinerSchema}.query`\nexport const TransformDivinerQuerySchema: TransformDivinerQuerySchema = `${TransformDivinerSchema}.query`\n\nexport type TransformDivinerQueryPayload = Query<{ schema: TransformDivinerQuerySchema } & Partial<TransformSettings>>\nexport const isTransformDivinerQueryPayload = (x?: Payload | null): x is TransformDivinerQueryPayload => x?.schema === TransformDivinerQuerySchema\n"],"mappings":"4dAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,kCAAAE,EAAA,gCAAAC,EAAA,2BAAAC,EAAA,mCAAAC,IAAA,eAAAC,EAAAN,GCCO,IAAMO,EAAiD,gCCKvD,IAAMC,EAA6D,GAAGC,CAAAA,UCAtE,IAAMC,EAA2D,GAAGC,CAAAA,SAG9DC,EAAiCC,EAACC,GAA0DA,GAAGC,SAAWL,EAAzE","names":["src_exports","__export","TransformDivinerConfigSchema","TransformDivinerQuerySchema","TransformDivinerSchema","isTransformDivinerQueryPayload","__toCommonJS","TransformDivinerSchema","TransformDivinerConfigSchema","TransformDivinerSchema","TransformDivinerQuerySchema","TransformDivinerSchema","isTransformDivinerQueryPayload","__name","x","schema"]}
|
package/dist/browser/index.js
CHANGED
|
@@ -1,19 +1,2 @@
|
|
|
1
|
-
var
|
|
2
|
-
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
|
|
3
|
-
|
|
4
|
-
// src/Schema.ts
|
|
5
|
-
var TransformDivinerSchema = "network.xyo.diviner.transform";
|
|
6
|
-
|
|
7
|
-
// src/Config/Config.ts
|
|
8
|
-
var TransformDivinerConfigSchema = `${TransformDivinerSchema}.config`;
|
|
9
|
-
|
|
10
|
-
// src/Query.ts
|
|
11
|
-
var TransformDivinerQuerySchema = `${TransformDivinerSchema}.query`;
|
|
12
|
-
var isTransformDivinerQueryPayload = /* @__PURE__ */ __name((x) => x?.schema === TransformDivinerQuerySchema, "isTransformDivinerQueryPayload");
|
|
13
|
-
export {
|
|
14
|
-
TransformDivinerConfigSchema,
|
|
15
|
-
TransformDivinerQuerySchema,
|
|
16
|
-
TransformDivinerSchema,
|
|
17
|
-
isTransformDivinerQueryPayload
|
|
18
|
-
};
|
|
1
|
+
var n=Object.defineProperty;var e=(o,m)=>n(o,"name",{value:m,configurable:!0});var r="network.xyo.diviner.transform";var s=`${r}.config`;var i=`${r}.query`,x=e(o=>o?.schema===i,"isTransformDivinerQueryPayload");export{s as TransformDivinerConfigSchema,i as TransformDivinerQuerySchema,r as TransformDivinerSchema,x as isTransformDivinerQueryPayload};
|
|
19
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/Schema.ts","../../src/Config/Config.ts","../../src/Query.ts"],"sourcesContent":["export type TransformDivinerSchema = 'network.xyo.diviner.transform'\nexport const TransformDivinerSchema: TransformDivinerSchema = 'network.xyo.diviner.transform'\n","import { DivinerConfig } from '@xyo-network/diviner-model'\n\nimport { TransformDictionary } from '../Payload'\nimport { TransformDivinerSchema } from '../Schema'\n\nexport type TransformDivinerConfigSchema = `${TransformDivinerSchema}.config`\nexport const TransformDivinerConfigSchema: TransformDivinerConfigSchema = `${TransformDivinerSchema}.config`\n\nexport type TransformDivinerConfig = DivinerConfig<{ transform?: TransformDictionary } & { schema: TransformDivinerConfigSchema }>\n","import { Payload, Query } from '@xyo-network/payload-model'\n\nimport { TransformSettings } from './Config'\nimport { TransformDivinerSchema } from './Schema'\n\nexport type TransformDivinerQuerySchema = `${TransformDivinerSchema}.query`\nexport const TransformDivinerQuerySchema: TransformDivinerQuerySchema = `${TransformDivinerSchema}.query`\n\nexport type TransformDivinerQueryPayload = Query<{ schema: TransformDivinerQuerySchema } & Partial<TransformSettings>>\nexport const isTransformDivinerQueryPayload = (x?: Payload | null): x is TransformDivinerQueryPayload => x?.schema === TransformDivinerQuerySchema\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/Schema.ts","../../src/Config/Config.ts","../../src/Query.ts"],"sourcesContent":["export type TransformDivinerSchema = 'network.xyo.diviner.transform'\nexport const TransformDivinerSchema: TransformDivinerSchema = 'network.xyo.diviner.transform'\n","import { DivinerConfig } from '@xyo-network/diviner-model'\n\nimport { TransformDictionary } from '../Payload'\nimport { TransformDivinerSchema } from '../Schema'\n\nexport type TransformDivinerConfigSchema = `${TransformDivinerSchema}.config`\nexport const TransformDivinerConfigSchema: TransformDivinerConfigSchema = `${TransformDivinerSchema}.config`\n\nexport type TransformDivinerConfig = DivinerConfig<{ transform?: TransformDictionary } & { schema: TransformDivinerConfigSchema }>\n","import { Payload, Query } from '@xyo-network/payload-model'\n\nimport { TransformSettings } from './Config'\nimport { TransformDivinerSchema } from './Schema'\n\nexport type TransformDivinerQuerySchema = `${TransformDivinerSchema}.query`\nexport const TransformDivinerQuerySchema: TransformDivinerQuerySchema = `${TransformDivinerSchema}.query`\n\nexport type TransformDivinerQueryPayload = Query<{ schema: TransformDivinerQuerySchema } & Partial<TransformSettings>>\nexport const isTransformDivinerQueryPayload = (x?: Payload | null): x is TransformDivinerQueryPayload => x?.schema === TransformDivinerQuerySchema\n"],"mappings":"+EACO,IAAMA,EAAiD,gCCKvD,IAAMC,EAA6D,GAAGC,CAAAA,UCAtE,IAAMC,EAA2D,GAAGC,CAAAA,SAG9DC,EAAiCC,EAACC,GAA0DA,GAAGC,SAAWL,EAAzE","names":["TransformDivinerSchema","TransformDivinerConfigSchema","TransformDivinerSchema","TransformDivinerQuerySchema","TransformDivinerSchema","isTransformDivinerQueryPayload","__name","x","schema"]}
|
package/dist/neutral/Query.d.cts
CHANGED
|
@@ -6,9 +6,5 @@ export declare const TransformDivinerQuerySchema: TransformDivinerQuerySchema;
|
|
|
6
6
|
export type TransformDivinerQueryPayload = Query<{
|
|
7
7
|
schema: TransformDivinerQuerySchema;
|
|
8
8
|
} & Partial<TransformSettings>>;
|
|
9
|
-
export declare const isTransformDivinerQueryPayload: (x?: Payload | null) => x is
|
|
10
|
-
schema: TransformDivinerQuerySchema;
|
|
11
|
-
} & Partial<TransformSettings> & import("@xyo-network/payload-model").QueryFields, "schema"> & {
|
|
12
|
-
schema: "network.xyo.diviner.transform.query";
|
|
13
|
-
};
|
|
9
|
+
export declare const isTransformDivinerQueryPayload: (x?: Payload | null) => x is TransformDivinerQueryPayload;
|
|
14
10
|
//# sourceMappingURL=Query.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Query.d.ts","sourceRoot":"","sources":["../../src/Query.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,4BAA4B,CAAA;AAE3D,OAAO,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAA;AAC5C,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAA;AAEjD,MAAM,MAAM,2BAA2B,GAAG,GAAG,sBAAsB,QAAQ,CAAA;AAC3E,eAAO,MAAM,2BAA2B,EAAE,2BAA+D,CAAA;AAEzG,MAAM,MAAM,4BAA4B,GAAG,KAAK,CAAC;IAAE,MAAM,EAAE,2BAA2B,CAAA;CAAE,GAAG,OAAO,CAAC,iBAAiB,CAAC,CAAC,CAAA;AACtH,eAAO,MAAM,8BAA8B,OAAQ,OAAO,GAAG,IAAI
|
|
1
|
+
{"version":3,"file":"Query.d.ts","sourceRoot":"","sources":["../../src/Query.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,4BAA4B,CAAA;AAE3D,OAAO,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAA;AAC5C,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAA;AAEjD,MAAM,MAAM,2BAA2B,GAAG,GAAG,sBAAsB,QAAQ,CAAA;AAC3E,eAAO,MAAM,2BAA2B,EAAE,2BAA+D,CAAA;AAEzG,MAAM,MAAM,4BAA4B,GAAG,KAAK,CAAC;IAAE,MAAM,EAAE,2BAA2B,CAAA;CAAE,GAAG,OAAO,CAAC,iBAAiB,CAAC,CAAC,CAAA;AACtH,eAAO,MAAM,8BAA8B,OAAQ,OAAO,GAAG,IAAI,KAAG,CAAC,IAAI,4BAAyE,CAAA"}
|
package/dist/neutral/Query.d.mts
CHANGED
|
@@ -6,9 +6,5 @@ export declare const TransformDivinerQuerySchema: TransformDivinerQuerySchema;
|
|
|
6
6
|
export type TransformDivinerQueryPayload = Query<{
|
|
7
7
|
schema: TransformDivinerQuerySchema;
|
|
8
8
|
} & Partial<TransformSettings>>;
|
|
9
|
-
export declare const isTransformDivinerQueryPayload: (x?: Payload | null) => x is
|
|
10
|
-
schema: TransformDivinerQuerySchema;
|
|
11
|
-
} & Partial<TransformSettings> & import("@xyo-network/payload-model").QueryFields, "schema"> & {
|
|
12
|
-
schema: "network.xyo.diviner.transform.query";
|
|
13
|
-
};
|
|
9
|
+
export declare const isTransformDivinerQueryPayload: (x?: Payload | null) => x is TransformDivinerQueryPayload;
|
|
14
10
|
//# sourceMappingURL=Query.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Query.d.ts","sourceRoot":"","sources":["../../src/Query.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,4BAA4B,CAAA;AAE3D,OAAO,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAA;AAC5C,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAA;AAEjD,MAAM,MAAM,2BAA2B,GAAG,GAAG,sBAAsB,QAAQ,CAAA;AAC3E,eAAO,MAAM,2BAA2B,EAAE,2BAA+D,CAAA;AAEzG,MAAM,MAAM,4BAA4B,GAAG,KAAK,CAAC;IAAE,MAAM,EAAE,2BAA2B,CAAA;CAAE,GAAG,OAAO,CAAC,iBAAiB,CAAC,CAAC,CAAA;AACtH,eAAO,MAAM,8BAA8B,OAAQ,OAAO,GAAG,IAAI
|
|
1
|
+
{"version":3,"file":"Query.d.ts","sourceRoot":"","sources":["../../src/Query.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,4BAA4B,CAAA;AAE3D,OAAO,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAA;AAC5C,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAA;AAEjD,MAAM,MAAM,2BAA2B,GAAG,GAAG,sBAAsB,QAAQ,CAAA;AAC3E,eAAO,MAAM,2BAA2B,EAAE,2BAA+D,CAAA;AAEzG,MAAM,MAAM,4BAA4B,GAAG,KAAK,CAAC;IAAE,MAAM,EAAE,2BAA2B,CAAA;CAAE,GAAG,OAAO,CAAC,iBAAiB,CAAC,CAAC,CAAA;AACtH,eAAO,MAAM,8BAA8B,OAAQ,OAAO,GAAG,IAAI,KAAG,CAAC,IAAI,4BAAyE,CAAA"}
|
package/dist/neutral/Query.d.ts
CHANGED
|
@@ -6,9 +6,5 @@ export declare const TransformDivinerQuerySchema: TransformDivinerQuerySchema;
|
|
|
6
6
|
export type TransformDivinerQueryPayload = Query<{
|
|
7
7
|
schema: TransformDivinerQuerySchema;
|
|
8
8
|
} & Partial<TransformSettings>>;
|
|
9
|
-
export declare const isTransformDivinerQueryPayload: (x?: Payload | null) => x is
|
|
10
|
-
schema: TransformDivinerQuerySchema;
|
|
11
|
-
} & Partial<TransformSettings> & import("@xyo-network/payload-model").QueryFields, "schema"> & {
|
|
12
|
-
schema: "network.xyo.diviner.transform.query";
|
|
13
|
-
};
|
|
9
|
+
export declare const isTransformDivinerQueryPayload: (x?: Payload | null) => x is TransformDivinerQueryPayload;
|
|
14
10
|
//# sourceMappingURL=Query.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Query.d.ts","sourceRoot":"","sources":["../../src/Query.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,4BAA4B,CAAA;AAE3D,OAAO,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAA;AAC5C,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAA;AAEjD,MAAM,MAAM,2BAA2B,GAAG,GAAG,sBAAsB,QAAQ,CAAA;AAC3E,eAAO,MAAM,2BAA2B,EAAE,2BAA+D,CAAA;AAEzG,MAAM,MAAM,4BAA4B,GAAG,KAAK,CAAC;IAAE,MAAM,EAAE,2BAA2B,CAAA;CAAE,GAAG,OAAO,CAAC,iBAAiB,CAAC,CAAC,CAAA;AACtH,eAAO,MAAM,8BAA8B,OAAQ,OAAO,GAAG,IAAI
|
|
1
|
+
{"version":3,"file":"Query.d.ts","sourceRoot":"","sources":["../../src/Query.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,4BAA4B,CAAA;AAE3D,OAAO,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAA;AAC5C,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAA;AAEjD,MAAM,MAAM,2BAA2B,GAAG,GAAG,sBAAsB,QAAQ,CAAA;AAC3E,eAAO,MAAM,2BAA2B,EAAE,2BAA+D,CAAA;AAEzG,MAAM,MAAM,4BAA4B,GAAG,KAAK,CAAC;IAAE,MAAM,EAAE,2BAA2B,CAAA;CAAE,GAAG,OAAO,CAAC,iBAAiB,CAAC,CAAC,CAAA;AACtH,eAAO,MAAM,8BAA8B,OAAQ,OAAO,GAAG,IAAI,KAAG,CAAC,IAAI,4BAAyE,CAAA"}
|
package/dist/neutral/index.cjs
CHANGED
|
@@ -1,40 +1,2 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
|
|
7
|
-
var __export = (target, all) => {
|
|
8
|
-
for (var name in all)
|
|
9
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
10
|
-
};
|
|
11
|
-
var __copyProps = (to, from, except, desc) => {
|
|
12
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
-
for (let key of __getOwnPropNames(from))
|
|
14
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
|
-
}
|
|
17
|
-
return to;
|
|
18
|
-
};
|
|
19
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
|
-
|
|
21
|
-
// src/index.ts
|
|
22
|
-
var src_exports = {};
|
|
23
|
-
__export(src_exports, {
|
|
24
|
-
TransformDivinerConfigSchema: () => TransformDivinerConfigSchema,
|
|
25
|
-
TransformDivinerQuerySchema: () => TransformDivinerQuerySchema,
|
|
26
|
-
TransformDivinerSchema: () => TransformDivinerSchema,
|
|
27
|
-
isTransformDivinerQueryPayload: () => isTransformDivinerQueryPayload
|
|
28
|
-
});
|
|
29
|
-
module.exports = __toCommonJS(src_exports);
|
|
30
|
-
|
|
31
|
-
// src/Schema.ts
|
|
32
|
-
var TransformDivinerSchema = "network.xyo.diviner.transform";
|
|
33
|
-
|
|
34
|
-
// src/Config/Config.ts
|
|
35
|
-
var TransformDivinerConfigSchema = `${TransformDivinerSchema}.config`;
|
|
36
|
-
|
|
37
|
-
// src/Query.ts
|
|
38
|
-
var TransformDivinerQuerySchema = `${TransformDivinerSchema}.query`;
|
|
39
|
-
var isTransformDivinerQueryPayload = /* @__PURE__ */ __name((x) => x?.schema === TransformDivinerQuerySchema, "isTransformDivinerQueryPayload");
|
|
1
|
+
"use strict";var i=Object.defineProperty;var s=Object.getOwnPropertyDescriptor;var c=Object.getOwnPropertyNames;var p=Object.prototype.hasOwnProperty;var f=(r,o)=>i(r,"name",{value:o,configurable:!0});var x=(r,o)=>{for(var n in o)i(r,n,{get:o[n],enumerable:!0})},v=(r,o,n,t)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of c(o))!p.call(r,e)&&e!==n&&i(r,e,{get:()=>o[e],enumerable:!(t=s(o,e))||t.enumerable});return r};var h=r=>v(i({},"__esModule",{value:!0}),r);var y={};x(y,{TransformDivinerConfigSchema:()=>D,TransformDivinerQuerySchema:()=>a,TransformDivinerSchema:()=>m,isTransformDivinerQueryPayload:()=>T});module.exports=h(y);var m="network.xyo.diviner.transform";var D=`${m}.config`;var a=`${m}.query`,T=f(r=>r?.schema===a,"isTransformDivinerQueryPayload");
|
|
40
2
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts","../../src/Schema.ts","../../src/Config/Config.ts","../../src/Query.ts"],"sourcesContent":["export * from './Config'\nexport * from './Payload'\nexport * from './PayloadValueTransformer'\nexport * from './Query'\nexport * from './Schema'\n","export type TransformDivinerSchema = 'network.xyo.diviner.transform'\nexport const TransformDivinerSchema: TransformDivinerSchema = 'network.xyo.diviner.transform'\n","import { DivinerConfig } from '@xyo-network/diviner-model'\n\nimport { TransformDictionary } from '../Payload'\nimport { TransformDivinerSchema } from '../Schema'\n\nexport type TransformDivinerConfigSchema = `${TransformDivinerSchema}.config`\nexport const TransformDivinerConfigSchema: TransformDivinerConfigSchema = `${TransformDivinerSchema}.config`\n\nexport type TransformDivinerConfig = DivinerConfig<{ transform?: TransformDictionary } & { schema: TransformDivinerConfigSchema }>\n","import { Payload, Query } from '@xyo-network/payload-model'\n\nimport { TransformSettings } from './Config'\nimport { TransformDivinerSchema } from './Schema'\n\nexport type TransformDivinerQuerySchema = `${TransformDivinerSchema}.query`\nexport const TransformDivinerQuerySchema: TransformDivinerQuerySchema = `${TransformDivinerSchema}.query`\n\nexport type TransformDivinerQueryPayload = Query<{ schema: TransformDivinerQuerySchema } & Partial<TransformSettings>>\nexport const isTransformDivinerQueryPayload = (x?: Payload | null): x is TransformDivinerQueryPayload => x?.schema === TransformDivinerQuerySchema\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts","../../src/Schema.ts","../../src/Config/Config.ts","../../src/Query.ts"],"sourcesContent":["export * from './Config'\nexport * from './Payload'\nexport * from './PayloadValueTransformer'\nexport * from './Query'\nexport * from './Schema'\n","export type TransformDivinerSchema = 'network.xyo.diviner.transform'\nexport const TransformDivinerSchema: TransformDivinerSchema = 'network.xyo.diviner.transform'\n","import { DivinerConfig } from '@xyo-network/diviner-model'\n\nimport { TransformDictionary } from '../Payload'\nimport { TransformDivinerSchema } from '../Schema'\n\nexport type TransformDivinerConfigSchema = `${TransformDivinerSchema}.config`\nexport const TransformDivinerConfigSchema: TransformDivinerConfigSchema = `${TransformDivinerSchema}.config`\n\nexport type TransformDivinerConfig = DivinerConfig<{ transform?: TransformDictionary } & { schema: TransformDivinerConfigSchema }>\n","import { Payload, Query } from '@xyo-network/payload-model'\n\nimport { TransformSettings } from './Config'\nimport { TransformDivinerSchema } from './Schema'\n\nexport type TransformDivinerQuerySchema = `${TransformDivinerSchema}.query`\nexport const TransformDivinerQuerySchema: TransformDivinerQuerySchema = `${TransformDivinerSchema}.query`\n\nexport type TransformDivinerQueryPayload = Query<{ schema: TransformDivinerQuerySchema } & Partial<TransformSettings>>\nexport const isTransformDivinerQueryPayload = (x?: Payload | null): x is TransformDivinerQueryPayload => x?.schema === TransformDivinerQuerySchema\n"],"mappings":"4dAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,kCAAAE,EAAA,gCAAAC,EAAA,2BAAAC,EAAA,mCAAAC,IAAA,eAAAC,EAAAN,GCCO,IAAMO,EAAiD,gCCKvD,IAAMC,EAA6D,GAAGC,CAAAA,UCAtE,IAAMC,EAA2D,GAAGC,CAAAA,SAG9DC,EAAiCC,EAACC,GAA0DA,GAAGC,SAAWL,EAAzE","names":["src_exports","__export","TransformDivinerConfigSchema","TransformDivinerQuerySchema","TransformDivinerSchema","isTransformDivinerQueryPayload","__toCommonJS","TransformDivinerSchema","TransformDivinerConfigSchema","TransformDivinerSchema","TransformDivinerQuerySchema","TransformDivinerSchema","isTransformDivinerQueryPayload","__name","x","schema"]}
|
package/dist/neutral/index.js
CHANGED
|
@@ -1,19 +1,2 @@
|
|
|
1
|
-
var
|
|
2
|
-
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
|
|
3
|
-
|
|
4
|
-
// src/Schema.ts
|
|
5
|
-
var TransformDivinerSchema = "network.xyo.diviner.transform";
|
|
6
|
-
|
|
7
|
-
// src/Config/Config.ts
|
|
8
|
-
var TransformDivinerConfigSchema = `${TransformDivinerSchema}.config`;
|
|
9
|
-
|
|
10
|
-
// src/Query.ts
|
|
11
|
-
var TransformDivinerQuerySchema = `${TransformDivinerSchema}.query`;
|
|
12
|
-
var isTransformDivinerQueryPayload = /* @__PURE__ */ __name((x) => x?.schema === TransformDivinerQuerySchema, "isTransformDivinerQueryPayload");
|
|
13
|
-
export {
|
|
14
|
-
TransformDivinerConfigSchema,
|
|
15
|
-
TransformDivinerQuerySchema,
|
|
16
|
-
TransformDivinerSchema,
|
|
17
|
-
isTransformDivinerQueryPayload
|
|
18
|
-
};
|
|
1
|
+
var n=Object.defineProperty;var e=(o,m)=>n(o,"name",{value:m,configurable:!0});var r="network.xyo.diviner.transform";var s=`${r}.config`;var i=`${r}.query`,x=e(o=>o?.schema===i,"isTransformDivinerQueryPayload");export{s as TransformDivinerConfigSchema,i as TransformDivinerQuerySchema,r as TransformDivinerSchema,x as isTransformDivinerQueryPayload};
|
|
19
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/Schema.ts","../../src/Config/Config.ts","../../src/Query.ts"],"sourcesContent":["export type TransformDivinerSchema = 'network.xyo.diviner.transform'\nexport const TransformDivinerSchema: TransformDivinerSchema = 'network.xyo.diviner.transform'\n","import { DivinerConfig } from '@xyo-network/diviner-model'\n\nimport { TransformDictionary } from '../Payload'\nimport { TransformDivinerSchema } from '../Schema'\n\nexport type TransformDivinerConfigSchema = `${TransformDivinerSchema}.config`\nexport const TransformDivinerConfigSchema: TransformDivinerConfigSchema = `${TransformDivinerSchema}.config`\n\nexport type TransformDivinerConfig = DivinerConfig<{ transform?: TransformDictionary } & { schema: TransformDivinerConfigSchema }>\n","import { Payload, Query } from '@xyo-network/payload-model'\n\nimport { TransformSettings } from './Config'\nimport { TransformDivinerSchema } from './Schema'\n\nexport type TransformDivinerQuerySchema = `${TransformDivinerSchema}.query`\nexport const TransformDivinerQuerySchema: TransformDivinerQuerySchema = `${TransformDivinerSchema}.query`\n\nexport type TransformDivinerQueryPayload = Query<{ schema: TransformDivinerQuerySchema } & Partial<TransformSettings>>\nexport const isTransformDivinerQueryPayload = (x?: Payload | null): x is TransformDivinerQueryPayload => x?.schema === TransformDivinerQuerySchema\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/Schema.ts","../../src/Config/Config.ts","../../src/Query.ts"],"sourcesContent":["export type TransformDivinerSchema = 'network.xyo.diviner.transform'\nexport const TransformDivinerSchema: TransformDivinerSchema = 'network.xyo.diviner.transform'\n","import { DivinerConfig } from '@xyo-network/diviner-model'\n\nimport { TransformDictionary } from '../Payload'\nimport { TransformDivinerSchema } from '../Schema'\n\nexport type TransformDivinerConfigSchema = `${TransformDivinerSchema}.config`\nexport const TransformDivinerConfigSchema: TransformDivinerConfigSchema = `${TransformDivinerSchema}.config`\n\nexport type TransformDivinerConfig = DivinerConfig<{ transform?: TransformDictionary } & { schema: TransformDivinerConfigSchema }>\n","import { Payload, Query } from '@xyo-network/payload-model'\n\nimport { TransformSettings } from './Config'\nimport { TransformDivinerSchema } from './Schema'\n\nexport type TransformDivinerQuerySchema = `${TransformDivinerSchema}.query`\nexport const TransformDivinerQuerySchema: TransformDivinerQuerySchema = `${TransformDivinerSchema}.query`\n\nexport type TransformDivinerQueryPayload = Query<{ schema: TransformDivinerQuerySchema } & Partial<TransformSettings>>\nexport const isTransformDivinerQueryPayload = (x?: Payload | null): x is TransformDivinerQueryPayload => x?.schema === TransformDivinerQuerySchema\n"],"mappings":"+EACO,IAAMA,EAAiD,gCCKvD,IAAMC,EAA6D,GAAGC,CAAAA,UCAtE,IAAMC,EAA2D,GAAGC,CAAAA,SAG9DC,EAAiCC,EAACC,GAA0DA,GAAGC,SAAWL,EAAzE","names":["TransformDivinerSchema","TransformDivinerConfigSchema","TransformDivinerSchema","TransformDivinerQuerySchema","TransformDivinerSchema","isTransformDivinerQueryPayload","__name","x","schema"]}
|
package/dist/node/Query.d.cts
CHANGED
|
@@ -6,9 +6,5 @@ export declare const TransformDivinerQuerySchema: TransformDivinerQuerySchema;
|
|
|
6
6
|
export type TransformDivinerQueryPayload = Query<{
|
|
7
7
|
schema: TransformDivinerQuerySchema;
|
|
8
8
|
} & Partial<TransformSettings>>;
|
|
9
|
-
export declare const isTransformDivinerQueryPayload: (x?: Payload | null) => x is
|
|
10
|
-
schema: TransformDivinerQuerySchema;
|
|
11
|
-
} & Partial<TransformSettings> & import("@xyo-network/payload-model").QueryFields, "schema"> & {
|
|
12
|
-
schema: "network.xyo.diviner.transform.query";
|
|
13
|
-
};
|
|
9
|
+
export declare const isTransformDivinerQueryPayload: (x?: Payload | null) => x is TransformDivinerQueryPayload;
|
|
14
10
|
//# sourceMappingURL=Query.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Query.d.ts","sourceRoot":"","sources":["../../src/Query.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,4BAA4B,CAAA;AAE3D,OAAO,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAA;AAC5C,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAA;AAEjD,MAAM,MAAM,2BAA2B,GAAG,GAAG,sBAAsB,QAAQ,CAAA;AAC3E,eAAO,MAAM,2BAA2B,EAAE,2BAA+D,CAAA;AAEzG,MAAM,MAAM,4BAA4B,GAAG,KAAK,CAAC;IAAE,MAAM,EAAE,2BAA2B,CAAA;CAAE,GAAG,OAAO,CAAC,iBAAiB,CAAC,CAAC,CAAA;AACtH,eAAO,MAAM,8BAA8B,OAAQ,OAAO,GAAG,IAAI
|
|
1
|
+
{"version":3,"file":"Query.d.ts","sourceRoot":"","sources":["../../src/Query.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,4BAA4B,CAAA;AAE3D,OAAO,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAA;AAC5C,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAA;AAEjD,MAAM,MAAM,2BAA2B,GAAG,GAAG,sBAAsB,QAAQ,CAAA;AAC3E,eAAO,MAAM,2BAA2B,EAAE,2BAA+D,CAAA;AAEzG,MAAM,MAAM,4BAA4B,GAAG,KAAK,CAAC;IAAE,MAAM,EAAE,2BAA2B,CAAA;CAAE,GAAG,OAAO,CAAC,iBAAiB,CAAC,CAAC,CAAA;AACtH,eAAO,MAAM,8BAA8B,OAAQ,OAAO,GAAG,IAAI,KAAG,CAAC,IAAI,4BAAyE,CAAA"}
|
package/dist/node/Query.d.mts
CHANGED
|
@@ -6,9 +6,5 @@ export declare const TransformDivinerQuerySchema: TransformDivinerQuerySchema;
|
|
|
6
6
|
export type TransformDivinerQueryPayload = Query<{
|
|
7
7
|
schema: TransformDivinerQuerySchema;
|
|
8
8
|
} & Partial<TransformSettings>>;
|
|
9
|
-
export declare const isTransformDivinerQueryPayload: (x?: Payload | null) => x is
|
|
10
|
-
schema: TransformDivinerQuerySchema;
|
|
11
|
-
} & Partial<TransformSettings> & import("@xyo-network/payload-model").QueryFields, "schema"> & {
|
|
12
|
-
schema: "network.xyo.diviner.transform.query";
|
|
13
|
-
};
|
|
9
|
+
export declare const isTransformDivinerQueryPayload: (x?: Payload | null) => x is TransformDivinerQueryPayload;
|
|
14
10
|
//# sourceMappingURL=Query.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Query.d.ts","sourceRoot":"","sources":["../../src/Query.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,4BAA4B,CAAA;AAE3D,OAAO,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAA;AAC5C,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAA;AAEjD,MAAM,MAAM,2BAA2B,GAAG,GAAG,sBAAsB,QAAQ,CAAA;AAC3E,eAAO,MAAM,2BAA2B,EAAE,2BAA+D,CAAA;AAEzG,MAAM,MAAM,4BAA4B,GAAG,KAAK,CAAC;IAAE,MAAM,EAAE,2BAA2B,CAAA;CAAE,GAAG,OAAO,CAAC,iBAAiB,CAAC,CAAC,CAAA;AACtH,eAAO,MAAM,8BAA8B,OAAQ,OAAO,GAAG,IAAI
|
|
1
|
+
{"version":3,"file":"Query.d.ts","sourceRoot":"","sources":["../../src/Query.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,4BAA4B,CAAA;AAE3D,OAAO,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAA;AAC5C,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAA;AAEjD,MAAM,MAAM,2BAA2B,GAAG,GAAG,sBAAsB,QAAQ,CAAA;AAC3E,eAAO,MAAM,2BAA2B,EAAE,2BAA+D,CAAA;AAEzG,MAAM,MAAM,4BAA4B,GAAG,KAAK,CAAC;IAAE,MAAM,EAAE,2BAA2B,CAAA;CAAE,GAAG,OAAO,CAAC,iBAAiB,CAAC,CAAC,CAAA;AACtH,eAAO,MAAM,8BAA8B,OAAQ,OAAO,GAAG,IAAI,KAAG,CAAC,IAAI,4BAAyE,CAAA"}
|
package/dist/node/Query.d.ts
CHANGED
|
@@ -6,9 +6,5 @@ export declare const TransformDivinerQuerySchema: TransformDivinerQuerySchema;
|
|
|
6
6
|
export type TransformDivinerQueryPayload = Query<{
|
|
7
7
|
schema: TransformDivinerQuerySchema;
|
|
8
8
|
} & Partial<TransformSettings>>;
|
|
9
|
-
export declare const isTransformDivinerQueryPayload: (x?: Payload | null) => x is
|
|
10
|
-
schema: TransformDivinerQuerySchema;
|
|
11
|
-
} & Partial<TransformSettings> & import("@xyo-network/payload-model").QueryFields, "schema"> & {
|
|
12
|
-
schema: "network.xyo.diviner.transform.query";
|
|
13
|
-
};
|
|
9
|
+
export declare const isTransformDivinerQueryPayload: (x?: Payload | null) => x is TransformDivinerQueryPayload;
|
|
14
10
|
//# sourceMappingURL=Query.d.ts.map
|
package/dist/node/Query.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Query.d.ts","sourceRoot":"","sources":["../../src/Query.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,4BAA4B,CAAA;AAE3D,OAAO,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAA;AAC5C,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAA;AAEjD,MAAM,MAAM,2BAA2B,GAAG,GAAG,sBAAsB,QAAQ,CAAA;AAC3E,eAAO,MAAM,2BAA2B,EAAE,2BAA+D,CAAA;AAEzG,MAAM,MAAM,4BAA4B,GAAG,KAAK,CAAC;IAAE,MAAM,EAAE,2BAA2B,CAAA;CAAE,GAAG,OAAO,CAAC,iBAAiB,CAAC,CAAC,CAAA;AACtH,eAAO,MAAM,8BAA8B,OAAQ,OAAO,GAAG,IAAI
|
|
1
|
+
{"version":3,"file":"Query.d.ts","sourceRoot":"","sources":["../../src/Query.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,4BAA4B,CAAA;AAE3D,OAAO,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAA;AAC5C,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAA;AAEjD,MAAM,MAAM,2BAA2B,GAAG,GAAG,sBAAsB,QAAQ,CAAA;AAC3E,eAAO,MAAM,2BAA2B,EAAE,2BAA+D,CAAA;AAEzG,MAAM,MAAM,4BAA4B,GAAG,KAAK,CAAC;IAAE,MAAM,EAAE,2BAA2B,CAAA;CAAE,GAAG,OAAO,CAAC,iBAAiB,CAAC,CAAC,CAAA;AACtH,eAAO,MAAM,8BAA8B,OAAQ,OAAO,GAAG,IAAI,KAAG,CAAC,IAAI,4BAAyE,CAAA"}
|
package/dist/node/index.cjs
CHANGED
|
@@ -1,47 +1,2 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
|
|
7
|
-
var __export = (target, all) => {
|
|
8
|
-
for (var name in all)
|
|
9
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
10
|
-
};
|
|
11
|
-
var __copyProps = (to, from, except, desc) => {
|
|
12
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
-
for (let key of __getOwnPropNames(from))
|
|
14
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
|
-
}
|
|
17
|
-
return to;
|
|
18
|
-
};
|
|
19
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
|
-
|
|
21
|
-
// src/index.ts
|
|
22
|
-
var src_exports = {};
|
|
23
|
-
__export(src_exports, {
|
|
24
|
-
TransformDivinerConfigSchema: () => TransformDivinerConfigSchema,
|
|
25
|
-
TransformDivinerQuerySchema: () => TransformDivinerQuerySchema,
|
|
26
|
-
TransformDivinerSchema: () => TransformDivinerSchema,
|
|
27
|
-
isTransformDivinerQueryPayload: () => isTransformDivinerQueryPayload
|
|
28
|
-
});
|
|
29
|
-
module.exports = __toCommonJS(src_exports);
|
|
30
|
-
|
|
31
|
-
// src/Schema.ts
|
|
32
|
-
var TransformDivinerSchema = "network.xyo.diviner.transform";
|
|
33
|
-
|
|
34
|
-
// src/Config/Config.ts
|
|
35
|
-
var TransformDivinerConfigSchema = `${TransformDivinerSchema}.config`;
|
|
36
|
-
|
|
37
|
-
// src/Query.ts
|
|
38
|
-
var TransformDivinerQuerySchema = `${TransformDivinerSchema}.query`;
|
|
39
|
-
var isTransformDivinerQueryPayload = /* @__PURE__ */ __name((x) => (x == null ? void 0 : x.schema) === TransformDivinerQuerySchema, "isTransformDivinerQueryPayload");
|
|
40
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
41
|
-
0 && (module.exports = {
|
|
42
|
-
TransformDivinerConfigSchema,
|
|
43
|
-
TransformDivinerQuerySchema,
|
|
44
|
-
TransformDivinerSchema,
|
|
45
|
-
isTransformDivinerQueryPayload
|
|
46
|
-
});
|
|
1
|
+
"use strict";var i=Object.defineProperty;var s=Object.getOwnPropertyDescriptor;var c=Object.getOwnPropertyNames;var p=Object.prototype.hasOwnProperty;var f=(r,o)=>i(r,"name",{value:o,configurable:!0});var v=(r,o)=>{for(var n in o)i(r,n,{get:o[n],enumerable:!0})},h=(r,o,n,t)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of c(o))!p.call(r,e)&&e!==n&&i(r,e,{get:()=>o[e],enumerable:!(t=s(o,e))||t.enumerable});return r};var x=r=>h(i({},"__esModule",{value:!0}),r);var y={};v(y,{TransformDivinerConfigSchema:()=>D,TransformDivinerQuerySchema:()=>a,TransformDivinerSchema:()=>m,isTransformDivinerQueryPayload:()=>T});module.exports=x(y);var m="network.xyo.diviner.transform";var D=`${m}.config`;var a=`${m}.query`,T=f(r=>(r==null?void 0:r.schema)===a,"isTransformDivinerQueryPayload");0&&(module.exports={TransformDivinerConfigSchema,TransformDivinerQuerySchema,TransformDivinerSchema,isTransformDivinerQueryPayload});
|
|
47
2
|
//# sourceMappingURL=index.cjs.map
|
package/dist/node/index.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts","../../src/Schema.ts","../../src/Config/Config.ts","../../src/Query.ts"],"sourcesContent":["export * from './Config'\nexport * from './Payload'\nexport * from './PayloadValueTransformer'\nexport * from './Query'\nexport * from './Schema'\n","export type TransformDivinerSchema = 'network.xyo.diviner.transform'\nexport const TransformDivinerSchema: TransformDivinerSchema = 'network.xyo.diviner.transform'\n","import { DivinerConfig } from '@xyo-network/diviner-model'\n\nimport { TransformDictionary } from '../Payload'\nimport { TransformDivinerSchema } from '../Schema'\n\nexport type TransformDivinerConfigSchema = `${TransformDivinerSchema}.config`\nexport const TransformDivinerConfigSchema: TransformDivinerConfigSchema = `${TransformDivinerSchema}.config`\n\nexport type TransformDivinerConfig = DivinerConfig<{ transform?: TransformDictionary } & { schema: TransformDivinerConfigSchema }>\n","import { Payload, Query } from '@xyo-network/payload-model'\n\nimport { TransformSettings } from './Config'\nimport { TransformDivinerSchema } from './Schema'\n\nexport type TransformDivinerQuerySchema = `${TransformDivinerSchema}.query`\nexport const TransformDivinerQuerySchema: TransformDivinerQuerySchema = `${TransformDivinerSchema}.query`\n\nexport type TransformDivinerQueryPayload = Query<{ schema: TransformDivinerQuerySchema } & Partial<TransformSettings>>\nexport const isTransformDivinerQueryPayload = (x?: Payload | null): x is TransformDivinerQueryPayload => x?.schema === TransformDivinerQuerySchema\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts","../../src/Schema.ts","../../src/Config/Config.ts","../../src/Query.ts"],"sourcesContent":["export * from './Config'\nexport * from './Payload'\nexport * from './PayloadValueTransformer'\nexport * from './Query'\nexport * from './Schema'\n","export type TransformDivinerSchema = 'network.xyo.diviner.transform'\nexport const TransformDivinerSchema: TransformDivinerSchema = 'network.xyo.diviner.transform'\n","import { DivinerConfig } from '@xyo-network/diviner-model'\n\nimport { TransformDictionary } from '../Payload'\nimport { TransformDivinerSchema } from '../Schema'\n\nexport type TransformDivinerConfigSchema = `${TransformDivinerSchema}.config`\nexport const TransformDivinerConfigSchema: TransformDivinerConfigSchema = `${TransformDivinerSchema}.config`\n\nexport type TransformDivinerConfig = DivinerConfig<{ transform?: TransformDictionary } & { schema: TransformDivinerConfigSchema }>\n","import { Payload, Query } from '@xyo-network/payload-model'\n\nimport { TransformSettings } from './Config'\nimport { TransformDivinerSchema } from './Schema'\n\nexport type TransformDivinerQuerySchema = `${TransformDivinerSchema}.query`\nexport const TransformDivinerQuerySchema: TransformDivinerQuerySchema = `${TransformDivinerSchema}.query`\n\nexport type TransformDivinerQueryPayload = Query<{ schema: TransformDivinerQuerySchema } & Partial<TransformSettings>>\nexport const isTransformDivinerQueryPayload = (x?: Payload | null): x is TransformDivinerQueryPayload => x?.schema === TransformDivinerQuerySchema\n"],"mappings":"4dAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,kCAAAE,EAAA,gCAAAC,EAAA,2BAAAC,EAAA,mCAAAC,IAAA,eAAAC,EAAAN,GCCO,IAAMO,EAAiD,gCCKvD,IAAMC,EAA6D,GAAGC,CAAAA,UCAtE,IAAMC,EAA2D,GAAGC,CAAAA,SAG9DC,EAAiCC,EAACC,IAA0DA,GAAAA,YAAAA,EAAGC,UAAWL,EAAzE","names":["src_exports","__export","TransformDivinerConfigSchema","TransformDivinerQuerySchema","TransformDivinerSchema","isTransformDivinerQueryPayload","__toCommonJS","TransformDivinerSchema","TransformDivinerConfigSchema","TransformDivinerSchema","TransformDivinerQuerySchema","TransformDivinerSchema","isTransformDivinerQueryPayload","__name","x","schema"]}
|
package/dist/node/index.js
CHANGED
|
@@ -1,19 +1,2 @@
|
|
|
1
|
-
var
|
|
2
|
-
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
|
|
3
|
-
|
|
4
|
-
// src/Schema.ts
|
|
5
|
-
var TransformDivinerSchema = "network.xyo.diviner.transform";
|
|
6
|
-
|
|
7
|
-
// src/Config/Config.ts
|
|
8
|
-
var TransformDivinerConfigSchema = `${TransformDivinerSchema}.config`;
|
|
9
|
-
|
|
10
|
-
// src/Query.ts
|
|
11
|
-
var TransformDivinerQuerySchema = `${TransformDivinerSchema}.query`;
|
|
12
|
-
var isTransformDivinerQueryPayload = /* @__PURE__ */ __name((x) => (x == null ? void 0 : x.schema) === TransformDivinerQuerySchema, "isTransformDivinerQueryPayload");
|
|
13
|
-
export {
|
|
14
|
-
TransformDivinerConfigSchema,
|
|
15
|
-
TransformDivinerQuerySchema,
|
|
16
|
-
TransformDivinerSchema,
|
|
17
|
-
isTransformDivinerQueryPayload
|
|
18
|
-
};
|
|
1
|
+
var n=Object.defineProperty;var e=(r,m)=>n(r,"name",{value:m,configurable:!0});var o="network.xyo.diviner.transform";var s=`${o}.config`;var i=`${o}.query`,v=e(r=>(r==null?void 0:r.schema)===i,"isTransformDivinerQueryPayload");export{s as TransformDivinerConfigSchema,i as TransformDivinerQuerySchema,o as TransformDivinerSchema,v as isTransformDivinerQueryPayload};
|
|
19
2
|
//# sourceMappingURL=index.js.map
|
package/dist/node/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/Schema.ts","../../src/Config/Config.ts","../../src/Query.ts"],"sourcesContent":["export type TransformDivinerSchema = 'network.xyo.diviner.transform'\nexport const TransformDivinerSchema: TransformDivinerSchema = 'network.xyo.diviner.transform'\n","import { DivinerConfig } from '@xyo-network/diviner-model'\n\nimport { TransformDictionary } from '../Payload'\nimport { TransformDivinerSchema } from '../Schema'\n\nexport type TransformDivinerConfigSchema = `${TransformDivinerSchema}.config`\nexport const TransformDivinerConfigSchema: TransformDivinerConfigSchema = `${TransformDivinerSchema}.config`\n\nexport type TransformDivinerConfig = DivinerConfig<{ transform?: TransformDictionary } & { schema: TransformDivinerConfigSchema }>\n","import { Payload, Query } from '@xyo-network/payload-model'\n\nimport { TransformSettings } from './Config'\nimport { TransformDivinerSchema } from './Schema'\n\nexport type TransformDivinerQuerySchema = `${TransformDivinerSchema}.query`\nexport const TransformDivinerQuerySchema: TransformDivinerQuerySchema = `${TransformDivinerSchema}.query`\n\nexport type TransformDivinerQueryPayload = Query<{ schema: TransformDivinerQuerySchema } & Partial<TransformSettings>>\nexport const isTransformDivinerQueryPayload = (x?: Payload | null): x is TransformDivinerQueryPayload => x?.schema === TransformDivinerQuerySchema\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/Schema.ts","../../src/Config/Config.ts","../../src/Query.ts"],"sourcesContent":["export type TransformDivinerSchema = 'network.xyo.diviner.transform'\nexport const TransformDivinerSchema: TransformDivinerSchema = 'network.xyo.diviner.transform'\n","import { DivinerConfig } from '@xyo-network/diviner-model'\n\nimport { TransformDictionary } from '../Payload'\nimport { TransformDivinerSchema } from '../Schema'\n\nexport type TransformDivinerConfigSchema = `${TransformDivinerSchema}.config`\nexport const TransformDivinerConfigSchema: TransformDivinerConfigSchema = `${TransformDivinerSchema}.config`\n\nexport type TransformDivinerConfig = DivinerConfig<{ transform?: TransformDictionary } & { schema: TransformDivinerConfigSchema }>\n","import { Payload, Query } from '@xyo-network/payload-model'\n\nimport { TransformSettings } from './Config'\nimport { TransformDivinerSchema } from './Schema'\n\nexport type TransformDivinerQuerySchema = `${TransformDivinerSchema}.query`\nexport const TransformDivinerQuerySchema: TransformDivinerQuerySchema = `${TransformDivinerSchema}.query`\n\nexport type TransformDivinerQueryPayload = Query<{ schema: TransformDivinerQuerySchema } & Partial<TransformSettings>>\nexport const isTransformDivinerQueryPayload = (x?: Payload | null): x is TransformDivinerQueryPayload => x?.schema === TransformDivinerQuerySchema\n"],"mappings":"+EACO,IAAMA,EAAiD,gCCKvD,IAAMC,EAA6D,GAAGC,CAAAA,UCAtE,IAAMC,EAA2D,GAAGC,CAAAA,SAG9DC,EAAiCC,EAACC,IAA0DA,GAAAA,YAAAA,EAAGC,UAAWL,EAAzE","names":["TransformDivinerSchema","TransformDivinerConfigSchema","TransformDivinerSchema","TransformDivinerQuerySchema","TransformDivinerSchema","isTransformDivinerQueryPayload","__name","x","schema"]}
|
package/package.json
CHANGED
|
@@ -11,13 +11,13 @@
|
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@xylabs/object": "^3.5.1",
|
|
14
|
-
"@xyo-network/diviner-model": "~2.
|
|
15
|
-
"@xyo-network/payload-model": "~2.
|
|
14
|
+
"@xyo-network/diviner-model": "~2.107.0",
|
|
15
|
+
"@xyo-network/payload-model": "~2.107.0"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@xylabs/ts-scripts-yarn3": "^3.11.
|
|
19
|
-
"@xylabs/tsconfig": "^3.11.
|
|
20
|
-
"typescript": "^5.
|
|
18
|
+
"@xylabs/ts-scripts-yarn3": "^3.11.8",
|
|
19
|
+
"@xylabs/tsconfig": "^3.11.8",
|
|
20
|
+
"typescript": "^5.5.2"
|
|
21
21
|
},
|
|
22
22
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
23
23
|
"types": "dist/node/index.d.ts",
|
|
@@ -58,6 +58,6 @@
|
|
|
58
58
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
|
|
59
59
|
},
|
|
60
60
|
"sideEffects": false,
|
|
61
|
-
"version": "2.
|
|
61
|
+
"version": "2.107.0",
|
|
62
62
|
"type": "module"
|
|
63
63
|
}
|