Skip to content

Releases: ieedan/jsrepo

[email protected]

08 Jan 15:17
b0b4f4e
Compare
Choose a tag to compare

Patch Changes

  • e4cb5d3: Ensure imports like foo.svelte are resolved properly when the real path is foo.svelte.ts.
  • e4cb5d3: Fix an issue where resolved file extensions were left on the import even though not provided by the user.

[email protected]

07 Jan 16:34
03d72de
Compare
Choose a tag to compare

Minor Changes

  • 80590cd: Remove diff command.
  • d30d9ce: Use semver.satisfies to determine if a version of a dependency is already installed when adding and updating.

Patch Changes

  • d30d9ce: Add -n, --no flag to update command to promote identical behavior to the now removed diff command.
  • d30d9ce: Update dependencies.

[email protected]

06 Jan 19:37
692327e
Compare
Choose a tag to compare

Patch Changes

  • 9ffde8a: Use vue/compiler-sfc instead of @vue/compiler-sfc to avoid compiler issues.

[email protected]

06 Jan 16:20
9b61dc4
Compare
Choose a tag to compare

Patch Changes

  • f3ecf0d: Ensure vue compiler has fs access.

[email protected]

04 Jan 19:59
689306c
Compare
Choose a tag to compare

Patch Changes

  • eaeac96: Fix an issue where the test command would fail when running tests on linux.

[email protected]

04 Jan 16:19
5a2703e
Compare
Choose a tag to compare

Patch Changes

  • 5764ab5: Add message to let users know that an update is available to the CLI when their version is out of date.

[email protected]

03 Jan 22:41
dc50369
Compare
Choose a tag to compare

Patch Changes

  • 036b8c0: Add descriptions for add, exec, and update commands.
  • 036b8c0: Move some files to enable documentation generation.

[email protected]

02 Jan 12:37
43d14d7
Compare
Choose a tag to compare

Patch Changes

[email protected]

28 Dec 13:03
4ffb1b0
Compare
Choose a tag to compare

Patch Changes

  • 4f897ca: Update dependencies.
  • 433bca7: Remove unused and unnecessary --cwd option from auth command.

[email protected]

26 Dec 20:13
aa73d4c
Compare
Choose a tag to compare

Minor Changes