zapier-platform-schema 17.7.2 → 17.9.0

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "17.7.2",
2
+ "version": "17.9.0",
3
3
  "schemas": {
4
4
  "AppSchema": {
5
5
  "id": "/AppSchema",
@@ -208,6 +208,13 @@ This is automatically generated by the \`npm run docs\` command in \`zapier-plat
208
208
  packageJson.version,
209
209
  )}.
210
210
 
211
+ To see the docs for a different version, switch to the corresponding version tag in the GitHub repository.
212
+
213
+ For example, to view docs for version 17.7.0, switch to the tag 'zapier-platform-schema@17.7.0'.
214
+
215
+ Alternatively, modify the URL directly: https://github.com/zapier/zapier-platform/blob/zapier-platform-schema@17.7.0/packages/schema/docs/build/schema.md, replacing 17.7.0 with your desired version.
216
+
217
+
211
218
  -----
212
219
 
213
220
  ## Index
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zapier-platform-schema",
3
- "version": "17.7.2",
3
+ "version": "17.9.0",
4
4
  "description": "Schema definition for CLI apps in the Zapier Developer Platform.",
5
5
  "repository": "zapier/zapier-platform",
6
6
  "homepage": "https://platform.zapier.com/",