@wcstack/autoloader 1.3.15 → 1.3.17

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.ja.md CHANGED
@@ -46,7 +46,7 @@
46
46
 
47
47
  ```html
48
48
  <!-- 方法A: ゼロコンフィグスクリプト(推奨) -->
49
- <script type="module" src="/path/to/autoloader/auto.js"></script>
49
+ <script type="module" src="https://esm.run/@wcstack/autoloader/auto"></script>
50
50
 
51
51
  <!-- 方法B: 手動初期化 -->
52
52
  <script type="module">
package/README.md CHANGED
@@ -46,7 +46,7 @@ Load the autoloader script via `<script>` tag, or import and call `bootstrapAuto
46
46
 
47
47
  ```html
48
48
  <!-- Option A: Zero-config script (recommended) -->
49
- <script type="module" src="/path/to/autoloader/auto.js"></script>
49
+ <script type="module" src="https://esm.run/@wcstack/autoloader/auto"></script>
50
50
 
51
51
  <!-- Option B: Manual initialization -->
52
52
  <script type="module">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wcstack/autoloader",
3
- "version": "1.3.15",
3
+ "version": "1.3.17",
4
4
  "description": "Auto-detect and dynamically import undefined custom elements via Import Maps. Zero dependencies, buildless.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.esm.js",