@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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. 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
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arkyn/server",
3
- "version": "3.0.1-beta.200",
3
+ "version": "3.0.1-beta.201",
4
4
  "author": "Arkyn | Lucas Gonçalves",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",