@cpp.js/package-proj 1.0.0-beta.24 → 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 +12 -0
- package/README.md +1 -1
- package/dist/prebuilt/iOS-iphoneos/lib/libproj.a +0 -0
- package/dist/prebuilt/iOS-iphonesimulator/lib/libproj.a +0 -0
- package/package.json +4 -4
- package/proj.xcframework/Info.plist +5 -5
- package/proj.xcframework/ios-arm64_arm64e/libproj.a +0 -0
- package/proj.xcframework/ios-arm64_arm64e_x86_64-simulator/libproj.a +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @cpp.js/package-proj
|
|
2
2
|
|
|
3
|
+
## 1.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- 🚀 first stable release
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
- @cpp.js/package-sqlite3@1.0.0
|
|
13
|
+
- @cpp.js/package-tiff@1.0.0
|
|
14
|
+
|
|
3
15
|
## 1.0.0-beta.24
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -47,4 +47,4 @@ double Native::sample() {
|
|
|
47
47
|
## License
|
|
48
48
|
This project includes the precompiled proj library, which is distributed under the [MIT License](https://github.com/OSGeo/PROJ/blob/master/COPYING).
|
|
49
49
|
|
|
50
|
-
Proj Homepage:
|
|
50
|
+
Proj Homepage: [https://proj.org/](https://proj.org/)
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cpp.js/package-proj",
|
|
3
|
-
"version": "1.0.0
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"nativeVersion": "9.5.1",
|
|
5
5
|
"description": "This package provides the precompiled proj library, built using cpp.js, for easy integration into JavaScript, WebAssembly and React Native projects. It allows users to perform geodetic computations such as projections and coordinate transformations, 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-proj#readme",
|
|
@@ -8,11 +8,11 @@
|
|
|
8
8
|
"license": "MIT",
|
|
9
9
|
"type": "module",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@cpp.js/package-tiff": "^1.0.0
|
|
12
|
-
"@cpp.js/package-sqlite3": "^1.0.0
|
|
11
|
+
"@cpp.js/package-tiff": "^1.0.0",
|
|
12
|
+
"@cpp.js/package-sqlite3": "^1.0.0"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"cpp.js": "^1.0.0
|
|
15
|
+
"cpp.js": "^1.0.0"
|
|
16
16
|
},
|
|
17
17
|
"keywords": [
|
|
18
18
|
"proj",
|
|
@@ -10,19 +10,16 @@
|
|
|
10
10
|
<key>HeadersPath</key>
|
|
11
11
|
<string>Headers</string>
|
|
12
12
|
<key>LibraryIdentifier</key>
|
|
13
|
-
<string>ios-
|
|
13
|
+
<string>ios-arm64_arm64e</string>
|
|
14
14
|
<key>LibraryPath</key>
|
|
15
15
|
<string>libproj.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>
|
|
21
20
|
</array>
|
|
22
21
|
<key>SupportedPlatform</key>
|
|
23
22
|
<string>ios</string>
|
|
24
|
-
<key>SupportedPlatformVariant</key>
|
|
25
|
-
<string>simulator</string>
|
|
26
23
|
</dict>
|
|
27
24
|
<dict>
|
|
28
25
|
<key>BinaryPath</key>
|
|
@@ -30,16 +27,19 @@
|
|
|
30
27
|
<key>HeadersPath</key>
|
|
31
28
|
<string>Headers</string>
|
|
32
29
|
<key>LibraryIdentifier</key>
|
|
33
|
-
<string>ios-
|
|
30
|
+
<string>ios-arm64_arm64e_x86_64-simulator</string>
|
|
34
31
|
<key>LibraryPath</key>
|
|
35
32
|
<string>libproj.a</string>
|
|
36
33
|
<key>SupportedArchitectures</key>
|
|
37
34
|
<array>
|
|
38
35
|
<string>arm64</string>
|
|
39
36
|
<string>arm64e</string>
|
|
37
|
+
<string>x86_64</string>
|
|
40
38
|
</array>
|
|
41
39
|
<key>SupportedPlatform</key>
|
|
42
40
|
<string>ios</string>
|
|
41
|
+
<key>SupportedPlatformVariant</key>
|
|
42
|
+
<string>simulator</string>
|
|
43
43
|
</dict>
|
|
44
44
|
</array>
|
|
45
45
|
<key>CFBundlePackageType</key>
|
|
Binary file
|
|
Binary file
|