@packmind/cli 0.28.0 → 0.28.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/main.cjs +3 -5
  2. package/package.json +1 -1
package/main.cjs CHANGED
@@ -3855,7 +3855,7 @@ var require_package = __commonJS({
3855
3855
  "apps/cli/package.json"(exports2, module2) {
3856
3856
  module2.exports = {
3857
3857
  name: "@packmind/cli",
3858
- version: "0.28.0",
3858
+ version: "0.28.1",
3859
3859
  description: "A command-line interface for Packmind linting and code quality checks",
3860
3860
  private: false,
3861
3861
  bin: {
@@ -10120,11 +10120,9 @@ var InstallUseCase = class {
10120
10120
  lockfileVersion: 1,
10121
10121
  packageSlugs: [],
10122
10122
  agents: [],
10123
- artifacts: {}
10123
+ artifacts: {},
10124
+ ...command32.skipInstalledAt ? {} : { installedAt: (/* @__PURE__ */ new Date()).toISOString() }
10124
10125
  };
10125
- if (!command32.skipInstalledAt) {
10126
- effectiveLockFile.installedAt = (/* @__PURE__ */ new Date()).toISOString();
10127
- }
10128
10126
  let packagesSlugs;
10129
10127
  let normalizedPackages = [];
10130
10128
  if (hasExplicitPackages) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@packmind/cli",
3
- "version": "0.28.0",
3
+ "version": "0.28.1",
4
4
  "description": "A command-line interface for Packmind linting and code quality checks",
5
5
  "private": false,
6
6
  "bin": {