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 +3 -2
- package/test/package-lock.json +4 -4
- package/test/package.json +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "infrahub-sdk",
|
|
3
|
-
"version": "0.0.
|
|
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",
|
package/test/package-lock.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"version": "1.0.0",
|
|
10
10
|
"license": "ISC",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"infrahub-sdk": "^0.0.
|
|
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.
|
|
594
|
-
"resolved": "https://registry.npmjs.org/infrahub-sdk/-/infrahub-sdk-0.0.
|
|
595
|
-
"integrity": "sha512-
|
|
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",
|