@nativescript-community/ui-image 4.3.31 → 4.3.32
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/CHANGELOG.md +4 -0
- package/package.json +2 -2
- package/platforms/android/ui_image.aar +0 -0
- package/angular/package.json +0 -24
- package/vue/index.mjs +0 -8
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,10 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
## [4.3.32](https://github.com/nativescript-community/ui-image/compare/v4.3.31...v4.3.32) (2024-02-24)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @nativescript-community/ui-image
|
9
|
+
|
6
10
|
## [4.3.31](https://github.com/nativescript-community/ui-image/compare/v4.3.30...v4.3.31) (2024-02-23)
|
7
11
|
|
8
12
|
### Bug Fixes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@nativescript-community/ui-image",
|
3
|
-
"version": "4.3.
|
3
|
+
"version": "4.3.32",
|
4
4
|
"description": "Advanced and efficient image display plugin which uses Fresco (Android) and SDWebImage (iOS) to implement caching, placeholders, image effects, and much more.",
|
5
5
|
"main": "./index",
|
6
6
|
"sideEffects": false,
|
@@ -36,5 +36,5 @@
|
|
36
36
|
},
|
37
37
|
"license": "Apache-2.0",
|
38
38
|
"readmeFilename": "README.md",
|
39
|
-
"gitHead": "
|
39
|
+
"gitHead": "85c1a4573e5941bab455531ce2d7d5b631622e5b"
|
40
40
|
}
|
Binary file
|
package/angular/package.json
DELETED
@@ -1,24 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"name": "@nativescript-community/ui-image-angular",
|
3
|
-
"main": "index.js",
|
4
|
-
"module": "fesm2022/nativescript-community-ui-image-angular.mjs",
|
5
|
-
"typings": "index.d.ts",
|
6
|
-
"exports": {
|
7
|
-
"./package.json": {
|
8
|
-
"default": "./package.json"
|
9
|
-
},
|
10
|
-
".": {
|
11
|
-
"types": "./index.d.ts",
|
12
|
-
"esm2022": "./esm2022/nativescript-community-ui-image-angular.mjs",
|
13
|
-
"esm": "./esm2022/nativescript-community-ui-image-angular.mjs",
|
14
|
-
"default": "./fesm2022/nativescript-community-ui-image-angular.mjs"
|
15
|
-
}
|
16
|
-
},
|
17
|
-
"sideEffects": false,
|
18
|
-
"dependencies": {
|
19
|
-
"tslib": "^2.3.0"
|
20
|
-
},
|
21
|
-
"scripts": {
|
22
|
-
"prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by Ivy in full compilation mode. This is not allowed.\\nPlease delete and rebuild the package with Ivy partial compilation mode, before attempting to publish.\\n')\" && exit 1"
|
23
|
-
}
|
24
|
-
}
|