@aelionsdk/material-compiler 0.1.0-beta.1 → 1.0.0-rc.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -4,4 +4,4 @@ Aelion Material Protocol graph compiler for WebGL2 and WebGPU
4
4
 
5
5
  Install with `npm install @aelionsdk/material-compiler@next`.
6
6
 
7
- Version 0.1.0-beta.1 is a prerelease and its API may change before the first stable release. This package is part of [AelionSDK](https://github.com/FoyonaCZY/AelionSDK); see the repository README for supported browsers, examples and deployment requirements.
7
+ Version 1.0.0-rc.1 is a prerelease and its API may change before the first stable release. This package is part of [AelionSDK](https://github.com/FoyonaCZY/AelionSDK); see the repository README for supported browsers, examples and deployment requirements.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aelionsdk/material-compiler",
3
- "version": "0.1.0-beta.1",
3
+ "version": "1.0.0-rc.1",
4
4
  "description": "Aelion Material Protocol graph compiler for WebGL2 and WebGPU",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -34,7 +34,7 @@
34
34
  "provenance": true
35
35
  },
36
36
  "dependencies": {
37
- "@aelionsdk/core": "0.1.0-beta.1"
37
+ "@aelionsdk/core": "1.0.0-rc.1"
38
38
  },
39
39
  "scripts": {
40
40
  "build": "tsc -b",