sim-setup 1.0.13-preview.113.1 → 1.0.13

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
@@ -23877,7 +23877,7 @@ var init_integrations = __esm(() => {
23877
23877
  },
23878
23878
  {
23879
23879
  name: "List Channels",
23880
- description: "List up to 10,000 accessible public and private Slack channels across as many cursor pages as Slack supplies, capped at 200 provider pages."
23880
+ description: "List one page of accessible public and private Slack channels. Pass the returned nextCursor as cursor to fetch the next page."
23881
23881
  },
23882
23882
  {
23883
23883
  name: "List Channel Members",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sim-setup",
3
- "version": "1.0.13-preview.113.1",
3
+ "version": "1.0.13",
4
4
  "description": "Set up and manage a self-hosted Sim installation",
5
5
  "type": "module",
6
6
  "bin": {