Skip to content

Commit 2edab6a

Browse files
chore: update SDK to v0.2.5-beta
1 parent be5d2ec commit 2edab6a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+32419
-32419
lines changed

dist/.tsbuildinfo

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dist/index.cjs

Lines changed: 4834 additions & 4834 deletions
Large diffs are not rendered by default.

dist/index.cjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.d.cts

Lines changed: 4100 additions & 4100 deletions
Large diffs are not rendered by default.

dist/index.d.ts

Lines changed: 4100 additions & 4100 deletions
Large diffs are not rendered by default.

dist/index.js

Lines changed: 4818 additions & 4818 deletions
Large diffs are not rendered by default.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xdevplatform/xdk",
3-
"version": "0.2.4-beta",
3+
"version": "0.2.5-beta",
44
"description": "A modern TypeScript/JavaScript SDK for the X API",
55
"type": "module",
66
"main": "./dist/index.cjs",
@@ -59,12 +59,12 @@
5959
"license": "MIT",
6060
"repository": {
6161
"type": "git",
62-
"url": "https://github.com/xdevplatform/xdk"
62+
"url": "https://github.com/xdevplatform/xdk-typescript"
6363
},
6464
"bugs": {
65-
"url": "https://github.com/xdevplatform/xdk/issues"
65+
"url": "https://github.com/xdevplatform/xdk-typescript/issues"
6666
},
67-
"homepage": "https://github.com/xdevplatform/xdk",
67+
"homepage": "https://github.com/xdevplatform/xdk-typescript",
6868
"publishConfig": {
6969
"access": "public"
7070
},

scripts/generate-docs-simple.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ fs.writeFileSync('tsconfig.docs.json', JSON.stringify(tsconfig, null, 2));
4545

4646
try {
4747
// Generate documentation using the temporary tsconfig
48-
execSync('npx typedoc --tsconfig tsconfig.docs.json --out docs --name "X API SDK v0.2.4-beta" --readme README.md --theme default --includeVersion true --excludePrivate true --excludeProtected true --excludeExternals true --excludeInternal true --searchInComments true --cleanOutputDir true', { stdio: 'inherit' });
48+
execSync('npx typedoc --tsconfig tsconfig.docs.json --out docs --name "X API SDK v0.2.5-beta" --readme README.md --theme default --includeVersion true --excludePrivate true --excludeProtected true --excludeExternals true --excludeInternal true --searchInComments true --cleanOutputDir true', { stdio: 'inherit' });
4949

5050
console.log('✅ Documentation generated successfully in docs/');
5151

0 commit comments

Comments
 (0)