@thi.ng/units 1.4.0 → 1.4.1

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 +1 -1
  2. package/package.json +2 -3
package/README.md CHANGED
@@ -726,7 +726,7 @@ npx @thi.ng/units list gram
726
726
 
727
727
  ## Status
728
728
 
729
- **BETA** - possibly breaking changes forthcoming
729
+ **STABLE** - used in production
730
730
 
731
731
  [Search or submit any issues for this package](https://codeberg.org/thi.ng/umbrella/issues?q=%5Bunits%5D)
732
732
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/units",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "Extensible SI unit creation, conversions, quantities & calculations, CLI calculator (incl. Lisp-like DSL and ~170 predefined units & constants)",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -194,8 +194,7 @@
194
194
  }
195
195
  },
196
196
  "thi.ng": {
197
- "status": "beta",
198
197
  "year": 2021
199
198
  },
200
- "gitHead": "983c49325b676db85989505c240b976db73fa8a8"
199
+ "gitHead": "5a07827c49031f14b2b768c6592257c2299f7811"
201
200
  }