Comparing version 3.0.0-beta.12 to 3.0.0-beta.13
# Fury Changelog | ||
## 3.0.0-beta.13 (2019-12-06) | ||
This release contains internal changes needed for included Fury adapters. | ||
## 3.0.0-beta.12 (2019-07-02) | ||
@@ -4,0 +8,0 @@ |
@@ -268,2 +268,7 @@ const { Namespace } = require('api-elements'); | ||
if (!api) { | ||
// eslint-disable-next-line no-param-reassign | ||
api = new this.minim.elements.Category(); | ||
} | ||
const promise = adapter.serialize({ api, namespace: this.minim, mediaType }); | ||
@@ -270,0 +275,0 @@ |
{ | ||
"name": "fury", | ||
"version": "3.0.0-beta.12", | ||
"version": "3.0.0-beta.13", | ||
"description": "API Description SDK", | ||
@@ -8,2 +8,5 @@ "author": "Apiary.io <support@apiary.io>", | ||
"main": "./lib/fury.js", | ||
"files": [ | ||
"lib/fury.js" | ||
], | ||
"homepage": "https://github.com/apiaryio/api-elements.js/tree/master/packages/fury", | ||
@@ -21,3 +24,3 @@ "repository": { | ||
"dependencies": { | ||
"api-elements": "^0.2.2" | ||
"api-elements": "^0.2.3" | ||
}, | ||
@@ -32,3 +35,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "c0fd7dd00ddf8320287461ff0ba4932d12f2e82e" | ||
"gitHead": "92e12bd81f6f5c873b411fa34e7df59cbe1dcc88" | ||
} |
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
21264
246
Updatedapi-elements@^0.2.3