Skip to content

Commit

Permalink
Add xxhash-wasm w/ npm auto-update
Browse files Browse the repository at this point in the history
* Add xxhash-wasm w/ npm auto-update

* Update xxhash-wasm.json
  • Loading branch information
lovelxc committed Jan 25, 2025
1 parent 783b3e8 commit 7dc7ac3
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions packages/x/xxhash-wasm.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{

Check failure on line 1 in packages/x/xxhash-wasm.json

View workflow job for this annotation

GitHub Actions / robotcdnjs

Filename `xxhash-wasm.js` not found in most recent version `1.1.0`.
"name": "xxhash-wasm",
"filename": "xxhash-wasm.js",
"description": "A WebAssembly implementation of xxHash, a fast non-cryptographic hash algorithm.",
"keywords": [
"xxhash",
"hash",
"wasm",
"webassembly"
],
"license": "MIT",
"autoupdate": {
"source": "npm",
"target": "xxhash-wasm",
"fileMap": [
{
"basePath": "",
"files": [
"{,umd/,esm/,cjs/,workerd/}*@(.js?(.map)|.wasm|.d.ts)"
]
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/jungomi/xxhash-wasm"
}
}

0 comments on commit 7dc7ac3

Please sign in to comment.