@chainberry/trust-wallet-core 1.0.0 → 1.0.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.
@@ -7,12 +7,11 @@ Pod::Spec.new do |s|
7
7
  s.version = package['version']
8
8
  s.summary = package['description']
9
9
  s.description = s.summary
10
- # TODO: point at the real public repo URL before publishing to npm.
11
- s.homepage = 'https://github.com/chainberry/trust-wallet-core'
10
+ s.homepage = 'https://github.com/Chainberry-com/trust-wallet-core'
12
11
  s.license = package['license']
13
12
  s.author = 'Chainberry'
14
13
  s.platform = :ios, '16.0'
15
- s.source = { git: 'https://github.com/chainberry/trust-wallet-core.git', tag: "v#{package['version']}" }
14
+ s.source = { git: 'git@github.com:Chainberry-com/trust-wallet-core.git', tag: "v#{package['version']}" }
16
15
  s.static_framework = true
17
16
 
18
17
  s.source_files = 'ios/**/*.{h,m,mm,swift}'
package/package.json CHANGED
@@ -1,10 +1,13 @@
1
1
  {
2
2
  "name": "@chainberry/trust-wallet-core",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "Expo native module wrapping Trust Wallet Core for HD wallet generation, address derivation, and transaction signing (Ethereum, Solana, BNB)",
5
5
  "main": "src/index.ts",
6
6
  "types": "src/index.ts",
7
7
  "license": "MIT",
8
+ "publishConfig": {
9
+ "access": "public"
10
+ },
8
11
  "files": [
9
12
  "src",
10
13
  "ios/TrustWalletCoreModule.swift",