@stoker-platform/node-client 0.5.4 → 0.5.5
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/bundle.js +3 -3
- package/package.json +3 -3
package/dist/bundle.js
CHANGED
|
@@ -6002,7 +6002,7 @@ class ee {
|
|
|
6002
6002
|
* Returns a string representation of this Duration appropriate for the REPL.
|
|
6003
6003
|
* @return {string}
|
|
6004
6004
|
*/
|
|
6005
|
-
[Symbol.for("nodejs.util.inspect.custom")]() {
|
|
6005
|
+
[/* @__PURE__ */ Symbol.for("nodejs.util.inspect.custom")]() {
|
|
6006
6006
|
return this.isValid ? `Duration { values: ${JSON.stringify(this.values)} }` : `Duration { Invalid, reason: ${this.invalidReason} }`;
|
|
6007
6007
|
}
|
|
6008
6008
|
/**
|
|
@@ -6671,7 +6671,7 @@ class le {
|
|
|
6671
6671
|
* Returns a string representation of this Interval appropriate for the REPL.
|
|
6672
6672
|
* @return {string}
|
|
6673
6673
|
*/
|
|
6674
|
-
[Symbol.for("nodejs.util.inspect.custom")]() {
|
|
6674
|
+
[/* @__PURE__ */ Symbol.for("nodejs.util.inspect.custom")]() {
|
|
6675
6675
|
return this.isValid ? `Interval { start: ${this.s.toISO()}, end: ${this.e.toISO()} }` : `Interval { Invalid, reason: ${this.invalidReason} }`;
|
|
6676
6676
|
}
|
|
6677
6677
|
/**
|
|
@@ -8676,7 +8676,7 @@ class V {
|
|
|
8676
8676
|
* Returns a string representation of this DateTime appropriate for the REPL.
|
|
8677
8677
|
* @return {string}
|
|
8678
8678
|
*/
|
|
8679
|
-
[Symbol.for("nodejs.util.inspect.custom")]() {
|
|
8679
|
+
[/* @__PURE__ */ Symbol.for("nodejs.util.inspect.custom")]() {
|
|
8680
8680
|
return this.isValid ? `DateTime { ts: ${this.toISO()}, zone: ${this.zone.name}, locale: ${this.locale} }` : `DateTime { Invalid, reason: ${this.invalidReason} }`;
|
|
8681
8681
|
}
|
|
8682
8682
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stoker-platform/node-client",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"files": [
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@google-cloud/storage": "^7.18.0",
|
|
26
|
-
"@stoker-platform/types": "0.5.
|
|
27
|
-
"@stoker-platform/utils": "0.5.
|
|
26
|
+
"@stoker-platform/types": "0.5.3",
|
|
27
|
+
"@stoker-platform/utils": "0.5.3",
|
|
28
28
|
"@types/luxon": "^3.7.1",
|
|
29
29
|
"firebase-admin": "^13.6.0",
|
|
30
30
|
"lodash": "^4.17.21",
|