@ariobarin/glossa 0.2.3-beta.1 → 0.2.3

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/app.js +1 -1
  2. package/package.json +1 -1
package/dist/app.js CHANGED
@@ -54227,7 +54227,7 @@ async function acquireWorkspaceLease(root, options = {}) {
54227
54227
  }
54228
54228
 
54229
54229
  // src/main.ts
54230
- var VERSION = "0.2.3-beta.1";
54230
+ var VERSION = "0.2.3";
54231
54231
  var DISTRIBUTION = "npm";
54232
54232
  var HELP = `Glossa ${VERSION}
54233
54233
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ariobarin/glossa",
3
- "version": "0.2.3-beta.1",
3
+ "version": "0.2.3",
4
4
  "private": false,
5
5
  "description": "Connect an explicitly exposed local coding workspace to the Glossa MCP relay.",
6
6
  "type": "module",