Skip to content

Commit 17edfa4

Browse files
authored
2 parents fa3c4d1 + 3c1c6dd commit 17edfa4

File tree

13 files changed

+31
-31
lines changed

13 files changed

+31
-31
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
"rollup-plugin-swc": "^0.2.1"
2424
},
2525
"packageManager": "[email protected]"
26-
}
26+
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# `@devup-sql/postgres-darwin-x64`
1+
# `@devup-sql/mysql-darwin-x64`
22

3-
This is the **x86_64-apple-darwin** binary for `@devup-sql/postgres`
3+
This is the **x86_64-apple-darwin** binary for `@devup-sql/mysql`

sql/libs/node/mysql/npm/darwin-x64/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"name": "@devup-sql/postgres-darwin-x64",
2+
"name": "@devup-sql/mysql-darwin-x64",
33
"version": "0.0.0",
44
"os": [
55
"darwin"
66
],
77
"cpu": [
88
"x64"
99
],
10-
"main": "postgres.darwin-x64.node",
10+
"main": "mysql.darwin-x64.node",
1111
"files": [
12-
"postgres.darwin-x64.node"
12+
"mysql.darwin-x64.node"
1313
],
1414
"license": "MIT",
1515
"engines": {
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# `@devup-sql/postgres-linux-x64-gnu`
1+
# `@devup-sql/mysql-linux-x64-gnu`
22

3-
This is the **x86_64-unknown-linux-gnu** binary for `@devup-sql/postgres`
3+
This is the **x86_64-unknown-linux-gnu** binary for `@devup-sql/mysql`

sql/libs/node/mysql/npm/linux-x64-gnu/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"name": "@devup-sql/postgres-linux-x64-gnu",
2+
"name": "@devup-sql/mysql-linux-x64-gnu",
33
"version": "0.0.0",
44
"os": [
55
"linux"
66
],
77
"cpu": [
88
"x64"
99
],
10-
"main": "postgres.linux-x64-gnu.node",
10+
"main": "mysql.linux-x64-gnu.node",
1111
"files": [
12-
"postgres.linux-x64-gnu.node"
12+
"mysql.linux-x64-gnu.node"
1313
],
1414
"license": "MIT",
1515
"engines": {
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# `@devup-sql/postgres-win32-x64-msvc`
1+
# `@devup-sql/mysql-win32-x64-msvc`
22

3-
This is the **x86_64-pc-windows-msvc** binary for `@devup-sql/postgres`
3+
This is the **x86_64-pc-windows-msvc** binary for `@devup-sql/mysql`

sql/libs/node/mysql/npm/win32-x64-msvc/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"name": "@devup-sql/postgres-win32-x64-msvc",
2+
"name": "@devup-sql/mysql-win32-x64-msvc",
33
"version": "0.0.0",
44
"os": [
55
"win32"
66
],
77
"cpu": [
88
"x64"
99
],
10-
"main": "postgres.win32-x64-msvc.node",
10+
"main": "mysql.win32-x64-msvc.node",
1111
"files": [
12-
"postgres.win32-x64-msvc.node"
12+
"mysql.win32-x64-msvc.node"
1313
],
1414
"license": "MIT",
1515
"engines": {
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# `@devup-sql/postgres-darwin-x64`
1+
# `@devup-sql/sqlite-darwin-x64`
22

3-
This is the **x86_64-apple-darwin** binary for `@devup-sql/postgres`
3+
This is the **x86_64-apple-darwin** binary for `@devup-sql/sqlite`

sql/libs/node/sqlite/npm/darwin-x64/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"name": "@devup-sql/postgres-darwin-x64",
2+
"name": "@devup-sql/sqlite-darwin-x64",
33
"version": "0.0.0",
44
"os": [
55
"darwin"
66
],
77
"cpu": [
88
"x64"
99
],
10-
"main": "postgres.darwin-x64.node",
10+
"main": "sqlite.darwin-x64.node",
1111
"files": [
12-
"postgres.darwin-x64.node"
12+
"sqlite.darwin-x64.node"
1313
],
1414
"license": "MIT",
1515
"engines": {
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# `@devup-sql/postgres-linux-x64-gnu`
1+
# `@devup-sql/sqlite-linux-x64-gnu`
22

3-
This is the **x86_64-unknown-linux-gnu** binary for `@devup-sql/postgres`
3+
This is the **x86_64-unknown-linux-gnu** binary for `@devup-sql/sqlite`

0 commit comments

Comments
 (0)