@exodus/stdnum 1.0.0 → 1.2.0

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 +20 -0
  2. package/package.json +2 -3
package/CHANGELOG.md ADDED
@@ -0,0 +1,20 @@
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
+
6
+ ## 1.2.0 (2026-02-02)
7
+
8
+ ### Features
9
+
10
+ - feat(stdnum): add library (#15118)
11
+
12
+ ### Bug Fixes
13
+
14
+ - fix(stdnum): main entry point (#15149)
15
+
16
+ ## 1.1.0 (2026-02-02)
17
+
18
+ ### Features
19
+
20
+ - feat(stdnum): add library (#15118)
package/package.json CHANGED
@@ -1,10 +1,9 @@
1
1
  {
2
2
  "name": "@exodus/stdnum",
3
- "version": "1.0.0",
3
+ "version": "1.2.0",
4
4
  "author": "Exodus Movement, Inc.",
5
5
  "description": "Library for validating and formatting standard numbers.",
6
- "main": "src/index.mjs",
7
- "module": "src/index.mjs",
6
+ "main": "lib/index.js",
8
7
  "type": "module",
9
8
  "files": [
10
9
  "lib",