@smapiot/piral-cloud-browser 0.13.1 → 0.13.2
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/lib/index.d.ts +2 -0
- package/package.json +2 -2
package/lib/index.d.ts
CHANGED
|
@@ -287,6 +287,7 @@ declare module "@smapiot/piral-cloud-browser" {
|
|
|
287
287
|
integrity?: boolean;
|
|
288
288
|
npmRegistry?: boolean;
|
|
289
289
|
contributors?: Array<string>;
|
|
290
|
+
retentionPolicies?: Array<string>;
|
|
290
291
|
domains?: Array<string>;
|
|
291
292
|
account?: string;
|
|
292
293
|
sources?: Array<{
|
|
@@ -630,6 +631,7 @@ declare module "@smapiot/piral-cloud-browser" {
|
|
|
630
631
|
source: string;
|
|
631
632
|
}>;
|
|
632
633
|
domains: Array<string>;
|
|
634
|
+
retentionPolicies: Array<string>;
|
|
633
635
|
invalidDomains: Array<string>;
|
|
634
636
|
newDomains: Array<string>;
|
|
635
637
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smapiot/piral-cloud-browser",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.2",
|
|
4
4
|
"description": "Piral Cloud: Browser-usable API Client for the Piral Feed Service.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "smapiot",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"browser"
|
|
41
41
|
],
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@piral/feed-client": "^0.13.
|
|
43
|
+
"@piral/feed-client": "^0.13.2",
|
|
44
44
|
"dets": "^0.12.0",
|
|
45
45
|
"esbuild": "^0.14.51"
|
|
46
46
|
}
|