Skip to content

Commit

Permalink
Merge pull request #28 from seriousme/improve-tsconfig
Browse files Browse the repository at this point in the history
Add .d.ts types to NPM published version
  • Loading branch information
seriousme authored Feb 8, 2025
2 parents 64cc55c + 6f89d53 commit f0c0633
Show file tree
Hide file tree
Showing 85 changed files with 30 additions and 3,296 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nodejs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run test
1 change: 1 addition & 0 deletions .github/workflows/npm-jsr--publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
node-version: "lts/*"
registry-url: "https://registry.npmjs.org"
- run: npm ci
- run: npm run test
- run: npx jsr publish
- run: npm publish --provenance --access public
env:
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,5 @@ $RECYCLE.BIN/
# Windows shortcuts
*.lnk

.vscode/
.vscode/
dist/
16 changes: 3 additions & 13 deletions deno.lock

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

97 changes: 0 additions & 97 deletions dist/bin/conformanceServer.js

This file was deleted.

96 changes: 0 additions & 96 deletions dist/bin/demoServer.js

This file was deleted.

Loading

0 comments on commit f0c0633

Please sign in to comment.