@platzio/sdk 0.7.0-beta.2 → 0.7.0-beta.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.
Files changed (2) hide show
  1. package/openapi.yaml +1 -0
  2. package/package.json +1 -1
package/openapi.yaml CHANGED
@@ -2092,6 +2092,7 @@ components:
2092
2092
  type:
2093
2093
  - string
2094
2094
  - 'null'
2095
+ format: uri
2095
2096
  git_provider:
2096
2097
  type:
2097
2098
  - string
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platzio/sdk",
3
- "version": "0.7.0-beta.2",
3
+ "version": "0.7.0-beta.3",
4
4
  "description": "Platz.io SDK",
5
5
  "homepage": "https://platz.io",
6
6
  "repository": {