Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: bad types on runtime for browsers #163

Merged
merged 1 commit into from
Jan 26, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/deploy-BETA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ jobs:
run: |
npm ci
npm run build
npm run cp:files
npm run cp:types
npm run tsc:cp:files
- name: Semantic Release Dependency
run: npm install -g @semantic-release/changelog @semantic-release/commit-analyzer @semantic-release/git @semantic-release/npm conventional-changelog-conventionalcommits semantic-release
- name: Publish Beta
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/deploy-RELEASE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@ jobs:
run: |
npm ci
npm run build
npm run cp:files
npm run cp:types
cd out/src
npm run tsc:cp:files
cd out
npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKENX }}
3 changes: 2 additions & 1 deletion .swcrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"type": "es6",
"strictMode": true,
"noInterop": false,
"resolveFully": true
"resolveFully": true,
"importInterop": "babel"
},
"jsc": {
"externalHelpers": false,
Expand Down
224 changes: 89 additions & 135 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading