@zapier/zapier-sdk 1.0.2 → 1.0.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @zapier/zapier-sdk
2
2
 
3
+ ## 1.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - e393401: Adds CLAUDE.md documentation files to the zapier-sdk and zapier-sdk-cli packages to help users get up to speed faster when using AI assistants like Claude, Cursor, etc.
8
+
3
9
  ## 1.0.2
4
10
 
5
11
  ### Patch Changes
package/dist/index.cjs CHANGED
@@ -4754,7 +4754,7 @@ function getCpuTime() {
4754
4754
 
4755
4755
  // package.json
4756
4756
  var package_default = {
4757
- version: "1.0.2"};
4757
+ version: "1.0.3"};
4758
4758
 
4759
4759
  // src/plugins/eventEmission/builders.ts
4760
4760
  function createBaseEvent(context = {}) {
package/dist/index.mjs CHANGED
@@ -4732,7 +4732,7 @@ function getCpuTime() {
4732
4732
 
4733
4733
  // package.json
4734
4734
  var package_default = {
4735
- version: "1.0.2"};
4735
+ version: "1.0.3"};
4736
4736
 
4737
4737
  // src/plugins/eventEmission/builders.ts
4738
4738
  function createBaseEvent(context = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zapier/zapier-sdk",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Complete Zapier SDK - combines all Zapier SDK packages",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",