@enslo/sd-metadata 1.6.0 → 1.7.0
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 +1 -1
- package/README.md +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.js +353 -267
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.ja.md
CHANGED
|
@@ -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.
|
|
152
|
+
> https://cdn.jsdelivr.net/npm/@enslo/sd-metadata@1.7.0/dist/index.js
|
|
153
153
|
> ```
|
|
154
154
|
|
|
155
155
|
### 応用例
|
package/README.md
CHANGED
|
@@ -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.
|
|
151
|
+
> https://cdn.jsdelivr.net/npm/@enslo/sd-metadata@1.7.0/dist/index.js
|
|
152
152
|
> ```
|
|
153
153
|
|
|
154
154
|
### Advanced Examples
|
package/dist/index.d.ts
CHANGED