From a8aa94a7163b435ca4e3fb372825b8777ded9331 Mon Sep 17 00:00:00 2001 From: Gregg Tavares Date: Wed, 18 Oct 2023 20:43:04 -0700 Subject: [PATCH] update to latest wgsl_reflect --- package-lock.json | 10 ++++++---- package.json | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 625bbba..d3327d9 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#ffdb63c" + "wgsl_reflect": "github:brendan-duncan/wgsl_reflect#f1aee47f7367297531c889dbdb79b5e9e20b31af" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -4120,7 +4120,8 @@ }, "node_modules/wgsl_reflect": { "version": "0.1.1", - "resolved": "git+ssh://git@github.com/brendan-duncan/wgsl_reflect.git#ffdb63c775db34c3f5e9d51fd4d5c3c0beadd784", + "resolved": "git+ssh://git@github.com/brendan-duncan/wgsl_reflect.git#f1aee47f7367297531c889dbdb79b5e9e20b31af", + "integrity": "sha512-j3bhkWiyAdbPoEU2vFzvIwcNCfnfgEjgqgv/8dytPXAn6h5Bs64t0PuzkD00x0n9klb0E4nxDA4g/YhP9pzNBQ==", "dev": true, "license": "MIT" }, @@ -7291,9 +7292,10 @@ "dev": true }, "wgsl_reflect": { - "version": "git+ssh://git@github.com/brendan-duncan/wgsl_reflect.git#ffdb63c775db34c3f5e9d51fd4d5c3c0beadd784", + "version": "git+ssh://git@github.com/brendan-duncan/wgsl_reflect.git#f1aee47f7367297531c889dbdb79b5e9e20b31af", + "integrity": "sha512-j3bhkWiyAdbPoEU2vFzvIwcNCfnfgEjgqgv/8dytPXAn6h5Bs64t0PuzkD00x0n9klb0E4nxDA4g/YhP9pzNBQ==", "dev": true, - "from": "wgsl_reflect@github:brendan-duncan/wgsl_reflect#ffdb63c" + "from": "wgsl_reflect@git+ssh://git@github.com/brendan-duncan/wgsl_reflect.git#f1aee47f7367297531c889dbdb79b5e9e20b31af" }, "whatwg-url": { "version": "5.0.0", diff --git a/package.json b/package.json index 328b24e..028b6b1 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#ffdb63c" + "wgsl_reflect": "github:brendan-duncan/wgsl_reflect#f1aee47f7367297531c889dbdb79b5e9e20b31af" } }