jsonfeed-to-atom
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -5,2 +5,5 @@ # jsonfeed-to-atom Change Log | ||
## 1.1.1 - 2018-04-15 | ||
* Fix tests during release stage | ||
## 1.1.0 - 2018-04-15 | ||
@@ -7,0 +10,0 @@ * Add atom feed url modifier function to a new options argument |
{ | ||
"name": "jsonfeed-to-atom", | ||
"description": "Convert a JSON feed to an atom feed", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"author": "Bret Comnes", | ||
@@ -50,4 +50,4 @@ "bugs": { | ||
"update": "node generate-snapshot.js", | ||
"version": "run-s update && git add snapshot.xml" | ||
"version": "run-s update && git add snapshot.xml snapshot.json" | ||
} | ||
} |
@@ -34,3 +34,3 @@ { | ||
"@uri": "https://github.com/bcomnes/jsonfeed-to-atom#readme", | ||
"@version": "1.1.0", | ||
"@version": "1.1.1", | ||
"#text": "jsonfeed-to-atom" | ||
@@ -37,0 +37,0 @@ }, |
@@ -7,2 +7,3 @@ const jsonfeedToAtomObject = require('./jsonfeed-to-atom-object') | ||
const fs = require('fs') | ||
const packageInfo = require('./package.json') | ||
@@ -97,3 +98,3 @@ test('missing property errors', t => { | ||
], | ||
generator: { '@uri': 'https://github.com/bcomnes/jsonfeed-to-atom#readme', '@version': '1.0.3', '#text': 'jsonfeed-to-atom' }, | ||
generator: { '@uri': 'https://github.com/bcomnes/jsonfeed-to-atom#readme', '@version': packageInfo.version, '#text': 'jsonfeed-to-atom' }, | ||
entry: [ | ||
@@ -100,0 +101,0 @@ { |
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
36523
617
0