@xyo-network/plugins 2.43.27 → 2.43.28

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 +10 -4
  2. package/package.json +6 -4
package/dist/docs.json CHANGED
@@ -8302,7 +8302,9 @@
8302
8302
  "flags": {},
8303
8303
  "type": {
8304
8304
  "type": "reference",
8305
- "name": "Geolocation"
8305
+ "name": "Geolocation",
8306
+ "qualifiedName": "Geolocation",
8307
+ "package": "typescript"
8306
8308
  }
8307
8309
  }
8308
8310
  },
@@ -10601,7 +10603,9 @@
10601
10603
  "typeArguments": [
10602
10604
  {
10603
10605
  "type": "reference",
10604
- "name": "GeolocationPosition"
10606
+ "name": "GeolocationPosition",
10607
+ "qualifiedName": "GeolocationPosition",
10608
+ "package": "typescript"
10605
10609
  }
10606
10610
  ],
10607
10611
  "name": "Promise",
@@ -98128,7 +98132,9 @@
98128
98132
  ],
98129
98133
  "type": {
98130
98134
  "type": "reference",
98131
- "name": "Geolocation"
98135
+ "name": "Geolocation",
98136
+ "qualifiedName": "Geolocation",
98137
+ "package": "typescript"
98132
98138
  }
98133
98139
  }
98134
98140
  ],
@@ -113128,7 +113134,7 @@
113128
113134
  "fileName": "plugins/src/index.ts",
113129
113135
  "line": 1,
113130
113136
  "character": 0,
113131
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/6bce47c1b5/packages/plugins/src/index.ts#L1"
113137
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/f438fb7de/packages/plugins/src/index.ts#L1"
113132
113138
  }
113133
113139
  ]
113134
113140
  }
package/package.json CHANGED
@@ -10,11 +10,13 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/payload-plugins": "^2.43.27",
14
- "@xyo-network/payloadset-plugins": "^2.43.27"
13
+ "@xyo-network/payload-plugins": "^2.43.28",
14
+ "@xyo-network/payloadset-plugins": "^2.43.28"
15
15
  },
16
16
  "devDependencies": {
17
- "@xylabs/ts-scripts-yarn3": "^2.13.2"
17
+ "@xylabs/ts-scripts-yarn3": "^2.13.11",
18
+ "@xylabs/tsconfig": "^2.13.11",
19
+ "typescript": "^4.9.5"
18
20
  },
19
21
  "description": "Primary SDK for using XYO Protocol 2.0",
20
22
  "browser": "dist/esm/index.js",
@@ -49,5 +51,5 @@
49
51
  },
50
52
  "sideEffects": false,
51
53
  "types": "dist/types/index.d.ts",
52
- "version": "2.43.27"
54
+ "version": "2.43.28"
53
55
  }