@cpp.js/package-expat-multithread 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 +7 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cpp.js/package-expat-multithread",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.2",
|
|
4
4
|
"nativeVersion": "2.7.3",
|
|
5
5
|
"description": "This package provides the precompiled Expat XML parser library, built using Cpp.js, for seamless integration into JavaScript, WebAssembly, and React Native projects. It enables fast and efficient parsing of XML data, making it ideal for applications requiring robust XML handling across platforms. Perfect for web, server-side, and mobile development environments.",
|
|
6
6
|
"homepage": "https://github.com/bugra9/cpp.js/tree/main/packages/cppjs-package-expat#readme",
|
|
@@ -14,10 +14,12 @@
|
|
|
14
14
|
"webassembly",
|
|
15
15
|
"react-native"
|
|
16
16
|
],
|
|
17
|
-
"
|
|
18
|
-
"@cpp.js/package-expat-android-multithread": "^2.0.0-beta.1",
|
|
17
|
+
"dependencies": {
|
|
19
18
|
"@cpp.js/package-expat-wasm-multithread": "^2.0.0-beta.1",
|
|
20
|
-
"cpp.js": "^2.0.0-beta.1",
|
|
21
|
-
"@cpp.js/package-expat-
|
|
19
|
+
"@cpp.js/package-expat-ios-multithread": "^2.0.0-beta.1",
|
|
20
|
+
"@cpp.js/package-expat-android-multithread": "^2.0.0-beta.1"
|
|
21
|
+
},
|
|
22
|
+
"devDependencies": {
|
|
23
|
+
"cpp.js": "^2.0.0-beta.1"
|
|
22
24
|
}
|
|
23
25
|
}
|