@xyo-network/payloadset-plugins 2.43.30 → 2.43.32

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