@xyo-network/payloadset-plugins 2.43.27 → 2.43.29

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 +12 -6
  2. package/package.json +15 -13
package/dist/docs.json CHANGED
@@ -17,7 +17,7 @@
17
17
  "fileName": "plugins/packages/payloadset/src/index.ts",
18
18
  "line": 38,
19
19
  "character": 0,
20
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/6bce47c1b5/packages/plugins/packages/payloadset/src/index.ts#L38"
20
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/43676564f/packages/plugins/packages/payloadset/src/index.ts#L38"
21
21
  }
22
22
  ],
23
23
  "target": 1
@@ -8318,7 +8318,9 @@
8318
8318
  "flags": {},
8319
8319
  "type": {
8320
8320
  "type": "reference",
8321
- "name": "Geolocation"
8321
+ "name": "Geolocation",
8322
+ "qualifiedName": "Geolocation",
8323
+ "package": "typescript"
8322
8324
  }
8323
8325
  }
8324
8326
  },
@@ -10617,7 +10619,9 @@
10617
10619
  "typeArguments": [
10618
10620
  {
10619
10621
  "type": "reference",
10620
- "name": "GeolocationPosition"
10622
+ "name": "GeolocationPosition",
10623
+ "qualifiedName": "GeolocationPosition",
10624
+ "package": "typescript"
10621
10625
  }
10622
10626
  ],
10623
10627
  "name": "Promise",
@@ -91377,7 +91381,9 @@
91377
91381
  ],
91378
91382
  "type": {
91379
91383
  "type": "reference",
91380
- "name": "Geolocation"
91384
+ "name": "Geolocation",
91385
+ "qualifiedName": "Geolocation",
91386
+ "package": "typescript"
91381
91387
  }
91382
91388
  }
91383
91389
  ],
@@ -93116,7 +93122,7 @@
93116
93122
  "fileName": "plugins/packages/payloadset/src/index.ts",
93117
93123
  "line": 24,
93118
93124
  "character": 13,
93119
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/6bce47c1b5/packages/plugins/packages/payloadset/src/index.ts#L24"
93125
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/43676564f/packages/plugins/packages/payloadset/src/index.ts#L24"
93120
93126
  }
93121
93127
  ],
93122
93128
  "type": {
@@ -99250,7 +99256,7 @@
99250
99256
  "fileName": "plugins/packages/payloadset/src/index.ts",
99251
99257
  "line": 1,
99252
99258
  "character": 0,
99253
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/6bce47c1b5/packages/plugins/packages/payloadset/src/index.ts#L1"
99259
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/43676564f/packages/plugins/packages/payloadset/src/index.ts#L1"
99254
99260
  }
99255
99261
  ]
99256
99262
  }
package/package.json CHANGED
@@ -10,20 +10,22 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/blockchain-plugins": "^2.43.27",
14
- "@xyo-network/crypto-plugins": "^2.43.27",
15
- "@xyo-network/domain-plugin": "^2.43.27",
16
- "@xyo-network/elevation-plugin": "^2.43.27",
17
- "@xyo-network/id-plugin": "^2.43.27",
18
- "@xyo-network/location-certainty-plugin": "^2.43.27",
19
- "@xyo-network/location-plugin": "^2.43.27",
20
- "@xyo-network/module-instance-plugin": "^2.43.27",
21
- "@xyo-network/payloadset-plugin": "^2.43.27",
22
- "@xyo-network/schema-plugin": "^2.43.27",
23
- "@xyo-network/system-plugins": "^2.43.27"
13
+ "@xyo-network/blockchain-plugins": "^2.43.29",
14
+ "@xyo-network/crypto-plugins": "^2.43.29",
15
+ "@xyo-network/domain-plugin": "^2.43.29",
16
+ "@xyo-network/elevation-plugin": "^2.43.29",
17
+ "@xyo-network/id-plugin": "^2.43.29",
18
+ "@xyo-network/location-certainty-plugin": "^2.43.29",
19
+ "@xyo-network/location-plugin": "^2.43.29",
20
+ "@xyo-network/module-instance-plugin": "^2.43.29",
21
+ "@xyo-network/payloadset-plugin": "^2.43.29",
22
+ "@xyo-network/schema-plugin": "^2.43.29",
23
+ "@xyo-network/system-plugins": "^2.43.29"
24
24
  },
25
25
  "devDependencies": {
26
- "@xylabs/ts-scripts-yarn3": "^2.13.2"
26
+ "@xylabs/ts-scripts-yarn3": "^2.13.11",
27
+ "@xylabs/tsconfig": "^2.13.11",
28
+ "typescript": "^4.9.5"
27
29
  },
28
30
  "description": "Primary SDK for using XYO Protocol 2.0",
29
31
  "browser": "dist/esm/index.js",
@@ -58,5 +60,5 @@
58
60
  },
59
61
  "sideEffects": false,
60
62
  "types": "dist/types/index.d.ts",
61
- "version": "2.43.27"
63
+ "version": "2.43.29"
62
64
  }