@nr1e/commons 0.0.0-snapshot-20251228023149 → 0.0.0-snapshot-20251228031344
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/README.md +3 -3
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
[![NPM Version][npm-image]][npm-url]
|
|
4
4
|
[![GitHub Actions][github-image]][github-url]
|
|
5
5
|
|
|
6
|
-
This project provides reusable components commonly needed in
|
|
6
|
+
This project provides reusable components commonly needed in TypeScript projects.
|
|
7
7
|
|
|
8
|
-
[github-url]: https://github.com/nr1etech/
|
|
9
|
-
[github-image]: https://github.com/nr1etech/
|
|
8
|
+
[github-url]: https://github.com/nr1etech/lib-js/actions
|
|
9
|
+
[github-image]: https://github.com/nr1etech/lib-js/workflows/ci/badge.svg
|
|
10
10
|
[npm-url]: https://npmjs.org/package/@nr1e/commons-js
|
|
11
11
|
[npm-image]: https://img.shields.io/npm/v/@nre1/commons-js.svg
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nr1e/commons",
|
|
3
3
|
"description": "Common utilities for TypeScript projects",
|
|
4
|
-
"version": "0.0.0-snapshot-
|
|
4
|
+
"version": "0.0.0-snapshot-20251228031344",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "NR1E, Inc.",
|
|
7
7
|
"publishConfig": {
|
|
@@ -20,7 +20,6 @@
|
|
|
20
20
|
"@types/node": "^20.19.0",
|
|
21
21
|
"@types/uuid": "^10.0.0",
|
|
22
22
|
"eslint": "9.32.0",
|
|
23
|
-
"ksuid": "3.0.0",
|
|
24
23
|
"prettier": "3.6.2",
|
|
25
24
|
"typescript": "5.4.5",
|
|
26
25
|
"typescript-eslint": "8.38.0",
|
|
@@ -28,7 +27,8 @@
|
|
|
28
27
|
},
|
|
29
28
|
"dependencies": {
|
|
30
29
|
"tslib": "^2.8.1",
|
|
31
|
-
"uuid": "^11.0.5"
|
|
30
|
+
"uuid": "^11.0.5",
|
|
31
|
+
"ksuid": "3.0.0"
|
|
32
32
|
},
|
|
33
33
|
"exports": {
|
|
34
34
|
"./bitsnbytes": {
|