@zapier/zapier-sdk 0.15.12 → 0.15.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @zapier/zapier-sdk
2
2
 
3
+ ## 0.15.13
4
+
5
+ ### Patch Changes
6
+
7
+ - d08fa90: Add proper license
8
+ - Updated dependencies [d08fa90]
9
+ - @zapier/zapier-sdk-cli-login@0.3.5
10
+
3
11
  ## 0.15.12
4
12
 
5
13
  ### Patch Changes
package/LICENSE ADDED
@@ -0,0 +1,2 @@
1
+ Copyright (c) Zapier, Inc.
2
+ The Zapier SDK is part of Zapier's services. By downloading, installing, accessing, or using any part of the Zapier SDK you agree to the Zapier Terms of Service, which can be found at: https://zapier.com/tos, or such other agreement between you and Zapier governing Zapier services (as applicable). If you do not agree to the Zapier Terms of Service (or do not have another governing agreement in place with Zapier), you may not download, install, access, or use the Zapier SDK.
package/dist/index.cjs CHANGED
@@ -5008,7 +5008,7 @@ function getCpuTime() {
5008
5008
 
5009
5009
  // package.json
5010
5010
  var package_default = {
5011
- version: "0.15.12"};
5011
+ version: "0.15.13"};
5012
5012
 
5013
5013
  // src/plugins/eventEmission/builders.ts
5014
5014
  function createBaseEvent(context = {}) {
package/dist/index.mjs CHANGED
@@ -4986,7 +4986,7 @@ function getCpuTime() {
4986
4986
 
4987
4987
  // package.json
4988
4988
  var package_default = {
4989
- version: "0.15.12"};
4989
+ version: "0.15.13"};
4990
4990
 
4991
4991
  // src/plugins/eventEmission/builders.ts
4992
4992
  function createBaseEvent(context = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zapier/zapier-sdk",
3
- "version": "0.15.12",
3
+ "version": "0.15.13",
4
4
  "description": "Complete Zapier SDK - combines all Zapier SDK packages",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",
@@ -31,7 +31,7 @@
31
31
  "complete"
32
32
  ],
33
33
  "author": "",
34
- "license": "ISC",
34
+ "license": "SEE LICENSE IN LICENSE",
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
@@ -51,7 +51,7 @@
51
51
  "tsup": "^8.5.0",
52
52
  "typescript": "^5.8.3",
53
53
  "vitest": "^3.2.3",
54
- "@zapier/zapier-sdk-cli-login": "0.3.4"
54
+ "@zapier/zapier-sdk-cli-login": "0.3.5"
55
55
  },
56
56
  "scripts": {
57
57
  "build": "tsup",