@atlaspack/utils 2.14.5-dev.55 → 2.14.5-dev.69

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 (45) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/lib/index.js +37303 -454
  3. package/lib/index.js.map +1 -0
  4. package/package.json +8 -8
  5. package/lib/DefaultMap.js +0 -46
  6. package/lib/Deferred.js +0 -30
  7. package/lib/PromiseQueue.js +0 -112
  8. package/lib/TapStream.js +0 -34
  9. package/lib/alternatives.js +0 -116
  10. package/lib/ansi-html.js +0 -18
  11. package/lib/blob.js +0 -40
  12. package/lib/bundle-url.js +0 -34
  13. package/lib/collection.js +0 -101
  14. package/lib/config.js +0 -172
  15. package/lib/countLines.js +0 -15
  16. package/lib/debounce.js +0 -18
  17. package/lib/dependency-location.js +0 -21
  18. package/lib/escape-html.js +0 -22
  19. package/lib/generateBuildMetrics.js +0 -121
  20. package/lib/generateCertificate.js +0 -129
  21. package/lib/getCertificate.js +0 -18
  22. package/lib/getExisting.js +0 -25
  23. package/lib/getModuleParts.js +0 -30
  24. package/lib/getRootDir.js +0 -52
  25. package/lib/glob.js +0 -110
  26. package/lib/hash.js +0 -50
  27. package/lib/http-server.js +0 -85
  28. package/lib/is-url.js +0 -22
  29. package/lib/isDirectoryInside.js +0 -18
  30. package/lib/objectHash.js +0 -27
  31. package/lib/openInBrowser.js +0 -74
  32. package/lib/parseCSSImport.js +0 -15
  33. package/lib/path.js +0 -39
  34. package/lib/prettifyTime.js +0 -9
  35. package/lib/prettyDiagnostic.js +0 -136
  36. package/lib/progress-message.js +0 -27
  37. package/lib/relativeBundlePath.js +0 -22
  38. package/lib/relativeUrl.js +0 -24
  39. package/lib/replaceBundleReferences.js +0 -199
  40. package/lib/schema.js +0 -336
  41. package/lib/shared-buffer.js +0 -27
  42. package/lib/sourcemap.js +0 -127
  43. package/lib/stream.js +0 -76
  44. package/lib/throttle.js +0 -15
  45. package/lib/urlJoin.js +0 -35
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @atlaspack/utils
2
2
 
3
+ ## 2.14.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`35fdd4b`](https://github.com/atlassian-labs/atlaspack/commit/35fdd4b52da0af20f74667f7b8adfb2f90279b7c), [`6dd4ccb`](https://github.com/atlassian-labs/atlaspack/commit/6dd4ccb753541de32322d881f973d571dd57e4ca)]:
8
+ - @atlaspack/rust@3.3.5
9
+ - @atlaspack/logger@2.14.10
10
+
3
11
  ## 2.14.9
4
12
 
5
13
  ### Patch Changes