@bhut-it/expo-apple-wallet 1.0.2 → 1.0.3

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/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # expo-apple-wallet (ideal para projetos Expo gerenciados)
2
2
 
3
- [![npm version](https://img.shields.io/npm/v/expo-apple-wallet.svg)](https://www.npmjs.com/package/expo-apple-wallet)
4
- [![npm downloads](https://img.shields.io/npm/dm/expo-apple-wallet.svg)](https://www.npmjs.com/package/expo-apple-wallet)
3
+ [![npm version](https://img.shields.io/npm/v/@bhut-it/expo-apple-wallet.svg)](https://www.npmjs.com/package/expo-apple-wallet)
4
+ [![npm downloads](https://img.shields.io/npm/dm/@bhut-it/expo-apple-wallet.svg)](https://www.npmjs.com/package/@bhut-it/expo-apple-wallet)
5
5
 
6
6
  ## História
7
7
 
@@ -5,11 +5,8 @@ package = JSON.parse(File.read(File.join(__dir__, '..', 'package.json')))
5
5
  Pod::Spec.new do |s|
6
6
  s.name = 'ExpoAppleWallet'
7
7
  s.version = package['version']
8
- s.summary = package['description']
9
- s.description = package['description']
10
8
  s.license = package['license']
11
9
  s.author = package['author']
12
- s.homepage = package['homepage']
13
10
  s.platforms = {
14
11
  :ios => '12.0',
15
12
  :tvos => '12.0'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bhut-it/expo-apple-wallet",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "A module to call apple wallet using Passkit API",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",