@xyo-network/witness 2.66.7 → 2.66.8

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.
Files changed (2) hide show
  1. package/dist/docs.json +2 -2
  2. package/package.json +5 -5
package/dist/docs.json CHANGED
@@ -37253,7 +37253,7 @@
37253
37253
  "flags": {},
37254
37254
  "type": {
37255
37255
  "type": "intrinsic",
37256
- "name": "object"
37256
+ "name": "any"
37257
37257
  }
37258
37258
  }
37259
37259
  ],
@@ -37307,7 +37307,7 @@
37307
37307
  "flags": {},
37308
37308
  "type": {
37309
37309
  "type": "intrinsic",
37310
- "name": "object"
37310
+ "name": "any"
37311
37311
  }
37312
37312
  }
37313
37313
  ],
package/package.json CHANGED
@@ -10,10 +10,10 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/abstract-witness": "~2.66.7",
14
- "@xyo-network/witness-model": "~2.66.7",
15
- "@xyo-network/witness-timestamp": "~2.66.7",
16
- "@xyo-network/witness-wrapper": "~2.66.7"
13
+ "@xyo-network/abstract-witness": "~2.66.8",
14
+ "@xyo-network/witness-model": "~2.66.8",
15
+ "@xyo-network/witness-timestamp": "~2.66.8",
16
+ "@xyo-network/witness-wrapper": "~2.66.8"
17
17
  },
18
18
  "devDependencies": {
19
19
  "@xylabs/ts-scripts-yarn3": "^2.18.11",
@@ -53,5 +53,5 @@
53
53
  },
54
54
  "sideEffects": false,
55
55
  "types": "dist/types/index.d.ts",
56
- "version": "2.66.7"
56
+ "version": "2.66.8"
57
57
  }