@arkyn/templates 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 +4 -3
package/README.md
CHANGED
|
@@ -28,6 +28,8 @@ This package has no runtime dependencies and no peer dependencies — it can be
|
|
|
28
28
|
|
|
29
29
|
## 📦 Installation
|
|
30
30
|
|
|
31
|
+
> **ESM only.** This package ships as native ES modules with no CommonJS build — use `import`, not `require()`.
|
|
32
|
+
|
|
31
33
|
```bash
|
|
32
34
|
npm install @arkyn/templates
|
|
33
35
|
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arkyn/templates",
|
|
3
|
-
"version": "3.0.1-beta.
|
|
3
|
+
"version": "3.0.1-beta.201",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"module": "./dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"repository": {
|
|
27
27
|
"type": "git",
|
|
28
28
|
"url": "git+https://github.com/Lucas-Eduardo-Goncalves/arkyn-library.git",
|
|
29
|
-
"directory": "packages/
|
|
29
|
+
"directory": "packages/templates"
|
|
30
30
|
},
|
|
31
31
|
"sideEffects": false,
|
|
32
32
|
"files": [
|
|
@@ -52,7 +52,8 @@
|
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@types/bun": "catalog:",
|
|
54
54
|
"@types/node": "catalog:",
|
|
55
|
-
"vite": "catalog:"
|
|
55
|
+
"vite": "catalog:",
|
|
56
|
+
"vitest": "catalog:"
|
|
56
57
|
},
|
|
57
58
|
"exports": {
|
|
58
59
|
".": {
|