@xyo-network/diviner-forecasting-model 2.57.4 → 2.57.6

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/package.json CHANGED
@@ -10,14 +10,14 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/diviner-model": "^2.57.4",
14
- "@xyo-network/module-model": "^2.57.4",
15
- "@xyo-network/payload-model": "^2.57.4",
16
- "@xyo-network/promise": "^2.57.4"
13
+ "@xyo-network/diviner-model": "^2.57.6",
14
+ "@xyo-network/module-model": "^2.57.6",
15
+ "@xyo-network/payload-model": "^2.57.6",
16
+ "@xyo-network/promise": "^2.57.6"
17
17
  },
18
18
  "devDependencies": {
19
- "@xylabs/ts-scripts-yarn3": "^2.17.12",
20
- "@xylabs/tsconfig": "^2.17.12",
19
+ "@xylabs/ts-scripts-yarn3": "^2.17.13",
20
+ "@xylabs/tsconfig": "^2.17.13",
21
21
  "typescript": "^5.0.4"
22
22
  },
23
23
  "description": "Primary SDK for using XYO Protocol 2.0",
@@ -53,5 +53,5 @@
53
53
  },
54
54
  "sideEffects": false,
55
55
  "types": "dist/types/index.d.ts",
56
- "version": "2.57.4"
56
+ "version": "2.57.6"
57
57
  }
@@ -10,7 +10,6 @@ export const ForecastingDivinerConfigSchema: ForecastingDivinerConfigSchema = `$
10
10
 
11
11
  export type ForecastingDivinerConfig = DivinerConfig<
12
12
  {
13
- archivist?: ModuleFilter
14
13
  boundWitnessDiviner?: ModuleFilter
15
14
  schema: ForecastingDivinerConfigSchema
16
15
  } & ForecastingSettings &