@xyo-network/url-safety-plugin 2.84.5 → 2.85.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.
@@ -2,7 +2,7 @@ import { UrlSafetyWitness } from './Witness';
2
2
  export declare const UrlSafetyPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<UrlSafetyWitness<import("@xyo-network/object").BaseParamsFields & {
3
3
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
4
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
5
- accountDerivationPath?: string | undefined;
5
+ accountPath?: string | undefined;
6
6
  readonly archivist?: string | undefined;
7
7
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
8
8
  readonly name?: string | undefined;
@@ -19,7 +19,7 @@ export declare const UrlSafetyPlugin: () => import("@xyo-network/payloadset-plug
19
19
  readonly storeQueries?: boolean | undefined;
20
20
  readonly timestamp?: boolean | undefined;
21
21
  } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
22
- accountDerivationPath?: string | undefined;
22
+ accountPath?: string | undefined;
23
23
  readonly archivist?: string | undefined;
24
24
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
25
25
  readonly name?: string | undefined;
@@ -49,7 +49,6 @@ export declare const UrlSafetyPlugin: () => import("@xyo-network/payloadset-plug
49
49
  schema: string;
50
50
  };
51
51
  ephemeralQueryAccountEnabled?: boolean | undefined;
52
- wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
53
52
  } & {
54
53
  google?: {
55
54
  safeBrowsing?: {
@@ -1 +1 @@
1
- {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAA;AAE5C,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GASzB,CAAA"}
1
+ {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAA;AAE5C,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GASzB,CAAA"}
@@ -2,7 +2,7 @@ import { UrlSafetyWitness } from './Witness';
2
2
  export declare const UrlSafetyPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<UrlSafetyWitness<import("@xyo-network/object").BaseParamsFields & {
3
3
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
4
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
5
- accountDerivationPath?: string | undefined;
5
+ accountPath?: string | undefined;
6
6
  readonly archivist?: string | undefined;
7
7
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
8
8
  readonly name?: string | undefined;
@@ -19,7 +19,7 @@ export declare const UrlSafetyPlugin: () => import("@xyo-network/payloadset-plug
19
19
  readonly storeQueries?: boolean | undefined;
20
20
  readonly timestamp?: boolean | undefined;
21
21
  } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
22
- accountDerivationPath?: string | undefined;
22
+ accountPath?: string | undefined;
23
23
  readonly archivist?: string | undefined;
24
24
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
25
25
  readonly name?: string | undefined;
@@ -49,7 +49,6 @@ export declare const UrlSafetyPlugin: () => import("@xyo-network/payloadset-plug
49
49
  schema: string;
50
50
  };
51
51
  ephemeralQueryAccountEnabled?: boolean | undefined;
52
- wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
53
52
  } & {
54
53
  google?: {
55
54
  safeBrowsing?: {
@@ -1 +1 @@
1
- {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAA;AAE5C,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GASzB,CAAA"}
1
+ {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAA;AAE5C,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GASzB,CAAA"}
@@ -2,7 +2,7 @@ import { UrlSafetyWitness } from './Witness';
2
2
  export declare const UrlSafetyPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<UrlSafetyWitness<import("@xyo-network/object").BaseParamsFields & {
3
3
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
4
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
5
- accountDerivationPath?: string | undefined;
5
+ accountPath?: string | undefined;
6
6
  readonly archivist?: string | undefined;
7
7
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
8
8
  readonly name?: string | undefined;
@@ -19,7 +19,7 @@ export declare const UrlSafetyPlugin: () => import("@xyo-network/payloadset-plug
19
19
  readonly storeQueries?: boolean | undefined;
20
20
  readonly timestamp?: boolean | undefined;
21
21
  } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
22
- accountDerivationPath?: string | undefined;
22
+ accountPath?: string | undefined;
23
23
  readonly archivist?: string | undefined;
24
24
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
25
25
  readonly name?: string | undefined;
@@ -49,7 +49,6 @@ export declare const UrlSafetyPlugin: () => import("@xyo-network/payloadset-plug
49
49
  schema: string;
50
50
  };
51
51
  ephemeralQueryAccountEnabled?: boolean | undefined;
52
- wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
53
52
  } & {
54
53
  google?: {
55
54
  safeBrowsing?: {
@@ -1 +1 @@
1
- {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAA;AAE5C,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GASzB,CAAA"}
1
+ {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAA;AAE5C,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GASzB,CAAA"}
@@ -2,7 +2,7 @@ import { UrlSafetyWitness } from './Witness';
2
2
  export declare const UrlSafetyPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<UrlSafetyWitness<import("@xyo-network/object").BaseParamsFields & {
3
3
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
4
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
5
- accountDerivationPath?: string | undefined;
5
+ accountPath?: string | undefined;
6
6
  readonly archivist?: string | undefined;
7
7
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
8
8
  readonly name?: string | undefined;
@@ -19,7 +19,7 @@ export declare const UrlSafetyPlugin: () => import("@xyo-network/payloadset-plug
19
19
  readonly storeQueries?: boolean | undefined;
20
20
  readonly timestamp?: boolean | undefined;
21
21
  } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
22
- accountDerivationPath?: string | undefined;
22
+ accountPath?: string | undefined;
23
23
  readonly archivist?: string | undefined;
24
24
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
25
25
  readonly name?: string | undefined;
@@ -49,7 +49,6 @@ export declare const UrlSafetyPlugin: () => import("@xyo-network/payloadset-plug
49
49
  schema: string;
50
50
  };
51
51
  ephemeralQueryAccountEnabled?: boolean | undefined;
52
- wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
53
52
  } & {
54
53
  google?: {
55
54
  safeBrowsing?: {
@@ -1 +1 @@
1
- {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAA;AAE5C,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GASzB,CAAA"}
1
+ {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAA;AAE5C,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GASzB,CAAA"}
@@ -2,7 +2,7 @@ import { UrlSafetyWitness } from './Witness';
2
2
  export declare const UrlSafetyPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<UrlSafetyWitness<import("@xyo-network/object").BaseParamsFields & {
3
3
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
4
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
5
- accountDerivationPath?: string | undefined;
5
+ accountPath?: string | undefined;
6
6
  readonly archivist?: string | undefined;
7
7
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
8
8
  readonly name?: string | undefined;
@@ -19,7 +19,7 @@ export declare const UrlSafetyPlugin: () => import("@xyo-network/payloadset-plug
19
19
  readonly storeQueries?: boolean | undefined;
20
20
  readonly timestamp?: boolean | undefined;
21
21
  } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
22
- accountDerivationPath?: string | undefined;
22
+ accountPath?: string | undefined;
23
23
  readonly archivist?: string | undefined;
24
24
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
25
25
  readonly name?: string | undefined;
@@ -49,7 +49,6 @@ export declare const UrlSafetyPlugin: () => import("@xyo-network/payloadset-plug
49
49
  schema: string;
50
50
  };
51
51
  ephemeralQueryAccountEnabled?: boolean | undefined;
52
- wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
53
52
  } & {
54
53
  google?: {
55
54
  safeBrowsing?: {
@@ -1 +1 @@
1
- {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAA;AAE5C,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GASzB,CAAA"}
1
+ {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAA;AAE5C,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GASzB,CAAA"}
@@ -2,7 +2,7 @@ import { UrlSafetyWitness } from './Witness';
2
2
  export declare const UrlSafetyPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<UrlSafetyWitness<import("@xyo-network/object").BaseParamsFields & {
3
3
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
4
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
5
- accountDerivationPath?: string | undefined;
5
+ accountPath?: string | undefined;
6
6
  readonly archivist?: string | undefined;
7
7
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
8
8
  readonly name?: string | undefined;
@@ -19,7 +19,7 @@ export declare const UrlSafetyPlugin: () => import("@xyo-network/payloadset-plug
19
19
  readonly storeQueries?: boolean | undefined;
20
20
  readonly timestamp?: boolean | undefined;
21
21
  } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
22
- accountDerivationPath?: string | undefined;
22
+ accountPath?: string | undefined;
23
23
  readonly archivist?: string | undefined;
24
24
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
25
25
  readonly name?: string | undefined;
@@ -49,7 +49,6 @@ export declare const UrlSafetyPlugin: () => import("@xyo-network/payloadset-plug
49
49
  schema: string;
50
50
  };
51
51
  ephemeralQueryAccountEnabled?: boolean | undefined;
52
- wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
53
52
  } & {
54
53
  google?: {
55
54
  safeBrowsing?: {
@@ -1 +1 @@
1
- {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAA;AAE5C,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GASzB,CAAA"}
1
+ {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAA;AAE5C,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GASzB,CAAA"}
package/package.json CHANGED
@@ -11,19 +11,19 @@
11
11
  },
12
12
  "dependencies": {
13
13
  "@xylabs/axios": "^2.13.20",
14
- "@xyo-network/abstract-witness": "^2.84.18",
15
- "@xyo-network/module-model": "^2.84.18",
16
- "@xyo-network/payload-model": "^2.84.18",
17
- "@xyo-network/payloadset-plugin": "^2.84.18",
18
- "@xyo-network/url-payload-plugin": "~2.84.5",
19
- "@xyo-network/url-safety-payload-plugin": "~2.84.5",
20
- "@xyo-network/witness-model": "^2.84.18"
14
+ "@xyo-network/abstract-witness": "^2.85.0",
15
+ "@xyo-network/module-model": "^2.85.0",
16
+ "@xyo-network/payload-model": "^2.85.0",
17
+ "@xyo-network/payloadset-plugin": "^2.85.0",
18
+ "@xyo-network/url-payload-plugin": "~2.85.0",
19
+ "@xyo-network/url-safety-payload-plugin": "~2.85.0",
20
+ "@xyo-network/witness-model": "^2.85.0"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@xylabs/jest-helpers": "^2.13.20",
24
24
  "@xylabs/ts-scripts-yarn3": "^3.2.25",
25
25
  "@xylabs/tsconfig": "^3.2.25",
26
- "@xyo-network/account": "^2.84.18",
26
+ "@xyo-network/account": "^2.85.0",
27
27
  "jest": "^29.7.0",
28
28
  "typescript": "^5.3.3"
29
29
  },
@@ -66,6 +66,6 @@
66
66
  "url": "https://github.com/XYOracleNetwork/plugins.git"
67
67
  },
68
68
  "sideEffects": false,
69
- "version": "2.84.5",
69
+ "version": "2.85.0",
70
70
  "type": "module"
71
71
  }