@smapiot/piral-cloud-browser 1.16.1 → 1.16.2-pre.20250427.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/lib/index.d.ts +2 -0
- package/package.json +2 -2
package/lib/index.d.ts
CHANGED
|
@@ -420,6 +420,7 @@ declare module "@smapiot/piral-cloud-browser" {
|
|
|
420
420
|
hosts?: Array<string>;
|
|
421
421
|
npmRegistry?: boolean;
|
|
422
422
|
integrity?: boolean;
|
|
423
|
+
cleanup?: number;
|
|
423
424
|
}
|
|
424
425
|
|
|
425
426
|
export interface CreatedFeedDTO {
|
|
@@ -495,6 +496,7 @@ declare module "@smapiot/piral-cloud-browser" {
|
|
|
495
496
|
hook?: string;
|
|
496
497
|
integrity?: boolean;
|
|
497
498
|
npmRegistry?: boolean;
|
|
499
|
+
cleanup?: number;
|
|
498
500
|
scanned?: boolean;
|
|
499
501
|
contributors?: Array<string>;
|
|
500
502
|
retentionPolicies?: Array<string>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smapiot/piral-cloud-browser",
|
|
3
|
-
"version": "1.16.1",
|
|
3
|
+
"version": "1.16.2-pre.20250427.1",
|
|
4
4
|
"description": "Piral Cloud: Browser-usable API Client for the Piral Feed Service.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "smapiot",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"browser"
|
|
54
54
|
],
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@piral/feed-client": "^1.16.
|
|
56
|
+
"@piral/feed-client": "^1.16.2",
|
|
57
57
|
"dets": "^0.15.1",
|
|
58
58
|
"esbuild": "^0.20.2"
|
|
59
59
|
}
|