@planqk/planqk-service-sdk 2.9.0 → 2.10.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.
package/.gitlab-ci.yml CHANGED
@@ -95,6 +95,11 @@ publish-node-sdk:
95
95
  rules:
96
96
  - if: '$CI_COMMIT_TAG'
97
97
  image: node:lts
98
+ id_tokens:
99
+ NPM_ID_TOKEN:
100
+ aud: "npm:registry.npmjs.org"
101
+ SIGSTORE_ID_TOKEN:
102
+ aud: sigstore
98
103
  before_script:
99
104
  - npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
100
105
  script:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@planqk/planqk-service-sdk",
3
- "version": "2.9.0",
3
+ "version": "2.10.0",
4
4
  "description": "SDK to interact with PLANQK Managed Services.",
5
5
  "author": "Kipu Quantum GmbH",
6
6
  "contributors": [
@@ -1 +1 @@
1
- __version__ = "2.9.0"
1
+ __version__ = "2.10.0"
package/pyproject.toml CHANGED
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "planqk-service-sdk"
3
- version = "2.9.0"
3
+ version = "2.10.0"
4
4
  description = "SDK to interact with PLANQK Managed Services."
5
5
  authors = [
6
6
  { name = "Kipu Quantum GmbH", email = "info@kipu-quantum.com" },