@thi.ng/wasm-api-schedule 0.3.88 → 0.3.90

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 (3) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/README.md +2 -2
  3. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-04-23T07:02:19Z
3
+ - **Last updated**: 2024-06-21T19:34:38Z
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 192 standalone projects, maintained as part
10
+ > This is one of 193 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
  >
@@ -108,7 +108,7 @@ Browser ESM import:
108
108
 
109
109
  [JSDelivr documentation](https://www.jsdelivr.com/)
110
110
 
111
- Package sizes (brotli'd, pre-treeshake): ESM: 491 bytes
111
+ Package sizes (brotli'd, pre-treeshake): ESM: 489 bytes
112
112
 
113
113
  ## Dependencies
114
114
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/wasm-api-schedule",
3
- "version": "0.3.88",
3
+ "version": "0.3.90",
4
4
  "description": "Delayed & scheduled function execution (via setTimeout() etc.) for hybrid WASM apps",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -10,7 +10,7 @@
10
10
  "type": "git",
11
11
  "url": "https://github.com/thi-ng/umbrella.git"
12
12
  },
13
- "homepage": "https://github.com/thi-ng/umbrella/tree/develop/packages/wasm-api-schedule#readme",
13
+ "homepage": "https://thi.ng/wasm-api-schedule",
14
14
  "funding": [
15
15
  {
16
16
  "type": "github",
@@ -37,15 +37,15 @@
37
37
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
38
38
  },
39
39
  "dependencies": {
40
- "@thi.ng/api": "^8.11.1",
41
- "@thi.ng/wasm-api": "^1.5.3"
40
+ "@thi.ng/api": "^8.11.3",
41
+ "@thi.ng/wasm-api": "^1.6.0"
42
42
  },
43
43
  "devDependencies": {
44
- "@microsoft/api-extractor": "^7.43.0",
45
- "@thi.ng/wasm-api-bindgen": "^0.5.3",
46
- "esbuild": "^0.20.2",
47
- "typedoc": "^0.25.12",
48
- "typescript": "^5.4.3"
44
+ "@microsoft/api-extractor": "^7.47.0",
45
+ "@thi.ng/wasm-api-bindgen": "^0.5.5",
46
+ "esbuild": "^0.21.5",
47
+ "typedoc": "^0.25.13",
48
+ "typescript": "^5.5.2"
49
49
  },
50
50
  "keywords": [
51
51
  "browser",
@@ -95,5 +95,5 @@
95
95
  "status": "alpha",
96
96
  "year": 2022
97
97
  },
98
- "gitHead": "aed3421c21044c005fbcb7cc37965ccf85a870d2\n"
98
+ "gitHead": "154c95cf9d6bab32174498ec3b5b5d87e42be7f9\n"
99
99
  }