@synchronized-studio/cmsassets-agent 0.4.0 → 0.5.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.
package/dist/cli.js CHANGED
@@ -9,7 +9,7 @@ import {
9
9
  saveReport,
10
10
  scan,
11
11
  verify
12
- } from "./chunk-JZDGA2AR.js";
12
+ } from "./chunk-3JFHRW5M.js";
13
13
  import "./chunk-MMNQQM5Y.js";
14
14
  import "./chunk-E74TGIFQ.js";
15
15
  import "./chunk-QGM4M3NI.js";
@@ -1231,7 +1231,7 @@ var rollbackCommand = defineCommand7({
1231
1231
  var main = defineCommand8({
1232
1232
  meta: {
1233
1233
  name: "cmsassets-agent",
1234
- version: "0.4.0",
1234
+ version: "0.5.0",
1235
1235
  description: "Auto-integrate @synchronized-studio/response-transformer into any JS/TS project."
1236
1236
  },
1237
1237
  subCommands: {
package/dist/index.js CHANGED
@@ -33,7 +33,7 @@ import {
33
33
  saveReport,
34
34
  scan,
35
35
  verify
36
- } from "./chunk-JZDGA2AR.js";
36
+ } from "./chunk-3JFHRW5M.js";
37
37
  import {
38
38
  aiReviewAll
39
39
  } from "./chunk-JZ2YOFY7.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synchronized-studio/cmsassets-agent",
3
- "version": "0.4.0",
3
+ "version": "0.5.1",
4
4
  "description": "CLI agent that auto-integrates @synchronized-studio/response-transformer into any JS/TS project.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",