@galacean/effects-webgl 2.2.6 → 2.3.0-alpha.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.
@@ -42,4 +42,5 @@ export declare function createUniformBlockDataFromProgram(gl: WebGL2RenderingCon
42
42
  blockSpecs: UniformBlockSpec[];
43
43
  blockUniformNames: string[];
44
44
  };
45
+ export declare function stringHash(...strings: string[]): number;
45
46
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@galacean/effects-webgl",
3
- "version": "2.2.6",
3
+ "version": "2.3.0-alpha.1",
4
4
  "description": "Galacean Effects runtime webgl for the web",
5
5
  "types": "./dist/index.d.ts",
6
6
  "files": [
@@ -38,8 +38,7 @@
38
38
  "registry": "https://registry.npmjs.org"
39
39
  },
40
40
  "dependencies": {
41
- "string-hash": "^1.1.3",
42
- "@galacean/effects-core": "2.2.6"
41
+ "@galacean/effects-core": "2.3.0-alpha.1"
43
42
  },
44
43
  "scripts": {
45
44
  "prebuild": "pnpm clean",