chore: Publish @swc/helpers@0.5.9

This commit is contained in:
강동윤 (Donny) 2024-04-12 16:22:30 +09:00
parent 67bfcf41f5
commit 86c22f3ffa

View File

@ -1,7 +1,7 @@
{
"name": "@swc/helpers",
"packageManager": "yarn@4.0.2",
"version": "0.5.8",
"version": "0.5.9",
"description": "External helpers for the swc project.",
"module": "esm/index.js",
"main": "cjs/index.cjs",
@ -251,6 +251,10 @@
"import": "./esm/_get_prototype_of.js",
"default": "./cjs/_get_prototype_of.cjs"
},
"./_/_identity": {
"import": "./esm/_identity.js",
"default": "./cjs/_identity.cjs"
},
"./_/_inherits": {
"import": "./esm/_inherits.js",
"default": "./cjs/_inherits.cjs"