@tscircuit/runframe 0.0.599 → 0.0.601
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/{chunk-BP2BZHPQ.js → chunk-PCVF6MOF.js} +3 -1
- package/dist/preview.js +1 -1
- package/dist/runner.js +1 -1
- package/dist/standalone-preview.min.js +627 -627
- package/dist/standalone.min.js +736 -736
- package/package.json +2 -2
|
@@ -1261,7 +1261,7 @@ var useErrorTelemetry = ({
|
|
|
1261
1261
|
};
|
|
1262
1262
|
|
|
1263
1263
|
// package.json
|
|
1264
|
-
var version = "0.0.
|
|
1264
|
+
var version = "0.0.600";
|
|
1265
1265
|
|
|
1266
1266
|
// lib/components/RunFrame/runner-store/use-runner-store.ts
|
|
1267
1267
|
import { create } from "zustand";
|
|
@@ -2128,6 +2128,8 @@ var InitialOrderScreen = ({
|
|
|
2128
2128
|
}
|
|
2129
2129
|
}, [packageReleaseId]);
|
|
2130
2130
|
const { data: orderQuote } = useOrderQuotePolling(orderQuoteId || void 0);
|
|
2131
|
+
const errorMessage = createOrderQuoteError && createOrderQuoteError.error?.message || orderQuote?.error?.message;
|
|
2132
|
+
useErrorTelemetry({ errorMessage });
|
|
2131
2133
|
const redirectToStripeCheckout = async (orderQuoteId2) => {
|
|
2132
2134
|
const stripeCheckoutBaseUrl = getWindowVar(
|
|
2133
2135
|
"TSCIRCUIT_STRIPE_CHECKOUT_BASE_URL"
|
package/dist/preview.js
CHANGED
package/dist/runner.js
CHANGED