@vicin/sigil 3.1.3 → 3.1.4

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/CHANGELOG.md +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [3.1.4] - 2026-02-26
6
+
7
+ ### Changed
8
+
9
+ - Updated description in `package.json`
10
+
5
11
  ## [3.1.3] - 2026-02-26
6
12
 
7
13
  ### Changed
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vicin/sigil",
3
- "version": "3.1.3",
4
- "description": "Lightweight TypeScript library for nominal identity classes",
3
+ "version": "3.1.4",
4
+ "description": "Sigil gives you the power of safe cross-bundle class instances checks and simple class nominal typing if needed",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "publishConfig": {