@ts-utilities/core 1.0.9 → 1.0.10

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 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  ![npm version](https://img.shields.io/npm/v/@ts-utilities/core)
4
4
  ![npm downloads](https://img.shields.io/npm/dm/@ts-utilities/core)
5
5
  ![License](https://img.shields.io/npm/l/@ts-utilities/core)
6
- ![Tests](https://github.com/ts-collection/core/actions/workflows/test.yml/badge.svg)
6
+ ![Tests](https://github.com/ts-collection/utilities/actions/workflows/test.yml/badge.svg)
7
7
 
8
8
  ## Description
9
9
 
@@ -278,4 +278,4 @@ This project is licensed under the ISC License - see the [LICENSE](LICENSE) file
278
278
  ## Contact
279
279
 
280
280
  - **Sohan Emon**: [sohanemon@outlook.com](mailto:sohanemon@outlook.com)
281
- - **GitHub**: [ts-collection/core](https://github.com/ts-collection/core)
281
+ - **GitHub**: [ts-collection/utilities](https://github.com/ts-collection/utilities)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ts-utilities/core",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "author": "Sohan Emon <sohanemon@outlook.com>",
5
5
  "description": "Core utilities for JavaScript/TypeScript projects",
6
6
  "type": "module",
@@ -50,10 +50,10 @@
50
50
  "homepage": "https://sohanjs.web.app/core",
51
51
  "repository": {
52
52
  "type": "git",
53
- "url": "git+https://github.com/ts-collection/core.git"
53
+ "url": "git+https://github.com/ts-collection/utilities.git"
54
54
  },
55
55
  "bugs": {
56
- "url": "https://github.com/ts-collection/core/issues"
56
+ "url": "https://github.com/ts-collection/utilities/issues"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@biomejs/biome": "2.3.8",