eser 4.0.13 → 4.0.14

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/eser.js +1 -1
  2. package/package.json +1 -1
package/eser.js CHANGED
@@ -12225,7 +12225,7 @@ var systemCommand = new Command("system").description("Commands related with thi
12225
12225
  // pkg/@eser/cli/package.json
12226
12226
  var package_default = {
12227
12227
  name: "@eser/cli",
12228
- version: "4.0.13",
12228
+ version: "4.0.14",
12229
12229
  type: "module",
12230
12230
  exports: "./main.ts",
12231
12231
  bin: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eser",
3
- "version": "4.0.13",
3
+ "version": "4.0.14",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "eser": "./eser.js"