File tree Expand file tree Collapse file tree 8 files changed +24
-24
lines changed
gaussdb-connection-string Expand file tree Collapse file tree 8 files changed +24
-24
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " gaussdb-cloudflare" ,
3- "version" : " 0.1.0 " ,
3+ "version" : " 0.1.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.1.0 " ,
3+ "version" : " 0.1.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.1.0 " ,
3+ "version" : " 0.1.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- "mocha " : " ^10.5.2 " ,
28- "gaussdb " : " ^0.1.0 "
27+ "gaussdb " : " ^0.1.1 " ,
28+ "mocha " : " ^10.5.2 "
2929 },
3030 "peerDependencies" : {
3131 "gaussdb" : " ^0.1.0"
Original file line number Diff line number Diff line change 11{
22 "name" : " gaussdb-esm-test" ,
3- "version" : " 0.1.0 " ,
3+ "version" : " 0.1.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" : " ^0.1.0 " ,
17- "gaussdb-cloudflare" : " ^0.1.0 " ,
18- "gaussdb-cursor" : " ^0.1.0 " ,
19- "pg-native " : " ^3.5.0 " ,
20- "gaussdb-pool " : " ^0.1.0 " ,
21- "gaussdb-protocol " : " ^0.1.0 " ,
22- "gaussdb-query-stream " : " ^0.1 .0"
16+ "gaussdb" : " ^0.1.1 " ,
17+ "gaussdb-cloudflare" : " ^0.1.1 " ,
18+ "gaussdb-cursor" : " ^0.1.1 " ,
19+ "gaussdb-pool " : " ^0.1.1 " ,
20+ "gaussdb-protocol " : " ^0.1.1 " ,
21+ "gaussdb-query-stream " : " ^0.1.1 " ,
22+ "pg-native " : " ^3.5 .0"
2323 },
2424 "author" :
" Brian M. Carlson <[email protected] >" ,
2525 "license" : " MIT"
Original file line number Diff line number Diff line change 11{
22 "name" : " gaussdb" ,
3- "version" : " 0.1.0 " ,
3+ "version" : " 0.1.1 " ,
44 "description" : " GaussDB client - pure javascript & libpq with the same API" ,
55 "keywords" : [
66 " database" ,
2020 "." : {
2121 "import" : " ./esm/index.mjs" ,
2222 "require" : " ./lib/index.js" ,
23- "default" : " ./lib/index.js"
23+ "default" : " ./lib/index.js"
2424 },
2525 "./lib/*" : {
2626 "import" : " ./lib/*" ,
2929 }
3030 },
3131 "dependencies" : {
32- "gaussdb-connection-string" : " ^0.1.0 " ,
33- "gaussdb-pool" : " ^0.1.0 " ,
34- "gaussdb-protocol" : " ^0.1.0 " ,
32+ "gaussdb-connection-string" : " ^0.1.1 " ,
33+ "gaussdb-pool" : " ^0.1.1 " ,
34+ "gaussdb-protocol" : " ^0.1.1 " ,
3535 "pg-types" : " 2.2.0" ,
3636 "pgpass" : " 1.0.5"
3737 },
4747 "wrangler" : " ^3.x"
4848 },
4949 "optionalDependencies" : {
50- "gaussdb-cloudflare" : " ^0.1.0 "
50+ "gaussdb-cloudflare" : " ^0.1.1 "
5151 },
5252 "peerDependencies" : {
5353 "pg-native" : " >=3.0.1"
Original file line number Diff line number Diff line change 11{
22 "name" : " gaussdb-pool" ,
3- "version" : " 0.1.0 " ,
3+ "version" : " 0.1.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.1.0 " ,
3+ "version" : " 0.1.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.1.0 " ,
3+ "version" : " 0.1.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" : " ^0.1.1" ,
4647 "mocha" : " ^10.5.2" ,
47- "gaussdb" : " ^0.1.0" ,
4848 "stream-spec" : " ~0.3.5" ,
4949 "ts-node" : " ^8.5.4" ,
5050 "typescript" : " ^4.0.3"
5353 "gaussdb" : " ^0.1.0"
5454 },
5555 "dependencies" : {
56- "gaussdb-cursor" : " ^0.1.0 "
56+ "gaussdb-cursor" : " ^0.1.1 "
5757 }
5858}
You can’t perform that action at this time.
0 commit comments