dredd-transactions
Advanced tools
Comparing version 5.0.1 to 5.0.2
@@ -161,5 +161,4 @@ 'use strict'; | ||
var hrefVariables = new fury.minim.elements.HrefVariables(); | ||
var value = new fury.minim.elements.Element(); | ||
value.element = 'enum'; | ||
value.attributes.set('enumerations', ['ascending', 'decending']); | ||
var value = new fury.minim.elements.Enum(); | ||
value.enumerations = ['ascending', 'decending']; | ||
hrefVariables.set('order', value); | ||
@@ -181,5 +180,4 @@ | ||
var hrefVariables = new fury.minim.elements.HrefVariables(); | ||
var value = new fury.minim.elements.Element('decending'); | ||
value.element = 'enum'; | ||
value.attributes.set('enumerations', ['ascending', 'decending']); | ||
var value = new fury.minim.elements.Enum('decending'); | ||
value.enumerations = ['ascending', 'decending']; | ||
hrefVariables.set('order', value); | ||
@@ -201,6 +199,5 @@ | ||
var hrefVariables = new fury.minim.elements.HrefVariables(); | ||
var value = new fury.minim.elements.Element(); | ||
value.element = 'enum'; | ||
value.attributes.set('enumerations', ['ascending', 'decending']); | ||
value.attributes.set('default', 'decending'); | ||
var value = new fury.minim.elements.Enum(); | ||
value.enumerations = ['ascending', 'decending']; | ||
value.attributes.set('default', new fury.minim.elements.Enum('decending')); | ||
hrefVariables.set('order', value); | ||
@@ -207,0 +204,0 @@ |
@@ -1,1 +0,1 @@ | ||
{"name":"dredd-transactions","version":"5.0.1","description":"Compiles HTTP Transactions (Request-Response pairs) from API description document","main":"dist/index.js","engines":{"node":">= 4"},"scripts":{"build:source":"babel src --out-dir ./dist/src","build:test":"babel test --out-dir ./dist/test --copy-files","clean":"rimraf coverage dist","coveralls":"scripts/coveralls.sh","build":"npm run build:source && npm run build:test","lint":"scripts/commitlint.sh && eslint src","prepublish":"npm run build:source","semantic-release":"semantic-release pre && npm publish && semantic-release post","test":"npm run clean && npm run build && mocha dist/test","test:coverage":"npm run clean && npm run build && istanbul cover ./node_modules/.bin/_mocha -- dist/test"},"repository":{"type":"git","url":"https://github.com/apiaryio/dredd-transactions"},"babel":{"ignore":["test/**/*.apib","test/**/*.yml","test/mocha.opts"],"presets":[["env",{"targets":{"node":"4.0.0"}}]]},"dependencies":{"babel-polyfill":"^6.26.0","clone":"^2.1.1","fury":"3.0.0-beta.4","fury-adapter-apib-parser":"0.9.0","fury-adapter-swagger":"0.15.2","uri-template":"^1.0.0"},"devDependencies":{"@commitlint/cli":"^4.2.1","@commitlint/config-angular":"^4.2.1","babel-cli":"^6.26.0","babel-core":"^6.26.0","babel-preset-env":"^1.6.1","chai":"^4.1.0","chai-json-schema":"^1.3.0","coveralls":"^2.13.1","drafter":"^1.0.0","eslint":"^4.4.1","eslint-config-airbnb":"^15.1.0","eslint-plugin-import":"^2.7.0","istanbul":"^0.4.5","mocha":"^4.0.1","mocha-lcov-reporter":"^1.3.0","proxyquire":"^1.8.0","rimraf":"^2.6.2","semantic-release":"^8.2.0","sinon":"^4.0.1","swagger-zoo":"^2.5.2"},"keywords":["api","test","testing","documenation","integration","acceptance"],"author":"Apiary Czech Republic, s.r.o. <support@apiary.io>","license":"MIT"} | ||
{"name":"dredd-transactions","version":"5.0.2","description":"Compiles HTTP Transactions (Request-Response pairs) from API description document","main":"dist/index.js","engines":{"node":">= 4"},"scripts":{"build:source":"babel src --out-dir ./dist/src","build:test":"babel test --out-dir ./dist/test --copy-files","clean":"rimraf coverage dist","coveralls":"scripts/coveralls.sh","build":"npm run build:source && npm run build:test","lint":"scripts/commitlint.sh && eslint src","prepublish":"npm run build:source","semantic-release":"semantic-release pre && npm publish && semantic-release post","test":"npm run clean && npm run build && mocha dist/test","test:coverage":"npm run clean && npm run build && istanbul cover ./node_modules/.bin/_mocha -- dist/test"},"repository":{"type":"git","url":"https://github.com/apiaryio/dredd-transactions"},"babel":{"ignore":["test/**/*.apib","test/**/*.yml","test/mocha.opts"],"presets":[["env",{"targets":{"node":"4.0.0"}}]]},"dependencies":{"babel-polyfill":"^6.26.0","clone":"^2.1.1","fury":"3.0.0-beta.6","fury-adapter-apib-parser":"0.10.0","fury-adapter-swagger":"0.16.0","uri-template":"^1.0.0"},"devDependencies":{"@commitlint/cli":"^4.2.1","@commitlint/config-angular":"^4.2.1","babel-cli":"^6.26.0","babel-core":"^6.26.0","babel-preset-env":"^1.6.1","chai":"^4.1.0","chai-json-schema":"^1.3.0","coveralls":"^2.13.1","drafter":"^1.0.0","eslint":"^4.4.1","eslint-config-airbnb":"^15.1.0","eslint-plugin-import":"^2.7.0","istanbul":"^0.4.5","mocha":"^4.0.1","mocha-lcov-reporter":"^1.3.0","proxyquire":"^1.8.0","rimraf":"^2.6.2","semantic-release":"^8.2.0","sinon":"^4.0.1","swagger-zoo":"^2.5.2"},"keywords":["api","test","testing","documenation","integration","acceptance"],"author":"Apiary Czech Republic, s.r.o. <support@apiary.io>","license":"MIT"} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
430428
5358
+ Addedfury@3.0.0-beta.6(transitive)
+ Addedfury-adapter-apib-parser@0.10.0(transitive)
+ Addedfury-adapter-swagger@0.16.0(transitive)
+ Addedminim@0.20.7(transitive)
+ Addedminim-api-description@0.8.1(transitive)
+ Addedminim-parse-result@0.10.1(transitive)
+ Addeduptown@1.1.0(transitive)
+ Addedyaml-js@0.2.3(transitive)
- Removedfury@3.0.0-beta.4(transitive)
- Removedfury-adapter-apib-parser@0.9.0(transitive)
- Removedfury-adapter-swagger@0.15.2(transitive)
- Removedminim@0.19.2(transitive)
- Removedminim-api-description@0.6.0(transitive)
- Removedminim-parse-result@0.8.0(transitive)
- Removeduptown@0.4.1(transitive)
- Removedyaml-js@0.1.5(transitive)
Updatedfury@3.0.0-beta.6
Updatedfury-adapter-swagger@0.16.0