@planqk/planqk-api-sdk 1.7.0 → 1.9.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/.gitlab-ci.yml CHANGED
@@ -92,6 +92,11 @@ publish-node-sdk:
92
92
  rules:
93
93
  - if: '$CI_COMMIT_TAG'
94
94
  image: node:lts
95
+ id_tokens:
96
+ NPM_ID_TOKEN:
97
+ aud: "npm:registry.npmjs.org"
98
+ SIGSTORE_ID_TOKEN:
99
+ aud: sigstore
95
100
  before_script:
96
101
  - npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
97
102
  script:
@@ -521,9 +521,9 @@
521
521
  }
522
522
  },
523
523
  "node_modules/qs": {
524
- "version": "6.14.0",
525
- "resolved": "https://registry.npmjs.org/qs/-/qs-6.14.0.tgz",
526
- "integrity": "sha512-YWWTjgABSKcvs/nWBi9PycY/JiPJqOD4JA6o9Sej2AtvSGarXxKC3OQSk4pAarbdQlKAh5D4FCQkJNkW+GAn3w==",
524
+ "version": "6.14.1",
525
+ "resolved": "https://registry.npmjs.org/qs/-/qs-6.14.1.tgz",
526
+ "integrity": "sha512-4EK3+xJl8Ts67nLYNwqw/dsFVnCf+qR7RgXSK9jEEm9unao3njwMDdmsdvoKBKHzxd7tCYz5e5M+SnMjdtXGQQ==",
527
527
  "license": "BSD-3-Clause",
528
528
  "dependencies": {
529
529
  "side-channel": "^1.1.0"
package/package.json CHANGED
@@ -1,9 +1,10 @@
1
1
  {
2
2
  "name": "@planqk/planqk-api-sdk",
3
- "version": "1.7.0",
3
+ "version": "1.9.2",
4
4
  "description": "SDK to interact with the official PLANQK API.",
5
5
  "author": "Kipu Quantum GmbH",
6
6
  "contributors": [
7
+ "Harzenetter, Lukas <lukas.harzenetter@kipu-quantum.com>",
7
8
  "Wurster, Michael <michael.wurster@kipu-quantum.com>"
8
9
  ],
9
10
  "license": "Apache-2.0",
@@ -1 +1 @@
1
- __version__ = "1.7.0"
1
+ __version__ = "1.9.2"
package/pyproject.toml CHANGED
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "planqk-api-sdk"
3
- version = "1.7.0"
3
+ version = "1.9.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" },