@grantjs/cli 1.1.0 → 1.1.1

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/index.mjs +1 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -4196,7 +4196,7 @@ function createStartCommand(program) {
4196
4196
  //#endregion
4197
4197
  //#region src/utils/package.ts
4198
4198
  function getPackageVersion() {
4199
- return "1.1.0";
4199
+ return "1.1.1";
4200
4200
  }
4201
4201
  //#endregion
4202
4202
  //#region src/commands/version.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grantjs/cli",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Grant CLI - Setup, authentication, and typings generation for @grantjs/server",
5
5
  "type": "module",
6
6
  "main": "./dist/index.mjs",