@xyo-network/location-certainty-plugin 3.6.0 → 4.0.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.
- package/dist/types/Plugin.d.ts +1 -9
- package/dist/types/Plugin.d.ts.map +1 -1
- package/package.json +19 -19
package/dist/types/Plugin.d.ts
CHANGED
|
@@ -1,11 +1,3 @@
|
|
|
1
1
|
import { LocationCertaintyDiviner } from './Diviner/index.ts';
|
|
2
|
-
export declare const LocationCertaintyPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetDivinerPlugin<LocationCertaintyDiviner<import(".
|
|
3
|
-
account?: import(".store/@xyo-network-account-model-npm-3.17.0-f4dfdc79cc/package").AccountInstance | "random";
|
|
4
|
-
addToResolvers?: boolean;
|
|
5
|
-
additionalSigners?: import(".store/@xyo-network-account-model-npm-3.17.0-f4dfdc79cc/package").AccountInstance[];
|
|
6
|
-
allowNameResolution?: boolean;
|
|
7
|
-
config: import("@xyo-network/module-model").AnyConfigSchema<import("./Diviner/Config.ts").LocationCertaintyDivinerConfig>;
|
|
8
|
-
ephemeralQueryAccountEnabled?: boolean;
|
|
9
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
10
|
-
} & import("@xyo-network/module-model").ModuleChildrenParams>>;
|
|
2
|
+
export declare const LocationCertaintyPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetDivinerPlugin<LocationCertaintyDiviner<import("./Diviner/Diviner.ts").LocationCertaintyDivinerParams>>;
|
|
11
3
|
//# sourceMappingURL=Plugin.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,wBAAwB,EAAE,MAAM,oBAAoB,CAAA;AAE7D,eAAO,MAAM,uBAAuB
|
|
1
|
+
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,wBAAwB,EAAE,MAAM,oBAAoB,CAAA;AAE7D,eAAO,MAAM,uBAAuB,iKAQjC,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/location-certainty-plugin",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.0",
|
|
4
4
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -29,28 +29,28 @@
|
|
|
29
29
|
"module": "dist/neutral/index.mjs",
|
|
30
30
|
"types": "dist/types/index.d.ts",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@xyo-network/diviner-abstract": "^
|
|
33
|
-
"@xyo-network/diviner-model": "^
|
|
34
|
-
"@xyo-network/elevation-plugin": "^
|
|
35
|
-
"@xyo-network/location-certainty-payload-plugin": "^
|
|
36
|
-
"@xyo-network/location-payload-plugin": "^
|
|
37
|
-
"@xyo-network/module-model": "^
|
|
38
|
-
"@xyo-network/payload-builder": "^
|
|
39
|
-
"@xyo-network/payload-model": "^
|
|
40
|
-
"@xyo-network/payloadset-plugin": "^
|
|
32
|
+
"@xyo-network/diviner-abstract": "^4.0.1",
|
|
33
|
+
"@xyo-network/diviner-model": "^4.0.1",
|
|
34
|
+
"@xyo-network/elevation-plugin": "^4.0.0",
|
|
35
|
+
"@xyo-network/location-certainty-payload-plugin": "^4.0.0",
|
|
36
|
+
"@xyo-network/location-payload-plugin": "^4.0.0",
|
|
37
|
+
"@xyo-network/module-model": "^4.0.1",
|
|
38
|
+
"@xyo-network/payload-builder": "^4.0.1",
|
|
39
|
+
"@xyo-network/payload-model": "^4.0.1",
|
|
40
|
+
"@xyo-network/payloadset-plugin": "^4.0.1"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@xylabs/ts-scripts-yarn3": "^6.5.
|
|
44
|
-
"@xylabs/tsconfig": "^6.5.
|
|
45
|
-
"@xylabs/vitest-extended": "^4.
|
|
46
|
-
"@xyo-network/archivist-abstract": "^
|
|
47
|
-
"@xyo-network/archivist-memory": "^
|
|
48
|
-
"@xyo-network/elevation-payload-plugin": "^
|
|
49
|
-
"@xyo-network/module-resolver": "^
|
|
43
|
+
"@xylabs/ts-scripts-yarn3": "^6.5.12",
|
|
44
|
+
"@xylabs/tsconfig": "^6.5.12",
|
|
45
|
+
"@xylabs/vitest-extended": "^4.12.31",
|
|
46
|
+
"@xyo-network/archivist-abstract": "^4.0.1",
|
|
47
|
+
"@xyo-network/archivist-memory": "^4.0.1",
|
|
48
|
+
"@xyo-network/elevation-payload-plugin": "^4.0.0",
|
|
49
|
+
"@xyo-network/module-resolver": "^4.0.1",
|
|
50
50
|
"fast-text-encoding": "^1.0.6",
|
|
51
|
-
"knip": "^5.
|
|
51
|
+
"knip": "^5.61.3",
|
|
52
52
|
"typescript": "^5.8.3",
|
|
53
|
-
"vitest": "^3.
|
|
53
|
+
"vitest": "^3.2.4"
|
|
54
54
|
},
|
|
55
55
|
"publishConfig": {
|
|
56
56
|
"access": "public"
|