@pie-players/pie-section-player-tools-tts-settings 0.3.56 → 0.3.57
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.
|
@@ -5,7 +5,7 @@ var n = class {
|
|
|
5
5
|
"basic",
|
|
6
6
|
"scientific",
|
|
7
7
|
"graphing"
|
|
8
|
-
]), s(this, "version", "1.
|
|
8
|
+
]), s(this, "version", "1.12"), s(this, "initialized", !1), s(this, "apiKey", void 0), s(this, "proxyEndpoint", void 0), s(this, "isDevelopment", !1), s(this, "onTelemetry", void 0);
|
|
9
9
|
}
|
|
10
10
|
async emitTelemetry(e, o) {
|
|
11
11
|
try {
|
|
@@ -20,7 +20,7 @@ var n = class {
|
|
|
20
20
|
async loadDesmosScript() {
|
|
21
21
|
return new Promise((e, o) => {
|
|
22
22
|
const t = document.createElement("script");
|
|
23
|
-
t.src = this.apiKey ? `https://www.desmos.com/api/v1.
|
|
23
|
+
t.src = this.apiKey ? `https://www.desmos.com/api/v1.12/calculator.js?apiKey=${this.apiKey}` : "https://www.desmos.com/api/v1.12/calculator.js", t.async = !0, t.onload = () => {
|
|
24
24
|
window.Desmos ? (console.log("[DesmosProvider] Desmos API loaded successfully"), e()) : o(/* @__PURE__ */ new Error("Desmos API loaded but window.Desmos is undefined"));
|
|
25
25
|
}, t.onerror = () => {
|
|
26
26
|
o(/* @__PURE__ */ new Error("Failed to load Desmos API from CDN"));
|
|
@@ -3792,7 +3792,7 @@ function Ds(e, t, r) {
|
|
|
3792
3792
|
}
|
|
3793
3793
|
var Tp = class {
|
|
3794
3794
|
constructor() {
|
|
3795
|
-
x(this, "providerId", "desmos-calculator"), x(this, "providerName", "Desmos Calculator"), x(this, "category", "calculator"), x(this, "version", "1.
|
|
3795
|
+
x(this, "providerId", "desmos-calculator"), x(this, "providerName", "Desmos Calculator"), x(this, "category", "calculator"), x(this, "version", "1.12"), x(this, "requiresAuth", !0), x(this, "desmosProvider", null), x(this, "config", null);
|
|
3796
3796
|
}
|
|
3797
3797
|
async emitTelemetry(e, t) {
|
|
3798
3798
|
try {
|
|
@@ -3815,7 +3815,7 @@ var Tp = class {
|
|
|
3815
3815
|
});
|
|
3816
3816
|
const r = await (async () => {
|
|
3817
3817
|
try {
|
|
3818
|
-
const n = await import("./dist-
|
|
3818
|
+
const n = await import("./dist-DF-5k7aB.js");
|
|
3819
3819
|
return await this.emitTelemetry("pie-tool-library-load-success", {
|
|
3820
3820
|
toolId: "calculator",
|
|
3821
3821
|
operation: "desmos-provider-module-import",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-players/pie-section-player-tools-tts-settings",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.57",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Reusable TTS settings panel for PIE section-player development tools",
|
|
6
6
|
"repository": {
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
],
|
|
36
36
|
"license": "MIT",
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@pie-players/pie-assessment-toolkit": "0.3.
|
|
39
|
-
"@pie-players/pie-theme": "0.3.
|
|
38
|
+
"@pie-players/pie-assessment-toolkit": "0.3.57",
|
|
39
|
+
"@pie-players/pie-theme": "0.3.57"
|
|
40
40
|
},
|
|
41
41
|
"types": "./dist/index.d.ts",
|
|
42
42
|
"scripts": {
|