@grantjs/cli 1.3.2 → 1.3.3

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
@@ -4110,7 +4110,7 @@ function createStartCommand(program) {
4110
4110
  //#endregion
4111
4111
  //#region src/utils/package.ts
4112
4112
  function getPackageVersion() {
4113
- return "1.3.2";
4113
+ return "1.3.3";
4114
4114
  }
4115
4115
  //#endregion
4116
4116
  //#region src/commands/version.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grantjs/cli",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "description": "Grant CLI - Setup, authentication, and typings generation for @grantjs/server",
5
5
  "type": "module",
6
6
  "main": "./dist/index.mjs",