@planqk/planqk-api-sdk 1.0.0 → 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.
- package/dist/environments.d.ts +1 -1
- package/dist/environments.js +1 -1
- package/package.json +1 -1
- package/planqk/api/_version.py +1 -1
- package/pyproject.toml +1 -1
- package/scripts/update-version.sh +1 -1
- package/src/environments.ts +1 -1
package/dist/environments.d.ts
CHANGED
|
@@ -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://
|
|
5
|
+
readonly Default: "https://platform.planqk.de/qc-catalog";
|
|
6
6
|
};
|
|
7
7
|
export type PlanqkApiEnvironment = typeof PlanqkApiEnvironment.Default;
|
package/dist/environments.js
CHANGED
package/package.json
CHANGED
package/planqk/api/_version.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "1.0.
|
|
1
|
+
__version__ = "1.0.2"
|
package/pyproject.toml
CHANGED
package/src/environments.ts
CHANGED