@capgo/capacitor-uploader 0.0.10 → 0.0.11

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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -123,6 +123,8 @@ uploadToCustomServer(filePath, serverUrl);
123
123
 
124
124
  ### Exemple with Capacitor Camera preview:
125
125
 
126
+ Documentation for the [Capacitor Camera preview](https://github.com/Cap-go/camera-preview)
127
+
126
128
  ```typescript
127
129
  import { CameraPreview } from '@capgo/camera-preview'
128
130
  import { Uploader } from '@capgo/capacitor-uploader';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/capacitor-uploader",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
4
4
  "description": "Upload file natively",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",