From 7dc7ac3aa699998a3acf8b67027d11b3485071b1 Mon Sep 17 00:00:00 2001 From: lovelxc <446064194@qq.com> Date: Sat, 25 Jan 2025 16:28:06 +0800 Subject: [PATCH 1/2] Add xxhash-wasm w/ npm auto-update * Add xxhash-wasm w/ npm auto-update * Update xxhash-wasm.json --- packages/x/xxhash-wasm.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 packages/x/xxhash-wasm.json diff --git a/packages/x/xxhash-wasm.json b/packages/x/xxhash-wasm.json new file mode 100644 index 000000000..dfb0145c4 --- /dev/null +++ b/packages/x/xxhash-wasm.json @@ -0,0 +1,29 @@ +{ + "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" + } + } + \ No newline at end of file From a32a4d30a05ac36212cd5a1c63abe31096837d8c Mon Sep 17 00:00:00 2001 From: Matt Cowley Date: Fri, 7 Feb 2025 17:41:14 -0500 Subject: [PATCH 2/2] Update filename in xxhash-wasm.json --- packages/x/xxhash-wasm.json | 53 ++++++++++++++++++------------------- 1 file changed, 26 insertions(+), 27 deletions(-) diff --git a/packages/x/xxhash-wasm.json b/packages/x/xxhash-wasm.json index dfb0145c4..51d59b3b8 100644 --- a/packages/x/xxhash-wasm.json +++ b/packages/x/xxhash-wasm.json @@ -1,29 +1,28 @@ { - "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" - } + "name": "xxhash-wasm", + "filename": "umd/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" } - \ No newline at end of file +} \ No newline at end of file