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