@xyo-network/url-plugin 3.5.6 → 3.6.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.
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { UrlWitness } from './Witness/index.ts';
|
|
2
|
-
export declare const UrlPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<UrlWitness<import(".store/@xylabs-base-npm-4.
|
|
3
|
-
account?: import(".store/@xyo-network-account-model-npm-3.
|
|
2
|
+
export declare const UrlPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<UrlWitness<import(".store/@xylabs-base-npm-4.10.0-083847c57a/package").BaseParamsFields & {
|
|
3
|
+
account?: import(".store/@xyo-network-account-model-npm-3.17.0-f4dfdc79cc/package").AccountInstance | "random";
|
|
4
4
|
addToResolvers?: boolean;
|
|
5
|
-
additionalSigners?: import(".store/@xyo-network-account-model-npm-3.
|
|
5
|
+
additionalSigners?: import(".store/@xyo-network-account-model-npm-3.17.0-f4dfdc79cc/package").AccountInstance[];
|
|
6
6
|
allowNameResolution?: boolean;
|
|
7
7
|
config: import("@xyo-network/module-model").AnyConfigSchema<import("./Witness/Config.ts").UrlWitnessConfig>;
|
|
8
8
|
ephemeralQueryAccountEnabled?: boolean;
|
|
9
9
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
10
|
-
|
|
11
|
-
publicChildren?: import("@xyo-network/module-model").ModuleInstance[];
|
|
12
|
-
}>>;
|
|
10
|
+
} & import("@xyo-network/module-model").ModuleChildrenParams>>;
|
|
13
11
|
//# sourceMappingURL=PluginBrowser.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PluginBrowser.d.ts","sourceRoot":"","sources":["../../src/PluginBrowser.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAA;AAE/C,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"PluginBrowser.d.ts","sourceRoot":"","sources":["../../src/PluginBrowser.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAA;AAE/C,eAAO,MAAM,SAAS;;;;;;;;8DASnB,CAAA"}
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { UrlWitness } from './Witness/index.ts';
|
|
2
|
-
export declare const UrlPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<UrlWitness<import(".store/@xylabs-base-npm-4.
|
|
3
|
-
account?: import(".store/@xyo-network-account-model-npm-3.
|
|
2
|
+
export declare const UrlPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<UrlWitness<import(".store/@xylabs-base-npm-4.10.0-083847c57a/package").BaseParamsFields & {
|
|
3
|
+
account?: import(".store/@xyo-network-account-model-npm-3.17.0-f4dfdc79cc/package").AccountInstance | "random";
|
|
4
4
|
addToResolvers?: boolean;
|
|
5
|
-
additionalSigners?: import(".store/@xyo-network-account-model-npm-3.
|
|
5
|
+
additionalSigners?: import(".store/@xyo-network-account-model-npm-3.17.0-f4dfdc79cc/package").AccountInstance[];
|
|
6
6
|
allowNameResolution?: boolean;
|
|
7
7
|
config: import("@xyo-network/module-model").AnyConfigSchema<import("./Witness/Config.ts").UrlWitnessConfig>;
|
|
8
8
|
ephemeralQueryAccountEnabled?: boolean;
|
|
9
9
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
10
|
-
|
|
11
|
-
publicChildren?: import("@xyo-network/module-model").ModuleInstance[];
|
|
12
|
-
}>>;
|
|
10
|
+
} & import("@xyo-network/module-model").ModuleChildrenParams>>;
|
|
13
11
|
//# sourceMappingURL=PluginNode.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PluginNode.d.ts","sourceRoot":"","sources":["../../src/PluginNode.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAA;AAE/C,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"PluginNode.d.ts","sourceRoot":"","sources":["../../src/PluginNode.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAA;AAE/C,eAAO,MAAM,SAAS;;;;;;;;8DASnB,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/url-plugin",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.6.0",
|
|
4
4
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -37,22 +37,22 @@
|
|
|
37
37
|
"module": "dist/node/indexNode.mjs",
|
|
38
38
|
"types": "dist/types/indexNode.d.ts",
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@xylabs/assert": "^4.
|
|
41
|
-
"@xylabs/crypto": "^4.
|
|
42
|
-
"@xyo-network/abstract-witness": "^3.
|
|
43
|
-
"@xyo-network/module-model": "^3.
|
|
44
|
-
"@xyo-network/payload-model": "^3.
|
|
45
|
-
"@xyo-network/payloadset-plugin": "^3.
|
|
46
|
-
"@xyo-network/url-payload-plugin": "^3.
|
|
47
|
-
"@xyo-network/witness-model": "^3.
|
|
40
|
+
"@xylabs/assert": "^4.10.0",
|
|
41
|
+
"@xylabs/crypto": "^4.10.0",
|
|
42
|
+
"@xyo-network/abstract-witness": "^3.17.0",
|
|
43
|
+
"@xyo-network/module-model": "^3.17.0",
|
|
44
|
+
"@xyo-network/payload-model": "^3.17.0",
|
|
45
|
+
"@xyo-network/payloadset-plugin": "^3.17.0",
|
|
46
|
+
"@xyo-network/url-payload-plugin": "^3.6.0",
|
|
47
|
+
"@xyo-network/witness-model": "^3.17.0"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@xylabs/ts-scripts-yarn3": "^6.
|
|
51
|
-
"@xylabs/tsconfig": "^6.
|
|
52
|
-
"@xylabs/vitest-extended": "^4.
|
|
53
|
-
"knip": "^5.
|
|
50
|
+
"@xylabs/ts-scripts-yarn3": "^6.5.7",
|
|
51
|
+
"@xylabs/tsconfig": "^6.5.7",
|
|
52
|
+
"@xylabs/vitest-extended": "^4.10.0",
|
|
53
|
+
"knip": "^5.57.0",
|
|
54
54
|
"typescript": "^5.8.3",
|
|
55
|
-
"vitest": "^3.1.
|
|
55
|
+
"vitest": "^3.1.4"
|
|
56
56
|
},
|
|
57
57
|
"publishConfig": {
|
|
58
58
|
"access": "public"
|