@smapiot/piral-cloud-node 0.13.2 → 0.13.3-pre.20230125.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 -1
  2. package/package.json +2 -2
package/lib/index.d.ts CHANGED
@@ -763,5 +763,5 @@ declare module "@smapiot/piral-cloud-node" {
763
763
  plan: string;
764
764
  }
765
765
 
766
- export type PiletType = "v0" | "v1" | "v2" | "oc" | "sspa" | "wmf";
766
+ export type PiletType = "v0" | "v1" | "v2" | "oc" | "sspa" | "wmf" | "nf";
767
767
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smapiot/piral-cloud-node",
3
- "version": "0.13.2",
3
+ "version": "0.13.3-pre.20230125.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.13.2",
43
+ "@piral/feed-client": "^0.13.3",
44
44
  "dets": "^0.12.0",
45
45
  "esbuild": "^0.14.51",
46
46
  "node-fetch": "^3.2.10"