@srimandir/dosha-calculator 2.10.12 → 2.10.13
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/dosha-calculator.js
CHANGED
|
@@ -5692,7 +5692,7 @@ Suggested solution: ${e.workaround}`), new Error(r);
|
|
|
5692
5692
|
}
|
|
5693
5693
|
}
|
|
5694
5694
|
}
|
|
5695
|
-
const Ka = "2.103.
|
|
5695
|
+
const Ka = "2.103.3", Fa = `realtime-js/${Ka}`, qa = "1.0.0", An = "2.0.0", Ha = An, Wa = 1e4, Ga = 100, lt = {
|
|
5696
5696
|
closed: "closed",
|
|
5697
5697
|
errored: "errored",
|
|
5698
5698
|
joined: "joined",
|
|
@@ -7225,7 +7225,7 @@ class hi {
|
|
|
7225
7225
|
try {
|
|
7226
7226
|
n = this.channel.push(e, r, s);
|
|
7227
7227
|
} catch {
|
|
7228
|
-
throw `tried to push '${e}' to '${this.channel.topic}' before joining. Use channel.subscribe() before pushing events
|
|
7228
|
+
throw new Error(`tried to push '${e}' to '${this.channel.topic}' before joining. Use channel.subscribe() before pushing events`);
|
|
7229
7229
|
}
|
|
7230
7230
|
if (this.channel.pushBuffer.length > Ga) {
|
|
7231
7231
|
const a = this.channel.pushBuffer.shift();
|
|
@@ -7332,7 +7332,7 @@ class tr {
|
|
|
7332
7332
|
}, r.config), this.channelAdapter = new hi(this.socket.socketAdapter, e, this.params), this.presence = new di(this), this._onClose(() => {
|
|
7333
7333
|
this.socket._remove(this);
|
|
7334
7334
|
}), this._updateFilterTransform(), this.broadcastEndpointURL = Rn(this.socket.socketAdapter.endPointURL()), this.private = this.params.config.private || !1, !this.private && (!((a = (n = this.params.config) === null || n === void 0 ? void 0 : n.broadcast) === null || a === void 0) && a.replay))
|
|
7335
|
-
throw `tried to use replay on public channel '${this.topic}'. It must be a private channel
|
|
7335
|
+
throw new Error(`tried to use replay on public channel '${this.topic}'. It must be a private channel.`);
|
|
7336
7336
|
}
|
|
7337
7337
|
/**
|
|
7338
7338
|
* Subscribe registers your client with the server
|
|
@@ -7593,7 +7593,7 @@ class tr {
|
|
|
7593
7593
|
async httpSend(e, r, s = {}) {
|
|
7594
7594
|
var n;
|
|
7595
7595
|
if (r == null)
|
|
7596
|
-
return Promise.reject("Payload is required for httpSend()");
|
|
7596
|
+
return Promise.reject(new Error("Payload is required for httpSend()"));
|
|
7597
7597
|
const a = {
|
|
7598
7598
|
apikey: this.socket.apiKey ? this.socket.apiKey : "",
|
|
7599
7599
|
"Content-Type": "application/json"
|
|
@@ -10004,7 +10004,7 @@ var Bi = class extends Kt {
|
|
|
10004
10004
|
return e.width && t.set("width", e.width.toString()), e.height && t.set("height", e.height.toString()), e.resize && t.set("resize", e.resize), e.format && t.set("format", e.format), e.quality && t.set("quality", e.quality.toString()), t;
|
|
10005
10005
|
}
|
|
10006
10006
|
};
|
|
10007
|
-
const Ki = "2.103.
|
|
10007
|
+
const Ki = "2.103.3", ur = { "X-Client-Info": `storage-js/${Ki}` };
|
|
10008
10008
|
var Fi = class extends Kt {
|
|
10009
10009
|
constructor(t, e = {}, r, s) {
|
|
10010
10010
|
const n = new URL(t);
|
|
@@ -11220,7 +11220,7 @@ var Fi = class extends Kt {
|
|
|
11220
11220
|
return new qi(this.url + "/iceberg", this.headers, this.fetch);
|
|
11221
11221
|
}
|
|
11222
11222
|
};
|
|
11223
|
-
const Dn = "2.103.
|
|
11223
|
+
const Dn = "2.103.3", $t = 30 * 1e3, rs = 3, Fr = rs * $t, Qi = "http://localhost:9999", Xi = "supabase.auth.token", Zi = { "X-Client-Info": `gotrue-js/${Dn}` }, ss = "X-Supabase-Api-Version", $n = {
|
|
11224
11224
|
"2024-01-01": {
|
|
11225
11225
|
timestamp: Date.parse("2024-01-01T00:00:00.0Z"),
|
|
11226
11226
|
name: "2024-01-01"
|
|
@@ -17353,7 +17353,7 @@ class lr {
|
|
|
17353
17353
|
}
|
|
17354
17354
|
}
|
|
17355
17355
|
lr.nextInstanceID = {};
|
|
17356
|
-
const rl = lr, sl = "2.103.
|
|
17356
|
+
const rl = lr, sl = "2.103.3";
|
|
17357
17357
|
let Xt = "";
|
|
17358
17358
|
typeof Deno < "u" ? Xt = "deno" : typeof document < "u" ? Xt = "web" : typeof navigator < "u" && navigator.product === "ReactNative" ? Xt = "react-native" : Xt = "node";
|
|
17359
17359
|
const nl = { "X-Client-Info": `supabase-js-${Xt}/${sl}` }, al = { headers: nl }, il = { schema: "public" }, ol = {
|