@cpp.js/package-iconv 2.0.0-beta.1 → 2.0.0-beta.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/package.json +6 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cpp.js/package-iconv",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.2",
|
|
4
4
|
"nativeVersion": "1.18",
|
|
5
5
|
"description": "This package provides the precompiled iconv library, built using cpp.js, for easy integration into JavaScript, WebAssembly and React Native projects. It provides a high-performance solution for converting between character encodings, ensuring cross-platform compatibility. Ideal for use in web and mobile applications.",
|
|
6
6
|
"homepage": "https://github.com/bugra9/cpp.js/tree/main/packages/cppjs-package-iconv#readme",
|
|
@@ -14,10 +14,12 @@
|
|
|
14
14
|
"webassembly",
|
|
15
15
|
"react-native"
|
|
16
16
|
],
|
|
17
|
-
"
|
|
18
|
-
"cpp.js": "^2.0.0-beta.1",
|
|
19
|
-
"@cpp.js/package-iconv-wasm": "^2.0.0-beta.1",
|
|
17
|
+
"dependencies": {
|
|
20
18
|
"@cpp.js/package-iconv-ios": "^2.0.0-beta.1",
|
|
19
|
+
"@cpp.js/package-iconv-wasm": "^2.0.0-beta.1",
|
|
21
20
|
"@cpp.js/package-iconv-android": "^2.0.0-beta.1"
|
|
21
|
+
},
|
|
22
|
+
"devDependencies": {
|
|
23
|
+
"cpp.js": "^2.0.0-beta.1"
|
|
22
24
|
}
|
|
23
25
|
}
|