@grouplinknetwork/group-link-ionic-plugin 1.0.0 → 1.0.1

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.
@@ -3,7 +3,7 @@ require 'json'
3
3
  package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
4
4
 
5
5
  Pod::Spec.new do |s|
6
- s.name = 'GroupLinkIonicPlugin'
6
+ s.name = 'GrouplinknetworkGroupLinkIonicPlugin'
7
7
  s.version = package['version']
8
8
  s.summary = package['description']
9
9
  s.license = package['license']
@@ -15,4 +15,4 @@ Pod::Spec.new do |s|
15
15
  s.dependency 'Capacitor'
16
16
  s.dependency 'GroupLinkSDK'
17
17
  s.swift_version = '5.1'
18
- end
18
+ end
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grouplinknetwork/group-link-ionic-plugin",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "plugin for implementing the company's native sdk group link",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",
@@ -11,7 +11,7 @@
11
11
  "android/build.gradle",
12
12
  "dist/",
13
13
  "ios/Plugin/",
14
- "GroupLinkIonicPlugin.podspec"
14
+ "GrouplinknetworkGroupLinkIonicPlugin.podspec"
15
15
  ],
16
16
  "author": "Group Link",
17
17
  "license": "MIT",
@@ -76,9 +76,5 @@
76
76
  "android": {
77
77
  "src": "android"
78
78
  }
79
- },
80
- "publishConfig": {
81
- "registry": "https://registry.npmjs.org/",
82
- "access": "public"
83
79
  }
84
80
  }