@smapiot/piral-cloud-browser 1.17.0-pre.20251006.2 → 1.17.0-pre.20251006.3

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 +4 -0
  2. package/package.json +1 -1
package/lib/index.d.ts CHANGED
@@ -782,6 +782,10 @@ declare module "@smapiot/piral-cloud-browser" {
782
782
  version: string;
783
783
  href: string;
784
784
  }>;
785
+ bundled: Array<{
786
+ name: string;
787
+ version: string;
788
+ }>;
785
789
  };
786
790
  metrics: {
787
791
  files: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smapiot/piral-cloud-browser",
3
- "version": "1.17.0-pre.20251006.2",
3
+ "version": "1.17.0-pre.20251006.3",
4
4
  "description": "Piral Cloud: Browser-usable API Client for the Piral Feed Service.",
5
5
  "author": {
6
6
  "name": "smapiot",