@agilie/sdk-template 1.1.1 → 1.1.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -4,7 +4,7 @@ Add the following code into your html file:
4
4
 
5
5
  ```html
6
6
 
7
- <script src="https://cdn.jsdelivr.net/npm/@agilie/sdk-template@1.1.1"></script>
7
+ <script src="https://cdn.jsdelivr.net/npm/@agilie/sdk-template@1.1.3"></script>
8
8
  ```
9
9
 
10
10
  To call the Givingli Builder SDK use next code:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agilie/sdk-template",
3
- "version": "1.1.1",
3
+ "version": "1.1.3",
4
4
  "main": "src/embed.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -12,5 +12,5 @@
12
12
  "author": "",
13
13
  "license": "ISC",
14
14
  "description": "",
15
- "gitHead": "d9aadf49ca790fd6ab6f5c95f34523878cd8c6d3"
15
+ "gitHead": "f60ff938c1ced0e0fde7be66a7f2d5118fe46ada"
16
16
  }