@thi.ng/shader-ast-stdlib 1.0.61 → 1.0.62

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": "1.0.61",
3
+ "version": "1.0.62",
4
4
  "description": "Function collection for modular GPGPU / shader programming with @thi.ng/shader-ast",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -44,7 +44,7 @@
44
44
  },
45
45
  "dependencies": {
46
46
  "@thi.ng/api": "^8.12.16",
47
- "@thi.ng/shader-ast": "^1.1.42"
47
+ "@thi.ng/shader-ast": "^1.1.43"
48
48
  },
49
49
  "devDependencies": {
50
50
  "esbuild": "^0.27.2",
@@ -376,5 +376,5 @@
376
376
  ],
377
377
  "year": 2019
378
378
  },
379
- "gitHead": "7a21075f27ba00b28a6eb77e70918a4c7f4e6e68\n"
379
+ "gitHead": "82ec7cc54d0e89dad89cde87fa36c444512d71d7\n"
380
380
  }