Skip to content

Commit f6cafdb

Browse files
chore: update SDK to v0.3.0
1 parent 2edab6a commit f6cafdb

File tree

77 files changed

+29955
-29940
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

+29955
-29940
lines changed

dist/.tsbuildinfo

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

dist/index.cjs

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

dist/index.d.ts

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

dist/index.js

Lines changed: 3629 additions & 3625 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: 14 additions & 11 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.5-beta",
3+
"version": "0.3.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.2.5-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.3.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)