@xyo-network/bowser-system-info-payload-plugin 3.4.2 → 3.4.3

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.
@@ -0,0 +1,8 @@
1
+ import { Payload } from '@xyo-network/payload-model';
2
+ import { Parser } from 'bowser';
3
+ import { BowserSystemInfoSchema } from './Schema.ts';
4
+ export type BowserSystemInfoPayload = Payload<{
5
+ bowser?: Parser.ParsedResult;
6
+ schema: BowserSystemInfoSchema;
7
+ }>;
8
+ //# sourceMappingURL=Payload.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Payload.d.ts","sourceRoot":"","sources":["../../src/Payload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAA;AAE/B,OAAO,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAA;AAEpD,MAAM,MAAM,uBAAuB,GAAG,OAAO,CAAC;IAC5C,MAAM,CAAC,EAAE,MAAM,CAAC,YAAY,CAAA;IAC5B,MAAM,EAAE,sBAAsB,CAAA;CAC/B,CAAC,CAAA"}
@@ -0,0 +1,3 @@
1
+ import { BowserSystemInfoPayload } from './Payload.ts';
2
+ export declare const BowserSystemInfoPayloadPlugin: () => import("@xyo-network/payload-plugin").PayloadPlugin<BowserSystemInfoPayload>;
3
+ //# sourceMappingURL=Plugin.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,uBAAuB,EAAE,MAAM,cAAc,CAAA;AAItD,eAAO,MAAM,6BAA6B,oFAItC,CAAA"}
@@ -0,0 +1,3 @@
1
+ export type BowserSystemInfoSchema = 'network.xyo.system.info.bowser';
2
+ export declare const BowserSystemInfoSchema: BowserSystemInfoSchema;
3
+ //# sourceMappingURL=Schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Schema.d.ts","sourceRoot":"","sources":["../../src/Schema.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,sBAAsB,GAAG,gCAAgC,CAAA;AACrE,eAAO,MAAM,sBAAsB,EAAE,sBAAyD,CAAA"}
@@ -0,0 +1,3 @@
1
+ import { BowserSystemInfoPayload } from './Payload.ts';
2
+ export declare const bowserSystemInfoPayloadTemplate: () => BowserSystemInfoPayload;
3
+ //# sourceMappingURL=Template.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Template.d.ts","sourceRoot":"","sources":["../../src/Template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,cAAc,CAAA;AAGtD,eAAO,MAAM,+BAA+B,QAAO,uBAA+D,CAAA"}
@@ -1,17 +1,5 @@
1
- import { Payload } from '@xyo-network/payload-model';
2
- import { Parser } from 'bowser';
3
- import * as _xyo_network_payload_plugin from '@xyo-network/payload-plugin';
4
-
5
- type BowserSystemInfoSchema = 'network.xyo.system.info.bowser';
6
- declare const BowserSystemInfoSchema: BowserSystemInfoSchema;
7
-
8
- type BowserSystemInfoPayload = Payload<{
9
- bowser?: Parser.ParsedResult;
10
- schema: BowserSystemInfoSchema;
11
- }>;
12
-
13
- declare const BowserSystemInfoPayloadPlugin: () => _xyo_network_payload_plugin.PayloadPlugin<BowserSystemInfoPayload>;
14
-
15
- declare const bowserSystemInfoPayloadTemplate: () => BowserSystemInfoPayload;
16
-
17
- export { type BowserSystemInfoPayload, BowserSystemInfoPayloadPlugin, BowserSystemInfoSchema, bowserSystemInfoPayloadTemplate, BowserSystemInfoPayloadPlugin as default };
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
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA;AAC5B,OAAO,EAAE,6BAA6B,EAAE,6BAA6B,IAAI,OAAO,EAAE,MAAM,aAAa,CAAA;AACrG,cAAc,aAAa,CAAA;AAC3B,cAAc,eAAe,CAAA"}
@@ -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 type { 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 type { BowserSystemInfoPayload } from './Payload.ts'\nimport { BowserSystemInfoSchema } from './Schema.ts'\n\nexport const bowserSystemInfoPayloadTemplate = (): BowserSystemInfoPayload => ({ schema: BowserSystemInfoSchema })\n"],"mappings":";AAAA,SAAS,2BAA2B;;;ACC7B,IAAM,yBAAiD;;;ACEvD,IAAM,kCAAkC,OAAgC,EAAE,QAAQ,uBAAuB;;;AFGzG,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 => ({ schema: BowserSystemInfoSchema })\n"],"mappings":";AAAA,SAAS,2BAA2B;;;ACC7B,IAAM,yBAAiD;;;ACEvD,IAAM,kCAAkC,OAAgC,EAAE,QAAQ,uBAAuB;;;AFGzG,IAAM,gCAAgC,MAC3C,oBAA6C;AAAA,EAC3C,QAAQ;AAAA,EACR,UAAU;AACZ,CAAC;","names":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/bowser-system-info-payload-plugin",
3
- "version": "3.4.2",
3
+ "version": "3.4.3",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -29,16 +29,16 @@
29
29
  "module": "dist/neutral/index.mjs",
30
30
  "types": "dist/neutral/index.d.ts",
31
31
  "dependencies": {
32
- "@xyo-network/payload-model": "^3.9.16",
33
- "@xyo-network/payload-plugin": "^3.9.16",
32
+ "@xyo-network/payload-model": "^3.9.23",
33
+ "@xyo-network/payload-plugin": "^3.9.23",
34
34
  "bowser": "^2.11.0"
35
35
  },
36
36
  "devDependencies": {
37
- "@xylabs/ts-scripts-yarn3": "^5.0.24",
38
- "@xylabs/tsconfig": "^5.0.24",
37
+ "@xylabs/ts-scripts-yarn3": "^5.0.39",
38
+ "@xylabs/tsconfig": "^5.0.39",
39
39
  "@xylabs/vitest-extended": "^4.5.1",
40
- "typescript": "^5.7.3",
41
- "vitest": "^3.0.6"
40
+ "typescript": "^5.8.2",
41
+ "vitest": "^3.0.7"
42
42
  },
43
43
  "publishConfig": {
44
44
  "access": "public"
package/src/Payload.ts CHANGED
@@ -1,7 +1,7 @@
1
- import type { Payload } from '@xyo-network/payload-model'
2
- import type { Parser } from 'bowser'
1
+ import { Payload } from '@xyo-network/payload-model'
2
+ import { Parser } from 'bowser'
3
3
 
4
- import type { BowserSystemInfoSchema } from './Schema.ts'
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,6 +1,6 @@
1
1
  import { createPayloadPlugin } from '@xyo-network/payload-plugin'
2
2
 
3
- import type { BowserSystemInfoPayload } from './Payload.ts'
3
+ import { BowserSystemInfoPayload } from './Payload.ts'
4
4
  import { BowserSystemInfoSchema } from './Schema.ts'
5
5
  import { bowserSystemInfoPayloadTemplate } from './Template.ts'
6
6
 
package/src/Template.ts CHANGED
@@ -1,4 +1,4 @@
1
- import type { BowserSystemInfoPayload } from './Payload.ts'
1
+ import { BowserSystemInfoPayload } from './Payload.ts'
2
2
  import { BowserSystemInfoSchema } from './Schema.ts'
3
3
 
4
4
  export const bowserSystemInfoPayloadTemplate = (): BowserSystemInfoPayload => ({ schema: BowserSystemInfoSchema })
package/xy.config.ts CHANGED
@@ -1,4 +1,4 @@
1
- import type { XyTsupConfig } from '@xylabs/ts-scripts-yarn3'
1
+ import { XyTsupConfig } from '@xylabs/ts-scripts-yarn3'
2
2
  const config: XyTsupConfig = {
3
3
  compile: {
4
4
  browser: {},