From 571591fd543363ccf24ea0936e17cf71235aff78 Mon Sep 17 00:00:00 2001 From: Gregg Tavares Date: Sun, 5 Jan 2025 23:21:49 -0800 Subject: [PATCH] update example --- example/package-lock.json | 8 ++++---- example/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/example/package-lock.json b/example/package-lock.json index f1a98b9..fca02ea 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -9,14 +9,14 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "node-webgpu": "^0.0.6", + "node-webgpu": "^0.0.8", "pngjs": "^7.0.0" } }, "node_modules/node-webgpu": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/node-webgpu/-/node-webgpu-0.0.6.tgz", - "integrity": "sha512-FfLyotmDI3JjHogEf5SfB2Eem9OFPy7bkQ90NIeFO0hRoMx9NraRPc0O3SJG3/Vk7JBEVlGSUGMEjr8w4K4IVg==" + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/node-webgpu/-/node-webgpu-0.0.8.tgz", + "integrity": "sha512-uPysLzKbBysvW62moqnz6a31/NG7f/W9GmDq48m06xDXoyFW0XQrdA4wDtpRS8XCnlWr2y5Y8dUOV5KXWzq2PA==" }, "node_modules/pngjs": { "version": "7.0.0", diff --git a/example/package.json b/example/package.json index 0eedcfb..8c2aa56 100644 --- a/example/package.json +++ b/example/package.json @@ -10,7 +10,7 @@ "author": "", "license": "MIT", "dependencies": { - "node-webgpu": "^0.0.6", + "node-webgpu": "^0.0.8", "pngjs": "^7.0.0" } }