@smapiot/piral-cloud-node 0.15.0 → 0.16.0-pre.20230525.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.
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2022 smapiot
3
+ Copyright (c) 2022 - 2023 smapiot
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/lib/index.d.ts CHANGED
@@ -392,6 +392,7 @@ declare module "@smapiot/piral-cloud-node" {
392
392
  export interface ConfigCreateDetails {
393
393
  name: string;
394
394
  value: any;
395
+ secret?: boolean;
395
396
  }
396
397
 
397
398
  export interface ConfigUpdateDetails {
@@ -805,6 +806,7 @@ declare module "@smapiot/piral-cloud-node" {
805
806
  name: string;
806
807
  value: any;
807
808
  feed: string;
809
+ secret: boolean;
808
810
  created: string;
809
811
  changed: string;
810
812
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smapiot/piral-cloud-node",
3
- "version": "0.15.0",
3
+ "version": "0.16.0-pre.20230525.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.15.0",
43
+ "@piral/feed-client": "^0.16.0",
44
44
  "dets": "^0.12.0",
45
45
  "esbuild": "^0.14.51",
46
46
  "node-fetch": "^3.2.10"