broccoli-concat
Advanced tools
Comparing version 4.0.0 to 4.1.0
@@ -0,1 +1,5 @@ | ||
# 4.1.0 | ||
* upgrade broccoli-plugin (and other dependencies) | ||
# 4.0.0 | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "broccoli-concat", | ||
"version": "4.0.0", | ||
"version": "4.1.0", | ||
"description": "Fast, good-enough concatenation with source maps.", | ||
@@ -15,3 +15,3 @@ "main": "index.js", | ||
"test:lint": "mocha lint.js", | ||
"test:debug": "mocha --no-timeouts debug", | ||
"test:debug": "mocha --no-timeouts --inspect-brk", | ||
"bench": "node bench/info && bench bench/suites -i 10" | ||
@@ -27,11 +27,10 @@ }, | ||
"bench-cli": "^0.1.0", | ||
"broccoli": "^0.16.9", | ||
"broccoli-merge-trees": "^2.0.0", | ||
"broccoli-source": "^1.1.0", | ||
"broccoli": "^3.2.0", | ||
"broccoli-merge-trees": "^3.0.2", | ||
"broccoli-source": "^3.0.0", | ||
"chai": "^4.1.2", | ||
"chai-as-promised": "^7.1.1", | ||
"chai-files": "^1.2.0", | ||
"co": "^4.6.0", | ||
"fixturify": "^0.3.4", | ||
"mocha": "^5.2.0", | ||
"mocha": "^6.2.1", | ||
"mocha-eslint": "^4.1.0", | ||
@@ -44,7 +43,7 @@ "quick-temp": "^0.1.8", | ||
"broccoli-kitchen-sink-helpers": "^0.3.1", | ||
"broccoli-plugin": "^1.3.0", | ||
"broccoli-plugin": "^3.0.0", | ||
"ensure-posix-path": "^1.0.2", | ||
"fast-sourcemap-concat": "^1.4.0", | ||
"find-index": "^1.1.0", | ||
"fs-extra": "^4.0.3", | ||
"fs-extra": "^8.1.0", | ||
"fs-tree-diff": "^0.5.7", | ||
@@ -51,0 +50,0 @@ "lodash.merge": "^4.6.2", |
@@ -18,3 +18,3 @@ Broccoli concatenator that generates & propagates sourcemaps | ||
```js | ||
var node = concat(node); | ||
const node = concat(node); | ||
``` | ||
@@ -25,3 +25,3 @@ | ||
```js | ||
var node = concat(node, { | ||
const node = concat(node, { | ||
outputFile: '/output.js', | ||
@@ -28,0 +28,0 @@ header: ";(function() {", |
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
22997
12
+ Added@types/minimatch@3.0.5(transitive)
+ Added@types/symlink-or-copy@1.2.2(transitive)
+ Addedbroccoli-node-api@1.7.0(transitive)
+ Addedbroccoli-node-info@2.2.0(transitive)
+ Addedbroccoli-output-wrapper@2.0.0(transitive)
+ Addedbroccoli-plugin@3.1.0(transitive)
+ Addedfs-extra@8.1.0(transitive)
+ Addedfs-merger@3.2.1(transitive)
+ Addedfs-tree-diff@2.0.1(transitive)
+ Addedmatcher-collection@2.0.1(transitive)
+ Addedwalk-sync@2.2.0(transitive)
- Removedfs-extra@4.0.3(transitive)
Updatedbroccoli-plugin@^3.0.0
Updatedfs-extra@^8.1.0