@tscircuit/cli 0.1.597 → 0.1.598
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/main.js +2 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -77649,7 +77649,8 @@ var RUNTIME_PROVIDED_PACKAGES = new Set([
|
|
|
77649
77649
|
"react/jsx-runtime",
|
|
77650
77650
|
"tscircuit",
|
|
77651
77651
|
"@tscircuit/core",
|
|
77652
|
-
"@tscircuit/props"
|
|
77652
|
+
"@tscircuit/props",
|
|
77653
|
+
"tslib"
|
|
77653
77654
|
]);
|
|
77654
77655
|
function isRuntimeProvidedPackage(packageName) {
|
|
77655
77656
|
if (RUNTIME_PROVIDED_PACKAGES.has(packageName)) {
|