Skip to content

Commit 45b7578

Browse files
chore: update SDK to v0.2.4-beta
1 parent 58bbad6 commit 45b7578

File tree

77 files changed

+34984
-34984
lines changed

Some content is hidden

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

77 files changed

+34984
-34984
lines changed

dist/.tsbuildinfo

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

dist/index.cjs

Lines changed: 4905 additions & 4905 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: 4478 additions & 4478 deletions
Large diffs are not rendered by default.

dist/index.d.ts

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

dist/index.js

Lines changed: 4892 additions & 4892 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xdevplatform/xdk",
3-
"version": "0.2.3-beta",
3+
"version": "0.2.4-beta",
44
"description": "A modern TypeScript/JavaScript SDK for the X API",
55
"type": "module",
66
"main": "./dist/index.cjs",

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.3-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.4-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)