@thi.ng/wasm-api 2.3.6 → 2.3.8

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**: 2025-01-29T16:25:48Z
3
+ - **Last updated**: 2025-02-19T20:59:58Z
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
@@ -7,7 +7,7 @@
7
7
  [![Mastodon Follow](https://img.shields.io/mastodon/follow/109331703950160316?domain=https%3A%2F%2Fmastodon.thi.ng&style=social)](https://mastodon.thi.ng/@toxi)
8
8
 
9
9
  > [!NOTE]
10
- > This is one of 201 standalone projects, maintained as part
10
+ > This is one of 202 standalone projects, maintained as part
11
11
  > of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo
12
12
  > and anti-framework.
13
13
  >
package/object-index.d.ts CHANGED
@@ -11,7 +11,7 @@ export interface ObjectIndexOpts {
11
11
  */
12
12
  logger: ILogger;
13
13
  /**
14
- * Number of bits for IDs, [1..32] range.
14
+ * Number of bits for IDs, `[1,32]` range.
15
15
  *
16
16
  * @defaultValue 32
17
17
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/wasm-api",
3
- "version": "2.3.6",
3
+ "version": "2.3.8",
4
4
  "description": "Generic, modular, extensible API bridge and infrastructure for hybrid JS & WebAssembly projects",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -42,17 +42,17 @@
42
42
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
43
43
  },
44
44
  "dependencies": {
45
- "@thi.ng/api": "^8.11.19",
46
- "@thi.ng/arrays": "^2.10.14",
47
- "@thi.ng/checks": "^3.6.22",
48
- "@thi.ng/errors": "^2.5.25",
49
- "@thi.ng/hex": "^2.3.63",
50
- "@thi.ng/idgen": "^2.2.59",
51
- "@thi.ng/logger": "^3.1.0"
45
+ "@thi.ng/api": "^8.11.21",
46
+ "@thi.ng/arrays": "^2.10.16",
47
+ "@thi.ng/checks": "^3.6.24",
48
+ "@thi.ng/errors": "^2.5.27",
49
+ "@thi.ng/hex": "^2.3.65",
50
+ "@thi.ng/idgen": "^2.2.61",
51
+ "@thi.ng/logger": "^3.1.2"
52
52
  },
53
53
  "devDependencies": {
54
- "esbuild": "^0.24.2",
55
- "typedoc": "^0.27.6",
54
+ "esbuild": "^0.25.0",
55
+ "typedoc": "^0.27.7",
56
56
  "typescript": "^5.7.3"
57
57
  },
58
58
  "keywords": [
@@ -77,7 +77,6 @@
77
77
  "typescript",
78
78
  "utf8",
79
79
  "wasm",
80
- "webassembly",
81
80
  "zig"
82
81
  ],
83
82
  "publishConfig": {
@@ -124,7 +123,8 @@
124
123
  },
125
124
  "thi.ng": {
126
125
  "status": "alpha",
126
+ "tag": "wasm",
127
127
  "year": 2022
128
128
  },
129
- "gitHead": "dcc1dbfa6eae31ac65e12843987b94d4a7edc144\n"
129
+ "gitHead": "bee617702ac61d093465b967f8f973dc566faa6b\n"
130
130
  }