@zapier/zapier-sdk 0.11.0 → 0.11.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @zapier/zapier-sdk
2
2
 
3
+ ## 0.11.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 0002fe9: Updated doc generation
8
+
3
9
  ## 0.11.0
4
10
 
5
11
  ### Minor Changes
package/README.md CHANGED
@@ -1,7 +1,5 @@
1
1
  # @zapier/zapier-sdk
2
2
 
3
- <!-- Generated API Reference -->
4
-
5
3
  ## Table of Contents
6
4
 
7
5
  - [Installation](#installation)
@@ -372,5 +370,3 @@ const result = await sdk.request({
372
370
  url: "https://example.com",
373
371
  });
374
372
  ```
375
-
376
- <!-- End Generated API Reference -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zapier/zapier-sdk",
3
- "version": "0.11.0",
3
+ "version": "0.11.1",
4
4
  "description": "Complete Zapier SDK - combines all Zapier SDK packages",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",