theprogrammablemind_4wp 9.5.1-beta.15 → 9.5.1-beta.17

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/package.json CHANGED
@@ -73,6 +73,6 @@
73
73
  "sort-json": "^2.0.0",
74
74
  "uuid": "^8.3.2"
75
75
  },
76
- "version": "9.5.1-beta.15",
76
+ "version": "9.5.1-beta.17",
77
77
  "license": "UNLICENSED"
78
78
  }
@@ -192,7 +192,7 @@ const setupArgs = (args, config, logs, hierarchy, uuidForScoping) => {
192
192
  args.getUUIDScoped = (uuid) => {
193
193
  return {
194
194
  api: getAPI(uuid),
195
- // apis: getAPIs(uuid)
195
+ apis: getAPIs(uuid)
196
196
  }
197
197
  }
198
198
  config.getAddedArgs(args)