@thi.ng/shader-ast-stdlib 0.16.28 → 0.16.29

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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-02-22T23:15:26Z
3
+ - **Last updated**: 2024-02-25T14:07:53Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
package/README.md CHANGED
@@ -120,7 +120,7 @@ For Node.js REPL:
120
120
  const shaderAstStdlib = await import("@thi.ng/shader-ast-stdlib");
121
121
  ```
122
122
 
123
- Package sizes (brotli'd, pre-treeshake): ESM: 13.42 KB
123
+ Package sizes (brotli'd, pre-treeshake): ESM: 13.36 KB
124
124
 
125
125
  ## Dependencies
126
126
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/shader-ast-stdlib",
3
- "version": "0.16.28",
3
+ "version": "0.16.29",
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,8 +38,8 @@
38
38
  "test": "bun test"
39
39
  },
40
40
  "dependencies": {
41
- "@thi.ng/api": "^8.9.25",
42
- "@thi.ng/shader-ast": "^0.13.13"
41
+ "@thi.ng/api": "^8.9.26",
42
+ "@thi.ng/shader-ast": "^0.13.14"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@microsoft/api-extractor": "^7.40.1",
@@ -354,5 +354,5 @@
354
354
  ],
355
355
  "year": 2019
356
356
  },
357
- "gitHead": "16f2b92b5410bd35dcde6c2971c8e62783ebc472\n"
357
+ "gitHead": "6e20f80dd9df1c8055ffa3c1e4d6f7598add0c0b\n"
358
358
  }