@frybynite/image-cloud 0.10.0 → 0.10.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frybynite/image-cloud",
3
- "version": "0.10.0",
3
+ "version": "0.10.3",
4
4
  "description": "Javascript/TypeScript image cloud library with custom loaders, various layouts, full images styling, with animation and zoom effects",
5
5
  "type": "module",
6
6
  "main": "./dist/image-cloud.umd.js",
@@ -72,12 +72,15 @@
72
72
  },
73
73
  "keywords": [
74
74
  "image-gallery",
75
- "typescript",
75
+ "image-cloud",
76
+ "gallery",
76
77
  "animation",
78
+ "layouts",
77
79
  "zoom",
78
80
  "interactive",
79
- "radial-layout",
80
- "google-drive"
81
+ "typescript",
82
+ "radial",
83
+ "honeycomb"
81
84
  ],
82
85
  "author": "frybynite",
83
86
  "license": "MIT",
@@ -88,7 +91,7 @@
88
91
  "bugs": {
89
92
  "url": "https://github.com/frybynite/image-cloud/issues"
90
93
  },
91
- "homepage": "https://github.com/frybynite/image-cloud#readme",
94
+ "homepage": "https://frybynite.github.io/image-cloud/",
92
95
  "peerDependencies": {
93
96
  "react": ">=18.0.0",
94
97
  "react-dom": ">=18.0.0",
@@ -112,7 +115,7 @@
112
115
  "@vitejs/plugin-react": "^5.1.4",
113
116
  "react": "^19.2.4",
114
117
  "react-dom": "^19.2.4",
115
- "typescript": "~5.8.2",
118
+ "typescript": "~5.9.3",
116
119
  "vite": "^7.3.1",
117
120
  "vite-plugin-dts": "^4.5.4",
118
121
  "vue": "^3.5.28"