@thi.ng/shader-ast-stdlib 0.16.2 → 0.16.3

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/shader-ast-stdlib",
3
- "version": "0.16.2",
3
+ "version": "0.16.3",
4
4
  "description": "Function collection for modular GPGPU / shader programming with @thi.ng/shader-ast",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -38,7 +38,7 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "@thi.ng/api": "^8.9.6",
41
- "@thi.ng/shader-ast": "^0.12.77"
41
+ "@thi.ng/shader-ast": "^0.12.78"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@microsoft/api-extractor": "^7.38.0",
@@ -354,5 +354,5 @@
354
354
  ],
355
355
  "year": 2019
356
356
  },
357
- "gitHead": "bfa16829786146bd24df3cdbd44649a45a603e44\n"
357
+ "gitHead": "336bd1bf95825b3c318a3ab49c54451c94aaa883\n"
358
358
  }