@softsky/utils 1.0.0 → 1.0.2

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 +3 -3
package/README.md CHANGED
@@ -117,6 +117,8 @@ Find next cron tick after passed date
117
117
  Damn, I **love** TypeScript.
118
118
  ### type Optional
119
119
  Make keys in object optional
120
+ ### type Constructor
121
+ Get contructor type of an instance
120
122
  ### type AwaitedObject
121
123
  Recursively resolves promises in objects and arrays
122
124
  ### type JSONSerializable
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@softsky/utils",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "JavaScript/TypeScript utilities",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -18,8 +18,8 @@
18
18
  },
19
19
  "homepage": "https://github.com/SoundOfTheSky/utils#readme",
20
20
  "devDependencies": {
21
- "@softsky/configs": "^1.0.4",
22
- "@types/bun": "^1.1.12"
21
+ "@softsky/configs": "^1.0.6",
22
+ "@types/bun": "^1.1.13"
23
23
  },
24
24
  "files": ["dist/**/*"]
25
25
  }