@thi.ng/ksuid 3.2.108 → 3.2.110

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +8 -7
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 213 standalone projects, maintained as part
10
+ > This is one of 214 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/ksuid",
3
- "version": "3.2.108",
3
+ "version": "3.2.110",
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",
@@ -9,7 +9,8 @@
9
9
  "sideEffects": false,
10
10
  "repository": {
11
11
  "type": "git",
12
- "url": "https://github.com/thi-ng/umbrella.git"
12
+ "url": "git+https://github.com/thi-ng/umbrella.git",
13
+ "directory": "packages/ksuid"
13
14
  },
14
15
  "homepage": "https://thi.ng/ksuid",
15
16
  "funding": [
@@ -41,10 +42,10 @@
41
42
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
42
43
  },
43
44
  "dependencies": {
44
- "@thi.ng/base-n": "^2.7.59",
45
- "@thi.ng/errors": "^2.6.2",
46
- "@thi.ng/random": "^4.1.38",
47
- "@thi.ng/strings": "^3.9.34"
45
+ "@thi.ng/base-n": "^2.7.61",
46
+ "@thi.ng/errors": "^2.6.4",
47
+ "@thi.ng/random": "^4.1.40",
48
+ "@thi.ng/strings": "^3.9.36"
48
49
  },
49
50
  "devDependencies": {
50
51
  "esbuild": "^0.27.2",
@@ -118,5 +119,5 @@
118
119
  "status": "stable",
119
120
  "year": 2020
120
121
  },
121
- "gitHead": "828ec2e9ffde7307231b03cff46598c0915b1857\n"
122
+ "gitHead": "8f50352caab9ec7757d645c0afa605dfb5427abe\n"
122
123
  }