@smapiot/piral-cloud-browser 1.16.1 → 1.16.2-pre.20250423.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
@@ -495,6 +495,7 @@ declare module "@smapiot/piral-cloud-browser" {
495
495
  hook?: string;
496
496
  integrity?: boolean;
497
497
  npmRegistry?: boolean;
498
+ cleanup?: number;
498
499
  scanned?: boolean;
499
500
  contributors?: Array<string>;
500
501
  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.20250423.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.1",
56
+ "@piral/feed-client": "^1.16.2",
57
57
  "dets": "^0.15.1",
58
58
  "esbuild": "^0.20.2"
59
59
  }