learn-secrets-sdk 1.11.2 → 1.11.3

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.
@@ -772,7 +772,7 @@ Onboarding site for project: ${projectId}`);
772
772
  console.log(`
773
773
  Next steps:`);
774
774
  console.log(` 1. Run: learn-secrets deploy (to update secrets)`);
775
- console.log(` 2. Visit: ${dashboardUrl}/dashboard/secrets to manage secrets`);
775
+ console.log(` 2. Visit: ${dashboardUrl}/dashboard/collections/secrets to manage secrets`);
776
776
  console.log(` 3. View usage at: ${dashboardUrl}/dashboard/settings/usage`);
777
777
  const config = {
778
778
  project: projectId,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "learn-secrets-sdk",
3
- "version": "1.11.2",
3
+ "version": "1.11.3",
4
4
  "description": "Secrets management SDK for static sites with Learn platform",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",