File tree Expand file tree Collapse file tree 8 files changed +22
-27
lines changed
gaussdb-connection-string Expand file tree Collapse file tree 8 files changed +22
-27
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " gaussdb-cloudflare" ,
3- "version" : " 0.2.0 " ,
3+ "version" : " 0.2.1 " ,
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" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " gaussdb-connection-string" ,
3- "version" : " 0.2.0 " ,
3+ "version" : " 0.2.1 " ,
44 "description" : " Functions for dealing with a GaussDB connection string" ,
55 "main" : " ./index.js" ,
66 "types" : " ./index.d.ts" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " gaussdb-cursor" ,
3- "version" : " 0.2.0 " ,
3+ "version" : " 0.2.1 " ,
44 "description" : " Query cursor extension for GaussDB" ,
55 "main" : " index.js" ,
66 "exports" : {
2424 "author" : " Brian M. Carlson" ,
2525 "license" : " MIT" ,
2626 "devDependencies" : {
27- "gaussdb-node" : " ^0.2.0 " ,
27+ "gaussdb-node" : " ^0.2.1 " ,
2828 "mocha" : " ^10.5.2"
2929 },
3030 "peerDependencies" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " gaussdb-esm-test" ,
3- "version" : " 0.2.0 " ,
3+ "version" : " 0.2.1 " ,
44 "description" : " A test module for GaussDB with ESM support" ,
55 "main" : " index.js" ,
66 "type" : " module" ,
1313 " test"
1414 ],
1515 "devDependencies" : {
16- "gaussdb-node " : " ^0.2.0 " ,
17- "gaussdb-cloudflare " : " ^0.2.0 " ,
18- "gaussdb-cursor " : " ^0.2.0 " ,
19- "gaussdb-pool" : " ^0.2.0 " ,
20- "gaussdb-protocol" : " ^0.2.0 " ,
21- "gaussdb-query-stream" : " ^0.2.0 "
16+ "gaussdb-cloudflare " : " ^0.2.1 " ,
17+ "gaussdb-cursor " : " ^0.2.1 " ,
18+ "gaussdb-node " : " ^0.2.1 " ,
19+ "gaussdb-pool" : " ^0.2.1 " ,
20+ "gaussdb-protocol" : " ^0.2.1 " ,
21+ "gaussdb-query-stream" : " ^0.2.1 "
2222 },
2323 "author" : " Brian M. Carlson <brian.m.carlson@gmail.com>" ,
2424 "license" : " MIT"
Original file line number Diff line number Diff line change 11{
22 "name" : " gaussdb-node" ,
3- "version" : " 0.2.0 " ,
3+ "version" : " 0.2.1 " ,
44 "description" : " GaussDB client - pure javascript implementation" ,
55 "keywords" : [
66 " database" ,
2828 }
2929 },
3030 "dependencies" : {
31- "gaussdb-connection-string" : " ^0.2.0 " ,
32- "gaussdb-pool" : " ^0.2.0 " ,
33- "gaussdb-protocol" : " ^0.2.0 " ,
31+ "gaussdb-connection-string" : " ^0.2.1 " ,
32+ "gaussdb-pool" : " ^0.2.1 " ,
33+ "gaussdb-protocol" : " ^0.2.1 " ,
3434 "pg-types" : " 2.2.0" ,
3535 "pgpass" : " 1.0.5"
3636 },
4646 "wrangler" : " ^3.x"
4747 },
4848 "optionalDependencies" : {
49- "gaussdb-cloudflare" : " ^0.2.0"
50- },
51- "peerDependencies" : {
52-
53- },
54- "peerDependenciesMeta" : {
55-
49+ "gaussdb-cloudflare" : " ^0.2.1"
5650 },
51+ "peerDependenciesMeta" : {},
5752 "scripts" : {
5853 "test" : " make test-all"
5954 },
Original file line number Diff line number Diff line change 11{
22 "name" : " gaussdb-pool" ,
3- "version" : " 0.2.0 " ,
3+ "version" : " 0.2.1 " ,
44 "description" : " Connection pool for GaussDB" ,
55 "main" : " index.js" ,
66 "exports" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " gaussdb-protocol" ,
3- "version" : " 0.2.0 " ,
3+ "version" : " 0.2.1 " ,
44 "description" : " The GaussDB client/server binary protocol, implemented in TypeScript" ,
55 "main" : " dist/index.js" ,
66 "types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " gaussdb-query-stream" ,
3- "version" : " 0.2.0 " ,
3+ "version" : " 0.2.1 " ,
44 "description" : " GaussDB query result returned as readable stream" ,
55 "main" : " ./dist/index.js" ,
66 "types" : " ./dist/index.d.ts" ,
4343 "JSONStream" : " ~1.3.5" ,
4444 "concat-stream" : " ~1.0.1" ,
4545 "eslint-plugin-promise" : " ^6.0.1" ,
46- "gaussdb-node" : " ^0.2.0 " ,
46+ "gaussdb-node" : " ^0.2.1 " ,
4747 "mocha" : " ^10.5.2" ,
4848 "stream-spec" : " ~0.3.5" ,
4949 "ts-node" : " ^8.5.4" ,
5353 "gaussdb-node" : " ^0.2.0"
5454 },
5555 "dependencies" : {
56- "gaussdb-cursor" : " ^0.2.0 "
56+ "gaussdb-cursor" : " ^0.2.1 "
5757 }
5858}
You can’t perform that action at this time.
0 commit comments