Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Nov 20, 2024
1 parent f2a684a commit ca2ac4e
Show file tree
Hide file tree
Showing 6 changed files with 57 additions and 57 deletions.
4 changes: 2 additions & 2 deletions packages/integrate-module/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "integrate-module",
"dependencies": {
"file-type": "19.6.0",
"p-timeout": "6.1.3"
Expand All @@ -11,6 +12,5 @@
"ipaddr.js": "2.2.0",
"postgres": "3.4.5",
"simple-git": "3.27.0"
},
"name": "integrate-module"
}
}
4 changes: 2 additions & 2 deletions packages/integrate/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@swc-node/integrate",
"description": "Integrate testing",
"devDependencies": {
"@swc-node/core": "1.13.3",
"@swc-node/register": "workspace:*",
"@swc/helpers": "0.5.15",
"sinon": "19.0.2"
},
"name": "@swc-node/integrate"
}
}
26 changes: 13 additions & 13 deletions packages/jest/package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"dependencies": {
"@node-rs/xxhash": "1.7.4",
"@swc-node/core": "1.13.3",
"@swc-node/register": "1.10.9"
},
"name": "@swc-node/jest",
"description": "swc preprocessor for jest with source map support",
"devDependencies": {
"@swc/core": "1.9.2",
"@swc/types": "0.1.12"
"funding": {
"type": "github",
"url": "https://github.com/sponsors/Brooooooklyn"
},
"main": "./lib/index.js",
"files": [
"lib",
"jest-preset.js",
"LICENSE"
],
"funding": {
"type": "github",
"url": "https://github.com/sponsors/Brooooooklyn"
"dependencies": {
"@node-rs/xxhash": "1.7.4",
"@swc-node/core": "1.13.3",
"@swc-node/register": "1.10.9"
},
"main": "./lib/index.js",
"name": "@swc-node/jest"
"devDependencies": {
"@swc/core": "1.9.2",
"@swc/types": "0.1.12"
}
}
20 changes: 10 additions & 10 deletions packages/loader/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"dependencies": {
"@swc-node/core": "1.13.3",
"@swc-node/register": "1.10.9"
},
"name": "@swc-node/loader",
"description": "Webpack loader powered by swc",
"devDependencies": {},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/Brooooooklyn"
},
"main": "./index.js",
"files": [
"lib",
"LICENSE",
"index.js"
],
"funding": {
"type": "github",
"url": "https://github.com/sponsors/Brooooooklyn"
"dependencies": {
"@swc-node/core": "1.13.3",
"@swc-node/register": "1.10.9"
},
"main": "./index.js",
"name": "@swc-node/loader"
"devDependencies": {}
}
40 changes: 20 additions & 20 deletions packages/register/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,9 @@
{
"dependencies": {
"@swc-node/core": "1.13.3",
"@swc-node/sourcemap-support": "0.5.1",
"colorette": "2.0.20",
"debug": "4.3.7",
"oxc-resolver": "2.0.1",
"pirates": "4.0.6",
"tslib": "2.8.1"
},
"name": "@swc-node/register",
"description": "SWC node register",
"devDependencies": {
"@swc/core": "1.9.2",
"@swc/helpers": "0.5.15",
"@types/debug": "4.1.12",
"lodash": "4.17.21",
"sinon": "19.0.2"
"funding": {
"type": "github",
"url": "https://github.com/sponsors/Brooooooklyn"
},
"exports": {
".": {
Expand All @@ -33,6 +22,7 @@
"require": "./lib/register.js"
}
},
"main": "index.js",
"files": [
"index.js",
"lib",
Expand All @@ -41,10 +31,20 @@
"LICENSE",
"*.d.ts"
],
"funding": {
"type": "github",
"url": "https://github.com/sponsors/Brooooooklyn"
"dependencies": {
"@swc-node/core": "1.13.3",
"@swc-node/sourcemap-support": "0.5.1",
"colorette": "2.0.20",
"debug": "4.3.7",
"oxc-resolver": "2.0.1",
"pirates": "4.0.6",
"tslib": "2.8.1"
},
"main": "index.js",
"name": "@swc-node/register"
"devDependencies": {
"@swc/core": "1.9.2",
"@swc/helpers": "0.5.15",
"@types/debug": "4.1.12",
"lodash": "4.17.21",
"sinon": "19.0.2"
}
}
20 changes: 10 additions & 10 deletions packages/sourcemap-support/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"dependencies": {
"source-map-support": "0.5.21",
"tslib": "2.8.1"
},
"name": "@swc-node/sourcemap-support",
"description": "Runtime sourcemap support in NodeJS",
"devDependencies": {
"@types/source-map-support": "0.5.10"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib",
"README.md",
"LICENSE"
],
"main": "lib/index.js",
"name": "@swc-node/sourcemap-support",
"types": "lib/index.d.ts"
"dependencies": {
"source-map-support": "0.5.21",
"tslib": "2.8.1"
},
"devDependencies": {
"@types/source-map-support": "0.5.10"
}
}

0 comments on commit ca2ac4e

Please sign in to comment.