sml-cli 2026.5.0-rc.0 → 2026.5.0-rc.2

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.
@@ -118,5 +118,5 @@
118
118
  "strict": true
119
119
  }
120
120
  },
121
- "version": "2026.5.0-rc.0"
121
+ "version": "2026.5.0-rc.2"
122
122
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sml-cli",
3
3
  "description": "Semantic Modeling Language CLI",
4
- "version": "2026.5.0-rc.0",
4
+ "version": "2026.5.0-rc.2",
5
5
  "bin": {
6
6
  "sml-cli": "./bin/run.js"
7
7
  },