File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-wgpu" ,
3- "version" : " 0.5.11 " ,
3+ "version" : " 0.5.14 " ,
44 "description" : " Shim that re-exports react-native-webgpu under its previous package name" ,
55 "main" : " lib/commonjs/index" ,
66 "module" : " lib/module/index" ,
7- "types" : " lib/typescript/src/index.d.ts" ,
87 "react-native" : " src/index" ,
98 "source" : " src/index" ,
109 "files" : [
Original file line number Diff line number Diff line change 1+ if ( typeof __DEV__ !== "undefined" && __DEV__ ) {
2+ console . warn (
3+ "[react-native-wgpu] This package has been renamed to 'react-native-webgpu'. " +
4+ "The 'react-native-wgpu' shim is deprecated and will be removed in a future release. " +
5+ "Please install 'react-native-webgpu' and update your imports." ,
6+ ) ;
7+ }
8+
19export * from "react-native-webgpu" ;
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-webgpu" ,
3- "version" : " 0.5.13 " ,
3+ "version" : " 0.5.14 " ,
44 "description" : " React Native WebGPU" ,
55 "main" : " lib/commonjs/index" ,
66 "module" : " lib/module/index" ,
You canβt perform that action at this time.
0 commit comments