infrahub-sdk 0.0.4 → 0.0.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "infrahub-sdk",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "description": "A client SDK for the Infrahub API.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -19,7 +19,8 @@
19
19
  "dependencies": {
20
20
  "@graphql-codegen/typed-document-node": "^5.1.2",
21
21
  "graphql-request": "^6.1.0",
22
- "openapi-fetch": "^0.9.4"
22
+ "openapi-fetch": "^0.9.4",
23
+ "openapi-typescript-fetch": "^2.2.1"
23
24
  },
24
25
  "devDependencies": {
25
26
  "@eslint/js": "^9.31.0",
@@ -9,7 +9,7 @@
9
9
  "version": "1.0.0",
10
10
  "license": "ISC",
11
11
  "dependencies": {
12
- "infrahub-sdk": "^0.0.3"
12
+ "infrahub-sdk": "^0.0.4"
13
13
  }
14
14
  },
15
15
  "node_modules/@ardatan/relay-compiler": {
@@ -590,9 +590,9 @@
590
590
  }
591
591
  },
592
592
  "node_modules/infrahub-sdk": {
593
- "version": "0.0.3",
594
- "resolved": "https://registry.npmjs.org/infrahub-sdk/-/infrahub-sdk-0.0.3.tgz",
595
- "integrity": "sha512-2HX1iwEmukN2kx6wbkBoIlMM4FWOtXIE5mvx9a5/2bhuwUwDrTKQT1nqExvXp7xI5INCrbDVzuxMCooM+VV1Eg==",
593
+ "version": "0.0.4",
594
+ "resolved": "https://registry.npmjs.org/infrahub-sdk/-/infrahub-sdk-0.0.4.tgz",
595
+ "integrity": "sha512-Nez4MZd7ikja/3oxS2vm067H4qcUJcqGKPrPQvfsEZz5zCR9v+0lTDUbYmuQ28ED25AvABw6EZ8bbM2V18qIeg==",
596
596
  "license": "Apache-2.0",
597
597
  "dependencies": {
598
598
  "@graphql-codegen/typed-document-node": "^5.1.2",
package/test/package.json CHANGED
@@ -9,6 +9,6 @@
9
9
  "license": "ISC",
10
10
  "description": "",
11
11
  "dependencies": {
12
- "infrahub-sdk": "^0.0.3"
12
+ "infrahub-sdk": "^0.0.4"
13
13
  }
14
14
  }