pecunia-cli 0.0.6 → 0.0.8

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.mjs +1 -1
  2. package/package.json +3 -3
package/dist/index.mjs CHANGED
@@ -215,7 +215,7 @@ async function generateAction(opts) {
215
215
  configPath: options.config
216
216
  });
217
217
  if (!config) {
218
- console.error("No configuration file found. Add a `auth.ts` file to your project or pass the path to the configuration file using the `--config` flag.");
218
+ console.error("No configuration file found. Add a `payment.ts` file to your project or pass the path to the configuration file using the `--config` flag.");
219
219
  return;
220
220
  }
221
221
  const adapter = await getAdapter(config).catch((e) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pecunia-cli",
3
- "version": "0.0.6",
3
+ "version": "0.0.8",
4
4
  "type": "module",
5
5
  "module": "dist/index.mjs",
6
6
  "main": "./dist/index.mjs",
@@ -64,8 +64,8 @@
64
64
  "dotenv": "^17.2.2",
65
65
  "drizzle-orm": "^0.33.0",
66
66
  "open": "^10.2.0",
67
- "pecunia-core": "^0.0.2",
68
- "pecunia-root": "^0.0.4",
67
+ "pecunia-core": "^0.0.3",
68
+ "pecunia-root": "^0.1.0",
69
69
  "pg": "^8.16.3",
70
70
  "prettier": "^3.6.2",
71
71
  "prompts": "^2.4.2",