From ba6591088f044829056a5e157e0e777744fa5e57 Mon Sep 17 00:00:00 2001 From: William Candillon Date: Thu, 4 Jun 2026 21:21:03 +0200 Subject: [PATCH 1/2] :wrench: --- packages/webgpu-shim/package.json | 2 +- packages/webgpu-shim/src/index.ts | 8 ++++++++ packages/webgpu/package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/packages/webgpu-shim/package.json b/packages/webgpu-shim/package.json index ff69270ce..59d414c1e 100644 --- a/packages/webgpu-shim/package.json +++ b/packages/webgpu-shim/package.json @@ -1,6 +1,6 @@ { "name": "react-native-wgpu", - "version": "0.5.11", + "version": "0.5.14", "description": "Shim that re-exports react-native-webgpu under its previous package name", "main": "lib/commonjs/index", "module": "lib/module/index", diff --git a/packages/webgpu-shim/src/index.ts b/packages/webgpu-shim/src/index.ts index 409910e79..7b0014339 100644 --- a/packages/webgpu-shim/src/index.ts +++ b/packages/webgpu-shim/src/index.ts @@ -1 +1,9 @@ +if (typeof __DEV__ !== "undefined" && __DEV__) { + console.warn( + "[react-native-wgpu] This package has been renamed to 'react-native-webgpu'. " + + "The 'react-native-wgpu' shim is deprecated and will be removed in a future release. " + + "Please install 'react-native-webgpu' and update your imports.", + ); +} + export * from "react-native-webgpu"; diff --git a/packages/webgpu/package.json b/packages/webgpu/package.json index 1e08e05fa..b69932f21 100644 --- a/packages/webgpu/package.json +++ b/packages/webgpu/package.json @@ -1,6 +1,6 @@ { "name": "react-native-webgpu", - "version": "0.5.13", + "version": "0.5.14", "description": "React Native WebGPU", "main": "lib/commonjs/index", "module": "lib/module/index", From c944a7eff773c303ba144e2632baf07aabda66a1 Mon Sep 17 00:00:00 2001 From: William Candillon Date: Thu, 4 Jun 2026 21:24:52 +0200 Subject: [PATCH 2/2] :wrench: --- packages/webgpu-shim/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/webgpu-shim/package.json b/packages/webgpu-shim/package.json index 59d414c1e..f1b29c1c0 100644 --- a/packages/webgpu-shim/package.json +++ b/packages/webgpu-shim/package.json @@ -4,7 +4,6 @@ "description": "Shim that re-exports react-native-webgpu under its previous package name", "main": "lib/commonjs/index", "module": "lib/module/index", - "types": "lib/typescript/src/index.d.ts", "react-native": "src/index", "source": "src/index", "files": [