griddo-sdk 1.0.4 → 1.0.5

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 +12 -0
  2. package/package.json +1 -1
package/README.md ADDED
@@ -0,0 +1,12 @@
1
+ **GRIDDO SDK**
2
+ Javascript class SDK for making easy automated tasks with Griddo.
3
+
4
+ **ADD TO YOUR PROJECT**
5
+ npm i griddo-sdk
6
+
7
+ **USE IT!**
8
+ Documentation: https://www.notion.so/thesaurus/Griddo-SDK-c3263026c5fa4721a153ec3e7a05a6e4
9
+
10
+ For sporadic and reusable works, please consider using the SDK through Griddo Debugger (https://github.com/griddo/griddo-debugger).
11
+
12
+ Nothing more to say :P
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "griddo-sdk",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {