@ovotech/laminar-cli
Advanced tools
Comparing version 0.11.6 to 0.11.7
@@ -27,1 +27,7 @@ # Changelog | ||
- Added named type for avro | ||
## [0.11.7] - 2021-07-08 | ||
### Changed | ||
- Switched to using typescript 3.4.5 |
{ | ||
"name": "@ovotech/laminar-cli", | ||
"version": "0.11.6", | ||
"version": "0.11.7", | ||
"main": "dist/index.js", | ||
@@ -13,16 +13,16 @@ "types": "dist/index.d.ts", | ||
"@ikerin/build-readme": "^1.1.1", | ||
"@ovotech/laminar": "^0.11.9", | ||
"@ovotech/laminar": "0.11.9", | ||
"@types/jest": "^26.0.22", | ||
"@types/node": "^14.14.37", | ||
"@typescript-eslint/eslint-plugin": "^4.21.0", | ||
"@typescript-eslint/parser": "^4.21.0", | ||
"@typescript-eslint/eslint-plugin": "^4.28.2", | ||
"@typescript-eslint/parser": "^4.28.2", | ||
"axios": "^0.21.1", | ||
"eslint": "^7.23.0", | ||
"eslint-config-prettier": "^8.1.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"jest": "^26.6.3", | ||
"nock": "^13.0.11", | ||
"pg": "^8.5.1", | ||
"prettier": "^2.2.1", | ||
"prettier": "^2.3.2", | ||
"ts-jest": "^26.5.4", | ||
"typescript": "^4.2.3" | ||
"typescript": "^4.3.5" | ||
}, | ||
@@ -56,4 +56,4 @@ "bin": { | ||
"dependencies": { | ||
"@ovotech/json-schema": "^0.11.1", | ||
"@ovotech/ts-compose": "^0.17.0", | ||
"@ovotech/json-schema": "0.11.1", | ||
"@ovotech/ts-compose": "0.18.0", | ||
"ansi-regex": "^5.0.0", | ||
@@ -66,4 +66,3 @@ "avsc": "^5.6.1", | ||
"yaml": "^1.10.2" | ||
}, | ||
"gitHead": "00bdfa83a5be776e4f49178e9b2c33774349245a" | ||
} | ||
} | ||
} |
@@ -247,5 +247,3 @@ # Laminar Oapi CLI | ||
simple['POST /test/{id}']('30', { email: 'test2example.com' }).then(({ data }) => | ||
console.log(data), | ||
); | ||
simple['POST /test/{id}']('30', { email: 'test2example.com' }).then(({ data }) => console.log(data)); | ||
``` | ||
@@ -324,3 +322,3 @@ | ||
Deployment is preferment by lerna automatically on merge / push to main, but you'll need to bump the package version numbers yourself. Only updated packages with newer versions will be pushed to the npm registry. | ||
Deployment is preferment by yarn automatically on merge / push to main, but you'll need to bump the package version numbers yourself. Only updated packages with newer versions will be pushed to the npm registry. | ||
@@ -327,0 +325,0 @@ ## Contributing |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
93425
332
+ Added@ovotech/ts-compose@0.18.0(transitive)
- Removed@ovotech/ts-compose@0.17.0(transitive)
Updated@ovotech/json-schema@0.11.1
Updated@ovotech/ts-compose@0.18.0