@thi.ng/shader-ast-stdlib 0.14.16 → 0.14.17

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.14.16",
3
+ "version": "0.14.17",
4
4
  "description": "Function collection for modular GPGPU / shader programming with @thi.ng/shader-ast",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -35,7 +35,7 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@thi.ng/api": "^8.9.5",
38
- "@thi.ng/shader-ast": "^0.12.70"
38
+ "@thi.ng/shader-ast": "^0.12.71"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@microsoft/api-extractor": "^7.36.4",
@@ -333,5 +333,5 @@
333
333
  ],
334
334
  "year": 2019
335
335
  },
336
- "gitHead": "e9f04908dc37ae9e29320f098d195f9f8445a1ad\n"
336
+ "gitHead": "d492ecb41df758db372a76449ea9b5bad47b25c4\n"
337
337
  }