@asyncapi/specs
Advanced tools
Comparing version 2.7.0 to 2.7.1
{ | ||
"name": "@asyncapi/specs", | ||
"version": "2.7.0", | ||
"version": "2.7.1", | ||
"description": "AsyncAPI schema versions", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -18,3 +18,3 @@ ![](https://travis-ci.org/asyncapi/asyncapi-node.svg?branch=master) | ||
```js | ||
const asyncapi = require('asyncapi/schemas/1.0.0'); | ||
const asyncapi = require('@asyncapi/specs/schemas/2.0.0'); | ||
@@ -27,3 +27,3 @@ // Do something with the schema. | ||
```js | ||
const versions = require('asyncapi'); | ||
const versions = require('@asyncapi/specs'); | ||
@@ -30,0 +30,0 @@ console.log(versions); |
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
191132