@arkyn/server 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.
- package/README.md +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -29,6 +29,8 @@ Backend code — Remix/React Router loaders and actions, or any fetch-based serv
|
|
|
29
29
|
|
|
30
30
|
## 📦 Installation
|
|
31
31
|
|
|
32
|
+
> **ESM only.** This package ships as native ES modules with no CommonJS build — use `import`, not `require()`.
|
|
33
|
+
|
|
32
34
|
```bash
|
|
33
35
|
npm install @arkyn/server zod libphonenumber-js
|
|
34
36
|
```
|