@griffin-app/griffin-cli 1.0.13 → 1.0.15

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.
@@ -254,7 +254,6 @@ function compareTopLevel(local, remote) {
254
254
  const remoteNotifications = remote.notifications && remote.notifications.length > 0
255
255
  ? remote.notifications
256
256
  : undefined;
257
- console.log("REMOTE NOTIFICATIONS", remoteNotifications);
258
257
  if (!deepEqual(localNotifications, remoteNotifications)) {
259
258
  changes.push({
260
259
  field: "notifications",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@griffin-app/griffin-cli",
3
- "version": "1.0.13",
3
+ "version": "1.0.15",
4
4
  "description": "CLI tool for running and managing griffin API tests",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -25,8 +25,8 @@
25
25
  "license": "MIT",
26
26
  "dependencies": {
27
27
  "@griffin-app/griffin-hub-sdk": "1.0.16",
28
- "@griffin-app/griffin-plan-executor": "0.1.19",
29
- "@griffin-app/griffin-ts": "0.1.18",
28
+ "@griffin-app/griffin-plan-executor": "0.1.22",
29
+ "@griffin-app/griffin-ts": "0.1.21",
30
30
  "better-auth": "^1.4.17",
31
31
  "cli-table3": "^0.6.5",
32
32
  "commander": "^12.1.0",