chore: Publish v1.2.138

This commit is contained in:
Donny/강동윤 2022-02-09 02:10:54 +09:00
parent c2a3b0d66c
commit 12e52e171d
4 changed files with 15 additions and 10 deletions

2
Cargo.lock generated
View File

@ -3986,7 +3986,7 @@ checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
[[package]]
name = "wasm"
version = "1.2.137"
version = "1.2.138"
dependencies = [
"anyhow",
"console_error_panic_hook",

View File

@ -6,7 +6,7 @@ license = "Apache-2.0"
name = "wasm"
publish = false
repository = "https://github.com/swc-project/swc.git"
version = "1.2.137"
version = "1.2.138"
[lib]
crate-type = ["cdylib"]

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core",
"version": "1.2.137",
"version": "1.2.138",
"description": "Super-fast alternative for babel",
"homepage": "https://swc.rs",
"main": "./index.js",
@ -47,9 +47,7 @@
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"dependencies": {
"ts-node": "^10.4.0"
},
"dependencies": {},
"optionalDependencies": {},
"types": "./index.d.ts",
"scripts": {
@ -100,6 +98,7 @@
"source-map-support": "^0.5.19",
"sourcemap-validator": "^2.1.0",
"terser": "^5.7.1",
"ts-node": "^10.5.0",
"typescript": "^4.5.2"
},
"funding": {

View File

@ -4343,10 +4343,10 @@ tr46@^2.1.0:
dependencies:
punycode "^2.1.1"
ts-node@^10.4.0:
version "10.4.0"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.4.0.tgz#680f88945885f4e6cf450e7f0d6223dd404895f7"
integrity sha512-g0FlPvvCXSIO1JDF6S232P5jPYqBkRL9qly81ZgAOSU7rwI0stphCgd2kLiCrU9DjQCrJMWEqcNSjQL02s6d8A==
ts-node@^10.5.0:
version "10.5.0"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.5.0.tgz#618bef5854c1fbbedf5e31465cbb224a1d524ef9"
integrity sha512-6kEJKwVxAJ35W4akuiysfKwKmjkbYxwQMTBaAxo9KKAx/Yd26mPUyhGz3ji+EsJoAgrLqVsYHNuuYwQe22lbtw==
dependencies:
"@cspotcode/source-map-support" "0.7.0"
"@tsconfig/node10" "^1.0.7"
@ -4359,6 +4359,7 @@ ts-node@^10.4.0:
create-require "^1.1.0"
diff "^4.0.1"
make-error "^1.1.1"
v8-compile-cache-lib "^3.0.0"
yn "3.1.1"
type-check@~0.3.2:
@ -4430,6 +4431,11 @@ universalify@^2.0.0:
resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.0.tgz#75a4984efedc4b08975c5aeb73f530d02df25717"
integrity sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==
v8-compile-cache-lib@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.0.tgz#0582bcb1c74f3a2ee46487ceecf372e46bce53e8"
integrity sha512-mpSYqfsFvASnSn5qMiwrr4VKfumbPyONLCOPmsR3A6pTY/r0+tSaVbgPWSAIuzbk3lCTa+FForeTiO+wBQGkjA==
v8-to-istanbul@^8.0.0:
version "8.0.0"
resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-8.0.0.tgz#4229f2a99e367f3f018fa1d5c2b8ec684667c69c"