@rings-webgpu/core 1.0.0 → 1.0.1

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.
@@ -38159,7 +38159,7 @@ class PostProcessingComponent extends ComponentBase {
38159
38159
  }
38160
38160
  }
38161
38161
 
38162
- const version = "0.0.1";
38162
+ const version = "1.0.0";
38163
38163
 
38164
38164
  class Engine3D {
38165
38165
  /**
@@ -38166,7 +38166,7 @@ fn CsMain( @builtin(workgroup_id) workgroup_id : vec3<u32> , @builtin(global_inv
38166
38166
  }
38167
38167
  }
38168
38168
 
38169
- const version = "0.0.1";
38169
+ const version = "1.0.0";
38170
38170
 
38171
38171
  class Engine3D {
38172
38172
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rings-webgpu/core",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Rings webgpu Engine",
5
5
  "main": "index.js",
6
6
  "exports": {
@@ -24,7 +24,8 @@
24
24
  "scripts": {
25
25
  "dev": "vite",
26
26
  "build": "tsc --p tsconfig.build.json && vite build && npm run build:types && npm run minify",
27
- "build:packages": "npm run build:physics && npm run build:media && npm run build:stats && npm run build:graphic",
27
+ "build:test": "tsc --p tsconfig.build.json && vite build && npm run build:packages",
28
+ "build:packages": "npm run build:physics && npm run build:media && npm run build:stats",
28
29
  "build:physics": "cd packages/physics && npm run build",
29
30
  "build:media": "cd packages/media-extention && npm run build",
30
31
  "build:stats": "cd packages/stats && npm run build",