@smapiot/piral-cloud-browser 1.16.4 → 1.16.5-pre.20250718.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/sdk.js +3 -3
- package/package.json +4 -4
package/lib/sdk.js
CHANGED
|
@@ -18,8 +18,8 @@ var feedService = (() => {
|
|
|
18
18
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
19
|
|
|
20
20
|
// src/index.ts
|
|
21
|
-
var
|
|
22
|
-
__export(
|
|
21
|
+
var index_exports = {};
|
|
22
|
+
__export(index_exports, {
|
|
23
23
|
createServiceClient: () => createServiceClient
|
|
24
24
|
});
|
|
25
25
|
|
|
@@ -662,5 +662,5 @@ var feedService = (() => {
|
|
|
662
662
|
};
|
|
663
663
|
return new FeedServiceApiClient(http, host);
|
|
664
664
|
}
|
|
665
|
-
return __toCommonJS(
|
|
665
|
+
return __toCommonJS(index_exports);
|
|
666
666
|
})();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smapiot/piral-cloud-browser",
|
|
3
|
-
"version": "1.16.
|
|
3
|
+
"version": "1.16.5-pre.20250718.1",
|
|
4
4
|
"description": "Piral Cloud: Browser-usable API Client for the Piral Feed Service.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "smapiot",
|
|
@@ -53,8 +53,8 @@
|
|
|
53
53
|
"browser"
|
|
54
54
|
],
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@piral/feed-client": "^1.16.
|
|
57
|
-
"dets": "^0.
|
|
58
|
-
"esbuild": "^0.
|
|
56
|
+
"@piral/feed-client": "^1.16.5",
|
|
57
|
+
"dets": "^0.16",
|
|
58
|
+
"esbuild": "^0.25.4"
|
|
59
59
|
}
|
|
60
60
|
}
|