Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ovotech/laminar-cli

Package Overview
Dependencies
Maintainers
270
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ovotech/laminar-cli - npm Package Compare versions

Comparing version 0.11.6 to 0.11.7

6

CHANGELOG.md

@@ -27,1 +27,7 @@ # Changelog

- Added named type for avro
## [0.11.7] - 2021-07-08
### Changed
- Switched to using typescript 3.4.5

23

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc