@stcrft/statecraft-core 1.2.0 → 1.3.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -313,7 +313,7 @@ function summarize(board) {
313
313
  }
314
314
 
315
315
  // src/index.ts
316
- var VERSION = "1.1.3";
316
+ var VERSION = "1.2.0";
317
317
  export {
318
318
  ParseError,
319
319
  VERSION,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stcrft/statecraft-core",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "description": "Parser, AST, validation, and summarizer for the Statecraft board DSL",
5
5
  "type": "module",
6
6
  "repository": {