appcd-config
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -0,1 +1,6 @@ | ||
# v1.1.3 (Nov 27, 2018) | ||
* Updated dependencies. | ||
* Moved from babylon to @babel/parser | ||
# v1.1.2 (Sep 17, 2018) | ||
@@ -2,0 +7,0 @@ |
{ | ||
"name": "appcd-config", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Library for config files with metadata.", | ||
@@ -19,15 +19,15 @@ "main": "./dist/index", | ||
"dependencies": { | ||
"@babel/traverse": "^7.1.0", | ||
"@babel/types": "^7.0.0", | ||
"appcd-fs": "^1.1.3", | ||
"appcd-logger": "^1.1.2", | ||
"appcd-path": "^1.1.2", | ||
"babylon": "next", | ||
"doctrine": "^2.1.0", | ||
"fs-extra": "^7.0.0", | ||
"gawk": "^4.5.0", | ||
"@babel/parser": "^7.1.6", | ||
"@babel/traverse": "^7.1.6", | ||
"@babel/types": "^7.1.6", | ||
"appcd-fs": "^1.1.4", | ||
"appcd-logger": "^1.1.3", | ||
"appcd-path": "^1.1.3", | ||
"doctrine": "^3.0.0", | ||
"fs-extra": "^7.0.1", | ||
"gawk": "^4.6.0", | ||
"source-map-support": "^0.5.9" | ||
}, | ||
"devDependencies": { | ||
"appcd-gulp": "^1.2.0", | ||
"appcd-gulp": "^1.2.1", | ||
"gulp": "^3.9.1", | ||
@@ -34,0 +34,0 @@ "tmp": "^0.0.33" |
Sorry, the diff of this file is too big to display
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
125240
+ Added@babel/parser@^7.1.6
+ Addeddoctrine@3.0.0(transitive)
- Removedbabylon@next
- Removedbabylon@7.0.0-beta.47(transitive)
- Removeddoctrine@2.1.0(transitive)
Updated@babel/traverse@^7.1.6
Updated@babel/types@^7.1.6
Updatedappcd-fs@^1.1.4
Updatedappcd-logger@^1.1.3
Updatedappcd-path@^1.1.3
Updateddoctrine@^3.0.0
Updatedfs-extra@^7.0.1
Updatedgawk@^4.6.0