@bluepic/embed 0.1.0 → 0.1.2
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 +1 -1
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ Or via CDN (for embedding without a build process):
|
|
|
14
14
|
|
|
15
15
|
```html
|
|
16
16
|
<script src="https://unpkg.com/vue@3.5.13/dist/vue.global.prod.js"></script>
|
|
17
|
-
<script src="https://unpkg.com/@bluepic/embed@0.1.
|
|
17
|
+
<script src="https://unpkg.com/@bluepic/embed@0.1.2/lib/bluepic-fields.umd.js"></script>
|
|
18
18
|
```
|
|
19
19
|
|
|
20
20
|
---
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bluepic/embed",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.2",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
7
7
|
"package.json",
|
|
@@ -33,6 +33,7 @@
|
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@floating-ui/vue": "^1.0.6",
|
|
36
|
+
"@hono/zod-openapi": "^0.19.4",
|
|
36
37
|
"@vueuse/core": "^10.11.0",
|
|
37
38
|
"compressorjs": "^1.2.1",
|
|
38
39
|
"css": "^3.0.0",
|