@smapiot/piral-cloud-node 0.14.0-pre.20230207.1 → 0.14.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/lib/index.d.ts +1 -0
  2. package/package.json +2 -2
package/lib/index.d.ts CHANGED
@@ -298,6 +298,7 @@ declare module "@smapiot/piral-cloud-node" {
298
298
  selected?: boolean;
299
299
  enabled?: boolean;
300
300
  bundled?: boolean;
301
+ tag?: string;
301
302
  configRefs?: Array<string>;
302
303
  }
303
304
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smapiot/piral-cloud-node",
3
- "version": "0.14.0-pre.20230207.1",
3
+ "version": "0.14.1",
4
4
  "description": "Piral Cloud: Node-usable API Client for the Piral Feed Service.",
5
5
  "author": {
6
6
  "name": "smapiot",
@@ -40,7 +40,7 @@
40
40
  "node"
41
41
  ],
42
42
  "devDependencies": {
43
- "@piral/feed-client": "^0.14.0",
43
+ "@piral/feed-client": "^0.14.1",
44
44
  "dets": "^0.12.0",
45
45
  "esbuild": "^0.14.51",
46
46
  "node-fetch": "^3.2.10"