upgrade sdk

This commit is contained in:
starptech 2022-11-03 19:03:58 +01:00
parent 65c3ebac42
commit 87b2639bd5
2 changed files with 16 additions and 18 deletions

31
package-lock.json generated
View File

@ -9,8 +9,7 @@
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"@wundergraph/sdk": "^0.117.2",
"graphql": "^16.3.0"
"@wundergraph/sdk": "^0.117.4"
},
"devDependencies": {
"@types/node": "^14.14.37",
@ -410,9 +409,9 @@
}
},
"node_modules/@wundergraph/sdk": {
"version": "0.117.2",
"resolved": "https://registry.npmjs.org/@wundergraph/sdk/-/sdk-0.117.2.tgz",
"integrity": "sha512-z6+Vbc8t3wU9nVZ/ZFUBHcYcrytWwQf3C03jL+20qjLgEYnUaK+Rx2aD2JmbRk84S3Dd/MbcueeODSiLNpbKTw==",
"version": "0.117.4",
"resolved": "https://registry.npmjs.org/@wundergraph/sdk/-/sdk-0.117.4.tgz",
"integrity": "sha512-MqiWZ/J0OOD0iTl/d2m93K8l0vGAJ76WS008/6riB3V4SSL3DW2xkMOcAHyjDeHaatgUdB9WTKkj5C6Q/FgMmg==",
"dependencies": {
"@apollo/composition": "^2.0.2",
"@apollo/federation": "^0.36.2",
@ -421,7 +420,7 @@
"@prisma/generator-helper": "^3.9.2",
"@web-std/fetch": "^4.1.0",
"@wundergraph/protobuf": "^0.97.0",
"@wundergraph/wunderctl": ">=0.115.0",
"@wundergraph/wunderctl": ">=0.115.2",
"axios": "^0.26.1",
"axios-retry": "^3.3.1",
"colors": "^1.4.0",
@ -450,9 +449,9 @@
}
},
"node_modules/@wundergraph/wunderctl": {
"version": "0.115.0",
"resolved": "https://registry.npmjs.org/@wundergraph/wunderctl/-/wunderctl-0.115.0.tgz",
"integrity": "sha512-5DHp1L596CEs89qGq+fuSfHZC2+XxrsJjtgfXTL2G4QIQGFzCCFWHzxgQ1KBU6W6/+8x/0fVxvDmTjRShh/MsQ==",
"version": "0.115.2",
"resolved": "https://registry.npmjs.org/@wundergraph/wunderctl/-/wunderctl-0.115.2.tgz",
"integrity": "sha512-XCPT67BKncnzFW3X78jHu4JRbrLGHfu+KA+nLDhJ4K6RXrIWlAZ33OF4sXUE8afrwK/QMO3Bi1RMnCB2FUMouA==",
"hasInstallScript": true,
"dependencies": {
"axios": "^0.26.1",
@ -3371,9 +3370,9 @@
}
},
"@wundergraph/sdk": {
"version": "0.117.2",
"resolved": "https://registry.npmjs.org/@wundergraph/sdk/-/sdk-0.117.2.tgz",
"integrity": "sha512-z6+Vbc8t3wU9nVZ/ZFUBHcYcrytWwQf3C03jL+20qjLgEYnUaK+Rx2aD2JmbRk84S3Dd/MbcueeODSiLNpbKTw==",
"version": "0.117.4",
"resolved": "https://registry.npmjs.org/@wundergraph/sdk/-/sdk-0.117.4.tgz",
"integrity": "sha512-MqiWZ/J0OOD0iTl/d2m93K8l0vGAJ76WS008/6riB3V4SSL3DW2xkMOcAHyjDeHaatgUdB9WTKkj5C6Q/FgMmg==",
"requires": {
"@apollo/composition": "^2.0.2",
"@apollo/federation": "^0.36.2",
@ -3382,7 +3381,7 @@
"@prisma/generator-helper": "^3.9.2",
"@web-std/fetch": "^4.1.0",
"@wundergraph/protobuf": "^0.97.0",
"@wundergraph/wunderctl": ">=0.115.0",
"@wundergraph/wunderctl": ">=0.115.2",
"axios": "^0.26.1",
"axios-retry": "^3.3.1",
"colors": "^1.4.0",
@ -3408,9 +3407,9 @@
}
},
"@wundergraph/wunderctl": {
"version": "0.115.0",
"resolved": "https://registry.npmjs.org/@wundergraph/wunderctl/-/wunderctl-0.115.0.tgz",
"integrity": "sha512-5DHp1L596CEs89qGq+fuSfHZC2+XxrsJjtgfXTL2G4QIQGFzCCFWHzxgQ1KBU6W6/+8x/0fVxvDmTjRShh/MsQ==",
"version": "0.115.2",
"resolved": "https://registry.npmjs.org/@wundergraph/wunderctl/-/wunderctl-0.115.2.tgz",
"integrity": "sha512-XCPT67BKncnzFW3X78jHu4JRbrLGHfu+KA+nLDhJ4K6RXrIWlAZ33OF4sXUE8afrwK/QMO3Bi1RMnCB2FUMouA==",
"requires": {
"axios": "^0.26.1",
"debug": "^4.3.4",

View File

@ -10,8 +10,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@wundergraph/sdk": "^0.117.2",
"graphql": "^16.3.0"
"@wundergraph/sdk": "^0.117.4"
},
"devDependencies": {
"@types/node": "^14.14.37",