@xyo-network/bowser-system-info-payload-plugin 2.97.0-rc.1 → 2.97.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/Plugin.d.cts +3 -2
- package/dist/browser/Plugin.d.cts.map +1 -1
- package/dist/browser/Plugin.d.mts +3 -2
- package/dist/browser/Plugin.d.mts.map +1 -1
- package/dist/browser/Plugin.d.ts +3 -2
- package/dist/browser/Plugin.d.ts.map +1 -1
- package/dist/browser/index.cjs +1 -45
- package/dist/browser/index.cjs.map +1 -1
- package/dist/browser/index.js +1 -22
- package/dist/browser/index.js.map +1 -1
- package/dist/neutral/Plugin.d.cts +3 -2
- package/dist/neutral/Plugin.d.cts.map +1 -1
- package/dist/neutral/Plugin.d.mts +3 -2
- package/dist/neutral/Plugin.d.mts.map +1 -1
- package/dist/neutral/Plugin.d.ts +3 -2
- package/dist/neutral/Plugin.d.ts.map +1 -1
- package/dist/neutral/index.cjs +1 -45
- package/dist/neutral/index.cjs.map +1 -1
- package/dist/neutral/index.js +1 -22
- package/dist/neutral/index.js.map +1 -1
- package/dist/node/Plugin.d.cts +3 -2
- package/dist/node/Plugin.d.cts.map +1 -1
- package/dist/node/Plugin.d.mts +3 -2
- package/dist/node/Plugin.d.mts.map +1 -1
- package/dist/node/Plugin.d.ts +3 -2
- package/dist/node/Plugin.d.ts.map +1 -1
- package/dist/node/index.cjs +1 -51
- package/dist/node/index.cjs.map +1 -1
- package/dist/node/index.js +1 -22
- package/dist/node/index.js.map +1 -1
- package/package.json +7 -8
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import { BowserSystemInfoSchema } from './Schema';
|
|
1
2
|
export declare const BowserSystemInfoPayloadPlugin: () => import("@xyo-network/payload-plugin").PayloadPlugin<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
2
|
-
bowser?: import("bowser").Parser.ParsedResult
|
|
3
|
-
schema:
|
|
3
|
+
bowser?: import("bowser").Parser.ParsedResult;
|
|
4
|
+
schema: BowserSystemInfoSchema;
|
|
4
5
|
}>;
|
|
5
6
|
//# sourceMappingURL=Plugin.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAA;AAGjD,eAAO,MAAM,6BAA6B;;;EAItC,CAAA"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import { BowserSystemInfoSchema } from './Schema';
|
|
1
2
|
export declare const BowserSystemInfoPayloadPlugin: () => import("@xyo-network/payload-plugin").PayloadPlugin<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
2
|
-
bowser?: import("bowser").Parser.ParsedResult
|
|
3
|
-
schema:
|
|
3
|
+
bowser?: import("bowser").Parser.ParsedResult;
|
|
4
|
+
schema: BowserSystemInfoSchema;
|
|
4
5
|
}>;
|
|
5
6
|
//# sourceMappingURL=Plugin.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAA;AAGjD,eAAO,MAAM,6BAA6B;;;EAItC,CAAA"}
|
package/dist/browser/Plugin.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import { BowserSystemInfoSchema } from './Schema';
|
|
1
2
|
export declare const BowserSystemInfoPayloadPlugin: () => import("@xyo-network/payload-plugin").PayloadPlugin<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
2
|
-
bowser?: import("bowser").Parser.ParsedResult
|
|
3
|
-
schema:
|
|
3
|
+
bowser?: import("bowser").Parser.ParsedResult;
|
|
4
|
+
schema: BowserSystemInfoSchema;
|
|
4
5
|
}>;
|
|
5
6
|
//# sourceMappingURL=Plugin.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAA;AAGjD,eAAO,MAAM,6BAA6B;;;EAItC,CAAA"}
|
package/dist/browser/index.cjs
CHANGED
|
@@ -1,46 +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 __export = (target, all) => {
|
|
7
|
-
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
-
};
|
|
10
|
-
var __copyProps = (to, from, except, desc) => {
|
|
11
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
-
for (let key of __getOwnPropNames(from))
|
|
13
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
-
}
|
|
16
|
-
return to;
|
|
17
|
-
};
|
|
18
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
|
|
20
|
-
// src/index.ts
|
|
21
|
-
var src_exports = {};
|
|
22
|
-
__export(src_exports, {
|
|
23
|
-
BowserSystemInfoPayloadPlugin: () => BowserSystemInfoPayloadPlugin,
|
|
24
|
-
BowserSystemInfoSchema: () => BowserSystemInfoSchema,
|
|
25
|
-
bowserSystemInfoPayloadTemplate: () => bowserSystemInfoPayloadTemplate,
|
|
26
|
-
default: () => BowserSystemInfoPayloadPlugin
|
|
27
|
-
});
|
|
28
|
-
module.exports = __toCommonJS(src_exports);
|
|
29
|
-
|
|
30
|
-
// src/Plugin.ts
|
|
31
|
-
var import_payload_plugin = require("@xyo-network/payload-plugin");
|
|
32
|
-
|
|
33
|
-
// src/Schema.ts
|
|
34
|
-
var BowserSystemInfoSchema = "network.xyo.system.info.bowser";
|
|
35
|
-
|
|
36
|
-
// src/Template.ts
|
|
37
|
-
var bowserSystemInfoPayloadTemplate = () => ({
|
|
38
|
-
schema: BowserSystemInfoSchema
|
|
39
|
-
});
|
|
40
|
-
|
|
41
|
-
// src/Plugin.ts
|
|
42
|
-
var BowserSystemInfoPayloadPlugin = () => (0, import_payload_plugin.createPayloadPlugin)({
|
|
43
|
-
schema: BowserSystemInfoSchema,
|
|
44
|
-
template: bowserSystemInfoPayloadTemplate
|
|
45
|
-
});
|
|
1
|
+
"use strict";var s=Object.defineProperty;var S=Object.getOwnPropertyDescriptor;var l=Object.getOwnPropertyNames;var p=Object.prototype.hasOwnProperty;var w=(e,o)=>{for(var t in o)s(e,t,{get:o[t],enumerable:!0})},I=(e,o,t,f)=>{if(o&&typeof o=="object"||typeof o=="function")for(let r of l(o))!p.call(e,r)&&r!==t&&s(e,r,{get:()=>o[r],enumerable:!(f=S(o,r))||f.enumerable});return e};var P=e=>I(s({},"__esModule",{value:!0}),e);var i={};w(i,{BowserSystemInfoPayloadPlugin:()=>y,BowserSystemInfoSchema:()=>m,bowserSystemInfoPayloadTemplate:()=>a,default:()=>y});module.exports=P(i);var n=require("@xyo-network/payload-plugin");var m="network.xyo.system.info.bowser";var a=()=>({schema:m});var y=()=>(0,n.createPayloadPlugin)({schema:m,template:a});
|
|
46
2
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts","../../src/Plugin.ts","../../src/Schema.ts","../../src/Template.ts"],"sourcesContent":["export * from './Payload'\nexport { BowserSystemInfoPayloadPlugin, BowserSystemInfoPayloadPlugin as default } from './Plugin'\nexport * from './Schema'\nexport * from './Template'\n","import { createPayloadPlugin } from '@xyo-network/payload-plugin'\n\nimport { BowserSystemInfoPayload } from './Payload'\nimport { BowserSystemInfoSchema } from './Schema'\nimport { bowserSystemInfoPayloadTemplate } from './Template'\n\nexport const BowserSystemInfoPayloadPlugin = () =>\n createPayloadPlugin<BowserSystemInfoPayload>({\n schema: BowserSystemInfoSchema,\n template: bowserSystemInfoPayloadTemplate,\n })\n","export type BowserSystemInfoSchema = 'network.xyo.system.info.bowser'\nexport const BowserSystemInfoSchema: BowserSystemInfoSchema = 'network.xyo.system.info.bowser'\n","import { BowserSystemInfoPayload } from './Payload'\nimport { BowserSystemInfoSchema } from './Schema'\n\nexport const bowserSystemInfoPayloadTemplate = (): BowserSystemInfoPayload => ({\n schema: BowserSystemInfoSchema,\n})\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts","../../src/Plugin.ts","../../src/Schema.ts","../../src/Template.ts"],"sourcesContent":["export * from './Payload'\nexport { BowserSystemInfoPayloadPlugin, BowserSystemInfoPayloadPlugin as default } from './Plugin'\nexport * from './Schema'\nexport * from './Template'\n","import { createPayloadPlugin } from '@xyo-network/payload-plugin'\n\nimport { BowserSystemInfoPayload } from './Payload'\nimport { BowserSystemInfoSchema } from './Schema'\nimport { bowserSystemInfoPayloadTemplate } from './Template'\n\nexport const BowserSystemInfoPayloadPlugin = () =>\n createPayloadPlugin<BowserSystemInfoPayload>({\n schema: BowserSystemInfoSchema,\n template: bowserSystemInfoPayloadTemplate,\n })\n","export type BowserSystemInfoSchema = 'network.xyo.system.info.bowser'\nexport const BowserSystemInfoSchema: BowserSystemInfoSchema = 'network.xyo.system.info.bowser'\n","import { BowserSystemInfoPayload } from './Payload'\nimport { BowserSystemInfoSchema } from './Schema'\n\nexport const bowserSystemInfoPayloadTemplate = (): BowserSystemInfoPayload => ({\n schema: BowserSystemInfoSchema,\n})\n"],"mappings":"yaAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,mCAAAE,EAAA,2BAAAC,EAAA,oCAAAC,EAAA,YAAAF,IAAA,eAAAG,EAAAL,GCAA,IAAAM,EAAoC,uCCC7B,IAAMC,EAAiD,iCCEvD,IAAMC,EAAkC,KAAgC,CAC7E,OAAQC,CACV,GFCO,IAAMC,EAAgC,OAC3C,uBAA6C,CAC3C,OAAQC,EACR,SAAUC,CACZ,CAAC","names":["src_exports","__export","BowserSystemInfoPayloadPlugin","BowserSystemInfoSchema","bowserSystemInfoPayloadTemplate","__toCommonJS","import_payload_plugin","BowserSystemInfoSchema","bowserSystemInfoPayloadTemplate","BowserSystemInfoSchema","BowserSystemInfoPayloadPlugin","BowserSystemInfoSchema","bowserSystemInfoPayloadTemplate"]}
|
package/dist/browser/index.js
CHANGED
|
@@ -1,23 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
import { createPayloadPlugin } from "@xyo-network/payload-plugin";
|
|
3
|
-
|
|
4
|
-
// src/Schema.ts
|
|
5
|
-
var BowserSystemInfoSchema = "network.xyo.system.info.bowser";
|
|
6
|
-
|
|
7
|
-
// src/Template.ts
|
|
8
|
-
var bowserSystemInfoPayloadTemplate = () => ({
|
|
9
|
-
schema: BowserSystemInfoSchema
|
|
10
|
-
});
|
|
11
|
-
|
|
12
|
-
// src/Plugin.ts
|
|
13
|
-
var BowserSystemInfoPayloadPlugin = () => createPayloadPlugin({
|
|
14
|
-
schema: BowserSystemInfoSchema,
|
|
15
|
-
template: bowserSystemInfoPayloadTemplate
|
|
16
|
-
});
|
|
17
|
-
export {
|
|
18
|
-
BowserSystemInfoPayloadPlugin,
|
|
19
|
-
BowserSystemInfoSchema,
|
|
20
|
-
bowserSystemInfoPayloadTemplate,
|
|
21
|
-
BowserSystemInfoPayloadPlugin as default
|
|
22
|
-
};
|
|
1
|
+
import{createPayloadPlugin as m}from"@xyo-network/payload-plugin";var o="network.xyo.system.info.bowser";var e=()=>({schema:o});var r=()=>m({schema:o,template:e});export{r as BowserSystemInfoPayloadPlugin,o as BowserSystemInfoSchema,e as bowserSystemInfoPayloadTemplate,r as default};
|
|
23
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/Plugin.ts","../../src/Schema.ts","../../src/Template.ts"],"sourcesContent":["import { createPayloadPlugin } from '@xyo-network/payload-plugin'\n\nimport { BowserSystemInfoPayload } from './Payload'\nimport { BowserSystemInfoSchema } from './Schema'\nimport { bowserSystemInfoPayloadTemplate } from './Template'\n\nexport const BowserSystemInfoPayloadPlugin = () =>\n createPayloadPlugin<BowserSystemInfoPayload>({\n schema: BowserSystemInfoSchema,\n template: bowserSystemInfoPayloadTemplate,\n })\n","export type BowserSystemInfoSchema = 'network.xyo.system.info.bowser'\nexport const BowserSystemInfoSchema: BowserSystemInfoSchema = 'network.xyo.system.info.bowser'\n","import { BowserSystemInfoPayload } from './Payload'\nimport { BowserSystemInfoSchema } from './Schema'\n\nexport const bowserSystemInfoPayloadTemplate = (): BowserSystemInfoPayload => ({\n schema: BowserSystemInfoSchema,\n})\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/Plugin.ts","../../src/Schema.ts","../../src/Template.ts"],"sourcesContent":["import { createPayloadPlugin } from '@xyo-network/payload-plugin'\n\nimport { BowserSystemInfoPayload } from './Payload'\nimport { BowserSystemInfoSchema } from './Schema'\nimport { bowserSystemInfoPayloadTemplate } from './Template'\n\nexport const BowserSystemInfoPayloadPlugin = () =>\n createPayloadPlugin<BowserSystemInfoPayload>({\n schema: BowserSystemInfoSchema,\n template: bowserSystemInfoPayloadTemplate,\n })\n","export type BowserSystemInfoSchema = 'network.xyo.system.info.bowser'\nexport const BowserSystemInfoSchema: BowserSystemInfoSchema = 'network.xyo.system.info.bowser'\n","import { BowserSystemInfoPayload } from './Payload'\nimport { BowserSystemInfoSchema } from './Schema'\n\nexport const bowserSystemInfoPayloadTemplate = (): BowserSystemInfoPayload => ({\n schema: BowserSystemInfoSchema,\n})\n"],"mappings":"AAAA,OAAS,uBAAAA,MAA2B,8BCC7B,IAAMC,EAAiD,iCCEvD,IAAMC,EAAkC,KAAgC,CAC7E,OAAQC,CACV,GFCO,IAAMC,EAAgC,IAC3CC,EAA6C,CAC3C,OAAQC,EACR,SAAUC,CACZ,CAAC","names":["createPayloadPlugin","BowserSystemInfoSchema","bowserSystemInfoPayloadTemplate","BowserSystemInfoSchema","BowserSystemInfoPayloadPlugin","createPayloadPlugin","BowserSystemInfoSchema","bowserSystemInfoPayloadTemplate"]}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import { BowserSystemInfoSchema } from './Schema';
|
|
1
2
|
export declare const BowserSystemInfoPayloadPlugin: () => import("@xyo-network/payload-plugin").PayloadPlugin<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
2
|
-
bowser?: import("bowser").Parser.ParsedResult
|
|
3
|
-
schema:
|
|
3
|
+
bowser?: import("bowser").Parser.ParsedResult;
|
|
4
|
+
schema: BowserSystemInfoSchema;
|
|
4
5
|
}>;
|
|
5
6
|
//# sourceMappingURL=Plugin.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAA;AAGjD,eAAO,MAAM,6BAA6B;;;EAItC,CAAA"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import { BowserSystemInfoSchema } from './Schema';
|
|
1
2
|
export declare const BowserSystemInfoPayloadPlugin: () => import("@xyo-network/payload-plugin").PayloadPlugin<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
2
|
-
bowser?: import("bowser").Parser.ParsedResult
|
|
3
|
-
schema:
|
|
3
|
+
bowser?: import("bowser").Parser.ParsedResult;
|
|
4
|
+
schema: BowserSystemInfoSchema;
|
|
4
5
|
}>;
|
|
5
6
|
//# sourceMappingURL=Plugin.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAA;AAGjD,eAAO,MAAM,6BAA6B;;;EAItC,CAAA"}
|
package/dist/neutral/Plugin.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import { BowserSystemInfoSchema } from './Schema';
|
|
1
2
|
export declare const BowserSystemInfoPayloadPlugin: () => import("@xyo-network/payload-plugin").PayloadPlugin<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
2
|
-
bowser?: import("bowser").Parser.ParsedResult
|
|
3
|
-
schema:
|
|
3
|
+
bowser?: import("bowser").Parser.ParsedResult;
|
|
4
|
+
schema: BowserSystemInfoSchema;
|
|
4
5
|
}>;
|
|
5
6
|
//# sourceMappingURL=Plugin.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAA;AAGjD,eAAO,MAAM,6BAA6B;;;EAItC,CAAA"}
|
package/dist/neutral/index.cjs
CHANGED
|
@@ -1,46 +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 __export = (target, all) => {
|
|
7
|
-
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
-
};
|
|
10
|
-
var __copyProps = (to, from, except, desc) => {
|
|
11
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
-
for (let key of __getOwnPropNames(from))
|
|
13
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
-
}
|
|
16
|
-
return to;
|
|
17
|
-
};
|
|
18
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
|
|
20
|
-
// src/index.ts
|
|
21
|
-
var src_exports = {};
|
|
22
|
-
__export(src_exports, {
|
|
23
|
-
BowserSystemInfoPayloadPlugin: () => BowserSystemInfoPayloadPlugin,
|
|
24
|
-
BowserSystemInfoSchema: () => BowserSystemInfoSchema,
|
|
25
|
-
bowserSystemInfoPayloadTemplate: () => bowserSystemInfoPayloadTemplate,
|
|
26
|
-
default: () => BowserSystemInfoPayloadPlugin
|
|
27
|
-
});
|
|
28
|
-
module.exports = __toCommonJS(src_exports);
|
|
29
|
-
|
|
30
|
-
// src/Plugin.ts
|
|
31
|
-
var import_payload_plugin = require("@xyo-network/payload-plugin");
|
|
32
|
-
|
|
33
|
-
// src/Schema.ts
|
|
34
|
-
var BowserSystemInfoSchema = "network.xyo.system.info.bowser";
|
|
35
|
-
|
|
36
|
-
// src/Template.ts
|
|
37
|
-
var bowserSystemInfoPayloadTemplate = () => ({
|
|
38
|
-
schema: BowserSystemInfoSchema
|
|
39
|
-
});
|
|
40
|
-
|
|
41
|
-
// src/Plugin.ts
|
|
42
|
-
var BowserSystemInfoPayloadPlugin = () => (0, import_payload_plugin.createPayloadPlugin)({
|
|
43
|
-
schema: BowserSystemInfoSchema,
|
|
44
|
-
template: bowserSystemInfoPayloadTemplate
|
|
45
|
-
});
|
|
1
|
+
"use strict";var s=Object.defineProperty;var S=Object.getOwnPropertyDescriptor;var l=Object.getOwnPropertyNames;var p=Object.prototype.hasOwnProperty;var w=(e,o)=>{for(var t in o)s(e,t,{get:o[t],enumerable:!0})},I=(e,o,t,f)=>{if(o&&typeof o=="object"||typeof o=="function")for(let r of l(o))!p.call(e,r)&&r!==t&&s(e,r,{get:()=>o[r],enumerable:!(f=S(o,r))||f.enumerable});return e};var P=e=>I(s({},"__esModule",{value:!0}),e);var i={};w(i,{BowserSystemInfoPayloadPlugin:()=>y,BowserSystemInfoSchema:()=>m,bowserSystemInfoPayloadTemplate:()=>a,default:()=>y});module.exports=P(i);var n=require("@xyo-network/payload-plugin");var m="network.xyo.system.info.bowser";var a=()=>({schema:m});var y=()=>(0,n.createPayloadPlugin)({schema:m,template:a});
|
|
46
2
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts","../../src/Plugin.ts","../../src/Schema.ts","../../src/Template.ts"],"sourcesContent":["export * from './Payload'\nexport { BowserSystemInfoPayloadPlugin, BowserSystemInfoPayloadPlugin as default } from './Plugin'\nexport * from './Schema'\nexport * from './Template'\n","import { createPayloadPlugin } from '@xyo-network/payload-plugin'\n\nimport { BowserSystemInfoPayload } from './Payload'\nimport { BowserSystemInfoSchema } from './Schema'\nimport { bowserSystemInfoPayloadTemplate } from './Template'\n\nexport const BowserSystemInfoPayloadPlugin = () =>\n createPayloadPlugin<BowserSystemInfoPayload>({\n schema: BowserSystemInfoSchema,\n template: bowserSystemInfoPayloadTemplate,\n })\n","export type BowserSystemInfoSchema = 'network.xyo.system.info.bowser'\nexport const BowserSystemInfoSchema: BowserSystemInfoSchema = 'network.xyo.system.info.bowser'\n","import { BowserSystemInfoPayload } from './Payload'\nimport { BowserSystemInfoSchema } from './Schema'\n\nexport const bowserSystemInfoPayloadTemplate = (): BowserSystemInfoPayload => ({\n schema: BowserSystemInfoSchema,\n})\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts","../../src/Plugin.ts","../../src/Schema.ts","../../src/Template.ts"],"sourcesContent":["export * from './Payload'\nexport { BowserSystemInfoPayloadPlugin, BowserSystemInfoPayloadPlugin as default } from './Plugin'\nexport * from './Schema'\nexport * from './Template'\n","import { createPayloadPlugin } from '@xyo-network/payload-plugin'\n\nimport { BowserSystemInfoPayload } from './Payload'\nimport { BowserSystemInfoSchema } from './Schema'\nimport { bowserSystemInfoPayloadTemplate } from './Template'\n\nexport const BowserSystemInfoPayloadPlugin = () =>\n createPayloadPlugin<BowserSystemInfoPayload>({\n schema: BowserSystemInfoSchema,\n template: bowserSystemInfoPayloadTemplate,\n })\n","export type BowserSystemInfoSchema = 'network.xyo.system.info.bowser'\nexport const BowserSystemInfoSchema: BowserSystemInfoSchema = 'network.xyo.system.info.bowser'\n","import { BowserSystemInfoPayload } from './Payload'\nimport { BowserSystemInfoSchema } from './Schema'\n\nexport const bowserSystemInfoPayloadTemplate = (): BowserSystemInfoPayload => ({\n schema: BowserSystemInfoSchema,\n})\n"],"mappings":"yaAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,mCAAAE,EAAA,2BAAAC,EAAA,oCAAAC,EAAA,YAAAF,IAAA,eAAAG,EAAAL,GCAA,IAAAM,EAAoC,uCCC7B,IAAMC,EAAiD,iCCEvD,IAAMC,EAAkC,KAAgC,CAC7E,OAAQC,CACV,GFCO,IAAMC,EAAgC,OAC3C,uBAA6C,CAC3C,OAAQC,EACR,SAAUC,CACZ,CAAC","names":["src_exports","__export","BowserSystemInfoPayloadPlugin","BowserSystemInfoSchema","bowserSystemInfoPayloadTemplate","__toCommonJS","import_payload_plugin","BowserSystemInfoSchema","bowserSystemInfoPayloadTemplate","BowserSystemInfoSchema","BowserSystemInfoPayloadPlugin","BowserSystemInfoSchema","bowserSystemInfoPayloadTemplate"]}
|
package/dist/neutral/index.js
CHANGED
|
@@ -1,23 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
import { createPayloadPlugin } from "@xyo-network/payload-plugin";
|
|
3
|
-
|
|
4
|
-
// src/Schema.ts
|
|
5
|
-
var BowserSystemInfoSchema = "network.xyo.system.info.bowser";
|
|
6
|
-
|
|
7
|
-
// src/Template.ts
|
|
8
|
-
var bowserSystemInfoPayloadTemplate = () => ({
|
|
9
|
-
schema: BowserSystemInfoSchema
|
|
10
|
-
});
|
|
11
|
-
|
|
12
|
-
// src/Plugin.ts
|
|
13
|
-
var BowserSystemInfoPayloadPlugin = () => createPayloadPlugin({
|
|
14
|
-
schema: BowserSystemInfoSchema,
|
|
15
|
-
template: bowserSystemInfoPayloadTemplate
|
|
16
|
-
});
|
|
17
|
-
export {
|
|
18
|
-
BowserSystemInfoPayloadPlugin,
|
|
19
|
-
BowserSystemInfoSchema,
|
|
20
|
-
bowserSystemInfoPayloadTemplate,
|
|
21
|
-
BowserSystemInfoPayloadPlugin as default
|
|
22
|
-
};
|
|
1
|
+
import{createPayloadPlugin as m}from"@xyo-network/payload-plugin";var o="network.xyo.system.info.bowser";var e=()=>({schema:o});var r=()=>m({schema:o,template:e});export{r as BowserSystemInfoPayloadPlugin,o as BowserSystemInfoSchema,e as bowserSystemInfoPayloadTemplate,r as default};
|
|
23
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/Plugin.ts","../../src/Schema.ts","../../src/Template.ts"],"sourcesContent":["import { createPayloadPlugin } from '@xyo-network/payload-plugin'\n\nimport { BowserSystemInfoPayload } from './Payload'\nimport { BowserSystemInfoSchema } from './Schema'\nimport { bowserSystemInfoPayloadTemplate } from './Template'\n\nexport const BowserSystemInfoPayloadPlugin = () =>\n createPayloadPlugin<BowserSystemInfoPayload>({\n schema: BowserSystemInfoSchema,\n template: bowserSystemInfoPayloadTemplate,\n })\n","export type BowserSystemInfoSchema = 'network.xyo.system.info.bowser'\nexport const BowserSystemInfoSchema: BowserSystemInfoSchema = 'network.xyo.system.info.bowser'\n","import { BowserSystemInfoPayload } from './Payload'\nimport { BowserSystemInfoSchema } from './Schema'\n\nexport const bowserSystemInfoPayloadTemplate = (): BowserSystemInfoPayload => ({\n schema: BowserSystemInfoSchema,\n})\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/Plugin.ts","../../src/Schema.ts","../../src/Template.ts"],"sourcesContent":["import { createPayloadPlugin } from '@xyo-network/payload-plugin'\n\nimport { BowserSystemInfoPayload } from './Payload'\nimport { BowserSystemInfoSchema } from './Schema'\nimport { bowserSystemInfoPayloadTemplate } from './Template'\n\nexport const BowserSystemInfoPayloadPlugin = () =>\n createPayloadPlugin<BowserSystemInfoPayload>({\n schema: BowserSystemInfoSchema,\n template: bowserSystemInfoPayloadTemplate,\n })\n","export type BowserSystemInfoSchema = 'network.xyo.system.info.bowser'\nexport const BowserSystemInfoSchema: BowserSystemInfoSchema = 'network.xyo.system.info.bowser'\n","import { BowserSystemInfoPayload } from './Payload'\nimport { BowserSystemInfoSchema } from './Schema'\n\nexport const bowserSystemInfoPayloadTemplate = (): BowserSystemInfoPayload => ({\n schema: BowserSystemInfoSchema,\n})\n"],"mappings":"AAAA,OAAS,uBAAAA,MAA2B,8BCC7B,IAAMC,EAAiD,iCCEvD,IAAMC,EAAkC,KAAgC,CAC7E,OAAQC,CACV,GFCO,IAAMC,EAAgC,IAC3CC,EAA6C,CAC3C,OAAQC,EACR,SAAUC,CACZ,CAAC","names":["createPayloadPlugin","BowserSystemInfoSchema","bowserSystemInfoPayloadTemplate","BowserSystemInfoSchema","BowserSystemInfoPayloadPlugin","createPayloadPlugin","BowserSystemInfoSchema","bowserSystemInfoPayloadTemplate"]}
|
package/dist/node/Plugin.d.cts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import { BowserSystemInfoSchema } from './Schema';
|
|
1
2
|
export declare const BowserSystemInfoPayloadPlugin: () => import("@xyo-network/payload-plugin").PayloadPlugin<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
2
|
-
bowser?: import("bowser").Parser.ParsedResult
|
|
3
|
-
schema:
|
|
3
|
+
bowser?: import("bowser").Parser.ParsedResult;
|
|
4
|
+
schema: BowserSystemInfoSchema;
|
|
4
5
|
}>;
|
|
5
6
|
//# sourceMappingURL=Plugin.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAA;AAGjD,eAAO,MAAM,6BAA6B;;;EAItC,CAAA"}
|
package/dist/node/Plugin.d.mts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import { BowserSystemInfoSchema } from './Schema';
|
|
1
2
|
export declare const BowserSystemInfoPayloadPlugin: () => import("@xyo-network/payload-plugin").PayloadPlugin<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
2
|
-
bowser?: import("bowser").Parser.ParsedResult
|
|
3
|
-
schema:
|
|
3
|
+
bowser?: import("bowser").Parser.ParsedResult;
|
|
4
|
+
schema: BowserSystemInfoSchema;
|
|
4
5
|
}>;
|
|
5
6
|
//# sourceMappingURL=Plugin.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAA;AAGjD,eAAO,MAAM,6BAA6B;;;EAItC,CAAA"}
|
package/dist/node/Plugin.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import { BowserSystemInfoSchema } from './Schema';
|
|
1
2
|
export declare const BowserSystemInfoPayloadPlugin: () => import("@xyo-network/payload-plugin").PayloadPlugin<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
2
|
-
bowser?: import("bowser").Parser.ParsedResult
|
|
3
|
-
schema:
|
|
3
|
+
bowser?: import("bowser").Parser.ParsedResult;
|
|
4
|
+
schema: BowserSystemInfoSchema;
|
|
4
5
|
}>;
|
|
5
6
|
//# sourceMappingURL=Plugin.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAA;AAGjD,eAAO,MAAM,6BAA6B;;;EAItC,CAAA"}
|
package/dist/node/index.cjs
CHANGED
|
@@ -1,52 +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 __export = (target, all) => {
|
|
7
|
-
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
-
};
|
|
10
|
-
var __copyProps = (to, from, except, desc) => {
|
|
11
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
-
for (let key of __getOwnPropNames(from))
|
|
13
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
-
}
|
|
16
|
-
return to;
|
|
17
|
-
};
|
|
18
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
|
|
20
|
-
// src/index.ts
|
|
21
|
-
var src_exports = {};
|
|
22
|
-
__export(src_exports, {
|
|
23
|
-
BowserSystemInfoPayloadPlugin: () => BowserSystemInfoPayloadPlugin,
|
|
24
|
-
BowserSystemInfoSchema: () => BowserSystemInfoSchema,
|
|
25
|
-
bowserSystemInfoPayloadTemplate: () => bowserSystemInfoPayloadTemplate,
|
|
26
|
-
default: () => BowserSystemInfoPayloadPlugin
|
|
27
|
-
});
|
|
28
|
-
module.exports = __toCommonJS(src_exports);
|
|
29
|
-
|
|
30
|
-
// src/Plugin.ts
|
|
31
|
-
var import_payload_plugin = require("@xyo-network/payload-plugin");
|
|
32
|
-
|
|
33
|
-
// src/Schema.ts
|
|
34
|
-
var BowserSystemInfoSchema = "network.xyo.system.info.bowser";
|
|
35
|
-
|
|
36
|
-
// src/Template.ts
|
|
37
|
-
var bowserSystemInfoPayloadTemplate = () => ({
|
|
38
|
-
schema: BowserSystemInfoSchema
|
|
39
|
-
});
|
|
40
|
-
|
|
41
|
-
// src/Plugin.ts
|
|
42
|
-
var BowserSystemInfoPayloadPlugin = () => (0, import_payload_plugin.createPayloadPlugin)({
|
|
43
|
-
schema: BowserSystemInfoSchema,
|
|
44
|
-
template: bowserSystemInfoPayloadTemplate
|
|
45
|
-
});
|
|
46
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
47
|
-
0 && (module.exports = {
|
|
48
|
-
BowserSystemInfoPayloadPlugin,
|
|
49
|
-
BowserSystemInfoSchema,
|
|
50
|
-
bowserSystemInfoPayloadTemplate
|
|
51
|
-
});
|
|
1
|
+
"use strict";var s=Object.defineProperty;var S=Object.getOwnPropertyDescriptor;var l=Object.getOwnPropertyNames;var p=Object.prototype.hasOwnProperty;var w=(e,o)=>{for(var t in o)s(e,t,{get:o[t],enumerable:!0})},I=(e,o,t,f)=>{if(o&&typeof o=="object"||typeof o=="function")for(let r of l(o))!p.call(e,r)&&r!==t&&s(e,r,{get:()=>o[r],enumerable:!(f=S(o,r))||f.enumerable});return e};var P=e=>I(s({},"__esModule",{value:!0}),e);var i={};w(i,{BowserSystemInfoPayloadPlugin:()=>y,BowserSystemInfoSchema:()=>m,bowserSystemInfoPayloadTemplate:()=>a,default:()=>y});module.exports=P(i);var n=require("@xyo-network/payload-plugin");var m="network.xyo.system.info.bowser";var a=()=>({schema:m});var y=()=>(0,n.createPayloadPlugin)({schema:m,template:a});0&&(module.exports={BowserSystemInfoPayloadPlugin,BowserSystemInfoSchema,bowserSystemInfoPayloadTemplate});
|
|
52
2
|
//# sourceMappingURL=index.cjs.map
|
package/dist/node/index.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts","../../src/Plugin.ts","../../src/Schema.ts","../../src/Template.ts"],"sourcesContent":["export * from './Payload'\nexport { BowserSystemInfoPayloadPlugin, BowserSystemInfoPayloadPlugin as default } from './Plugin'\nexport * from './Schema'\nexport * from './Template'\n","import { createPayloadPlugin } from '@xyo-network/payload-plugin'\n\nimport { BowserSystemInfoPayload } from './Payload'\nimport { BowserSystemInfoSchema } from './Schema'\nimport { bowserSystemInfoPayloadTemplate } from './Template'\n\nexport const BowserSystemInfoPayloadPlugin = () =>\n createPayloadPlugin<BowserSystemInfoPayload>({\n schema: BowserSystemInfoSchema,\n template: bowserSystemInfoPayloadTemplate,\n })\n","export type BowserSystemInfoSchema = 'network.xyo.system.info.bowser'\nexport const BowserSystemInfoSchema: BowserSystemInfoSchema = 'network.xyo.system.info.bowser'\n","import { BowserSystemInfoPayload } from './Payload'\nimport { BowserSystemInfoSchema } from './Schema'\n\nexport const bowserSystemInfoPayloadTemplate = (): BowserSystemInfoPayload => ({\n schema: BowserSystemInfoSchema,\n})\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts","../../src/Plugin.ts","../../src/Schema.ts","../../src/Template.ts"],"sourcesContent":["export * from './Payload'\nexport { BowserSystemInfoPayloadPlugin, BowserSystemInfoPayloadPlugin as default } from './Plugin'\nexport * from './Schema'\nexport * from './Template'\n","import { createPayloadPlugin } from '@xyo-network/payload-plugin'\n\nimport { BowserSystemInfoPayload } from './Payload'\nimport { BowserSystemInfoSchema } from './Schema'\nimport { bowserSystemInfoPayloadTemplate } from './Template'\n\nexport const BowserSystemInfoPayloadPlugin = () =>\n createPayloadPlugin<BowserSystemInfoPayload>({\n schema: BowserSystemInfoSchema,\n template: bowserSystemInfoPayloadTemplate,\n })\n","export type BowserSystemInfoSchema = 'network.xyo.system.info.bowser'\nexport const BowserSystemInfoSchema: BowserSystemInfoSchema = 'network.xyo.system.info.bowser'\n","import { BowserSystemInfoPayload } from './Payload'\nimport { BowserSystemInfoSchema } from './Schema'\n\nexport const bowserSystemInfoPayloadTemplate = (): BowserSystemInfoPayload => ({\n schema: BowserSystemInfoSchema,\n})\n"],"mappings":"yaAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,mCAAAE,EAAA,2BAAAC,EAAA,oCAAAC,EAAA,YAAAF,IAAA,eAAAG,EAAAL,GCAA,IAAAM,EAAoC,uCCC7B,IAAMC,EAAiD,iCCEvD,IAAMC,EAAkC,KAAgC,CAC7E,OAAQC,CACV,GFCO,IAAMC,EAAgC,OAC3C,uBAA6C,CAC3C,OAAQC,EACR,SAAUC,CACZ,CAAC","names":["src_exports","__export","BowserSystemInfoPayloadPlugin","BowserSystemInfoSchema","bowserSystemInfoPayloadTemplate","__toCommonJS","import_payload_plugin","BowserSystemInfoSchema","bowserSystemInfoPayloadTemplate","BowserSystemInfoSchema","BowserSystemInfoPayloadPlugin","BowserSystemInfoSchema","bowserSystemInfoPayloadTemplate"]}
|
package/dist/node/index.js
CHANGED
|
@@ -1,23 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
import { createPayloadPlugin } from "@xyo-network/payload-plugin";
|
|
3
|
-
|
|
4
|
-
// src/Schema.ts
|
|
5
|
-
var BowserSystemInfoSchema = "network.xyo.system.info.bowser";
|
|
6
|
-
|
|
7
|
-
// src/Template.ts
|
|
8
|
-
var bowserSystemInfoPayloadTemplate = () => ({
|
|
9
|
-
schema: BowserSystemInfoSchema
|
|
10
|
-
});
|
|
11
|
-
|
|
12
|
-
// src/Plugin.ts
|
|
13
|
-
var BowserSystemInfoPayloadPlugin = () => createPayloadPlugin({
|
|
14
|
-
schema: BowserSystemInfoSchema,
|
|
15
|
-
template: bowserSystemInfoPayloadTemplate
|
|
16
|
-
});
|
|
17
|
-
export {
|
|
18
|
-
BowserSystemInfoPayloadPlugin,
|
|
19
|
-
BowserSystemInfoSchema,
|
|
20
|
-
bowserSystemInfoPayloadTemplate,
|
|
21
|
-
BowserSystemInfoPayloadPlugin as default
|
|
22
|
-
};
|
|
1
|
+
import{createPayloadPlugin as m}from"@xyo-network/payload-plugin";var o="network.xyo.system.info.bowser";var e=()=>({schema:o});var r=()=>m({schema:o,template:e});export{r as BowserSystemInfoPayloadPlugin,o as BowserSystemInfoSchema,e as bowserSystemInfoPayloadTemplate,r as default};
|
|
23
2
|
//# sourceMappingURL=index.js.map
|
package/dist/node/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/Plugin.ts","../../src/Schema.ts","../../src/Template.ts"],"sourcesContent":["import { createPayloadPlugin } from '@xyo-network/payload-plugin'\n\nimport { BowserSystemInfoPayload } from './Payload'\nimport { BowserSystemInfoSchema } from './Schema'\nimport { bowserSystemInfoPayloadTemplate } from './Template'\n\nexport const BowserSystemInfoPayloadPlugin = () =>\n createPayloadPlugin<BowserSystemInfoPayload>({\n schema: BowserSystemInfoSchema,\n template: bowserSystemInfoPayloadTemplate,\n })\n","export type BowserSystemInfoSchema = 'network.xyo.system.info.bowser'\nexport const BowserSystemInfoSchema: BowserSystemInfoSchema = 'network.xyo.system.info.bowser'\n","import { BowserSystemInfoPayload } from './Payload'\nimport { BowserSystemInfoSchema } from './Schema'\n\nexport const bowserSystemInfoPayloadTemplate = (): BowserSystemInfoPayload => ({\n schema: BowserSystemInfoSchema,\n})\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/Plugin.ts","../../src/Schema.ts","../../src/Template.ts"],"sourcesContent":["import { createPayloadPlugin } from '@xyo-network/payload-plugin'\n\nimport { BowserSystemInfoPayload } from './Payload'\nimport { BowserSystemInfoSchema } from './Schema'\nimport { bowserSystemInfoPayloadTemplate } from './Template'\n\nexport const BowserSystemInfoPayloadPlugin = () =>\n createPayloadPlugin<BowserSystemInfoPayload>({\n schema: BowserSystemInfoSchema,\n template: bowserSystemInfoPayloadTemplate,\n })\n","export type BowserSystemInfoSchema = 'network.xyo.system.info.bowser'\nexport const BowserSystemInfoSchema: BowserSystemInfoSchema = 'network.xyo.system.info.bowser'\n","import { BowserSystemInfoPayload } from './Payload'\nimport { BowserSystemInfoSchema } from './Schema'\n\nexport const bowserSystemInfoPayloadTemplate = (): BowserSystemInfoPayload => ({\n schema: BowserSystemInfoSchema,\n})\n"],"mappings":"AAAA,OAAS,uBAAAA,MAA2B,8BCC7B,IAAMC,EAAiD,iCCEvD,IAAMC,EAAkC,KAAgC,CAC7E,OAAQC,CACV,GFCO,IAAMC,EAAgC,IAC3CC,EAA6C,CAC3C,OAAQC,EACR,SAAUC,CACZ,CAAC","names":["createPayloadPlugin","BowserSystemInfoSchema","bowserSystemInfoPayloadTemplate","BowserSystemInfoSchema","BowserSystemInfoPayloadPlugin","createPayloadPlugin","BowserSystemInfoSchema","bowserSystemInfoPayloadTemplate"]}
|
package/package.json
CHANGED
|
@@ -10,14 +10,14 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/plugins/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/payload-model": "
|
|
14
|
-
"@xyo-network/payload-plugin": "
|
|
13
|
+
"@xyo-network/payload-model": "^2.107.0",
|
|
14
|
+
"@xyo-network/payload-plugin": "^2.107.0",
|
|
15
15
|
"bowser": "^2.11.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": "Typescript/Javascript Plugins for XYO Platform",
|
|
23
23
|
"exports": {
|
|
@@ -58,7 +58,6 @@
|
|
|
58
58
|
"url": "https://github.com/XYOracleNetwork/plugins.git"
|
|
59
59
|
},
|
|
60
60
|
"sideEffects": false,
|
|
61
|
-
"version": "2.97.0
|
|
62
|
-
"type": "module"
|
|
63
|
-
"stableVersion": "2.96.0"
|
|
61
|
+
"version": "2.97.0",
|
|
62
|
+
"type": "module"
|
|
64
63
|
}
|