sim-setup 1.0.2-preview.43.1 → 1.0.2-preview.45.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 +3 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1570,7 +1570,7 @@ var init_env_capabilities = __esm(() => {
1570
1570
  var integrations_default;
1571
1571
  var init_integrations = __esm(() => {
1572
1572
  integrations_default = {
1573
- updatedAt: "2026-08-25",
1573
+ updatedAt: "2026-08-26",
1574
1574
  integrations: [
1575
1575
  {
1576
1576
  type: "onepassword",
@@ -8989,11 +8989,11 @@ var init_integrations = __esm(() => {
8989
8989
  operations: [
8990
8990
  {
8991
8991
  name: "Find Email",
8992
- description: "Find a verified B2B email address from a full name and company domain or name. Uses the Enrow async finder — submits a search and polls until the result is ready. Costs 1 credit per valid email found. (https://enrow.readme.io/reference/find-single-email)"
8992
+ description: "Find a verified B2B email address from a full name and company domain or name. Uses the Enrow async finder — submits a search and polls until the result is ready. Costs 1 credit per valid email found. (https://docs.enrow.io/api-reference/email-finder/find-single)"
8993
8993
  },
8994
8994
  {
8995
8995
  name: "Verify Email",
8996
- description: "Verify the deliverability of an email address using the Enrow async verifier. Submits a verification request and polls until the result is ready. Costs 0.25 credits per verification. (https://enrow.readme.io/reference/verify-single-email)"
8996
+ description: "Verify the deliverability of an email address using the Enrow async verifier. Submits a verification request and polls until the result is ready. Costs 0.25 credits per verification. (https://docs.enrow.io/api-reference/email-verifier/verify-single)"
8997
8997
  }
8998
8998
  ],
8999
8999
  operationCount: 2,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sim-setup",
3
- "version": "1.0.2-preview.43.1",
3
+ "version": "1.0.2-preview.45.1",
4
4
  "description": "Set up and manage a self-hosted Sim installation",
5
5
  "type": "module",
6
6
  "bin": {