@xylabs/lodash 7.0.7 → 8.0.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 (1) hide show
  1. package/package.json +4 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@xylabs/lodash",
3
- "version": "7.0.7",
4
- "description": "Base functionality used throughout XY Labs TypeScript/JavaScript libraries",
3
+ "version": "8.0.0",
4
+ "description": "DEPRECATED Use native JavaScript functionality or lodash-es directly instead.",
5
5
  "keywords": [
6
6
  "lodash",
7
7
  "xylabs",
@@ -53,5 +53,6 @@
53
53
  },
54
54
  "publishConfig": {
55
55
  "access": "public"
56
- }
56
+ },
57
+ "deprecated": "Use native JavaScript functionality or lodash-es directly instead. @xylabs/lodash is deprecated and will not receive further updates."
57
58
  }