Skip to content

Releases: ehmpathy/simple-artifact-builder

v1.1.3

23 Dec 02:07
0b03ec5
Compare
Choose a tag to compare

1.1.3 (2022-12-23)

Bug Fixes

  • cicd: update the please-release action version (9000f84)
  • cicd: upgrade github actions config (dcb71b4)
  • deps: upgrade chalk version to resolve coloring snapshot failure in test (127aa8d)
  • deps: use fs.rm instead of fs.rmdir per deprecation warning (0fc2505)
  • pkg: ensure that the distributed simple-artifact-builder package does not include test_assets (4b6a21f)
  • pract: upgrade to use latest declared best practices (fb2d5ee)
  • refs: replace uladkasach repo refs to ehmpathy repo refs (9d3dabe)
  • snapshot: ensure that ci=true when running jest test so ci snapshot test passes (82e2642)
  • test: drop fs.rmdir in favor of fs.rm per node18 deprecation (24bac2c)

simple-artifact-builder v1.1.2

09 Nov 13:15
8a99d59
Compare
Choose a tag to compare

Bug Fixes

  • run: ensure that static assets are included in published pkg (9938ba7)

simple-artifact-builder v1.1.1

09 Nov 12:57
037be0e
Compare
Choose a tag to compare

Bug Fixes

  • run: expose the run-isolated utility with every build (db45488)

simple-artifact-builder v1.1.0

09 Nov 12:46
5d6c6f2
Compare
Choose a tag to compare

Features

  • run: enable executing files inside of artifacts with isolated node module imports for testing (3dc2190)

simple-artifact-builder v1.0.1

04 Nov 11:40
73daf8e
Compare
Choose a tag to compare

Bug Fixes

  • clean: clean the artifact dir out before building (53b493f)

simple-artifact-builder v1.0.0

04 Nov 11:19
0f457e4
Compare
Choose a tag to compare

Features

  • build: complete the buildArtifactContents logic (880cd78)
  • commands: add the zip command (014b8d6)
  • init: initialize based on declapract project (4182e9e)
  • report: enable reporting on sizes of artifact contents (9baa6a0)
  • zip: enable zipping of artifact contents (09adb16)