lalph 0.1.79 → 0.1.80

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/cli.mjs +1 -1
  2. package/package.json +1 -1
package/dist/cli.mjs CHANGED
@@ -143373,7 +143373,7 @@ const commandSource = make$28("source").pipe(withDescription("Select the issue s
143373
143373
 
143374
143374
  //#endregion
143375
143375
  //#region package.json
143376
- var version = "0.1.79";
143376
+ var version = "0.1.80";
143377
143377
 
143378
143378
  //#endregion
143379
143379
  //#region src/Tracing.ts
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "lalph",
3
3
  "type": "module",
4
- "version": "0.1.79",
4
+ "version": "0.1.80",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },