Skip to content

Commit

Permalink
Make tests work
Browse files Browse the repository at this point in the history
  • Loading branch information
PuruVJ committed Jul 10, 2024
1 parent 3653299 commit e1028ae
Show file tree
Hide file tree
Showing 31 changed files with 1,524 additions and 1,280 deletions.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"default": "./dist/min/index.js"
},
"./legacy": {
"node": "./dist/legacy/index.cjs",
"types": "./dist/index.d.ts",
"import": "./dist/legacy/index.js",
"default": "./dist/legacy/index.js"
Expand All @@ -23,7 +24,7 @@
},
"scripts": {
"compile": "tsup",
"test": "vitest run test/circular.test.ts"
"test": "vitest run"
},
"repository": {
"type": "git",
Expand All @@ -47,9 +48,16 @@
"node": ">= 18"
},
"devDependencies": {
"@types/node": "^20.14.10",
"terser": "^5.31.2",
"tsup": "^8.1.0",
"typescript": "^5.5.3",
"vitest": "^2.0.1"
},
"dependencies": {
"gopd": "^1.0.1",
"klona": "^2.0.6",
"typedarray.prototype.slice": "^1.0.3",
"which-typed-array": "^1.1.15"
}
}
690 changes: 683 additions & 7 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

Loading

0 comments on commit e1028ae

Please sign in to comment.