eser 4.0.0 → 4.0.2

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 +5 -1
package/eser.js CHANGED
@@ -8314,7 +8314,7 @@ var codebaseCommand = async (rawArgs, _parentFlags) => {
8314
8314
  // pkg/@eser/cli/package.json
8315
8315
  var package_default = {
8316
8316
  name: "@eser/cli",
8317
- version: "4.0.0",
8317
+ version: "4.0.2",
8318
8318
  type: "module",
8319
8319
  exports: "./main.ts",
8320
8320
  bin: {
package/package.json CHANGED
@@ -1,8 +1,12 @@
1
1
  {
2
2
  "name": "eser",
3
- "version": "4.0.0",
3
+ "version": "4.0.2",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "eser": "./eser.js"
7
+ },
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "https://github.com/eser/stack"
7
11
  }
8
12
  }