skapi-js 0.0.49 → 0.0.51

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skapi-js",
3
- "version": "0.0.49",
3
+ "version": "0.0.51",
4
4
  "description": "skapi serverless cloud javascript library",
5
5
  "main": "./dist/skapi.module.js",
6
6
  "scripts": {
package/src/skapi.ts CHANGED
@@ -1634,7 +1634,7 @@ export default class Skapi {
1634
1634
  return v;
1635
1635
  }
1636
1636
  },
1637
- tags: 'string'
1637
+ tag: 'string'
1638
1638
  };
1639
1639
 
1640
1640
  params = checkParams(params || {}, struct, ['table']);