@xdevplatform/xdk 0.2.0-beta → 0.2.5-beta
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/.tsbuildinfo +1 -0
- package/dist/index.cjs +4005 -4139
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +5103 -5003
- package/dist/index.d.ts +5103 -5003
- package/dist/index.js +3990 -4124
- package/dist/index.js.map +1 -1
- package/package.json +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xdevplatform/xdk",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.5-beta",
|
|
4
4
|
"description": "A modern TypeScript/JavaScript SDK for the X API",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -59,12 +59,12 @@
|
|
|
59
59
|
"license": "MIT",
|
|
60
60
|
"repository": {
|
|
61
61
|
"type": "git",
|
|
62
|
-
"url": "https://github.com/xdevplatform/xdk"
|
|
62
|
+
"url": "https://github.com/xdevplatform/xdk-typescript"
|
|
63
63
|
},
|
|
64
64
|
"bugs": {
|
|
65
|
-
"url": "https://github.com/xdevplatform/xdk/issues"
|
|
65
|
+
"url": "https://github.com/xdevplatform/xdk-typescript/issues"
|
|
66
66
|
},
|
|
67
|
-
"homepage": "https://github.com/xdevplatform/xdk",
|
|
67
|
+
"homepage": "https://github.com/xdevplatform/xdk-typescript",
|
|
68
68
|
"publishConfig": {
|
|
69
69
|
"access": "public"
|
|
70
70
|
},
|
|
@@ -102,10 +102,10 @@
|
|
|
102
102
|
"test:coverage": "jest --coverage",
|
|
103
103
|
"docs": "typedoc",
|
|
104
104
|
"docs:build": "typedoc && echo \"Documentation generated in docs/\"",
|
|
105
|
-
"docs:build-simple": "node generate-docs-simple.js",
|
|
105
|
+
"docs:build-simple": "node scripts/generate-docs-simple.js",
|
|
106
106
|
"docs:serve": "npx http-server docs -p 8080 -o",
|
|
107
|
-
"docs:watch": "node watch-docs.js",
|
|
108
|
-
"docs:mintlify": "node process-for-mintlify.js"
|
|
107
|
+
"docs:watch": "node scripts/watch-docs.js",
|
|
108
|
+
"docs:mintlify": "node scripts/process-for-mintlify.js"
|
|
109
109
|
},
|
|
110
110
|
"prettier": {
|
|
111
111
|
"semi": true,
|