@trayio/cdk-runtime 0.0.10 → 0.0.12

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.
@@ -13,7 +13,7 @@ const getProductOperation = OperationHandler_1.OperationHandlerSetup.configureHa
13
13
  .handleRequest((auth, input, request) => request.addPathParameter('id', input.id.toString()))
14
14
  .handleResponse((response) => response.withBodyAsJson())));
15
15
  OperationHandlerTest_1.OperationHandlerTestSetup.configureHandlerTest(getProductOperation, (handlerTest) => handlerTest
16
- .usingAuth({})
16
+ .usingAuth('test')
17
17
  .nothingBeforeAll()
18
18
  .testCase('should get a product', (testCase) => testCase
19
19
  .givenNoContext()
@@ -0,0 +1 @@
1
+ {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trayio/cdk-runtime",
3
- "version": "0.0.10",
3
+ "version": "0.0.12",
4
4
  "description": "CDK Runtime",
5
5
  "exports": {
6
6
  "./*": "./dist/*.js"
@@ -8,7 +8,7 @@
8
8
  "author": "Tray.io",
9
9
  "license": "Proprietary",
10
10
  "dependencies": {
11
- "@trayio/cdk-dsl": "0.0.10",
11
+ "@trayio/cdk-dsl": "0.0.12",
12
12
  "@trayio/tray-axios": "*"
13
13
  },
14
14
  "typesVersions": {