oauth-init 0.2.0 → 0.3.0

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 +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -11102,7 +11102,7 @@ GOOGLE_CLIENT_SECRET=${clientSecret}`;
11102
11102
  }
11103
11103
  var program2 = new Command;
11104
11104
  async function checkNpmReadiness() {
11105
- We("Checking if your project is ready for npm publish...");
11105
+ We("Checking if your project is ready for npm publish q2eqwe q...");
11106
11106
  const packageJsonPath = path7.join(process.cwd(), "package.json");
11107
11107
  let pkg;
11108
11108
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oauth-init",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "CLI for setting up OAuth providers for your project",
5
5
  "license": "MIT",
6
6
  "type": "module",