@thi.ng/ksuid 2.1.17 → 2.1.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**: 2022-08-01T14:53:59Z
3
+ - **Last updated**: 2022-09-21T21:37:59Z
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,6 +1,6 @@
1
1
  <!-- This file is generated - DO NOT EDIT! -->
2
2
 
3
- # ![ksuid](https://media.thi.ng/umbrella/banners/thing-ksuid.svg?451df049)
3
+ # ![ksuid](https://media.thi.ng/umbrella/banners-20220914/thing-ksuid.svg?662a2d99)
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/@thi.ng/ksuid.svg)](https://www.npmjs.com/package/@thi.ng/ksuid)
6
6
  ![npm downloads](https://img.shields.io/npm/dm/@thi.ng/ksuid.svg)
@@ -10,8 +10,8 @@ This project is part of the
10
10
  [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo.
11
11
 
12
12
  - [About](#about)
13
- - [Status](#status)
14
- - [Related packages](#related-packages)
13
+ - [Status](#status)
14
+ - [Related packages](#related-packages)
15
15
  - [Installation](#installation)
16
16
  - [Dependencies](#dependencies)
17
17
  - [API](#api)
@@ -52,13 +52,13 @@ support
52
52
 
53
53
  ![KSUID bit layout diagram](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/ksuid/ksuid.png)
54
54
 
55
- ### Status
55
+ ## Status
56
56
 
57
57
  **STABLE** - used in production
58
58
 
59
59
  [Search or submit any issues for this package](https://github.com/thi-ng/umbrella/issues?q=%5Bksuid%5D+in%3Atitle)
60
60
 
61
- ### Related packages
61
+ ## Related packages
62
62
 
63
63
  - [@thi.ng/base-n](https://github.com/thi-ng/umbrella/tree/develop/packages/base-n) - Arbitrary base-n conversions w/ presets for base16/32/36/58/62/64/85, support for arrays & bigints
64
64
  - [@thi.ng/idgen](https://github.com/thi-ng/umbrella/tree/develop/packages/idgen) - Generator of opaque numeric identifiers with optional support for ID versioning and efficient re-use
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/ksuid",
3
- "version": "2.1.17",
3
+ "version": "2.1.18",
4
4
  "description": "Configurable K-sortable unique IDs, ULIDs, binary & base-N encoded, 32/48/64bit time resolutions",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -35,18 +35,18 @@
35
35
  "test": "testament test"
36
36
  },
37
37
  "dependencies": {
38
- "@thi.ng/base-n": "^2.3.4",
39
- "@thi.ng/errors": "^2.1.10",
40
- "@thi.ng/random": "^3.3.7",
41
- "@thi.ng/strings": "^3.3.11"
38
+ "@thi.ng/base-n": "^2.3.5",
39
+ "@thi.ng/errors": "^2.2.0",
40
+ "@thi.ng/random": "^3.3.8",
41
+ "@thi.ng/strings": "^3.3.12"
42
42
  },
43
43
  "devDependencies": {
44
- "@microsoft/api-extractor": "^7.25.0",
45
- "@thi.ng/testament": "^0.2.12",
44
+ "@microsoft/api-extractor": "^7.31.1",
45
+ "@thi.ng/testament": "^0.3.0",
46
46
  "rimraf": "^3.0.2",
47
47
  "tools": "^0.0.1",
48
48
  "typedoc": "^0.22.17",
49
- "typescript": "^4.7.4"
49
+ "typescript": "^4.8.3"
50
50
  },
51
51
  "keywords": [
52
52
  "32bit",
@@ -109,5 +109,5 @@
109
109
  "status": "stable",
110
110
  "year": 2020
111
111
  },
112
- "gitHead": "be8423e2019e95c14a096260a93b9762dde0c768\n"
112
+ "gitHead": "973139c5aa3b50081020f4cc726a7cc330f77fc7\n"
113
113
  }