@portaidentity/sdk 1.2.1 → 1.3.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/dist/version.d.ts CHANGED
@@ -5,5 +5,5 @@
5
5
  * allowing the server to identify SDK traffic for debugging
6
6
  * and compatibility tracking.
7
7
  */
8
- export declare const SDK_VERSION = "1.2.0";
8
+ export declare const SDK_VERSION = "1.3.0";
9
9
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -5,5 +5,5 @@
5
5
  * allowing the server to identify SDK traffic for debugging
6
6
  * and compatibility tracking.
7
7
  */
8
- export const SDK_VERSION = '1.2.0';
8
+ export const SDK_VERSION = '1.3.0';
9
9
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@portaidentity/sdk",
3
- "version": "1.2.1",
3
+ "version": "1.3.1",
4
4
  "description": "Universal TypeScript SDK for the Porta Admin API",
5
5
  "type": "module",
6
6
  "exports": {