topkat-utils 1.3.18 → 1.3.20

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 +4 -0
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -263,6 +263,10 @@ This library is fully typed and provides TypeScript definitions out of the box.
263
263
 
264
264
  Contributions are welcome! Please feel free to submit a Pull Request
265
265
 
266
+ ## Used by
267
+
268
+ This lib is used as util library in [green_dot backend framework](https://github.com/topkat/green_dot)
269
+
266
270
  ## License
267
271
 
268
272
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "topkat-utils",
3
- "version": "1.3.18",
3
+ "version": "1.3.20",
4
4
  "type": "commonjs",
5
5
  "types": "index.ts",
6
6
  "main": "dist",
@@ -30,16 +30,16 @@
30
30
  "flatten",
31
31
  "case-conversion"
32
32
  ],
33
- "author": "https://github.com/top-kat",
33
+ "author": "https://github.com/topkat",
34
34
  "license": "MIT",
35
35
  "repository": {
36
36
  "type": "git",
37
- "url": "git+https://github.com/top-kat/utils.git"
37
+ "url": "git+https://github.com/topkat/utils.git"
38
38
  },
39
39
  "bugs": {
40
- "url": "https://github.com/top-kat/utils/issues"
40
+ "url": "https://github.com/topkat/utils/issues"
41
41
  },
42
- "homepage": "https://github.com/top-kat/utils#readme",
42
+ "homepage": "https://github.com/topkat/utils#readme",
43
43
  "engines": {
44
44
  "node": ">=14.0.0"
45
45
  },