eser 4.0.8 → 4.0.9

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
@@ -12188,7 +12188,7 @@ var systemCommand = new Command("system").description("Commands related with thi
12188
12188
  // pkg/@eser/cli/package.json
12189
12189
  var package_default = {
12190
12190
  name: "@eser/cli",
12191
- version: "4.0.8",
12191
+ version: "4.0.9",
12192
12192
  type: "module",
12193
12193
  exports: "./main.ts",
12194
12194
  bin: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eser",
3
- "version": "4.0.8",
3
+ "version": "4.0.9",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "eser": "./eser.js"