@xyo-network/bowser-system-info-payload-plugin 2.99.4 → 2.99.5

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.
Files changed (53) hide show
  1. package/dist/browser/Payload.d.cts +1 -1
  2. package/dist/browser/Payload.d.mts +1 -1
  3. package/dist/browser/Payload.d.ts +1 -1
  4. package/dist/browser/Plugin.d.cts +1 -1
  5. package/dist/browser/Plugin.d.mts +1 -1
  6. package/dist/browser/Plugin.d.ts +1 -1
  7. package/dist/browser/Template.d.cts +1 -1
  8. package/dist/browser/Template.d.mts +1 -1
  9. package/dist/browser/Template.d.ts +1 -1
  10. package/dist/browser/index.cjs +5 -4
  11. package/dist/browser/index.cjs.map +1 -1
  12. package/dist/browser/index.d.cts +4 -4
  13. package/dist/browser/index.d.mts +4 -4
  14. package/dist/browser/index.d.ts +4 -4
  15. package/dist/browser/{index.js → index.mjs} +8 -5
  16. package/dist/{node/index.js.map → browser/index.mjs.map} +1 -1
  17. package/dist/neutral/Payload.d.cts +1 -1
  18. package/dist/neutral/Payload.d.mts +1 -1
  19. package/dist/neutral/Payload.d.ts +1 -1
  20. package/dist/neutral/Plugin.d.cts +1 -1
  21. package/dist/neutral/Plugin.d.mts +1 -1
  22. package/dist/neutral/Plugin.d.ts +1 -1
  23. package/dist/neutral/Template.d.cts +1 -1
  24. package/dist/neutral/Template.d.mts +1 -1
  25. package/dist/neutral/Template.d.ts +1 -1
  26. package/dist/neutral/index.cjs +5 -4
  27. package/dist/neutral/index.cjs.map +1 -1
  28. package/dist/neutral/index.d.cts +4 -4
  29. package/dist/neutral/index.d.mts +4 -4
  30. package/dist/neutral/index.d.ts +4 -4
  31. package/dist/{node/index.js → neutral/index.mjs} +8 -5
  32. package/dist/{browser/index.js.map → neutral/index.mjs.map} +1 -1
  33. package/dist/node/Payload.d.cts +1 -1
  34. package/dist/node/Payload.d.mts +1 -1
  35. package/dist/node/Payload.d.ts +1 -1
  36. package/dist/node/Plugin.d.cts +1 -1
  37. package/dist/node/Plugin.d.mts +1 -1
  38. package/dist/node/Plugin.d.ts +1 -1
  39. package/dist/node/Template.d.cts +1 -1
  40. package/dist/node/Template.d.mts +1 -1
  41. package/dist/node/Template.d.ts +1 -1
  42. package/dist/node/index.cjs +5 -4
  43. package/dist/node/index.cjs.map +1 -1
  44. package/dist/node/index.d.cts +4 -4
  45. package/dist/node/index.d.mts +4 -4
  46. package/dist/node/index.d.ts +4 -4
  47. package/dist/{neutral/index.js → node/index.mjs} +8 -5
  48. package/dist/{neutral/index.js.map → node/index.mjs.map} +1 -1
  49. package/package.json +9 -9
  50. package/src/Payload.ts +1 -1
  51. package/src/Plugin.ts +3 -3
  52. package/src/Template.ts +2 -2
  53. package/src/index.ts +4 -4
@@ -1,6 +1,6 @@
1
1
  import { Payload } from '@xyo-network/payload-model';
2
2
  import { Parser } from 'bowser';
3
- import { BowserSystemInfoSchema } from './Schema.js';
3
+ import { BowserSystemInfoSchema } from './Schema.ts';
4
4
  export type BowserSystemInfoPayload = Payload<{
5
5
  bowser?: Parser.ParsedResult;
6
6
  schema: BowserSystemInfoSchema;
@@ -1,6 +1,6 @@
1
1
  import { Payload } from '@xyo-network/payload-model';
2
2
  import { Parser } from 'bowser';
3
- import { BowserSystemInfoSchema } from './Schema.js';
3
+ import { BowserSystemInfoSchema } from './Schema.ts';
4
4
  export type BowserSystemInfoPayload = Payload<{
5
5
  bowser?: Parser.ParsedResult;
6
6
  schema: BowserSystemInfoSchema;
@@ -1,6 +1,6 @@
1
1
  import { Payload } from '@xyo-network/payload-model';
2
2
  import { Parser } from 'bowser';
3
- import { BowserSystemInfoSchema } from './Schema.js';
3
+ import { BowserSystemInfoSchema } from './Schema.ts';
4
4
  export type BowserSystemInfoPayload = Payload<{
5
5
  bowser?: Parser.ParsedResult;
6
6
  schema: BowserSystemInfoSchema;
@@ -1,4 +1,4 @@
1
- import { BowserSystemInfoSchema } from './Schema.js';
1
+ import { BowserSystemInfoSchema } from './Schema.ts';
2
2
  export declare const BowserSystemInfoPayloadPlugin: () => import("@xyo-network/payload-plugin").PayloadPlugin<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
3
3
  bowser?: import("bowser").Parser.ParsedResult;
4
4
  schema: BowserSystemInfoSchema;
@@ -1,4 +1,4 @@
1
- import { BowserSystemInfoSchema } from './Schema.js';
1
+ import { BowserSystemInfoSchema } from './Schema.ts';
2
2
  export declare const BowserSystemInfoPayloadPlugin: () => import("@xyo-network/payload-plugin").PayloadPlugin<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
3
3
  bowser?: import("bowser").Parser.ParsedResult;
4
4
  schema: BowserSystemInfoSchema;
@@ -1,4 +1,4 @@
1
- import { BowserSystemInfoSchema } from './Schema.js';
1
+ import { BowserSystemInfoSchema } from './Schema.ts';
2
2
  export declare const BowserSystemInfoPayloadPlugin: () => import("@xyo-network/payload-plugin").PayloadPlugin<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
3
3
  bowser?: import("bowser").Parser.ParsedResult;
4
4
  schema: BowserSystemInfoSchema;
@@ -1,3 +1,3 @@
1
- import { BowserSystemInfoPayload } from './Payload.js';
1
+ import { BowserSystemInfoPayload } from './Payload.ts';
2
2
  export declare const bowserSystemInfoPayloadTemplate: () => BowserSystemInfoPayload;
3
3
  //# sourceMappingURL=Template.d.ts.map
@@ -1,3 +1,3 @@
1
- import { BowserSystemInfoPayload } from './Payload.js';
1
+ import { BowserSystemInfoPayload } from './Payload.ts';
2
2
  export declare const bowserSystemInfoPayloadTemplate: () => BowserSystemInfoPayload;
3
3
  //# sourceMappingURL=Template.d.ts.map
@@ -1,3 +1,3 @@
1
- import { BowserSystemInfoPayload } from './Payload.js';
1
+ import { BowserSystemInfoPayload } from './Payload.ts';
2
2
  export declare const bowserSystemInfoPayloadTemplate: () => BowserSystemInfoPayload;
3
3
  //# sourceMappingURL=Template.d.ts.map
@@ -3,6 +3,7 @@ var __defProp = Object.defineProperty;
3
3
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
4
  var __getOwnPropNames = Object.getOwnPropertyNames;
5
5
  var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
6
7
  var __export = (target, all) => {
7
8
  for (var name in all)
8
9
  __defProp(target, name, { get: all[name], enumerable: true });
@@ -34,13 +35,13 @@ var import_payload_plugin = require("@xyo-network/payload-plugin");
34
35
  var BowserSystemInfoSchema = "network.xyo.system.info.bowser";
35
36
 
36
37
  // src/Template.ts
37
- var bowserSystemInfoPayloadTemplate = () => ({
38
+ var bowserSystemInfoPayloadTemplate = /* @__PURE__ */ __name(() => ({
38
39
  schema: BowserSystemInfoSchema
39
- });
40
+ }), "bowserSystemInfoPayloadTemplate");
40
41
 
41
42
  // src/Plugin.ts
42
- var BowserSystemInfoPayloadPlugin = () => (0, import_payload_plugin.createPayloadPlugin)({
43
+ var BowserSystemInfoPayloadPlugin = /* @__PURE__ */ __name(() => (0, import_payload_plugin.createPayloadPlugin)({
43
44
  schema: BowserSystemInfoSchema,
44
45
  template: bowserSystemInfoPayloadTemplate
45
- });
46
+ }), "BowserSystemInfoPayloadPlugin");
46
47
  //# 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.js'\n// eslint-disable-next-line import/no-default-export\nexport { BowserSystemInfoPayloadPlugin, BowserSystemInfoPayloadPlugin as default } from './Plugin.js'\nexport * from './Schema.js'\nexport * from './Template.js'\n","import { createPayloadPlugin } from '@xyo-network/payload-plugin'\n\nimport { BowserSystemInfoPayload } from './Payload.js'\nimport { BowserSystemInfoSchema } from './Schema.js'\nimport { bowserSystemInfoPayloadTemplate } from './Template.js'\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.js'\nimport { BowserSystemInfoSchema } from './Schema.js'\n\nexport const bowserSystemInfoPayloadTemplate = (): BowserSystemInfoPayload => ({\n schema: BowserSystemInfoSchema,\n})\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACAA,4BAAoC;;;ACC7B,IAAM,yBAAiD;;;ACEvD,IAAM,kCAAkC,OAAgC;AAAA,EAC7E,QAAQ;AACV;;;AFCO,IAAM,gCAAgC,UAC3C,2CAA6C;AAAA,EAC3C,QAAQ;AAAA,EACR,UAAU;AACZ,CAAC;","names":[]}
1
+ {"version":3,"sources":["../../src/index.ts","../../src/Plugin.ts","../../src/Schema.ts","../../src/Template.ts"],"sourcesContent":["export * from './Payload.ts'\n// eslint-disable-next-line import/no-default-export\nexport { BowserSystemInfoPayloadPlugin, BowserSystemInfoPayloadPlugin as default } from './Plugin.ts'\nexport * from './Schema.ts'\nexport * from './Template.ts'\n","import { createPayloadPlugin } from '@xyo-network/payload-plugin'\n\nimport { BowserSystemInfoPayload } from './Payload.ts'\nimport { BowserSystemInfoSchema } from './Schema.ts'\nimport { bowserSystemInfoPayloadTemplate } from './Template.ts'\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.ts'\nimport { BowserSystemInfoSchema } from './Schema.ts'\n\nexport const bowserSystemInfoPayloadTemplate = (): BowserSystemInfoPayload => ({\n schema: BowserSystemInfoSchema,\n})\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;ACAA,4BAAoC;;;ACC7B,IAAMA,yBAAiD;;;ACEvD,IAAMC,kCAAkC,8BAAgC;EAC7EC,QAAQC;AACV,IAF+C;;;AFGxC,IAAMC,gCAAgC,iCAC3CC,2CAA6C;EAC3CC,QAAQC;EACRC,UAAUC;AACZ,CAAA,GAJ2C;","names":["BowserSystemInfoSchema","bowserSystemInfoPayloadTemplate","schema","BowserSystemInfoSchema","BowserSystemInfoPayloadPlugin","createPayloadPlugin","schema","BowserSystemInfoSchema","template","bowserSystemInfoPayloadTemplate"]}
@@ -1,5 +1,5 @@
1
- export * from './Payload.js';
2
- export { BowserSystemInfoPayloadPlugin, BowserSystemInfoPayloadPlugin as default } from './Plugin.js';
3
- export * from './Schema.js';
4
- export * from './Template.js';
1
+ export * from './Payload.ts';
2
+ export { BowserSystemInfoPayloadPlugin, BowserSystemInfoPayloadPlugin as default } from './Plugin.ts';
3
+ export * from './Schema.ts';
4
+ export * from './Template.ts';
5
5
  //# sourceMappingURL=index.d.ts.map
@@ -1,5 +1,5 @@
1
- export * from './Payload.js';
2
- export { BowserSystemInfoPayloadPlugin, BowserSystemInfoPayloadPlugin as default } from './Plugin.js';
3
- export * from './Schema.js';
4
- export * from './Template.js';
1
+ export * from './Payload.ts';
2
+ export { BowserSystemInfoPayloadPlugin, BowserSystemInfoPayloadPlugin as default } from './Plugin.ts';
3
+ export * from './Schema.ts';
4
+ export * from './Template.ts';
5
5
  //# sourceMappingURL=index.d.ts.map
@@ -1,5 +1,5 @@
1
- export * from './Payload.js';
2
- export { BowserSystemInfoPayloadPlugin, BowserSystemInfoPayloadPlugin as default } from './Plugin.js';
3
- export * from './Schema.js';
4
- export * from './Template.js';
1
+ export * from './Payload.ts';
2
+ export { BowserSystemInfoPayloadPlugin, BowserSystemInfoPayloadPlugin as default } from './Plugin.ts';
3
+ export * from './Schema.ts';
4
+ export * from './Template.ts';
5
5
  //# sourceMappingURL=index.d.ts.map
@@ -1,3 +1,6 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
3
+
1
4
  // src/Plugin.ts
2
5
  import { createPayloadPlugin } from "@xyo-network/payload-plugin";
3
6
 
@@ -5,19 +8,19 @@ import { createPayloadPlugin } from "@xyo-network/payload-plugin";
5
8
  var BowserSystemInfoSchema = "network.xyo.system.info.bowser";
6
9
 
7
10
  // src/Template.ts
8
- var bowserSystemInfoPayloadTemplate = () => ({
11
+ var bowserSystemInfoPayloadTemplate = /* @__PURE__ */ __name(() => ({
9
12
  schema: BowserSystemInfoSchema
10
- });
13
+ }), "bowserSystemInfoPayloadTemplate");
11
14
 
12
15
  // src/Plugin.ts
13
- var BowserSystemInfoPayloadPlugin = () => createPayloadPlugin({
16
+ var BowserSystemInfoPayloadPlugin = /* @__PURE__ */ __name(() => createPayloadPlugin({
14
17
  schema: BowserSystemInfoSchema,
15
18
  template: bowserSystemInfoPayloadTemplate
16
- });
19
+ }), "BowserSystemInfoPayloadPlugin");
17
20
  export {
18
21
  BowserSystemInfoPayloadPlugin,
19
22
  BowserSystemInfoSchema,
20
23
  bowserSystemInfoPayloadTemplate,
21
24
  BowserSystemInfoPayloadPlugin as default
22
25
  };
23
- //# sourceMappingURL=index.js.map
26
+ //# sourceMappingURL=index.mjs.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.js'\nimport { BowserSystemInfoSchema } from './Schema.js'\nimport { bowserSystemInfoPayloadTemplate } from './Template.js'\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.js'\nimport { BowserSystemInfoSchema } from './Schema.js'\n\nexport const bowserSystemInfoPayloadTemplate = (): BowserSystemInfoPayload => ({\n schema: BowserSystemInfoSchema,\n})\n"],"mappings":";AAAA,SAAS,2BAA2B;;;ACC7B,IAAM,yBAAiD;;;ACEvD,IAAM,kCAAkC,OAAgC;AAAA,EAC7E,QAAQ;AACV;;;AFCO,IAAM,gCAAgC,MAC3C,oBAA6C;AAAA,EAC3C,QAAQ;AAAA,EACR,UAAU;AACZ,CAAC;","names":[]}
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.ts'\nimport { BowserSystemInfoSchema } from './Schema.ts'\nimport { bowserSystemInfoPayloadTemplate } from './Template.ts'\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.ts'\nimport { BowserSystemInfoSchema } from './Schema.ts'\n\nexport const bowserSystemInfoPayloadTemplate = (): BowserSystemInfoPayload => ({\n schema: BowserSystemInfoSchema,\n})\n"],"mappings":";;;;AAAA,SAASA,2BAA2B;;;ACC7B,IAAMC,yBAAiD;;;ACEvD,IAAMC,kCAAkC,8BAAgC;EAC7EC,QAAQC;AACV,IAF+C;;;AFGxC,IAAMC,gCAAgC,6BAC3CC,oBAA6C;EAC3CC,QAAQC;EACRC,UAAUC;AACZ,CAAA,GAJ2C;","names":["createPayloadPlugin","BowserSystemInfoSchema","bowserSystemInfoPayloadTemplate","schema","BowserSystemInfoSchema","BowserSystemInfoPayloadPlugin","createPayloadPlugin","schema","BowserSystemInfoSchema","template","bowserSystemInfoPayloadTemplate"]}
@@ -1,6 +1,6 @@
1
1
  import { Payload } from '@xyo-network/payload-model';
2
2
  import { Parser } from 'bowser';
3
- import { BowserSystemInfoSchema } from './Schema.js';
3
+ import { BowserSystemInfoSchema } from './Schema.ts';
4
4
  export type BowserSystemInfoPayload = Payload<{
5
5
  bowser?: Parser.ParsedResult;
6
6
  schema: BowserSystemInfoSchema;
@@ -1,6 +1,6 @@
1
1
  import { Payload } from '@xyo-network/payload-model';
2
2
  import { Parser } from 'bowser';
3
- import { BowserSystemInfoSchema } from './Schema.js';
3
+ import { BowserSystemInfoSchema } from './Schema.ts';
4
4
  export type BowserSystemInfoPayload = Payload<{
5
5
  bowser?: Parser.ParsedResult;
6
6
  schema: BowserSystemInfoSchema;
@@ -1,6 +1,6 @@
1
1
  import { Payload } from '@xyo-network/payload-model';
2
2
  import { Parser } from 'bowser';
3
- import { BowserSystemInfoSchema } from './Schema.js';
3
+ import { BowserSystemInfoSchema } from './Schema.ts';
4
4
  export type BowserSystemInfoPayload = Payload<{
5
5
  bowser?: Parser.ParsedResult;
6
6
  schema: BowserSystemInfoSchema;
@@ -1,4 +1,4 @@
1
- import { BowserSystemInfoSchema } from './Schema.js';
1
+ import { BowserSystemInfoSchema } from './Schema.ts';
2
2
  export declare const BowserSystemInfoPayloadPlugin: () => import("@xyo-network/payload-plugin").PayloadPlugin<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
3
3
  bowser?: import("bowser").Parser.ParsedResult;
4
4
  schema: BowserSystemInfoSchema;
@@ -1,4 +1,4 @@
1
- import { BowserSystemInfoSchema } from './Schema.js';
1
+ import { BowserSystemInfoSchema } from './Schema.ts';
2
2
  export declare const BowserSystemInfoPayloadPlugin: () => import("@xyo-network/payload-plugin").PayloadPlugin<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
3
3
  bowser?: import("bowser").Parser.ParsedResult;
4
4
  schema: BowserSystemInfoSchema;
@@ -1,4 +1,4 @@
1
- import { BowserSystemInfoSchema } from './Schema.js';
1
+ import { BowserSystemInfoSchema } from './Schema.ts';
2
2
  export declare const BowserSystemInfoPayloadPlugin: () => import("@xyo-network/payload-plugin").PayloadPlugin<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
3
3
  bowser?: import("bowser").Parser.ParsedResult;
4
4
  schema: BowserSystemInfoSchema;
@@ -1,3 +1,3 @@
1
- import { BowserSystemInfoPayload } from './Payload.js';
1
+ import { BowserSystemInfoPayload } from './Payload.ts';
2
2
  export declare const bowserSystemInfoPayloadTemplate: () => BowserSystemInfoPayload;
3
3
  //# sourceMappingURL=Template.d.ts.map
@@ -1,3 +1,3 @@
1
- import { BowserSystemInfoPayload } from './Payload.js';
1
+ import { BowserSystemInfoPayload } from './Payload.ts';
2
2
  export declare const bowserSystemInfoPayloadTemplate: () => BowserSystemInfoPayload;
3
3
  //# sourceMappingURL=Template.d.ts.map
@@ -1,3 +1,3 @@
1
- import { BowserSystemInfoPayload } from './Payload.js';
1
+ import { BowserSystemInfoPayload } from './Payload.ts';
2
2
  export declare const bowserSystemInfoPayloadTemplate: () => BowserSystemInfoPayload;
3
3
  //# sourceMappingURL=Template.d.ts.map
@@ -3,6 +3,7 @@ var __defProp = Object.defineProperty;
3
3
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
4
  var __getOwnPropNames = Object.getOwnPropertyNames;
5
5
  var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
6
7
  var __export = (target, all) => {
7
8
  for (var name in all)
8
9
  __defProp(target, name, { get: all[name], enumerable: true });
@@ -34,13 +35,13 @@ var import_payload_plugin = require("@xyo-network/payload-plugin");
34
35
  var BowserSystemInfoSchema = "network.xyo.system.info.bowser";
35
36
 
36
37
  // src/Template.ts
37
- var bowserSystemInfoPayloadTemplate = () => ({
38
+ var bowserSystemInfoPayloadTemplate = /* @__PURE__ */ __name(() => ({
38
39
  schema: BowserSystemInfoSchema
39
- });
40
+ }), "bowserSystemInfoPayloadTemplate");
40
41
 
41
42
  // src/Plugin.ts
42
- var BowserSystemInfoPayloadPlugin = () => (0, import_payload_plugin.createPayloadPlugin)({
43
+ var BowserSystemInfoPayloadPlugin = /* @__PURE__ */ __name(() => (0, import_payload_plugin.createPayloadPlugin)({
43
44
  schema: BowserSystemInfoSchema,
44
45
  template: bowserSystemInfoPayloadTemplate
45
- });
46
+ }), "BowserSystemInfoPayloadPlugin");
46
47
  //# 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.js'\n// eslint-disable-next-line import/no-default-export\nexport { BowserSystemInfoPayloadPlugin, BowserSystemInfoPayloadPlugin as default } from './Plugin.js'\nexport * from './Schema.js'\nexport * from './Template.js'\n","import { createPayloadPlugin } from '@xyo-network/payload-plugin'\n\nimport { BowserSystemInfoPayload } from './Payload.js'\nimport { BowserSystemInfoSchema } from './Schema.js'\nimport { bowserSystemInfoPayloadTemplate } from './Template.js'\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.js'\nimport { BowserSystemInfoSchema } from './Schema.js'\n\nexport const bowserSystemInfoPayloadTemplate = (): BowserSystemInfoPayload => ({\n schema: BowserSystemInfoSchema,\n})\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACAA,4BAAoC;;;ACC7B,IAAM,yBAAiD;;;ACEvD,IAAM,kCAAkC,OAAgC;AAAA,EAC7E,QAAQ;AACV;;;AFCO,IAAM,gCAAgC,UAC3C,2CAA6C;AAAA,EAC3C,QAAQ;AAAA,EACR,UAAU;AACZ,CAAC;","names":[]}
1
+ {"version":3,"sources":["../../src/index.ts","../../src/Plugin.ts","../../src/Schema.ts","../../src/Template.ts"],"sourcesContent":["export * from './Payload.ts'\n// eslint-disable-next-line import/no-default-export\nexport { BowserSystemInfoPayloadPlugin, BowserSystemInfoPayloadPlugin as default } from './Plugin.ts'\nexport * from './Schema.ts'\nexport * from './Template.ts'\n","import { createPayloadPlugin } from '@xyo-network/payload-plugin'\n\nimport { BowserSystemInfoPayload } from './Payload.ts'\nimport { BowserSystemInfoSchema } from './Schema.ts'\nimport { bowserSystemInfoPayloadTemplate } from './Template.ts'\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.ts'\nimport { BowserSystemInfoSchema } from './Schema.ts'\n\nexport const bowserSystemInfoPayloadTemplate = (): BowserSystemInfoPayload => ({\n schema: BowserSystemInfoSchema,\n})\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;ACAA,4BAAoC;;;ACC7B,IAAMA,yBAAiD;;;ACEvD,IAAMC,kCAAkC,8BAAgC;EAC7EC,QAAQC;AACV,IAF+C;;;AFGxC,IAAMC,gCAAgC,iCAC3CC,2CAA6C;EAC3CC,QAAQC;EACRC,UAAUC;AACZ,CAAA,GAJ2C;","names":["BowserSystemInfoSchema","bowserSystemInfoPayloadTemplate","schema","BowserSystemInfoSchema","BowserSystemInfoPayloadPlugin","createPayloadPlugin","schema","BowserSystemInfoSchema","template","bowserSystemInfoPayloadTemplate"]}
@@ -1,5 +1,5 @@
1
- export * from './Payload.js';
2
- export { BowserSystemInfoPayloadPlugin, BowserSystemInfoPayloadPlugin as default } from './Plugin.js';
3
- export * from './Schema.js';
4
- export * from './Template.js';
1
+ export * from './Payload.ts';
2
+ export { BowserSystemInfoPayloadPlugin, BowserSystemInfoPayloadPlugin as default } from './Plugin.ts';
3
+ export * from './Schema.ts';
4
+ export * from './Template.ts';
5
5
  //# sourceMappingURL=index.d.ts.map
@@ -1,5 +1,5 @@
1
- export * from './Payload.js';
2
- export { BowserSystemInfoPayloadPlugin, BowserSystemInfoPayloadPlugin as default } from './Plugin.js';
3
- export * from './Schema.js';
4
- export * from './Template.js';
1
+ export * from './Payload.ts';
2
+ export { BowserSystemInfoPayloadPlugin, BowserSystemInfoPayloadPlugin as default } from './Plugin.ts';
3
+ export * from './Schema.ts';
4
+ export * from './Template.ts';
5
5
  //# sourceMappingURL=index.d.ts.map
@@ -1,5 +1,5 @@
1
- export * from './Payload.js';
2
- export { BowserSystemInfoPayloadPlugin, BowserSystemInfoPayloadPlugin as default } from './Plugin.js';
3
- export * from './Schema.js';
4
- export * from './Template.js';
1
+ export * from './Payload.ts';
2
+ export { BowserSystemInfoPayloadPlugin, BowserSystemInfoPayloadPlugin as default } from './Plugin.ts';
3
+ export * from './Schema.ts';
4
+ export * from './Template.ts';
5
5
  //# sourceMappingURL=index.d.ts.map
@@ -1,3 +1,6 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
3
+
1
4
  // src/Plugin.ts
2
5
  import { createPayloadPlugin } from "@xyo-network/payload-plugin";
3
6
 
@@ -5,19 +8,19 @@ import { createPayloadPlugin } from "@xyo-network/payload-plugin";
5
8
  var BowserSystemInfoSchema = "network.xyo.system.info.bowser";
6
9
 
7
10
  // src/Template.ts
8
- var bowserSystemInfoPayloadTemplate = () => ({
11
+ var bowserSystemInfoPayloadTemplate = /* @__PURE__ */ __name(() => ({
9
12
  schema: BowserSystemInfoSchema
10
- });
13
+ }), "bowserSystemInfoPayloadTemplate");
11
14
 
12
15
  // src/Plugin.ts
13
- var BowserSystemInfoPayloadPlugin = () => createPayloadPlugin({
16
+ var BowserSystemInfoPayloadPlugin = /* @__PURE__ */ __name(() => createPayloadPlugin({
14
17
  schema: BowserSystemInfoSchema,
15
18
  template: bowserSystemInfoPayloadTemplate
16
- });
19
+ }), "BowserSystemInfoPayloadPlugin");
17
20
  export {
18
21
  BowserSystemInfoPayloadPlugin,
19
22
  BowserSystemInfoSchema,
20
23
  bowserSystemInfoPayloadTemplate,
21
24
  BowserSystemInfoPayloadPlugin as default
22
25
  };
23
- //# sourceMappingURL=index.js.map
26
+ //# sourceMappingURL=index.mjs.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.js'\nimport { BowserSystemInfoSchema } from './Schema.js'\nimport { bowserSystemInfoPayloadTemplate } from './Template.js'\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.js'\nimport { BowserSystemInfoSchema } from './Schema.js'\n\nexport const bowserSystemInfoPayloadTemplate = (): BowserSystemInfoPayload => ({\n schema: BowserSystemInfoSchema,\n})\n"],"mappings":";AAAA,SAAS,2BAA2B;;;ACC7B,IAAM,yBAAiD;;;ACEvD,IAAM,kCAAkC,OAAgC;AAAA,EAC7E,QAAQ;AACV;;;AFCO,IAAM,gCAAgC,MAC3C,oBAA6C;AAAA,EAC3C,QAAQ;AAAA,EACR,UAAU;AACZ,CAAC;","names":[]}
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.ts'\nimport { BowserSystemInfoSchema } from './Schema.ts'\nimport { bowserSystemInfoPayloadTemplate } from './Template.ts'\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.ts'\nimport { BowserSystemInfoSchema } from './Schema.ts'\n\nexport const bowserSystemInfoPayloadTemplate = (): BowserSystemInfoPayload => ({\n schema: BowserSystemInfoSchema,\n})\n"],"mappings":";;;;AAAA,SAASA,2BAA2B;;;ACC7B,IAAMC,yBAAiD;;;ACEvD,IAAMC,kCAAkC,8BAAgC;EAC7EC,QAAQC;AACV,IAF+C;;;AFGxC,IAAMC,gCAAgC,6BAC3CC,oBAA6C;EAC3CC,QAAQC;EACRC,UAAUC;AACZ,CAAA,GAJ2C;","names":["createPayloadPlugin","BowserSystemInfoSchema","bowserSystemInfoPayloadTemplate","schema","BowserSystemInfoSchema","BowserSystemInfoPayloadPlugin","createPayloadPlugin","schema","BowserSystemInfoSchema","template","bowserSystemInfoPayloadTemplate"]}
@@ -1,6 +1,6 @@
1
1
  import { Payload } from '@xyo-network/payload-model';
2
2
  import { Parser } from 'bowser';
3
- import { BowserSystemInfoSchema } from './Schema.js';
3
+ import { BowserSystemInfoSchema } from './Schema.ts';
4
4
  export type BowserSystemInfoPayload = Payload<{
5
5
  bowser?: Parser.ParsedResult;
6
6
  schema: BowserSystemInfoSchema;
@@ -1,6 +1,6 @@
1
1
  import { Payload } from '@xyo-network/payload-model';
2
2
  import { Parser } from 'bowser';
3
- import { BowserSystemInfoSchema } from './Schema.js';
3
+ import { BowserSystemInfoSchema } from './Schema.ts';
4
4
  export type BowserSystemInfoPayload = Payload<{
5
5
  bowser?: Parser.ParsedResult;
6
6
  schema: BowserSystemInfoSchema;
@@ -1,6 +1,6 @@
1
1
  import { Payload } from '@xyo-network/payload-model';
2
2
  import { Parser } from 'bowser';
3
- import { BowserSystemInfoSchema } from './Schema.js';
3
+ import { BowserSystemInfoSchema } from './Schema.ts';
4
4
  export type BowserSystemInfoPayload = Payload<{
5
5
  bowser?: Parser.ParsedResult;
6
6
  schema: BowserSystemInfoSchema;
@@ -1,4 +1,4 @@
1
- import { BowserSystemInfoSchema } from './Schema.js';
1
+ import { BowserSystemInfoSchema } from './Schema.ts';
2
2
  export declare const BowserSystemInfoPayloadPlugin: () => import("@xyo-network/payload-plugin").PayloadPlugin<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
3
3
  bowser?: import("bowser").Parser.ParsedResult;
4
4
  schema: BowserSystemInfoSchema;
@@ -1,4 +1,4 @@
1
- import { BowserSystemInfoSchema } from './Schema.js';
1
+ import { BowserSystemInfoSchema } from './Schema.ts';
2
2
  export declare const BowserSystemInfoPayloadPlugin: () => import("@xyo-network/payload-plugin").PayloadPlugin<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
3
3
  bowser?: import("bowser").Parser.ParsedResult;
4
4
  schema: BowserSystemInfoSchema;
@@ -1,4 +1,4 @@
1
- import { BowserSystemInfoSchema } from './Schema.js';
1
+ import { BowserSystemInfoSchema } from './Schema.ts';
2
2
  export declare const BowserSystemInfoPayloadPlugin: () => import("@xyo-network/payload-plugin").PayloadPlugin<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
3
3
  bowser?: import("bowser").Parser.ParsedResult;
4
4
  schema: BowserSystemInfoSchema;
@@ -1,3 +1,3 @@
1
- import { BowserSystemInfoPayload } from './Payload.js';
1
+ import { BowserSystemInfoPayload } from './Payload.ts';
2
2
  export declare const bowserSystemInfoPayloadTemplate: () => BowserSystemInfoPayload;
3
3
  //# sourceMappingURL=Template.d.ts.map
@@ -1,3 +1,3 @@
1
- import { BowserSystemInfoPayload } from './Payload.js';
1
+ import { BowserSystemInfoPayload } from './Payload.ts';
2
2
  export declare const bowserSystemInfoPayloadTemplate: () => BowserSystemInfoPayload;
3
3
  //# sourceMappingURL=Template.d.ts.map
@@ -1,3 +1,3 @@
1
- import { BowserSystemInfoPayload } from './Payload.js';
1
+ import { BowserSystemInfoPayload } from './Payload.ts';
2
2
  export declare const bowserSystemInfoPayloadTemplate: () => BowserSystemInfoPayload;
3
3
  //# sourceMappingURL=Template.d.ts.map
@@ -3,6 +3,7 @@ var __defProp = Object.defineProperty;
3
3
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
4
  var __getOwnPropNames = Object.getOwnPropertyNames;
5
5
  var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
6
7
  var __export = (target, all) => {
7
8
  for (var name in all)
8
9
  __defProp(target, name, { get: all[name], enumerable: true });
@@ -34,15 +35,15 @@ var import_payload_plugin = require("@xyo-network/payload-plugin");
34
35
  var BowserSystemInfoSchema = "network.xyo.system.info.bowser";
35
36
 
36
37
  // src/Template.ts
37
- var bowserSystemInfoPayloadTemplate = () => ({
38
+ var bowserSystemInfoPayloadTemplate = /* @__PURE__ */ __name(() => ({
38
39
  schema: BowserSystemInfoSchema
39
- });
40
+ }), "bowserSystemInfoPayloadTemplate");
40
41
 
41
42
  // src/Plugin.ts
42
- var BowserSystemInfoPayloadPlugin = () => (0, import_payload_plugin.createPayloadPlugin)({
43
+ var BowserSystemInfoPayloadPlugin = /* @__PURE__ */ __name(() => (0, import_payload_plugin.createPayloadPlugin)({
43
44
  schema: BowserSystemInfoSchema,
44
45
  template: bowserSystemInfoPayloadTemplate
45
- });
46
+ }), "BowserSystemInfoPayloadPlugin");
46
47
  // Annotate the CommonJS export names for ESM import in node:
47
48
  0 && (module.exports = {
48
49
  BowserSystemInfoPayloadPlugin,
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts","../../src/Plugin.ts","../../src/Schema.ts","../../src/Template.ts"],"sourcesContent":["export * from './Payload.js'\n// eslint-disable-next-line import/no-default-export\nexport { BowserSystemInfoPayloadPlugin, BowserSystemInfoPayloadPlugin as default } from './Plugin.js'\nexport * from './Schema.js'\nexport * from './Template.js'\n","import { createPayloadPlugin } from '@xyo-network/payload-plugin'\n\nimport { BowserSystemInfoPayload } from './Payload.js'\nimport { BowserSystemInfoSchema } from './Schema.js'\nimport { bowserSystemInfoPayloadTemplate } from './Template.js'\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.js'\nimport { BowserSystemInfoSchema } from './Schema.js'\n\nexport const bowserSystemInfoPayloadTemplate = (): BowserSystemInfoPayload => ({\n schema: BowserSystemInfoSchema,\n})\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACAA,4BAAoC;;;ACC7B,IAAM,yBAAiD;;;ACEvD,IAAM,kCAAkC,OAAgC;AAAA,EAC7E,QAAQ;AACV;;;AFCO,IAAM,gCAAgC,UAC3C,2CAA6C;AAAA,EAC3C,QAAQ;AAAA,EACR,UAAU;AACZ,CAAC;","names":[]}
1
+ {"version":3,"sources":["../../src/index.ts","../../src/Plugin.ts","../../src/Schema.ts","../../src/Template.ts"],"sourcesContent":["export * from './Payload.ts'\n// eslint-disable-next-line import/no-default-export\nexport { BowserSystemInfoPayloadPlugin, BowserSystemInfoPayloadPlugin as default } from './Plugin.ts'\nexport * from './Schema.ts'\nexport * from './Template.ts'\n","import { createPayloadPlugin } from '@xyo-network/payload-plugin'\n\nimport { BowserSystemInfoPayload } from './Payload.ts'\nimport { BowserSystemInfoSchema } from './Schema.ts'\nimport { bowserSystemInfoPayloadTemplate } from './Template.ts'\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.ts'\nimport { BowserSystemInfoSchema } from './Schema.ts'\n\nexport const bowserSystemInfoPayloadTemplate = (): BowserSystemInfoPayload => ({\n schema: BowserSystemInfoSchema,\n})\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;ACAA,4BAAoC;;;ACC7B,IAAMA,yBAAiD;;;ACEvD,IAAMC,kCAAkC,8BAAgC;EAC7EC,QAAQC;AACV,IAF+C;;;AFGxC,IAAMC,gCAAgC,iCAC3CC,2CAA6C;EAC3CC,QAAQC;EACRC,UAAUC;AACZ,CAAA,GAJ2C;","names":["BowserSystemInfoSchema","bowserSystemInfoPayloadTemplate","schema","BowserSystemInfoSchema","BowserSystemInfoPayloadPlugin","createPayloadPlugin","schema","BowserSystemInfoSchema","template","bowserSystemInfoPayloadTemplate"]}
@@ -1,5 +1,5 @@
1
- export * from './Payload.js';
2
- export { BowserSystemInfoPayloadPlugin, BowserSystemInfoPayloadPlugin as default } from './Plugin.js';
3
- export * from './Schema.js';
4
- export * from './Template.js';
1
+ export * from './Payload.ts';
2
+ export { BowserSystemInfoPayloadPlugin, BowserSystemInfoPayloadPlugin as default } from './Plugin.ts';
3
+ export * from './Schema.ts';
4
+ export * from './Template.ts';
5
5
  //# sourceMappingURL=index.d.ts.map
@@ -1,5 +1,5 @@
1
- export * from './Payload.js';
2
- export { BowserSystemInfoPayloadPlugin, BowserSystemInfoPayloadPlugin as default } from './Plugin.js';
3
- export * from './Schema.js';
4
- export * from './Template.js';
1
+ export * from './Payload.ts';
2
+ export { BowserSystemInfoPayloadPlugin, BowserSystemInfoPayloadPlugin as default } from './Plugin.ts';
3
+ export * from './Schema.ts';
4
+ export * from './Template.ts';
5
5
  //# sourceMappingURL=index.d.ts.map
@@ -1,5 +1,5 @@
1
- export * from './Payload.js';
2
- export { BowserSystemInfoPayloadPlugin, BowserSystemInfoPayloadPlugin as default } from './Plugin.js';
3
- export * from './Schema.js';
4
- export * from './Template.js';
1
+ export * from './Payload.ts';
2
+ export { BowserSystemInfoPayloadPlugin, BowserSystemInfoPayloadPlugin as default } from './Plugin.ts';
3
+ export * from './Schema.ts';
4
+ export * from './Template.ts';
5
5
  //# sourceMappingURL=index.d.ts.map
@@ -1,3 +1,6 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
3
+
1
4
  // src/Plugin.ts
2
5
  import { createPayloadPlugin } from "@xyo-network/payload-plugin";
3
6
 
@@ -5,19 +8,19 @@ import { createPayloadPlugin } from "@xyo-network/payload-plugin";
5
8
  var BowserSystemInfoSchema = "network.xyo.system.info.bowser";
6
9
 
7
10
  // src/Template.ts
8
- var bowserSystemInfoPayloadTemplate = () => ({
11
+ var bowserSystemInfoPayloadTemplate = /* @__PURE__ */ __name(() => ({
9
12
  schema: BowserSystemInfoSchema
10
- });
13
+ }), "bowserSystemInfoPayloadTemplate");
11
14
 
12
15
  // src/Plugin.ts
13
- var BowserSystemInfoPayloadPlugin = () => createPayloadPlugin({
16
+ var BowserSystemInfoPayloadPlugin = /* @__PURE__ */ __name(() => createPayloadPlugin({
14
17
  schema: BowserSystemInfoSchema,
15
18
  template: bowserSystemInfoPayloadTemplate
16
- });
19
+ }), "BowserSystemInfoPayloadPlugin");
17
20
  export {
18
21
  BowserSystemInfoPayloadPlugin,
19
22
  BowserSystemInfoSchema,
20
23
  bowserSystemInfoPayloadTemplate,
21
24
  BowserSystemInfoPayloadPlugin as default
22
25
  };
23
- //# sourceMappingURL=index.js.map
26
+ //# sourceMappingURL=index.mjs.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.js'\nimport { BowserSystemInfoSchema } from './Schema.js'\nimport { bowserSystemInfoPayloadTemplate } from './Template.js'\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.js'\nimport { BowserSystemInfoSchema } from './Schema.js'\n\nexport const bowserSystemInfoPayloadTemplate = (): BowserSystemInfoPayload => ({\n schema: BowserSystemInfoSchema,\n})\n"],"mappings":";AAAA,SAAS,2BAA2B;;;ACC7B,IAAM,yBAAiD;;;ACEvD,IAAM,kCAAkC,OAAgC;AAAA,EAC7E,QAAQ;AACV;;;AFCO,IAAM,gCAAgC,MAC3C,oBAA6C;AAAA,EAC3C,QAAQ;AAAA,EACR,UAAU;AACZ,CAAC;","names":[]}
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.ts'\nimport { BowserSystemInfoSchema } from './Schema.ts'\nimport { bowserSystemInfoPayloadTemplate } from './Template.ts'\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.ts'\nimport { BowserSystemInfoSchema } from './Schema.ts'\n\nexport const bowserSystemInfoPayloadTemplate = (): BowserSystemInfoPayload => ({\n schema: BowserSystemInfoSchema,\n})\n"],"mappings":";;;;AAAA,SAASA,2BAA2B;;;ACC7B,IAAMC,yBAAiD;;;ACEvD,IAAMC,kCAAkC,8BAAgC;EAC7EC,QAAQC;AACV,IAF+C;;;AFGxC,IAAMC,gCAAgC,6BAC3CC,oBAA6C;EAC3CC,QAAQC;EACRC,UAAUC;AACZ,CAAA,GAJ2C;","names":["createPayloadPlugin","BowserSystemInfoSchema","bowserSystemInfoPayloadTemplate","schema","BowserSystemInfoSchema","BowserSystemInfoPayloadPlugin","createPayloadPlugin","schema","BowserSystemInfoSchema","template","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": "^2.110.6",
14
- "@xyo-network/payload-plugin": "^2.110.6",
13
+ "@xyo-network/payload-model": "^2.111.2",
14
+ "@xyo-network/payload-plugin": "^2.111.2",
15
15
  "bowser": "^2.11.0"
16
16
  },
17
17
  "devDependencies": {
18
- "@xylabs/ts-scripts-yarn3": "^3.12.2",
19
- "@xylabs/tsconfig": "^3.12.2",
20
- "typescript": "^5.5.3"
18
+ "@xylabs/ts-scripts-yarn3": "^3.15.13",
19
+ "@xylabs/tsconfig": "^3.15.13",
20
+ "typescript": "^5.5.4"
21
21
  },
22
22
  "description": "Typescript/Javascript Plugins for XYO Platform",
23
23
  "exports": {
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "import": {
31
31
  "types": "./dist/browser/index.d.mts",
32
- "default": "./dist/browser/index.js"
32
+ "default": "./dist/browser/index.mjs"
33
33
  }
34
34
  },
35
35
  "node": {
@@ -39,14 +39,14 @@
39
39
  },
40
40
  "import": {
41
41
  "types": "./dist/node/index.d.mts",
42
- "default": "./dist/node/index.js"
42
+ "default": "./dist/node/index.mjs"
43
43
  }
44
44
  }
45
45
  },
46
46
  "./package.json": "./package.json"
47
47
  },
48
48
  "main": "dist/node/index.cjs",
49
- "module": "dist/node/index.js",
49
+ "module": "dist/node/index.mjs",
50
50
  "types": "dist/node/index.d.ts",
51
51
  "homepage": "https://xyo.network",
52
52
  "license": "LGPL-3.0-only",
@@ -58,6 +58,6 @@
58
58
  "url": "https://github.com/XYOracleNetwork/plugins.git"
59
59
  },
60
60
  "sideEffects": false,
61
- "version": "2.99.4",
61
+ "version": "2.99.5",
62
62
  "type": "module"
63
63
  }
package/src/Payload.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import { Payload } from '@xyo-network/payload-model'
2
2
  import { Parser } from 'bowser'
3
3
 
4
- import { BowserSystemInfoSchema } from './Schema.js'
4
+ import { BowserSystemInfoSchema } from './Schema.ts'
5
5
 
6
6
  export type BowserSystemInfoPayload = Payload<{
7
7
  bowser?: Parser.ParsedResult
package/src/Plugin.ts CHANGED
@@ -1,8 +1,8 @@
1
1
  import { createPayloadPlugin } from '@xyo-network/payload-plugin'
2
2
 
3
- import { BowserSystemInfoPayload } from './Payload.js'
4
- import { BowserSystemInfoSchema } from './Schema.js'
5
- import { bowserSystemInfoPayloadTemplate } from './Template.js'
3
+ import { BowserSystemInfoPayload } from './Payload.ts'
4
+ import { BowserSystemInfoSchema } from './Schema.ts'
5
+ import { bowserSystemInfoPayloadTemplate } from './Template.ts'
6
6
 
7
7
  export const BowserSystemInfoPayloadPlugin = () =>
8
8
  createPayloadPlugin<BowserSystemInfoPayload>({
package/src/Template.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { BowserSystemInfoPayload } from './Payload.js'
2
- import { BowserSystemInfoSchema } from './Schema.js'
1
+ import { BowserSystemInfoPayload } from './Payload.ts'
2
+ import { BowserSystemInfoSchema } from './Schema.ts'
3
3
 
4
4
  export const bowserSystemInfoPayloadTemplate = (): BowserSystemInfoPayload => ({
5
5
  schema: BowserSystemInfoSchema,
package/src/index.ts CHANGED
@@ -1,5 +1,5 @@
1
- export * from './Payload.js'
1
+ export * from './Payload.ts'
2
2
  // eslint-disable-next-line import/no-default-export
3
- export { BowserSystemInfoPayloadPlugin, BowserSystemInfoPayloadPlugin as default } from './Plugin.js'
4
- export * from './Schema.js'
5
- export * from './Template.js'
3
+ export { BowserSystemInfoPayloadPlugin, BowserSystemInfoPayloadPlugin as default } from './Plugin.ts'
4
+ export * from './Schema.ts'
5
+ export * from './Template.ts'