@xyo-network/bowser-system-info-payload-plugin 2.85.0 → 2.85.1

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.
@@ -23,7 +23,7 @@ __export(src_exports, {
23
23
  BowserSystemInfoPayloadPlugin: () => BowserSystemInfoPayloadPlugin,
24
24
  BowserSystemInfoSchema: () => BowserSystemInfoSchema,
25
25
  bowserSystemInfoPayloadTemplate: () => bowserSystemInfoPayloadTemplate,
26
- default: () => src_default
26
+ default: () => BowserSystemInfoPayloadPlugin
27
27
  });
28
28
  module.exports = __toCommonJS(src_exports);
29
29
 
@@ -43,7 +43,4 @@ var BowserSystemInfoPayloadPlugin = () => (0, import_payload_plugin.createPayloa
43
43
  schema: BowserSystemInfoSchema,
44
44
  template: bowserSystemInfoPayloadTemplate
45
45
  });
46
-
47
- // src/index.ts
48
- var src_default = BowserSystemInfoPayloadPlugin;
49
46
  //# sourceMappingURL=index.cjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts","../../src/Plugin.ts","../../src/Schema.ts","../../src/Template.ts"],"sourcesContent":["import { BowserSystemInfoPayloadPlugin } from './Plugin'\n\nexport * from './Payload'\nexport * from './Schema'\nexport * from './Template'\n\nexport { BowserSystemInfoPayloadPlugin }\n\n// eslint-disable-next-line import/no-default-export\nexport default BowserSystemInfoPayloadPlugin\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":";;;;;;;;;;;;;;;;;;;;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;;;ADDH,IAAO,cAAQ;","names":[]}
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":";;;;;;;;;;;;;;;;;;;;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,7 +1,5 @@
1
- import { BowserSystemInfoPayloadPlugin } from './Plugin';
2
1
  export * from './Payload';
2
+ export { BowserSystemInfoPayloadPlugin, BowserSystemInfoPayloadPlugin as default } from './Plugin';
3
3
  export * from './Schema';
4
4
  export * from './Template';
5
- export { BowserSystemInfoPayloadPlugin };
6
- export default BowserSystemInfoPayloadPlugin;
7
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,6BAA6B,EAAE,MAAM,UAAU,CAAA;AAExD,cAAc,WAAW,CAAA;AACzB,cAAc,UAAU,CAAA;AACxB,cAAc,YAAY,CAAA;AAE1B,OAAO,EAAE,6BAA6B,EAAE,CAAA;AAGxC,eAAe,6BAA6B,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAA;AACzB,OAAO,EAAE,6BAA6B,EAAE,6BAA6B,IAAI,OAAO,EAAE,MAAM,UAAU,CAAA;AAClG,cAAc,UAAU,CAAA;AACxB,cAAc,YAAY,CAAA"}
@@ -1,7 +1,5 @@
1
- import { BowserSystemInfoPayloadPlugin } from './Plugin';
2
1
  export * from './Payload';
2
+ export { BowserSystemInfoPayloadPlugin, BowserSystemInfoPayloadPlugin as default } from './Plugin';
3
3
  export * from './Schema';
4
4
  export * from './Template';
5
- export { BowserSystemInfoPayloadPlugin };
6
- export default BowserSystemInfoPayloadPlugin;
7
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,6BAA6B,EAAE,MAAM,UAAU,CAAA;AAExD,cAAc,WAAW,CAAA;AACzB,cAAc,UAAU,CAAA;AACxB,cAAc,YAAY,CAAA;AAE1B,OAAO,EAAE,6BAA6B,EAAE,CAAA;AAGxC,eAAe,6BAA6B,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAA;AACzB,OAAO,EAAE,6BAA6B,EAAE,6BAA6B,IAAI,OAAO,EAAE,MAAM,UAAU,CAAA;AAClG,cAAc,UAAU,CAAA;AACxB,cAAc,YAAY,CAAA"}
@@ -1,7 +1,5 @@
1
- import { BowserSystemInfoPayloadPlugin } from './Plugin';
2
1
  export * from './Payload';
2
+ export { BowserSystemInfoPayloadPlugin, BowserSystemInfoPayloadPlugin as default } from './Plugin';
3
3
  export * from './Schema';
4
4
  export * from './Template';
5
- export { BowserSystemInfoPayloadPlugin };
6
- export default BowserSystemInfoPayloadPlugin;
7
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,6BAA6B,EAAE,MAAM,UAAU,CAAA;AAExD,cAAc,WAAW,CAAA;AACzB,cAAc,UAAU,CAAA;AACxB,cAAc,YAAY,CAAA;AAE1B,OAAO,EAAE,6BAA6B,EAAE,CAAA;AAGxC,eAAe,6BAA6B,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAA;AACzB,OAAO,EAAE,6BAA6B,EAAE,6BAA6B,IAAI,OAAO,EAAE,MAAM,UAAU,CAAA;AAClG,cAAc,UAAU,CAAA;AACxB,cAAc,YAAY,CAAA"}
@@ -14,13 +14,10 @@ var BowserSystemInfoPayloadPlugin = () => createPayloadPlugin({
14
14
  schema: BowserSystemInfoSchema,
15
15
  template: bowserSystemInfoPayloadTemplate
16
16
  });
17
-
18
- // src/index.ts
19
- var src_default = BowserSystemInfoPayloadPlugin;
20
17
  export {
21
18
  BowserSystemInfoPayloadPlugin,
22
19
  BowserSystemInfoSchema,
23
20
  bowserSystemInfoPayloadTemplate,
24
- src_default as default
21
+ BowserSystemInfoPayloadPlugin as default
25
22
  };
26
23
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/Plugin.ts","../../src/Schema.ts","../../src/Template.ts","../../src/index.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","import { BowserSystemInfoPayloadPlugin } from './Plugin'\n\nexport * from './Payload'\nexport * from './Schema'\nexport * from './Template'\n\nexport { BowserSystemInfoPayloadPlugin }\n\n// eslint-disable-next-line import/no-default-export\nexport default BowserSystemInfoPayloadPlugin\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;;;AGDH,IAAO,cAAQ;","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'\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,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,7 +1,5 @@
1
- import { BowserSystemInfoPayloadPlugin } from './Plugin';
2
1
  export * from './Payload';
2
+ export { BowserSystemInfoPayloadPlugin, BowserSystemInfoPayloadPlugin as default } from './Plugin';
3
3
  export * from './Schema';
4
4
  export * from './Template';
5
- export { BowserSystemInfoPayloadPlugin };
6
- export default BowserSystemInfoPayloadPlugin;
7
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,6BAA6B,EAAE,MAAM,UAAU,CAAA;AAExD,cAAc,WAAW,CAAA;AACzB,cAAc,UAAU,CAAA;AACxB,cAAc,YAAY,CAAA;AAE1B,OAAO,EAAE,6BAA6B,EAAE,CAAA;AAGxC,eAAe,6BAA6B,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAA;AACzB,OAAO,EAAE,6BAA6B,EAAE,6BAA6B,IAAI,OAAO,EAAE,MAAM,UAAU,CAAA;AAClG,cAAc,UAAU,CAAA;AACxB,cAAc,YAAY,CAAA"}
@@ -1,7 +1,5 @@
1
- import { BowserSystemInfoPayloadPlugin } from './Plugin';
2
1
  export * from './Payload';
2
+ export { BowserSystemInfoPayloadPlugin, BowserSystemInfoPayloadPlugin as default } from './Plugin';
3
3
  export * from './Schema';
4
4
  export * from './Template';
5
- export { BowserSystemInfoPayloadPlugin };
6
- export default BowserSystemInfoPayloadPlugin;
7
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,6BAA6B,EAAE,MAAM,UAAU,CAAA;AAExD,cAAc,WAAW,CAAA;AACzB,cAAc,UAAU,CAAA;AACxB,cAAc,YAAY,CAAA;AAE1B,OAAO,EAAE,6BAA6B,EAAE,CAAA;AAGxC,eAAe,6BAA6B,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAA;AACzB,OAAO,EAAE,6BAA6B,EAAE,6BAA6B,IAAI,OAAO,EAAE,MAAM,UAAU,CAAA;AAClG,cAAc,UAAU,CAAA;AACxB,cAAc,YAAY,CAAA"}
@@ -1,7 +1,5 @@
1
- import { BowserSystemInfoPayloadPlugin } from './Plugin';
2
1
  export * from './Payload';
2
+ export { BowserSystemInfoPayloadPlugin, BowserSystemInfoPayloadPlugin as default } from './Plugin';
3
3
  export * from './Schema';
4
4
  export * from './Template';
5
- export { BowserSystemInfoPayloadPlugin };
6
- export default BowserSystemInfoPayloadPlugin;
7
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,6BAA6B,EAAE,MAAM,UAAU,CAAA;AAExD,cAAc,WAAW,CAAA;AACzB,cAAc,UAAU,CAAA;AACxB,cAAc,YAAY,CAAA;AAE1B,OAAO,EAAE,6BAA6B,EAAE,CAAA;AAGxC,eAAe,6BAA6B,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAA;AACzB,OAAO,EAAE,6BAA6B,EAAE,6BAA6B,IAAI,OAAO,EAAE,MAAM,UAAU,CAAA;AAClG,cAAc,UAAU,CAAA;AACxB,cAAc,YAAY,CAAA"}
@@ -23,7 +23,7 @@ __export(src_exports, {
23
23
  BowserSystemInfoPayloadPlugin: () => BowserSystemInfoPayloadPlugin,
24
24
  BowserSystemInfoSchema: () => BowserSystemInfoSchema,
25
25
  bowserSystemInfoPayloadTemplate: () => bowserSystemInfoPayloadTemplate,
26
- default: () => src_default
26
+ default: () => BowserSystemInfoPayloadPlugin
27
27
  });
28
28
  module.exports = __toCommonJS(src_exports);
29
29
 
@@ -43,9 +43,6 @@ var BowserSystemInfoPayloadPlugin = () => (0, import_payload_plugin.createPayloa
43
43
  schema: BowserSystemInfoSchema,
44
44
  template: bowserSystemInfoPayloadTemplate
45
45
  });
46
-
47
- // src/index.ts
48
- var src_default = BowserSystemInfoPayloadPlugin;
49
46
  // Annotate the CommonJS export names for ESM import in node:
50
47
  0 && (module.exports = {
51
48
  BowserSystemInfoPayloadPlugin,
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts","../../src/Plugin.ts","../../src/Schema.ts","../../src/Template.ts"],"sourcesContent":["import { BowserSystemInfoPayloadPlugin } from './Plugin'\n\nexport * from './Payload'\nexport * from './Schema'\nexport * from './Template'\n\nexport { BowserSystemInfoPayloadPlugin }\n\n// eslint-disable-next-line import/no-default-export\nexport default BowserSystemInfoPayloadPlugin\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":";;;;;;;;;;;;;;;;;;;;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;;;ADDH,IAAO,cAAQ;","names":[]}
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":";;;;;;;;;;;;;;;;;;;;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":[]}
@@ -14,13 +14,10 @@ var BowserSystemInfoPayloadPlugin = () => createPayloadPlugin({
14
14
  schema: BowserSystemInfoSchema,
15
15
  template: bowserSystemInfoPayloadTemplate
16
16
  });
17
-
18
- // src/index.ts
19
- var src_default = BowserSystemInfoPayloadPlugin;
20
17
  export {
21
18
  BowserSystemInfoPayloadPlugin,
22
19
  BowserSystemInfoSchema,
23
20
  bowserSystemInfoPayloadTemplate,
24
- src_default as default
21
+ BowserSystemInfoPayloadPlugin as default
25
22
  };
26
23
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/Plugin.ts","../../src/Schema.ts","../../src/Template.ts","../../src/index.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","import { BowserSystemInfoPayloadPlugin } from './Plugin'\n\nexport * from './Payload'\nexport * from './Schema'\nexport * from './Template'\n\nexport { BowserSystemInfoPayloadPlugin }\n\n// eslint-disable-next-line import/no-default-export\nexport default BowserSystemInfoPayloadPlugin\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;;;AGDH,IAAO,cAAQ;","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'\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,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":[]}
package/package.json CHANGED
@@ -10,8 +10,8 @@
10
10
  "url": "https://github.com/XYOracleNetwork/plugins/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/payload-model": "^2.85.0",
14
- "@xyo-network/payload-plugin": "^2.85.0",
13
+ "@xyo-network/payload-model": "^2.85.3",
14
+ "@xyo-network/payload-plugin": "^2.85.3",
15
15
  "bowser": "^2.11.0"
16
16
  },
17
17
  "devDependencies": {
@@ -59,5 +59,5 @@
59
59
  },
60
60
  "sideEffects": false,
61
61
  "types": "dist/node/index.d.ts",
62
- "version": "2.85.0"
62
+ "version": "2.85.1"
63
63
  }
package/src/index.ts CHANGED
@@ -1,10 +1,4 @@
1
- import { BowserSystemInfoPayloadPlugin } from './Plugin'
2
-
3
1
  export * from './Payload'
2
+ export { BowserSystemInfoPayloadPlugin, BowserSystemInfoPayloadPlugin as default } from './Plugin'
4
3
  export * from './Schema'
5
4
  export * from './Template'
6
-
7
- export { BowserSystemInfoPayloadPlugin }
8
-
9
- // eslint-disable-next-line import/no-default-export
10
- export default BowserSystemInfoPayloadPlugin