Skip to content

Commit d89c7f2

Browse files
authored
Merge pull request #9 from happy-game/publish
Publish: 修改包名和版本信息
2 parents e256d75 + a746055 commit d89c7f2

File tree

159 files changed

+25
-26
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

159 files changed

+25
-26
lines changed

lerna.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
{
22
"packages": ["packages/*"],
33
"npmClient": "yarn",
4-
"useWorkspaces": true,
54
"version": "independent",
65
"command": {
76
"version": {
87
"allowBranch": "master"
98
}
109
},
11-
"ignoreChanges": ["**/*.md", "**/test/**"]
10+
"ignoreChanges": ["**/*.md", "**/test/**", "packages/pg-native/**", "packages/pg-native-*/**"]
1211
}

packages/gaussdb-cloudflare/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gaussdb-cloudflare",
3-
"version": "1.2.5",
3+
"version": "0.1.0",
44
"description": "A socket implementation for GaussDB that can run on Cloudflare Workers using native TCP connections.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/gaussdb-connection-string/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gaussdb-connection-string",
3-
"version": "2.9.0",
3+
"version": "0.1.0",
44
"description": "Functions for dealing with a GaussDB connection string",
55
"main": "./index.js",
66
"types": "./index.d.ts",

packages/gaussdb-cursor/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gaussdb-cursor",
3-
"version": "2.15.0",
3+
"version": "0.1.0",
44
"description": "Query cursor extension for GaussDB",
55
"main": "index.js",
66
"exports": {
@@ -25,10 +25,10 @@
2525
"license": "MIT",
2626
"devDependencies": {
2727
"mocha": "^10.5.2",
28-
"gaussdb": "^8.16.0"
28+
"gaussdb": "^0.1.0"
2929
},
3030
"peerDependencies": {
31-
"gaussdb": "^8"
31+
"gaussdb": "^0.1.0"
3232
},
3333
"files": [
3434
"index.js",

packages/gaussdb-esm-test/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gaussdb-esm-test",
3-
"version": "1.2.0",
3+
"version": "0.1.0",
44
"description": "A test module for GaussDB with ESM support",
55
"main": "index.js",
66
"type": "module",
@@ -13,13 +13,13 @@
1313
"test"
1414
],
1515
"devDependencies": {
16-
"gaussdb": "^8.16.0",
17-
"gaussdb-cloudflare": "^1.2.5",
18-
"gaussdb-cursor": "^2.15.0",
16+
"gaussdb": "^0.1.0",
17+
"gaussdb-cloudflare": "^0.1.0",
18+
"gaussdb-cursor": "^0.1.0",
1919
"pg-native": "^3.5.0",
20-
"gaussdb-pool": "^3.10.0",
21-
"gaussdb-protocol": "^1.10.0",
22-
"gaussdb-query-stream": "^4.10.0"
20+
"gaussdb-pool": "^0.1.0",
21+
"gaussdb-protocol": "^0.1.0",
22+
"gaussdb-query-stream": "^0.1.0"
2323
},
2424
"author": "Brian M. Carlson <[email protected]>",
2525
"license": "MIT"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)