@parra/parra-js-sdk 0.3.481 → 0.3.483
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/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
@@ -18,6 +18,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
18
18
|
};
|
19
19
|
Object.defineProperty(exports, "__esModule", { value: true });
|
20
20
|
exports.ParraAPI = void 0;
|
21
|
+
exports.default = default_1;
|
21
22
|
var http_client_1 = require("@parra/http-client");
|
22
23
|
var ParraAPI_1 = __importDefault(require("./ParraAPI"));
|
23
24
|
Object.defineProperty(exports, "ParraAPI", { enumerable: true, get: function () { return ParraAPI_1.default; } });
|
@@ -36,4 +37,3 @@ function default_1(options) {
|
|
36
37
|
var http = new http_client_1.HTTPClient({ interceptors: interceptors, fetch: options.fetch, logger: options.logger });
|
37
38
|
return new ParraAPI_1.default(http, { baseUrl: baseUrl });
|
38
39
|
}
|
39
|
-
exports.default = default_1;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@parra/parra-js-sdk",
|
3
|
-
"version": "0.3.
|
3
|
+
"version": "0.3.483",
|
4
4
|
"description": "",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"types": "dist/index.d.ts",
|
@@ -23,6 +23,6 @@
|
|
23
23
|
"typescript": "^5.7.3"
|
24
24
|
},
|
25
25
|
"dependencies": {
|
26
|
-
"@parra/http-client": "0.
|
26
|
+
"@parra/http-client": "0.6.1"
|
27
27
|
}
|
28
28
|
}
|