@esmx/import 3.0.0-rc.69 → 3.0.0-rc.71

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 CHANGED
@@ -39,7 +39,14 @@
39
39
  ## 📦 Installation
40
40
 
41
41
  ```bash
42
+ # npm
42
43
  npm install @esmx/import
44
+
45
+ # pnpm
46
+ pnpm add @esmx/import
47
+
48
+ # yarn
49
+ yarn add @esmx/import
43
50
  ```
44
51
 
45
52
  ## 🚀 Quick Start
@@ -131,4 +138,4 @@ interface ImportMap {
131
138
 
132
139
  ## 📄 License
133
140
 
134
- MIT © [Esmx Team](https://github.com/esmnext/esmx)
141
+ MIT © [Esmx Team](https://github.com/esmnext/esmx)
package/README.zh-CN.md CHANGED
@@ -39,7 +39,14 @@
39
39
  ## 📦 安装
40
40
 
41
41
  ```bash
42
+ # npm
42
43
  npm install @esmx/import
44
+
45
+ # pnpm
46
+ pnpm add @esmx/import
47
+
48
+ # yarn
49
+ yarn add @esmx/import
43
50
  ```
44
51
 
45
52
  ## 🚀 快速开始
@@ -131,4 +138,4 @@ interface ImportMap {
131
138
 
132
139
  ## 📄 许可证
133
140
 
134
- MIT © [Esmx Team](https://github.com/esmnext/esmx)
141
+ MIT © [Esmx Team](https://github.com/esmnext/esmx)
package/package.json CHANGED
@@ -33,13 +33,13 @@
33
33
  },
34
34
  "devDependencies": {
35
35
  "@biomejs/biome": "1.9.4",
36
- "@types/node": "^24.0.0",
36
+ "@types/node": "^24.10.0",
37
37
  "@vitest/coverage-v8": "3.2.4",
38
- "typescript": "5.9.2",
39
- "unbuild": "3.6.0",
38
+ "typescript": "5.9.3",
39
+ "unbuild": "3.6.1",
40
40
  "vitest": "3.2.4"
41
41
  },
42
- "version": "3.0.0-rc.69",
42
+ "version": "3.0.0-rc.71",
43
43
  "type": "module",
44
44
  "private": false,
45
45
  "exports": {
@@ -58,5 +58,5 @@
58
58
  "template",
59
59
  "public"
60
60
  ],
61
- "gitHead": "340151dd2777a5d7a10cd08e10783fdc24fb7eb5"
61
+ "gitHead": "1616c7a1f820387d4d14bac0babd42356f6f7f33"
62
62
  }