@xyo-network/url-payload-plugin 3.4.1 → 3.4.2

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.
@@ -1,4 +1,3 @@
1
- import * as _store__xylabs_object_npm_4_5_1_e31c389195_package from '.store/@xylabs-object-npm-4.5.1-e31c389195/package';
2
1
  import { Payload } from '@xyo-network/payload-model';
3
2
  import * as _xyo_network_payload_plugin from '@xyo-network/payload-plugin';
4
3
 
@@ -9,15 +8,9 @@ type UrlPayload = Payload<{
9
8
  schema: UrlSchema;
10
9
  url: string;
11
10
  }>;
12
- declare const isUrlPayload: (x?: unknown | null) => x is _store__xylabs_object_npm_4_5_1_e31c389195_package.DeepRestrictToStringKeys<{
13
- schema: "network.xyo.url";
14
- url: string;
15
- }>;
11
+ declare const isUrlPayload: (x?: unknown | null) => x is UrlPayload;
16
12
 
17
- declare const UrlPayloadPlugin: () => _xyo_network_payload_plugin.PayloadPlugin<_store__xylabs_object_npm_4_5_1_e31c389195_package.DeepRestrictToStringKeys<{
18
- schema: "network.xyo.url";
19
- url: string;
20
- }>>;
13
+ declare const UrlPayloadPlugin: () => _xyo_network_payload_plugin.PayloadPlugin<UrlPayload>;
21
14
 
22
15
  declare const urlPayloadTemplate: () => UrlPayload;
23
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/url-payload-plugin",
3
- "version": "3.4.1",
3
+ "version": "3.4.2",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -29,15 +29,15 @@
29
29
  "module": "dist/neutral/index.mjs",
30
30
  "types": "dist/neutral/index.d.ts",
31
31
  "dependencies": {
32
- "@xyo-network/payload-model": "^3.8.5",
33
- "@xyo-network/payload-plugin": "^3.8.5"
32
+ "@xyo-network/payload-model": "^3.9.16",
33
+ "@xyo-network/payload-plugin": "^3.9.16"
34
34
  },
35
35
  "devDependencies": {
36
- "@xylabs/ts-scripts-yarn3": "^5.0.22",
37
- "@xylabs/tsconfig": "^5.0.22",
36
+ "@xylabs/ts-scripts-yarn3": "^5.0.24",
37
+ "@xylabs/tsconfig": "^5.0.24",
38
38
  "@xylabs/vitest-extended": "^4.5.1",
39
39
  "typescript": "^5.7.3",
40
- "vitest": "^3.0.5"
40
+ "vitest": "^3.0.6"
41
41
  },
42
42
  "publishConfig": {
43
43
  "access": "public"