@vicin/phantom 1.0.1 → 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 +5 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -843,8 +843,8 @@ function hash<V>(value: V) {
843
843
 
844
844
  `Sigil` works seamlessly in conjunction with `Phantom`,use `Phantom` for nominal typing on primitives/objects (type-only metadata), and `Sigil` for classes. Together, they enable comprehensive domain modeling: e.g., a Phantom-branded `UserId` could be a property in a Sigil-branded `User` class, combining zero-runtime primitive safety with robust class-level checks.
845
845
 
846
- - GitHub: **[@sigil](https://github.com/ZiadTaha62/sigil)**
847
- - NPM: **[@sigil](https://www.npmjs.com/package/@vicin/sigil)**
846
+ - **GitHub: [@sigil](https://github.com/ZiadTaha62/sigil)**
847
+ - **NPM: [@sigil](https://www.npmjs.com/package/@vicin/sigil)**
848
848
 
849
849
  ---
850
850
 
@@ -864,6 +864,6 @@ Distributed under the MIT License. See `LICENSE` for more information.
864
864
 
865
865
  Built with ❤️ by **Ziad Taha**.
866
866
 
867
- - GitHub: [@ZiadTaha62](https://github.com/ZiadTaha62)
868
- - NPM: [@ziadtaha62](https://www.npmjs.com/~ziadtaha62)
869
- - Vicin: [@vicin](https://www.npmjs.com/org/vicin)
867
+ - **GitHub: [@ZiadTaha62](https://github.com/ZiadTaha62)**
868
+ - **NPM: [@ziadtaha62](https://www.npmjs.com/~ziadtaha62)**
869
+ - **Vicin: [@vicin](https://www.npmjs.com/org/vicin)**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vicin/phantom",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Powerful, lightweight TypeScript library for nominal typing.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",