topsyde-utils 1.0.0 → 1.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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -8,6 +8,8 @@ A comprehensive bundle of TypeScript utility classes and functions designed to s
8
8
  npm install topsyde-utils
9
9
  # or
10
10
  yarn add topsyde-utils
11
+ # or
12
+ bun add topsyde-utils
11
13
  ```
12
14
 
13
15
  ## Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "topsyde-utils",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "A bundle of TypeScript utility classes and functions",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -52,4 +52,4 @@
52
52
  "engines": {
53
53
  "node": ">=14.0.0"
54
54
  }
55
- }
55
+ }