@thi.ng/leb128 3.0.0 → 3.0.1

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**: 2022-12-02T14:13:34Z
3
+ - **Last updated**: 2022-12-16T12:52:25Z
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
@@ -1,10 +1,10 @@
1
1
  <!-- This file is generated - DO NOT EDIT! -->
2
2
 
3
- # ![leb128](https://media.thi.ng/umbrella/banners-20220914/thing-leb128.svg?e3f70939)
3
+ # ![@thi.ng/leb128](https://media.thi.ng/umbrella/banners-20220914/thing-leb128.svg?e3f70939)
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/@thi.ng/leb128.svg)](https://www.npmjs.com/package/@thi.ng/leb128)
6
6
  ![npm downloads](https://img.shields.io/npm/dm/@thi.ng/leb128.svg)
7
- [![Twitter Follow](https://img.shields.io/twitter/follow/thing_umbrella.svg?style=flat-square&label=twitter)](https://twitter.com/thing_umbrella)
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
  This project is part of the
10
10
  [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo.
@@ -70,11 +70,8 @@ ES module import:
70
70
 
71
71
  For Node.js REPL:
72
72
 
73
- ```text
74
- # with flag only for < v16
75
- node --experimental-repl-await
76
-
77
- > const leb128 = await import("@thi.ng/leb128");
73
+ ```js
74
+ const leb128 = await import("@thi.ng/leb128");
78
75
  ```
79
76
 
80
77
  Package sizes (brotli'd, pre-treeshake): ESM: 876 bytes
@@ -134,7 +131,7 @@ yarn test
134
131
 
135
132
  ## Authors
136
133
 
137
- Karsten Schmidt
134
+ - [Karsten Schmidt](https://thi.ng)
138
135
 
139
136
  If this project contributes to an academic publication, please cite it as:
140
137
 
@@ -149,4 +146,4 @@ If this project contributes to an academic publication, please cite it as:
149
146
 
150
147
  ## License
151
148
 
152
- &copy; 2019 - 2022 Karsten Schmidt // Apache Software License 2.0
149
+ &copy; 2019 - 2022 Karsten Schmidt // Apache License 2.0
package/binary.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated @ 2022-12-02T12:05:56Z
2
+ * Generated @ 2022-12-02T12:00:53Z
3
3
  *
4
4
  * @internal
5
5
  */
package/binary.js CHANGED
@@ -1,6 +1,6 @@
1
1
  // thing:no-export
2
2
  /**
3
- * Generated @ 2022-12-02T12:05:56Z
3
+ * Generated @ 2022-12-02T12:00:53Z
4
4
  *
5
5
  * @internal
6
6
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/leb128",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "WASM based LEB128 encoder / decoder (signed & unsigned)",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -21,7 +21,7 @@
21
21
  "url": "https://patreon.com/thing_umbrella"
22
22
  }
23
23
  ],
24
- "author": "Karsten Schmidt <k+npm@thi.ng>",
24
+ "author": "Karsten Schmidt (https://thi.ng)",
25
25
  "license": "Apache-2.0",
26
26
  "scripts": {
27
27
  "build": "yarn clean && tsc --declaration",
@@ -35,17 +35,17 @@
35
35
  "test": "testament test"
36
36
  },
37
37
  "dependencies": {
38
- "@thi.ng/checks": "^3.3.4",
39
- "@thi.ng/errors": "^2.2.5",
40
- "@thi.ng/transducers-binary": "^2.1.30"
38
+ "@thi.ng/checks": "^3.3.5",
39
+ "@thi.ng/errors": "^2.2.6",
40
+ "@thi.ng/transducers-binary": "^2.1.31"
41
41
  },
42
42
  "devDependencies": {
43
- "@microsoft/api-extractor": "^7.33.5",
44
- "@thi.ng/testament": "^0.3.6",
43
+ "@microsoft/api-extractor": "^7.33.7",
44
+ "@thi.ng/testament": "^0.3.7",
45
45
  "rimraf": "^3.0.2",
46
46
  "tools": "^0.0.1",
47
- "typedoc": "^0.23.20",
48
- "typescript": "^4.8.4"
47
+ "typedoc": "^0.23.22",
48
+ "typescript": "^4.9.4"
49
49
  },
50
50
  "keywords": [
51
51
  "64bit",
@@ -79,5 +79,5 @@
79
79
  "thi.ng": {
80
80
  "year": 2019
81
81
  },
82
- "gitHead": "7d1e314f207299ff3c1a782d287ad99120b40b85\n"
82
+ "gitHead": "f445a9cc8022bcdebbf6ff91fd66ced016d72f01\n"
83
83
  }