@xyo-network/location-certainty-plugin 3.0.20 → 3.0.21
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/neutral/Plugin.d.ts +2 -2
- package/package.json +14 -14
package/dist/neutral/Plugin.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { LocationCertaintySchema } from '@xyo-network/location-certainty-payload-plugin';
|
|
2
2
|
import { LocationCertaintyDiviner } from './Diviner/index.ts';
|
|
3
3
|
export declare const LocationCertaintyPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetDivinerPlugin<LocationCertaintyDiviner<import(".store/@xylabs-object-npm-4.0.10-ecd4ae377a/package").BaseParamsFields & {
|
|
4
|
-
account?: import(".store/@xyo-network-account-model-virtual-
|
|
4
|
+
account?: import(".store/@xyo-network-account-model-virtual-20a294d3b6/package").AccountInstance | "random";
|
|
5
5
|
addToResolvers?: boolean;
|
|
6
|
-
additionalSigners?: import(".store/@xyo-network-account-model-virtual-
|
|
6
|
+
additionalSigners?: import(".store/@xyo-network-account-model-virtual-20a294d3b6/package").AccountInstance[];
|
|
7
7
|
allowNameResolution?: boolean;
|
|
8
8
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
9
9
|
schema: "network.xyo.location.elevation.diviner.config";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/location-certainty-plugin",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.21",
|
|
4
4
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -29,24 +29,24 @@
|
|
|
29
29
|
"module": "dist/neutral/index.mjs",
|
|
30
30
|
"types": "dist/neutral/index.d.ts",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@xyo-network/diviner-abstract": "^3.1.
|
|
33
|
-
"@xyo-network/diviner-model": "^3.1.
|
|
34
|
-
"@xyo-network/elevation-payload-plugin": "^3.0.
|
|
35
|
-
"@xyo-network/elevation-plugin": "^3.0.
|
|
36
|
-
"@xyo-network/location-certainty-payload-plugin": "^3.0.
|
|
37
|
-
"@xyo-network/location-payload-plugin": "^3.0.
|
|
38
|
-
"@xyo-network/module-model": "^3.1.
|
|
39
|
-
"@xyo-network/payload-builder": "^3.1.
|
|
40
|
-
"@xyo-network/payload-model": "^3.1.
|
|
41
|
-
"@xyo-network/payloadset-plugin": "^3.1.
|
|
32
|
+
"@xyo-network/diviner-abstract": "^3.1.11",
|
|
33
|
+
"@xyo-network/diviner-model": "^3.1.11",
|
|
34
|
+
"@xyo-network/elevation-payload-plugin": "^3.0.21",
|
|
35
|
+
"@xyo-network/elevation-plugin": "^3.0.21",
|
|
36
|
+
"@xyo-network/location-certainty-payload-plugin": "^3.0.21",
|
|
37
|
+
"@xyo-network/location-payload-plugin": "^3.0.21",
|
|
38
|
+
"@xyo-network/module-model": "^3.1.11",
|
|
39
|
+
"@xyo-network/payload-builder": "^3.1.11",
|
|
40
|
+
"@xyo-network/payload-model": "^3.1.11",
|
|
41
|
+
"@xyo-network/payloadset-plugin": "^3.1.11"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@xylabs/ts-scripts-yarn3": "^4.0.7",
|
|
45
45
|
"@xylabs/tsconfig": "^4.0.7",
|
|
46
46
|
"@xylabs/tsconfig-jest": "^4.0.7",
|
|
47
|
-
"@xyo-network/archivist-abstract": "^3.1.
|
|
48
|
-
"@xyo-network/archivist-memory": "^3.1.
|
|
49
|
-
"@xyo-network/module-resolver": "^3.1.
|
|
47
|
+
"@xyo-network/archivist-abstract": "^3.1.11",
|
|
48
|
+
"@xyo-network/archivist-memory": "^3.1.11",
|
|
49
|
+
"@xyo-network/module-resolver": "^3.1.11",
|
|
50
50
|
"fast-text-encoding": "^1.0.6",
|
|
51
51
|
"typescript": "^5.5.4"
|
|
52
52
|
},
|