@warble/codex-local 0.9.0 → 0.11.0
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/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +4 -3
package/dist/cli.js
CHANGED
|
@@ -27,7 +27,7 @@ function assertDispatchableComponentIdentity(node) {
|
|
|
27
27
|
|
|
28
28
|
// src/ir.ts
|
|
29
29
|
var TARGET = "codex:local";
|
|
30
|
-
var SUPPORTED_IR_VERSION = "0.
|
|
30
|
+
var SUPPORTED_IR_VERSION = "0.7";
|
|
31
31
|
function isRecord(value) {
|
|
32
32
|
return typeof value === "object" && value !== null && !Array.isArray(value);
|
|
33
33
|
}
|