Skip to content

Commit d5e685a

Browse files
chore: update SDK to v0.5.0
1 parent 81aacb1 commit d5e685a

File tree

103 files changed

+46605
-35264
lines changed

Some content is hidden

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

103 files changed

+46605
-35264
lines changed

dist/.tsbuildinfo

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

dist/index.cjs

Lines changed: 5102 additions & 4626 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: 5691 additions & 4789 deletions
Large diffs are not rendered by default.

dist/index.d.ts

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

dist/index.js

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

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: 85 additions & 82 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.4.0",
3+
"version": "0.5.0",
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.4.0" --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.5.0" --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)