rollup-plugin-rebase
Advanced tools
Comparing version 0.9.1 to 0.9.2
@@ -1,2 +0,2 @@ | ||
/*! rollup-plugin-rebase v0.9.1 by Sebastian Werner <s.werner@sebastian-software.de> */ | ||
/*! rollup-plugin-rebase v0.9.2 by Sebastian Werner <s.werner@sebastian-software.de> */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ |
@@ -1,2 +0,2 @@ | ||
/*! rollup-plugin-rebase v0.9.1 by Sebastian Werner <s.werner@sebastian-software.de> */ | ||
/*! rollup-plugin-rebase v0.9.2 by Sebastian Werner <s.werner@sebastian-software.de> */ | ||
import path from 'path'; | ||
@@ -3,0 +3,0 @@ import denodeify from 'denodeify'; |
{ | ||
"name": "rollup-plugin-rebase", | ||
"version": "0.9.1", | ||
"version": "0.9.2", | ||
"description": "The Rollup Rebase Plugin copies static assets as required from your JavaScript code to the destination folder and adjusts the references in there to point to the new location.", | ||
@@ -46,6 +46,6 @@ "keywords": [ | ||
"denodeify": "^1.2.1", | ||
"fs-extra": "^4.0.1", | ||
"fs-extra": "^4.0.2", | ||
"loader-utils": "^1.1.0", | ||
"postcss": "^6.0.11", | ||
"postcss-import": "^10.0.0", | ||
"postcss": "^6.0.13", | ||
"postcss-import": "^11.0.0", | ||
"postcss-sass": "^0.2.0", | ||
@@ -60,8 +60,8 @@ "postcss-scss": "^1.0.2", | ||
"babel-preset-latest": "^6.24.1", | ||
"jest": "^21.0.1", | ||
"jest": "^21.2.1", | ||
"prepublish": "^1.4.2", | ||
"readable-code": "^3.4.13", | ||
"rollup": "^0.49.2", | ||
"readable-code": "^3.4.14", | ||
"rollup": "^0.50.0", | ||
"shortid": "^2.2.8" | ||
} | ||
} |
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
98026
37
518
0
+ Addedpostcss-import@11.1.0(transitive)
- Removedobject-assign@4.1.1(transitive)
- Removedpostcss-import@10.0.0(transitive)
Updatedfs-extra@^4.0.2
Updatedpostcss@^6.0.13
Updatedpostcss-import@^11.0.0