@tradly/asset 1.0.1 → 1.0.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.
@@ -5,12 +5,12 @@
5
5
  * images, videos, and files with Tradly authentication
6
6
  */
7
7
 
8
- import MediaPopup from "./components/MediaPopup";
9
- import MediaTab from "./components/MediaTab";
10
- import ImagesGallery from "./components/MediaGallery";
11
- import VideosGallery from "./components/VideosGallery";
12
- import FileUpload from "./components/FileUpload";
13
- import MediaApiService from "./services/apiService";
8
+ import MediaPopup from "./src/components/MediaPopup";
9
+ import MediaTab from "./src/components/MediaTab";
10
+ import ImagesGallery from "./src/components/MediaGallery";
11
+ import VideosGallery from "./src/components/VideosGallery";
12
+ import FileUpload from "./src/components/FileUpload";
13
+ import MediaApiService from "./src/services/apiService";
14
14
 
15
15
  // Export main component
16
16
  export { MediaPopup };
package/package.json CHANGED
@@ -1,10 +1,9 @@
1
1
  {
2
2
  "name": "@tradly/asset",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "A reusable media gallery component for uploading and selecting images, videos, and files with Tradly authentication",
5
- "main": "dist/index.js",
6
- "module": "dist/index.esm.js",
7
- "types": "dist/index.d.ts",
5
+ "main": "index.js",
6
+ "type": "module",
8
7
  "scripts": {
9
8
  "build": "echo 'Build script - configure with your bundler'",
10
9
  "dev": "echo 'Dev script - configure with your bundler'"