@arkyn/shared 3.0.1-beta.200 → 3.0.1-beta.201

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 +2 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -31,6 +31,8 @@ Comprehensive collection of reusable utilities for data formatting, validation,
31
31
 
32
32
  ## 📦 Installation
33
33
 
34
+ > **ESM only.** This package ships as native ES modules with no CommonJS build — use `import`, not `require()`.
35
+
34
36
  ```bash
35
37
  npm install @arkyn/shared
36
38
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arkyn/shared",
3
- "version": "3.0.1-beta.200",
3
+ "version": "3.0.1-beta.201",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.js",
6
6
  "type": "module",
@@ -27,7 +27,7 @@
27
27
  "repository": {
28
28
  "type": "git",
29
29
  "url": "git+https://github.com/Lucas-Eduardo-Goncalves/arkyn-library.git",
30
- "directory": "packages/components"
30
+ "directory": "packages/shared"
31
31
  },
32
32
  "files": [
33
33
  "dist",