Skip to content

Commit

Permalink
Merge pull request #1 from dumbjs/feat/uncrypto
Browse files Browse the repository at this point in the history
Feat: Use `uncrypto`
  • Loading branch information
barelyhuman authored Jan 13, 2024
2 parents 2406a29 + e1894ef commit e3558a1
Show file tree
Hide file tree
Showing 14 changed files with 4,777 additions and 1,059 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Deps
run: npm ci
- name: Build
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
/dist
.pnpm-debug.log
/coverage
.DS_Store
.DS_Store
/esm
24 changes: 12 additions & 12 deletions .sizesnap.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"dist/base32.d.ts": {
"size": "90B",
"brotli": "48B",
"gzip": "64B"
"size": "120B",
"brotli": "78B",
"gzip": "83B"
},
"dist/index.d.ts": {
"size": "367B",
"brotli": "143B",
"gzip": "178B"
"size": "553B",
"brotli": "194B",
"gzip": "245B"
},
"dist/base32.cjs": {
"size": "2.82KB",
"brotli": "931B",
"gzip": "1.073KB"
"size": "2.335KB",
"brotli": "761B",
"gzip": "870B"
},
"dist/index.cjs": {
"size": "2.621KB",
"brotli": "961B",
"gzip": "1.087KB"
"size": "2.446KB",
"brotli": "971B",
"gzip": "1.089KB"
}
}
Loading

0 comments on commit e3558a1

Please sign in to comment.