Skip to content

Commit 1670015

Browse files
authored
Merge pull request #15 from code-found/changeset-release/main
chore: update versions
2 parents a288c96 + 48f7667 commit 1670015

3 files changed

Lines changed: 11 additions & 9 deletions

File tree

.changeset/lemon-heads-turn.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# rts.js
22

3+
## 0.0.12
4+
5+
### Patch Changes
6+
7+
- ca30209: Fixed
8+
- resolver: handle null resolve context to avoid crash on Node 18
9+
- Guard destructuring with `context || {}` to prevent runtime error when `context` is null.
10+
- Affects: `src/resolver/index.ts`
11+
- Environment: reproducible on macOS with Node 18; Windows with Node 23 unaffected.
12+
313
## 0.0.11
414

515
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rts.js",
3-
"version": "0.0.11",
3+
"version": "0.0.12",
44
"description": "nodejs runtime transformer,cans transform ts、js、jsx、tsx、css code to nodejs code",
55
"main": "src/index.ts",
66
"types": "src/index.ts",

0 commit comments

Comments
 (0)