@planqk/planqk-api-sdk 1.0.1 → 1.0.2

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.
@@ -2,6 +2,6 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  export declare const PlanqkApiEnvironment: {
5
- readonly Default: "https://34.90.225.20.nip.io/qc-catalog";
5
+ readonly Default: "https://platform.planqk.de/qc-catalog";
6
6
  };
7
7
  export type PlanqkApiEnvironment = typeof PlanqkApiEnvironment.Default;
@@ -5,5 +5,5 @@
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.PlanqkApiEnvironment = void 0;
7
7
  exports.PlanqkApiEnvironment = {
8
- Default: "https://34.90.225.20.nip.io/qc-catalog",
8
+ Default: "https://platform.planqk.de/qc-catalog",
9
9
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@planqk/planqk-api-sdk",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "SDK to interact with official PLANQK API.",
5
5
  "author": "Kipu Quantum GmbH",
6
6
  "contributors": [
@@ -1 +1 @@
1
- __version__ = "1.0.1"
1
+ __version__ = "1.0.2"
package/pyproject.toml CHANGED
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "planqk-api-sdk"
3
- version = "1.0.1"
3
+ version = "1.0.2"
4
4
  description = "SDK to interact with the official PLANQK API."
5
5
  authors = [
6
6
  { name = "Kipu Quantum GmbH", email = "info@kipu-quantum.com" },
@@ -3,7 +3,7 @@
3
3
  */
4
4
 
5
5
  export const PlanqkApiEnvironment = {
6
- Default: "https://34.90.225.20.nip.io/qc-catalog",
6
+ Default: "https://platform.planqk.de/qc-catalog",
7
7
  } as const;
8
8
 
9
9
  export type PlanqkApiEnvironment = typeof PlanqkApiEnvironment.Default;