@xyo-network/witness 2.75.9 → 2.75.12

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 +58 -47
  2. package/package.json +7 -7
package/dist/docs.json CHANGED
@@ -43229,63 +43229,74 @@
43229
43229
  "name": "x",
43230
43230
  "variant": "param",
43231
43231
  "kind": 32768,
43232
- "flags": {},
43232
+ "flags": {
43233
+ "isOptional": true
43234
+ },
43233
43235
  "type": {
43234
- "type": "intersection",
43236
+ "type": "union",
43235
43237
  "types": [
43236
43238
  {
43237
- "type": "reflection",
43238
- "declaration": {
43239
- "id": 761,
43240
- "name": "__type",
43241
- "variant": "declaration",
43242
- "kind": 65536,
43243
- "flags": {},
43244
- "children": [
43245
- {
43246
- "id": 762,
43247
- "name": "schema",
43239
+ "type": "literal",
43240
+ "value": null
43241
+ },
43242
+ {
43243
+ "type": "intersection",
43244
+ "types": [
43245
+ {
43246
+ "type": "reflection",
43247
+ "declaration": {
43248
+ "id": 761,
43249
+ "name": "__type",
43248
43250
  "variant": "declaration",
43249
- "kind": 1024,
43251
+ "kind": 65536,
43250
43252
  "flags": {},
43253
+ "children": [
43254
+ {
43255
+ "id": 762,
43256
+ "name": "schema",
43257
+ "variant": "declaration",
43258
+ "kind": 1024,
43259
+ "flags": {},
43260
+ "sources": [
43261
+ {
43262
+ "fileName": "modules/packages/witness/packages/timestamp/dist/node/Payload.d.ts",
43263
+ "line": 8,
43264
+ "character": 4
43265
+ }
43266
+ ],
43267
+ "type": {
43268
+ "type": "intrinsic",
43269
+ "name": "string"
43270
+ }
43271
+ }
43272
+ ],
43273
+ "groups": [
43274
+ {
43275
+ "title": "Properties",
43276
+ "children": [
43277
+ 762
43278
+ ]
43279
+ }
43280
+ ],
43251
43281
  "sources": [
43252
43282
  {
43253
43283
  "fileName": "modules/packages/witness/packages/timestamp/dist/node/Payload.d.ts",
43254
- "line": 8,
43255
- "character": 4
43284
+ "line": 7,
43285
+ "character": 40
43256
43286
  }
43257
- ],
43258
- "type": {
43259
- "type": "intrinsic",
43260
- "name": "string"
43261
- }
43262
- }
43263
- ],
43264
- "groups": [
43265
- {
43266
- "title": "Properties",
43267
- "children": [
43268
- 762
43269
43287
  ]
43270
43288
  }
43271
- ],
43272
- "sources": [
43273
- {
43274
- "fileName": "modules/packages/witness/packages/timestamp/dist/node/Payload.d.ts",
43275
- "line": 7,
43276
- "character": 38
43277
- }
43278
- ]
43279
- }
43280
- },
43281
- {
43282
- "type": "reference",
43283
- "target": {
43284
- "sourceFileName": "../../../protocol/packages/payload/packages/model/src/Payload.ts",
43285
- "qualifiedName": "PayloadFields"
43286
- },
43287
- "name": "PayloadFields",
43288
- "package": "@xyo-network/payload-model"
43289
+ },
43290
+ {
43291
+ "type": "reference",
43292
+ "target": {
43293
+ "sourceFileName": "../../../protocol/packages/payload/packages/model/src/Payload.ts",
43294
+ "qualifiedName": "PayloadFields"
43295
+ },
43296
+ "name": "PayloadFields",
43297
+ "package": "@xyo-network/payload-model"
43298
+ }
43299
+ ]
43289
43300
  }
43290
43301
  ]
43291
43302
  }
@@ -43356,7 +43367,7 @@
43356
43367
  {
43357
43368
  "fileName": "modules/packages/witness/packages/timestamp/dist/node/Payload.d.ts",
43358
43369
  "line": 9,
43359
- "character": 169
43370
+ "character": 189
43360
43371
  }
43361
43372
  ]
43362
43373
  }
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/abstract-witness": "~2.75.9",
14
- "@xyo-network/witness-model": "~2.75.9",
15
- "@xyo-network/witness-timestamp": "~2.75.9",
16
- "@xyo-network/witness-wrapper": "~2.75.9"
13
+ "@xyo-network/abstract-witness": "~2.75.12",
14
+ "@xyo-network/witness-model": "~2.75.12",
15
+ "@xyo-network/witness-timestamp": "~2.75.12",
16
+ "@xyo-network/witness-wrapper": "~2.75.12"
17
17
  },
18
18
  "devDependencies": {
19
- "@xylabs/ts-scripts-yarn3": "^3.0.84",
20
- "@xylabs/tsconfig": "^3.0.84",
19
+ "@xylabs/ts-scripts-yarn3": "^3.0.88",
20
+ "@xylabs/tsconfig": "^3.0.88",
21
21
  "typescript": "^5.2.2"
22
22
  },
23
23
  "description": "Primary SDK for using XYO Protocol 2.0",
@@ -63,5 +63,5 @@
63
63
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
64
64
  },
65
65
  "sideEffects": false,
66
- "version": "2.75.9"
66
+ "version": "2.75.12"
67
67
  }