@atlaspack/utils 2.15.4-typescript-9a5730863.0 → 2.16.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/lib/index.js +37333 -465
  3. package/lib/index.js.map +1 -0
  4. package/package.json +9 -10
  5. package/LICENSE +0 -201
  6. package/lib/DefaultMap.js +0 -46
  7. package/lib/Deferred.js +0 -30
  8. package/lib/PromiseQueue.js +0 -112
  9. package/lib/TapStream.js +0 -34
  10. package/lib/alternatives.js +0 -116
  11. package/lib/ansi-html.js +0 -18
  12. package/lib/blob.js +0 -40
  13. package/lib/bundle-url.js +0 -34
  14. package/lib/collection.js +0 -111
  15. package/lib/config.js +0 -172
  16. package/lib/countLines.js +0 -15
  17. package/lib/debounce.js +0 -18
  18. package/lib/debug-tools.js +0 -36
  19. package/lib/dependency-location.js +0 -21
  20. package/lib/escape-html.js +0 -22
  21. package/lib/generateBuildMetrics.js +0 -121
  22. package/lib/generateCertificate.js +0 -129
  23. package/lib/getCertificate.js +0 -18
  24. package/lib/getExisting.js +0 -25
  25. package/lib/getModuleParts.js +0 -30
  26. package/lib/getRootDir.js +0 -52
  27. package/lib/glob.js +0 -110
  28. package/lib/hash.js +0 -50
  29. package/lib/http-server.js +0 -85
  30. package/lib/is-url.js +0 -22
  31. package/lib/isDirectoryInside.js +0 -18
  32. package/lib/objectHash.js +0 -27
  33. package/lib/openInBrowser.js +0 -74
  34. package/lib/parseCSSImport.js +0 -15
  35. package/lib/path.js +0 -39
  36. package/lib/prettifyTime.js +0 -9
  37. package/lib/prettyDiagnostic.js +0 -136
  38. package/lib/progress-message.js +0 -27
  39. package/lib/relativeBundlePath.js +0 -22
  40. package/lib/relativeUrl.js +0 -24
  41. package/lib/replaceBundleReferences.js +0 -199
  42. package/lib/schema.js +0 -336
  43. package/lib/shared-buffer.js +0 -27
  44. package/lib/sourcemap.js +0 -127
  45. package/lib/stream.js +0 -76
  46. package/lib/throttle.js +0 -15
  47. package/lib/urlJoin.js +0 -35
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @atlaspack/utils
2
2
 
3
+ ## 2.16.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#659](https://github.com/atlassian-labs/atlaspack/pull/659) [`30ee2cf`](https://github.com/atlassian-labs/atlaspack/commit/30ee2cfcd34cf2646ded0eda13fdb80a2a5de529) Thanks [@benjervis](https://github.com/benjervis)! - Add the debug-tools system for altering the behaviour when attempting to identify issues.
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[`e8a60ff`](https://github.com/atlassian-labs/atlaspack/commit/e8a60ffbea41caef265786bbf73349771760081c)]:
12
+ - @atlaspack/feature-flags@2.18.4
13
+
3
14
  ## 2.15.3
4
15
 
5
16
  ### Patch Changes