Skip to content

Commit

Permalink
chore: update to latest 1.3.x release
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Feb 17, 2024
1 parent a5cb340 commit 706e62e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/paths/expected.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
Object.defineProperty(exports, "__esModule", {
value: true
});
const _moduleA = require("../../../../../../../private/var/tmp/_bazel_alexeagle/43e97bf6681e7317438fd77d405a1c4b/sandbox/darwin-sandbox/7/execroot/aspect_rules_swc/examples/paths/src/modules/moduleA");
const _moduleA = require("./modules/moduleA/index");
(0, _moduleA.moduleA)();
2 changes: 1 addition & 1 deletion swc/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ load("//swc/private:versions.bzl", "TOOL_VERSIONS")
# NB: we don't use the "most recent release" since swc has a history of often breaking Bazel usage
# with subtle changes that get through their tests.
# So instead, this reflects the latest version that is "known good" according to our test suite.
LATEST_SWC_VERSION = "v1.3.99"
LATEST_SWC_VERSION = "v1.3.107"

# TODO(2.0): remove this alias
LATEST_VERSION = LATEST_SWC_VERSION
Expand Down

0 comments on commit 706e62e

Please sign in to comment.