@userfrosting/gulp-bundle-assets
Advanced tools
Comparing version 5.0.1 to 5.0.2
@@ -10,2 +10,7 @@ # Changelog | ||
## [5.0.2] - 2021-07-10 | ||
### Changed | ||
- Internal dependency `into-stream` bumped to `^7.0.0`. | ||
## [5.0.1] - 2021-04-03 | ||
@@ -12,0 +17,0 @@ |
@@ -0,0 +0,0 @@ /// <reference types="node" /> |
@@ -0,0 +0,0 @@ import Vinyl from "vinyl"; |
@@ -0,0 +0,0 @@ /// <reference types="node" /> |
@@ -0,0 +0,0 @@ import Vinyl from "vinyl"; |
@@ -0,0 +0,0 @@ import TsLog from "ts-log"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ import { Bundle } from "./config.js"; |
@@ -0,0 +0,0 @@ import { CollisionReactions } from "./config.js"; |
@@ -0,0 +0,0 @@ import { Config } from "./config.js"; |
@@ -0,0 +0,0 @@ import { MergeBundle } from "./merge-bundle.js"; |
@@ -0,0 +0,0 @@ import { Bundle } from "./config.js"; |
@@ -0,0 +0,0 @@ import { CollisionReactions } from "./config.js"; |
@@ -0,0 +0,0 @@ import { Config } from "./config.js"; |
@@ -0,0 +0,0 @@ import { ValidateBundle } from "./validate-bundle.js"; |
@@ -0,0 +0,0 @@ export { MergeConfigs as MergeRawConfigs } from "./config/merge-configs.js"; |
@@ -0,0 +0,0 @@ export { MergeConfigs as MergeRawConfigs } from "./config/merge-configs.js"; |
@@ -7,2 +7,4 @@ ## API Report File for "@userfrosting/gulp-bundle-assets" | ||
/// <reference types="node" /> | ||
import { Readable } from 'stream'; | ||
@@ -9,0 +11,0 @@ import { Stream } from 'stream'; |
{ | ||
"name": "@userfrosting/gulp-bundle-assets", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"description": "Orchestrates JS and CSS bundle creation in an efficient and configurable manner.", | ||
@@ -10,5 +10,6 @@ "funding": "https://opencollective.com/userfrosting", | ||
"scripts": { | ||
"pretest": "tsc && api-extractor run --local", | ||
"compile": "del-cli ./dist && tsc", | ||
"pretest": "npm run compile && api-extractor run --local", | ||
"test": "c8 --all --reporter=text --reporter=lcovonly ava", | ||
"prepublishOnly": "tsc", | ||
"prepublishOnly": "npm run compile", | ||
"preversion": "npm test", | ||
@@ -19,6 +20,5 @@ "version": "npm run version:apiDocRefresh && npm run version:changelogBump", | ||
"version:apiDocRefresh": "api-extractor run && api-documenter markdown -i ./temp -o ./docs/api && git add ./docs/api/*", | ||
"prepare": "is-npm || npm i --package-lock-only", | ||
"release-readiness": "npm run release-readiness:cspell && npm run release-readiness:api-changes", | ||
"release-readiness:cspell": "cspell 'src/**' 'dist/**' 'docs/**' '*'", | ||
"release-readiness:api-changes": "tsc && api-extractor run" | ||
"release-readiness:api-changes": "npm run compile && api-extractor run" | ||
}, | ||
@@ -55,3 +55,3 @@ "author": "Jordan Mele <SiliconSoldier@outlook.com.au> (https://djmm.me/)", | ||
"get-stream": "^6.0.0", | ||
"into-stream": "^6.0.0", | ||
"into-stream": "^7.0.0", | ||
"just-extend": "^4.1.1", | ||
@@ -65,3 +65,3 @@ "plugin-error": "^1.0.1", | ||
"@microsoft/api-extractor": "^7.13.1", | ||
"@types/node": "^14.14.25", | ||
"@types/node": "^16.0.0", | ||
"@types/vinyl": "^2.0.4", | ||
@@ -73,4 +73,5 @@ "@userfrosting/ts-log-adapter-ava": "^0.1.0", | ||
"cspell": "^5.3.7", | ||
"del-cli": "^4.0.0", | ||
"is-npm-cli": "^1.0.0", | ||
"p-defer": "^3.0.0", | ||
"p-defer": "^4.0.0", | ||
"sort-on": "^4.1.0", | ||
@@ -77,0 +78,0 @@ "typescript": "^4.1.3" |
79924
14
61
722
+ Addedinto-stream@7.0.0(transitive)
- Removedinto-stream@6.0.0(transitive)
Updatedinto-stream@^7.0.0