@cpp.js/package-zlib 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,18 +1,20 @@
1
1
  {
2
2
  "name": "@cpp.js/package-zlib",
3
- "version": "2.0.0-beta.1",
3
+ "version": "2.0.0-beta.2",
4
4
  "nativeVersion": "1.3.1",
5
5
  "description": "This package provides the precompiled zlib library, built using cpp.js, for easy integration into JavaScript, WebAssembly and React Native projects. It offers compression and decompression functionalities through the zlib API, ensuring high performance and 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-zlib#readme",
7
7
  "repository": "https://github.com/bugra9/cpp.js.git",
8
8
  "license": "Zlib",
9
9
  "type": "module",
10
- "devDependencies": {
11
- "cpp.js": "^2.0.0-beta.1",
10
+ "dependencies": {
12
11
  "@cpp.js/package-zlib-wasm": "^2.0.0-beta.1",
13
12
  "@cpp.js/package-zlib-android": "^2.0.0-beta.1",
14
13
  "@cpp.js/package-zlib-ios": "^2.0.0-beta.1"
15
14
  },
15
+ "devDependencies": {
16
+ "cpp.js": "^2.0.0-beta.1"
17
+ },
16
18
  "keywords": [
17
19
  "z",
18
20
  "zlib",