@cpp.js/package-curl 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.
Files changed (1) hide show
  1. package/package.json +5 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cpp.js/package-curl",
3
- "version": "2.0.0-beta.1",
3
+ "version": "2.0.0-beta.2",
4
4
  "nativeVersion": "8.17.0",
5
5
  "description": "This package provides a CURL library compiled with Cpp.js, enabling seamless usage of CURL functionalities in JavaScript, WebAssembly and React Native projects. Client-side URL transfers for web and mobile applications.",
6
6
  "homepage": "https://github.com/bugra9/cpp.js/tree/main/packages/cppjs-package-curl#readme",
@@ -14,10 +14,12 @@
14
14
  "webassembly",
15
15
  "react-native"
16
16
  ],
17
- "devDependencies": {
17
+ "dependencies": {
18
18
  "@cpp.js/package-curl-wasm": "^2.0.0-beta.1",
19
19
  "@cpp.js/package-curl-android": "^2.0.0-beta.1",
20
- "@cpp.js/package-curl-ios": "^2.0.0-beta.1",
20
+ "@cpp.js/package-curl-ios": "^2.0.0-beta.1"
21
+ },
22
+ "devDependencies": {
21
23
  "cpp.js": "^2.0.0-beta.1"
22
24
  }
23
25
  }