learn-secrets-sdk 1.9.0 → 1.10.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.
@@ -1257,7 +1257,7 @@ Error: Worker deployment failed: ${provisionResult.error}`);
1257
1257
 
1258
1258
  // src/cli/index.ts
1259
1259
  var program = new Command();
1260
- program.name("learn-secrets").description("CLI tool for managing API secrets with Cloudflare Worker deployment").version("1.9.0");
1260
+ program.name("learn-secrets").description("CLI tool for managing API secrets with Cloudflare Worker deployment").version("1.10.0");
1261
1261
  program.command("login").description("Authenticate with Learn Secrets via browser").option("--base-url <url>", "Custom base URL for API").action(async (options) => {
1262
1262
  await loginCommand(options);
1263
1263
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "learn-secrets-sdk",
3
- "version": "1.9.0",
3
+ "version": "1.10.0",
4
4
  "description": "Secure API proxy SDK with Cloudflare Worker deployment for static sites",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",