@zinaid/utils 0.0.5 → 0.0.6

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 +1 -1
package/README.md CHANGED
@@ -1,3 +1,7 @@
1
1
  # Zinaid JS Utils Package
2
2
 
3
3
  This package provides utility functions used by other Zinaid packages.
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/utils",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "description": "A set of utility functions for the @zinaid packages.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",