Skip to content

Commit dc242f0

Browse files
author
xdevplatform
committed
chore: update SDK to v0.2.2-beta
1 parent 0458877 commit dc242f0

File tree

146 files changed

+69814
-52698
lines changed

Some content is hidden

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

146 files changed

+69814
-52698
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 118 deletions
This file was deleted.

.github/workflows/test.yml

Lines changed: 0 additions & 56 deletions
This file was deleted.

.gitignore

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# AUTO-GENERATED FILE - DO NOT EDIT
2+
# This file was automatically generated by the XDK build tool.
3+
# Any manual changes will be overwritten on the next generation.
4+
# Documentation generation outputs
5+
# These are generated by the docs scripts and should not be committed
6+
7+
# TypeDoc output directories
8+
docs/
9+
docs/html/
10+
docs/markdown/
11+
docs/api/
12+
13+
# Mintlify processed documentation
14+
mintlify-docs/
15+
16+
# Temporary files created during doc generation
17+
tsconfig.docs.json

.npmignore

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# AUTO-GENERATED FILE - DO NOT EDIT
2+
# This file was automatically generated by the XDK build tool.
3+
# Any manual changes will be overwritten on the next generation.
4+
# Source files
5+
src/
6+
*.ts
7+
!*.d.ts
8+
9+
# Configuration files
10+
tsconfig.json
11+
tsup.config.ts
12+
typedoc.json
13+
14+
# Development files
15+
.venv/
16+
node_modules/
17+
.DS_Store
18+
*.log
19+
20+
# Test files
21+
tests/
22+
test/
23+
*.test.ts
24+
*.spec.ts
25+
26+
# Documentation source
27+
docs/
28+
scripts/
29+
30+
# Build artifacts (keep dist/ for npm package)
31+
*.tsbuildinfo
32+
33+
# IDE
34+
.vscode/
35+
.idea/
36+
*.swp
37+
*.swo
38+
39+
# Misc
40+
.git/
41+
.gitignore

LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

dist/.tsbuildinfo

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

0 commit comments

Comments
 (0)