@solidgate/react-sdk 1.1.0 → 1.1.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.
Files changed (2) hide show
  1. package/LICENSE.md +13 -0
  2. package/package.json +1 -1
package/LICENSE.md ADDED
@@ -0,0 +1,13 @@
1
+ Apache License, Version 2.0
2
+
3
+ Copyright 2015 - GTWS Tech Limited (https://solidgate.com/)
4
+
5
+ Licensed under the Apache License, Version 2.0 (the "License");
6
+ you may not use this file except in compliance with the License.
7
+ You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
8
+
9
+ Unless required by applicable law or agreed to in writing, software
10
+ distributed under the License is distributed on an "AS IS" BASIS,
11
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ See the License for the specific language governing permissions and
13
+ limitations under the License.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@solidgate/react-sdk",
3
3
  "repository": "https://bitbucket.org/solidgate/react-sdk",
4
- "version": "1.1.0",
4
+ "version": "1.1.1",
5
5
  "author": "Solidgate",
6
6
  "description": "Solidgate react sdk loader",
7
7
  "main": "dist/cjs/index.js",