@typegpu/react 0.10.0-alpha.1 → 0.10.0-alpha.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.mjs +1 -1
  2. package/package.json +3 -3
package/index.mjs CHANGED
@@ -77,7 +77,7 @@ function useMutable(schema, initialValue) {
77
77
 
78
78
  //#endregion
79
79
  //#region package.json
80
- var version = "0.10.0-alpha.1";
80
+ var version = "0.10.0-alpha.2";
81
81
 
82
82
  //#endregion
83
83
  //#region src/symbols.ts
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@typegpu/react",
3
- "version": "0.10.0-alpha.1",
3
+ "version": "0.10.0-alpha.2",
4
4
  "description": "The best way to integrate TypeGPU into your React app.",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "type": "module",
8
8
  "sideEffects": false,
9
- "types": "./index.d.ts",
9
+ "types": "./index.d.mts",
10
10
  "exports": {
11
11
  "./package.json": "./package.json",
12
12
  ".": {
@@ -18,7 +18,7 @@
18
18
  "react": "^19.0.0",
19
19
  "typegpu": "^0.10.2"
20
20
  },
21
- "main": "./index.js",
21
+ "main": "./index.mjs",
22
22
  "private": false,
23
23
  "dependencies": {},
24
24
  "scripts": {}