@xyo-network/bowser-system-info-payload-plugin 3.6.1 → 4.1.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.
@@ -0,0 +1,18 @@
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 { BowserSystemInfoPayloadPlugin, BowserSystemInfoSchema, bowserSystemInfoPayloadTemplate, BowserSystemInfoPayloadPlugin as default };
18
+ export type { BowserSystemInfoPayload };
@@ -0,0 +1,2 @@
1
+ import '@xylabs/vitest-extended';
2
+ //# sourceMappingURL=Plugin.spec.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Plugin.spec.d.ts","sourceRoot":"","sources":["../../../src/spec/Plugin.spec.ts"],"names":[],"mappings":"AAAA,OAAO,yBAAyB,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/bowser-system-info-payload-plugin",
3
- "version": "3.6.1",
3
+ "version": "4.1.0",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -21,25 +21,25 @@
21
21
  "type": "module",
22
22
  "exports": {
23
23
  ".": {
24
- "types": "./dist/types/index.d.ts",
24
+ "types": "./dist/neutral/index.d.ts",
25
25
  "default": "./dist/neutral/index.mjs"
26
26
  },
27
27
  "./package.json": "./package.json"
28
28
  },
29
29
  "module": "dist/neutral/index.mjs",
30
- "types": "dist/types/index.d.ts",
30
+ "types": "dist/neutral/index.d.ts",
31
31
  "dependencies": {
32
- "@xyo-network/payload-model": "^3.17.1",
33
- "@xyo-network/payload-plugin": "^3.17.1",
32
+ "@xyo-network/payload-model": "^4.1.1",
33
+ "@xyo-network/payload-plugin": "^4.1.1",
34
34
  "bowser": "^2.11.0"
35
35
  },
36
36
  "devDependencies": {
37
- "@xylabs/ts-scripts-yarn3": "^6.5.7",
38
- "@xylabs/tsconfig": "^6.5.7",
39
- "@xylabs/vitest-extended": "^4.11.2",
40
- "knip": "^5.59.0",
37
+ "@xylabs/ts-scripts-yarn3": "^7.0.0-rc.24",
38
+ "@xylabs/tsconfig": "^7.0.0-rc.24",
39
+ "@xylabs/vitest-extended": "^4.13.15",
40
+ "knip": "^5.61.3",
41
41
  "typescript": "^5.8.3",
42
- "vitest": "^3.1.4"
42
+ "vitest": "^3.2.4"
43
43
  },
44
44
  "publishConfig": {
45
45
  "access": "public"
@@ -1,5 +0,0 @@
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
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes