@zinaid/num 0.0.10 → 0.0.11

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 +4 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,3 +1,7 @@
1
1
  # Zinaid JS Num Package
2
2
 
3
3
  This package provides number utility functions similar to Laravel's Num class facade.
4
+
5
+ ## Archived
6
+
7
+ This was a proof of concept package and is now archived. See the [Tolki](https://www.npmjs.com/org/tolki) organization for the actively maintained version of this package.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zinaid/num",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
4
4
  "description": "Utilities for working with numbers similar to Laravel's Num class facade.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -9,7 +9,7 @@
9
9
  "license": "MIT",
10
10
  "sideEffects": false,
11
11
  "dependencies": {
12
- "@zinaid/utils": "^0.0.5"
12
+ "@zinaid/utils": "^0.0.6"
13
13
  },
14
14
  "devDependencies": {
15
15
  "to-words": "^4.7.0"