@thi.ng/api 8.9.17 → 8.9.18

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-01-23T15:58:27Z
3
+ - **Last updated**: 2024-01-26T18:03:04Z
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/api",
3
- "version": "8.9.17",
3
+ "version": "8.9.18",
4
4
  "description": "Common, generic types, interfaces & mixins",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -225,5 +225,5 @@
225
225
  "default": "./watch.js"
226
226
  }
227
227
  },
228
- "gitHead": "417b5a7ea7bd54a3b4f086fe0fc2ce8e8933c9b2\n"
228
+ "gitHead": "7426e2ae6fca5482c6eaf649872296fc89955374\n"
229
229
  }
package/typedarray.d.ts CHANGED
@@ -186,7 +186,7 @@ export declare function typedArrayOfVec<T extends Type | GLType>(type: T, data:
186
186
  export declare function typedArrayOfVec<T extends BigType>(type: T, data: Iterable<ArrayLike<bigint>>, stride?: number): BigTypedArrayTypeMap[T];
187
187
  /**
188
188
  * Takes an {@link NumericArray} and returns its corresponding {@link Type} ID.
189
- * Standard JS arrays will default to {@link "f64"}.
189
+ * Standard JS arrays will default to "f64".
190
190
  *
191
191
  * @param x -
192
192
  */