sim-setup 1.0.17 → 1.0.18

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 +10 -10
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1671,7 +1671,7 @@ var init_env_capabilities = __esm(() => {
1671
1671
  var integrations_default;
1672
1672
  var init_integrations = __esm(() => {
1673
1673
  integrations_default = {
1674
- updatedAt: "2026-09-08",
1674
+ updatedAt: "2026-09-11",
1675
1675
  integrations: [
1676
1676
  {
1677
1677
  type: "onepassword",
@@ -5085,7 +5085,7 @@ var init_integrations = __esm(() => {
5085
5085
  tags: ["version-control", "ci-cd", "automation"]
5086
5086
  },
5087
5087
  {
5088
- type: "box",
5088
+ type: "box_v2",
5089
5089
  slug: "box",
5090
5090
  name: "Box",
5091
5091
  description: "Manage files, folders, and e-signatures with Box",
@@ -8753,7 +8753,7 @@ var init_integrations = __esm(() => {
8753
8753
  tags: ["monitoring", "incident-management"]
8754
8754
  },
8755
8755
  {
8756
- type: "dropbox",
8756
+ type: "dropbox_v2",
8757
8757
  slug: "dropbox",
8758
8758
  name: "Dropbox",
8759
8759
  description: "Upload, download, share, and manage files in Dropbox",
@@ -8879,7 +8879,7 @@ var init_integrations = __esm(() => {
8879
8879
  tags: ["llm", "agentic", "automation"]
8880
8880
  },
8881
8881
  {
8882
- type: "dub",
8882
+ type: "dub_v2",
8883
8883
  slug: "dub",
8884
8884
  name: "Dub",
8885
8885
  description: "Link management with Dub",
@@ -14627,7 +14627,7 @@ var init_integrations = __esm(() => {
14627
14627
  tags: ["forms", "automation", "webhooks"]
14628
14628
  },
14629
14629
  {
14630
- type: "jupyter",
14630
+ type: "jupyter_v2",
14631
14631
  slug: "jupyter",
14632
14632
  name: "Jupyter",
14633
14633
  description: "Manage files, notebooks, kernels, and sessions on a Jupyter server",
@@ -16778,7 +16778,7 @@ var init_integrations = __esm(() => {
16778
16778
  tags: ["llm", "knowledge-base", "agentic"]
16779
16779
  },
16780
16780
  {
16781
- type: "microsoft_dataverse",
16781
+ type: "microsoft_dataverse_v2",
16782
16782
  slug: "microsoft-dataverse",
16783
16783
  name: "Microsoft Dataverse",
16784
16784
  description: "Manage records in Microsoft Dataverse tables",
@@ -20329,7 +20329,7 @@ var init_integrations = __esm(() => {
20329
20329
  tags: ["payments", "automation", "data-analytics"]
20330
20330
  },
20331
20331
  {
20332
- type: "quiver",
20332
+ type: "quiver_v2",
20333
20333
  slug: "quiver",
20334
20334
  name: "Quiver",
20335
20335
  description: "Generate and vectorize SVGs",
@@ -23372,7 +23372,7 @@ var init_integrations = __esm(() => {
23372
23372
  tags: ["web-scraping", "seo"]
23373
23373
  },
23374
23374
  {
23375
- type: "servicenow",
23375
+ type: "servicenow_v2",
23376
23376
  slug: "servicenow",
23377
23377
  name: "ServiceNow",
23378
23378
  description: "Create, read, update, and delete ServiceNow records",
@@ -23557,7 +23557,7 @@ var init_integrations = __esm(() => {
23557
23557
  tags: ["customer-support", "ticketing", "incident-management"]
23558
23558
  },
23559
23559
  {
23560
- type: "sftp",
23560
+ type: "sftp_v2",
23561
23561
  slug: "sftp",
23562
23562
  name: "SFTP",
23563
23563
  description: "Transfer files via SFTP (SSH File Transfer Protocol)",
@@ -25590,7 +25590,7 @@ var init_integrations = __esm(() => {
25590
25590
  tags: ["payments", "subscriptions", "automation"]
25591
25591
  },
25592
25592
  {
25593
- type: "ssh",
25593
+ type: "ssh_v2",
25594
25594
  slug: "ssh",
25595
25595
  name: "SSH",
25596
25596
  description: "Connect to remote servers via SSH",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sim-setup",
3
- "version": "1.0.17",
3
+ "version": "1.0.18",
4
4
  "description": "Set up and manage a self-hosted Sim installation",
5
5
  "type": "module",
6
6
  "bin": {