@meetploy/cli 1.22.0 → 1.22.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/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -6569,8 +6569,8 @@ ${varProps}
6569
6569
  };`);
6570
6570
  }
6571
6571
  if (config.ai) {
6572
- properties.push(" AI_URL: string;");
6573
- properties.push(" AI_TOKEN: string;");
6572
+ properties.push(" PLOY_AI_URL: string;");
6573
+ properties.push(" PLOY_AI_TOKEN: string;");
6574
6574
  }
6575
6575
  if (config.db) {
6576
6576
  for (const bindingName of Object.keys(config.db)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meetploy/cli",
3
- "version": "1.22.0",
3
+ "version": "1.22.1",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",