@xyo-network/location-certainty-plugin 3.5.7 → 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 { LocationCertaintyDiviner } from './Diviner/index.ts';
2
- export declare const LocationCertaintyPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetDivinerPlugin<LocationCertaintyDiviner<import(".store/@xylabs-base-npm-4.8.9-ca819b09fe/package").BaseParamsFields & {
3
- account?: import(".store/@xyo-network-account-model-npm-3.14.16-dfd87a8feb/package").AccountInstance | "random";
2
+ export declare const LocationCertaintyPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetDivinerPlugin<LocationCertaintyDiviner<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.14.16-dfd87a8feb/package").AccountInstance[];
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("./Diviner/Config.ts").LocationCertaintyDivinerConfig>;
8
8
  ephemeralQueryAccountEnabled?: boolean;
9
9
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
10
- privateChildren?: import("@xyo-network/module-model").ModuleInstance[];
11
- publicChildren?: import("@xyo-network/module-model").ModuleInstance[];
12
- }>>;
10
+ } & import("@xyo-network/module-model").ModuleChildrenParams>>;
13
11
  //# 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;;;;;;;;;;GAQjC,CAAA"}
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;;;;;;;;8DAQjC,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/location-certainty-plugin",
3
- "version": "3.5.7",
3
+ "version": "3.6.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": "^3.14.16",
33
- "@xyo-network/diviner-model": "^3.14.16",
34
- "@xyo-network/elevation-payload-plugin": "^3.5.7",
35
- "@xyo-network/elevation-plugin": "^3.5.7",
36
- "@xyo-network/location-certainty-payload-plugin": "^3.5.7",
37
- "@xyo-network/location-payload-plugin": "^3.5.7",
38
- "@xyo-network/module-model": "^3.14.16",
39
- "@xyo-network/payload-builder": "^3.14.16",
40
- "@xyo-network/payload-model": "^3.14.16",
41
- "@xyo-network/payloadset-plugin": "^3.14.16"
32
+ "@xyo-network/diviner-abstract": "^3.17.0",
33
+ "@xyo-network/diviner-model": "^3.17.0",
34
+ "@xyo-network/elevation-plugin": "^3.6.0",
35
+ "@xyo-network/location-certainty-payload-plugin": "^3.6.0",
36
+ "@xyo-network/location-payload-plugin": "^3.6.0",
37
+ "@xyo-network/module-model": "^3.17.0",
38
+ "@xyo-network/payload-builder": "^3.17.0",
39
+ "@xyo-network/payload-model": "^3.17.0",
40
+ "@xyo-network/payloadset-plugin": "^3.17.0"
42
41
  },
43
42
  "devDependencies": {
44
- "@xylabs/ts-scripts-yarn3": "^6.4.6",
45
- "@xylabs/tsconfig": "^6.4.6",
46
- "@xylabs/vitest-extended": "^4.8.9",
47
- "@xyo-network/archivist-abstract": "^3.14.16",
48
- "@xyo-network/archivist-memory": "^3.14.16",
49
- "@xyo-network/module-resolver": "^3.14.16",
43
+ "@xylabs/ts-scripts-yarn3": "^6.5.7",
44
+ "@xylabs/tsconfig": "^6.5.7",
45
+ "@xylabs/vitest-extended": "^4.10.0",
46
+ "@xyo-network/archivist-abstract": "^3.17.0",
47
+ "@xyo-network/archivist-memory": "^3.17.0",
48
+ "@xyo-network/elevation-payload-plugin": "^3.6.0",
49
+ "@xyo-network/module-resolver": "^3.17.0",
50
50
  "fast-text-encoding": "^1.0.6",
51
- "knip": "^5.51.0",
51
+ "knip": "^5.57.0",
52
52
  "typescript": "^5.8.3",
53
- "vitest": "^3.1.2"
53
+ "vitest": "^3.1.4"
54
54
  },
55
55
  "publishConfig": {
56
56
  "access": "public"