@thi.ng/shader-ast-stdlib 0.18.26 → 0.18.27

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.18.26",
3
+ "version": "0.18.27",
4
4
  "description": "Function collection for modular GPGPU / shader programming with @thi.ng/shader-ast",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -40,7 +40,7 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "@thi.ng/api": "^8.11.9",
43
- "@thi.ng/shader-ast": "^0.15.26"
43
+ "@thi.ng/shader-ast": "^0.15.27"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@microsoft/api-extractor": "^7.47.5",
@@ -373,5 +373,5 @@
373
373
  ],
374
374
  "year": 2019
375
375
  },
376
- "gitHead": "f6e26ea1142525171de5d36b9c3119f2782bb437\n"
376
+ "gitHead": "bfbc227cf5ca2d3c2984b3d4713eebd6225cbd54\n"
377
377
  }