@feedclip/sdk 0.1.1 → 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 +2 -2
- package/dist/FeedClip-BaPZHoPJ.js +1174 -0
- package/dist/FeedClip-DoCFv80K.cjs +6 -0
- package/dist/angular.cjs +1 -1
- package/dist/angular.js +43 -44
- package/dist/feedclip.cjs +2 -2
- package/dist/feedclip.css +3 -1
- package/dist/feedclip.js +132 -166
- package/dist/types/angular.d.ts +8 -0
- package/dist/vue.cjs +1 -1
- package/dist/vue.js +22 -27
- package/package.json +3 -3
- package/dist/FeedClip-BaEsiBcA.cjs +0 -6
- package/dist/FeedClip-DnvGmNwe.js +0 -1390
package/README.md
CHANGED
|
@@ -28,7 +28,7 @@ The repository currently includes:
|
|
|
28
28
|
- legacy file-only upload support;
|
|
29
29
|
- Supabase and S3 uploader helpers;
|
|
30
30
|
- localization for 10 languages;
|
|
31
|
-
- React implementation with Vue 3 and Angular 19 lifecycle adapters;
|
|
31
|
+
- React implementation with Vue 3 and Angular 19–21 lifecycle adapters;
|
|
32
32
|
- ESM, CommonJS, CSS, and TypeScript declaration builds;
|
|
33
33
|
- 106 automated tests.
|
|
34
34
|
|
|
@@ -50,7 +50,7 @@ Vue 3:
|
|
|
50
50
|
npm install @feedclip/sdk vue react react-dom
|
|
51
51
|
```
|
|
52
52
|
|
|
53
|
-
Angular 19:
|
|
53
|
+
Angular 19–21:
|
|
54
54
|
|
|
55
55
|
```bash
|
|
56
56
|
npm install @feedclip/sdk @angular/core react react-dom
|