@enslo/sd-metadata 1.7.1 → 1.8.1

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
@@ -127,9 +127,9 @@ fileInput.addEventListener('change', async (e) => {
127
127
  });
128
128
  ```
129
129
 
130
- ### CDN使用(ブックマークレット / ユーザースクリプト)
130
+ ### CDN使用(ユーザースクリプト)
131
131
 
132
- ブックマークレットやユーザースクリプト(Tampermonkey、Violentmonkeyなど)では、jsDelivr CDNから読み込みます:
132
+ ユーザースクリプト(Tampermonkey、Violentmonkeyなど)では、jsDelivr CDNから読み込みます:
133
133
 
134
134
  ```javascript
135
135
  // CDNからインポート
@@ -149,7 +149,7 @@ if (result.status === 'success') {
149
149
  > 本番環境では `@latest` の代わりに特定のバージョンを指定してください:
150
150
  >
151
151
  > ```text
152
- > https://cdn.jsdelivr.net/npm/@enslo/sd-metadata@1.7.1/dist/index.js
152
+ > https://cdn.jsdelivr.net/npm/@enslo/sd-metadata@1.8.1/dist/index.js
153
153
  > ```
154
154
 
155
155
  ### 応用例
package/README.md CHANGED
@@ -126,9 +126,9 @@ fileInput.addEventListener('change', async (e) => {
126
126
  });
127
127
  ```
128
128
 
129
- ### CDN Usage (Bookmarklet / Userscript)
129
+ ### CDN Usage (Userscript)
130
130
 
131
- For bookmarklets or userscripts (Tampermonkey, Violentmonkey, etc.), load from jsDelivr CDN:
131
+ For userscripts (Tampermonkey, Violentmonkey, etc.), load from jsDelivr CDN:
132
132
 
133
133
  ```javascript
134
134
  // Import from CDN
@@ -148,7 +148,7 @@ if (result.status === 'success') {
148
148
  > For production use, pin to a specific version instead of `@latest`:
149
149
  >
150
150
  > ```text
151
- > https://cdn.jsdelivr.net/npm/@enslo/sd-metadata@1.7.1/dist/index.js
151
+ > https://cdn.jsdelivr.net/npm/@enslo/sd-metadata@1.8.1/dist/index.js
152
152
  > ```
153
153
 
154
154
  ### Advanced Examples