@xylabs/buffer 7.0.8 → 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.
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xylabs/buffer",
|
|
3
|
-
"version": "
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "8.0.0",
|
|
4
|
+
"description": "DEPRECATED — Use node:buffer in Node, native ArrayBuffer/Uint8Array where possible, or depend on the buffer package directly for browser polyfills.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"buffer",
|
|
7
7
|
"xylabs",
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"publishConfig": {
|
|
66
66
|
"access": "public"
|
|
67
67
|
},
|
|
68
|
-
"deprecated": "
|
|
68
|
+
"deprecated": "Use node:buffer in Node, native ArrayBuffer/Uint8Array where possible, or depend on the buffer package directly for browser polyfills. @xylabs/buffer is deprecated and will not receive further updates."
|
|
69
69
|
}
|