@cpp.js/package-geos 1.0.0-beta.23 → 1.0.0

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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @cpp.js/package-geos
2
2
 
3
+ ## 1.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 🚀 first stable release
8
+
3
9
  ## 1.0.0-beta.23
4
10
 
5
11
  ### Patch Changes
package/README.md CHANGED
@@ -47,4 +47,4 @@ std::string Native::sample() {
47
47
  ## License
48
48
  This project includes the precompiled geos library, which is distributed under the [LGPL License](https://github.com/libgeos/geos/blob/main/COPYING).
49
49
 
50
- GEOS Homepage: <https://github.com/libgeos/geos>
50
+ GEOS Homepage: [https://github.com/libgeos/geos](https://github.com/libgeos/geos)
@@ -10,16 +10,19 @@
10
10
  <key>HeadersPath</key>
11
11
  <string>Headers</string>
12
12
  <key>LibraryIdentifier</key>
13
- <string>ios-arm64_arm64e</string>
13
+ <string>ios-arm64_arm64e_x86_64-simulator</string>
14
14
  <key>LibraryPath</key>
15
15
  <string>libgeos.a</string>
16
16
  <key>SupportedArchitectures</key>
17
17
  <array>
18
18
  <string>arm64</string>
19
19
  <string>arm64e</string>
20
+ <string>x86_64</string>
20
21
  </array>
21
22
  <key>SupportedPlatform</key>
22
23
  <string>ios</string>
24
+ <key>SupportedPlatformVariant</key>
25
+ <string>simulator</string>
23
26
  </dict>
24
27
  <dict>
25
28
  <key>BinaryPath</key>
@@ -27,19 +30,16 @@
27
30
  <key>HeadersPath</key>
28
31
  <string>Headers</string>
29
32
  <key>LibraryIdentifier</key>
30
- <string>ios-arm64_arm64e_x86_64-simulator</string>
33
+ <string>ios-arm64_arm64e</string>
31
34
  <key>LibraryPath</key>
32
35
  <string>libgeos.a</string>
33
36
  <key>SupportedArchitectures</key>
34
37
  <array>
35
38
  <string>arm64</string>
36
39
  <string>arm64e</string>
37
- <string>x86_64</string>
38
40
  </array>
39
41
  <key>SupportedPlatform</key>
40
42
  <string>ios</string>
41
- <key>SupportedPlatformVariant</key>
42
- <string>simulator</string>
43
43
  </dict>
44
44
  </array>
45
45
  <key>CFBundlePackageType</key>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cpp.js/package-geos",
3
- "version": "1.0.0-beta.23",
3
+ "version": "1.0.0",
4
4
  "nativeVersion": "3.13.0",
5
5
  "description": "This package provides the precompiled GEOS library, built using Cpp.js, for seamless integration into JavaScript, WebAssembly, and React Native projects. It supports advanced geometry operations, including spatial analysis and topological calculations, delivering high performance and cross-platform compatibility. Perfect for web, server-side, and mobile geospatial applications.",
6
6
  "homepage": "https://github.com/bugra9/cpp.js/tree/main/packages/cppjs-package-geos#readme",
@@ -8,7 +8,7 @@
8
8
  "license": "LGPL-2.1-or-later",
9
9
  "type": "module",
10
10
  "devDependencies": {
11
- "cpp.js": "^1.0.0-beta.33"
11
+ "cpp.js": "^1.0.0"
12
12
  },
13
13
  "keywords": [
14
14
  "geos",