@devkong/cli 0.0.36 → 0.0.37

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/index.js +1 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -81669,6 +81669,7 @@ var PublishVersionCommand = class {
81669
81669
  metadata: kongJson,
81670
81670
  version: Number(ctx.publishDetails.imageVersion),
81671
81671
  notes,
81672
+ checkpoint: "",
81672
81673
  created: utcNow(DEFAULT_TIMEZONE),
81673
81674
  createdBy: ""
81674
81675
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devkong/cli",
3
- "version": "0.0.36",
3
+ "version": "0.0.37",
4
4
  "type": "commonjs",
5
5
  "main": "./index.js",
6
6
  "typings": "./index.d.ts",