diff --git a/package-lock.json b/package-lock.json index 6fa307e..ecc9990 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "tslib": "^2.6.1", "typedoc": "^0.24.8", "typescript": "^5.1.6", - "wgsl_reflect": "github:brendan-duncan/wgsl_reflect#f1aee47f7367297531c889dbdb79b5e9e20b31af" + "wgsl_reflect": "github:brendan-duncan/wgsl_reflect#713ad94" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -4120,8 +4120,7 @@ }, "node_modules/wgsl_reflect": { "version": "0.1.1", - "resolved": "git+ssh://git@github.com/brendan-duncan/wgsl_reflect.git#f1aee47f7367297531c889dbdb79b5e9e20b31af", - "integrity": "sha512-j3bhkWiyAdbPoEU2vFzvIwcNCfnfgEjgqgv/8dytPXAn6h5Bs64t0PuzkD00x0n9klb0E4nxDA4g/YhP9pzNBQ==", + "resolved": "git+ssh://git@github.com/brendan-duncan/wgsl_reflect.git#713ad944584d3467540e2f4440d4f46489a0b8d3", "dev": true, "license": "MIT" }, @@ -7292,10 +7291,9 @@ "dev": true }, "wgsl_reflect": { - "version": "git+ssh://git@github.com/brendan-duncan/wgsl_reflect.git#f1aee47f7367297531c889dbdb79b5e9e20b31af", - "integrity": "sha512-j3bhkWiyAdbPoEU2vFzvIwcNCfnfgEjgqgv/8dytPXAn6h5Bs64t0PuzkD00x0n9klb0E4nxDA4g/YhP9pzNBQ==", + "version": "git+ssh://git@github.com/brendan-duncan/wgsl_reflect.git#713ad944584d3467540e2f4440d4f46489a0b8d3", "dev": true, - "from": "wgsl_reflect@git+ssh://git@github.com/brendan-duncan/wgsl_reflect.git#f1aee47f7367297531c889dbdb79b5e9e20b31af" + "from": "wgsl_reflect@github:brendan-duncan/wgsl_reflect#713ad94" }, "whatwg-url": { "version": "5.0.0", diff --git a/package.json b/package.json index 89c8b56..944b210 100644 --- a/package.json +++ b/package.json @@ -63,6 +63,6 @@ "tslib": "^2.6.1", "typedoc": "^0.24.8", "typescript": "^5.1.6", - "wgsl_reflect": "github:brendan-duncan/wgsl_reflect#f1aee47f7367297531c889dbdb79b5e9e20b31af" + "wgsl_reflect": "github:brendan-duncan/wgsl_reflect#713ad94" } }