@frybynite/image-cloud 0.11.3 → 1.0.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frybynite/image-cloud",
3
- "version": "0.11.3",
3
+ "version": "1.0.1",
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",
@@ -60,6 +60,7 @@
60
60
  "clean": "rm -rf dist",
61
61
  "clean:all": "rm -rf dist build",
62
62
  "type-check": "tsc --noEmit",
63
+ "lint:compat": "eslint src/",
63
64
  "preview": "vite preview",
64
65
  "serve": "python3 -m http.server 8080",
65
66
  "pack": "npm run build && mkdir -p build/packages && npm pack && mv *.tgz build/packages/",
@@ -82,6 +83,15 @@
82
83
  "radial",
83
84
  "honeycomb"
84
85
  ],
86
+ "engines": {
87
+ "node": ">=18"
88
+ },
89
+ "browserslist": [
90
+ "Chrome >= 87",
91
+ "Firefox >= 78",
92
+ "Safari >= 14",
93
+ "Edge >= 88"
94
+ ],
85
95
  "author": "frybynite",
86
96
  "license": "MIT",
87
97
  "repository": {
@@ -112,7 +122,10 @@
112
122
  "@playwright/test": "^1.57.0",
113
123
  "@types/react": "^19.2.14",
114
124
  "@types/react-dom": "^19.2.3",
125
+ "@typescript-eslint/parser": "^8.57.1",
115
126
  "@vitejs/plugin-react": "^5.1.4",
127
+ "eslint": "^10.1.0",
128
+ "eslint-plugin-compat": "^7.0.1",
116
129
  "react": "^19.2.4",
117
130
  "react-dom": "^19.2.4",
118
131
  "typescript": "~5.9.3",