@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.
- package/dist/app.js +1 -1
- 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
|
|
54230
|
+
var VERSION = "0.2.3";
|
|
54231
54231
|
var DISTRIBUTION = "npm";
|
|
54232
54232
|
var HELP = `Glossa ${VERSION}
|
|
54233
54233
|
|