podverse-external-services 5.1.1-alpha.3 → 5.1.1-alpha.4
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.
|
@@ -32,7 +32,7 @@ class PodcastIndexService {
|
|
|
32
32
|
var _a, _b, _c;
|
|
33
33
|
const apiHeaderTime = Math.floor(Date.now() / 1000);
|
|
34
34
|
const hash = (0, sha1_1.default)(this.authKey + this.secretKey + apiHeaderTime).toString(enc_hex_1.default);
|
|
35
|
-
|
|
35
|
+
console.log('[PodcastIndex] Request details', {
|
|
36
36
|
url,
|
|
37
37
|
apiHeaderTime,
|
|
38
38
|
authKey: this.authKey,
|
|
@@ -46,7 +46,7 @@ class PodcastIndexService {
|
|
|
46
46
|
config
|
|
47
47
|
});
|
|
48
48
|
// Log system time for drift debugging
|
|
49
|
-
|
|
49
|
+
console.log('[PodcastIndex] System time (UTC)', {
|
|
50
50
|
iso: new Date().toISOString(),
|
|
51
51
|
epoch: Math.floor(Date.now() / 1000)
|
|
52
52
|
});
|
|
@@ -56,7 +56,7 @@ class PodcastIndexService {
|
|
|
56
56
|
'X-Auth-Date': apiHeaderTime,
|
|
57
57
|
Authorization: hash
|
|
58
58
|
} }, config));
|
|
59
|
-
|
|
59
|
+
console.log('[PodcastIndex] Response received', {
|
|
60
60
|
status: response === null || response === void 0 ? void 0 : response.status,
|
|
61
61
|
statusText: response === null || response === void 0 ? void 0 : response.statusText,
|
|
62
62
|
dataKeys: (response === null || response === void 0 ? void 0 : response.data) ? Object.keys(response.data) : undefined
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "podverse-external-services",
|
|
3
|
-
"version": "5.1.1-alpha.
|
|
3
|
+
"version": "5.1.1-alpha.4",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"module-alias": "^2.2.3",
|
|
35
35
|
"paypal-rest-sdk": "2.0.0-rc.2",
|
|
36
36
|
"podcast-partytime": "^4.8.3",
|
|
37
|
-
"podverse-helpers": "^5.1.2-alpha.
|
|
37
|
+
"podverse-helpers": "^5.1.2-alpha.4",
|
|
38
38
|
"web-push": "^3.6.3"
|
|
39
39
|
}
|
|
40
40
|
}
|