@bitblit/ratchet-rdbms 4.0.425-alpha → 4.0.426-alpha
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -3
- package/lib/build/index.d.ts +0 -1
- package/lib/build/index.js +0 -2
- package/lib/build/index.js.map +0 -1
- package/lib/model/index.d.ts +0 -19
- package/lib/model/index.js +0 -20
- package/lib/model/index.js.map +0 -1
- package/lib/mysql/index.d.ts +0 -5
- package/lib/mysql/index.js +0 -6
- package/lib/mysql/index.js.map +0 -1
- package/lib/query-builder/index.d.ts +0 -3
- package/lib/query-builder/index.js +0 -4
- package/lib/query-builder/index.js.map +0 -1
- package/lib/service/index.d.ts +0 -3
- package/lib/service/index.js +0 -4
- package/lib/service/index.js.map +0 -1
- package/lib/sqlite/index.d.ts +0 -9
- package/lib/sqlite/index.js +0 -10
- package/lib/sqlite/index.js.map +0 -1
- package/lib/util/index.d.ts +0 -2
- package/lib/util/index.js +0 -3
- package/lib/util/index.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitblit/ratchet-rdbms",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.426-alpha",
|
|
4
4
|
"description": "Ratchet tooling for working with relational databases",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"type": "module",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
},
|
|
48
48
|
"license": "Apache-2.0",
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@bitblit/ratchet-common": "4.0.
|
|
50
|
+
"@bitblit/ratchet-common": "4.0.426-alpha"
|
|
51
51
|
},
|
|
52
52
|
"optionalDependencies": {
|
|
53
53
|
"get-port": "7.1.0",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"tunnel-ssh": "5.1.2"
|
|
59
59
|
},
|
|
60
60
|
"peerDependencies": {
|
|
61
|
-
"@bitblit/ratchet-common": "4.0.
|
|
61
|
+
"@bitblit/ratchet-common": "4.0.426-alpha",
|
|
62
62
|
"get-port": "^7.1.0",
|
|
63
63
|
"mysql2": "^3.11.1",
|
|
64
64
|
"promised-sqlite3": "2.1.0",
|
package/lib/build/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './ratchet-rdbms-info.js';
|
package/lib/build/index.js
DELETED
package/lib/build/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/build/index.ts"],"names":[],"mappings":"AAIA,cAAc,yBAAyB,CAAC"}
|
package/lib/model/index.d.ts
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
export * from './connection-and-tunnel.js';
|
|
2
|
-
export * from './database-access-provider.js';
|
|
3
|
-
export * from './database-access.js';
|
|
4
|
-
export * from './database-config-list.js';
|
|
5
|
-
export * from './database-request-type.js';
|
|
6
|
-
export * from './group-by-count-result.js';
|
|
7
|
-
export * from './modify-results.js';
|
|
8
|
-
export * from './named-parameter-database-service-config.js';
|
|
9
|
-
export * from './paginated-results.js';
|
|
10
|
-
export * from './pagination-bounds.js';
|
|
11
|
-
export * from './paginator.js';
|
|
12
|
-
export * from './query-defaults.js';
|
|
13
|
-
export * from './query-text-provider.js';
|
|
14
|
-
export * from './request-results.js';
|
|
15
|
-
export * from './simple-query-text-provider.js';
|
|
16
|
-
export * from './sort-direction.js';
|
|
17
|
-
export * from './transaction-isolation-level.js';
|
|
18
|
-
export * from './ssh/ssh-tunnel-config.js';
|
|
19
|
-
export * from './ssh/ssh-tunnel-container.js';
|
package/lib/model/index.js
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
export * from './connection-and-tunnel.js';
|
|
2
|
-
export * from './database-access-provider.js';
|
|
3
|
-
export * from './database-access.js';
|
|
4
|
-
export * from './database-config-list.js';
|
|
5
|
-
export * from './database-request-type.js';
|
|
6
|
-
export * from './group-by-count-result.js';
|
|
7
|
-
export * from './modify-results.js';
|
|
8
|
-
export * from './named-parameter-database-service-config.js';
|
|
9
|
-
export * from './paginated-results.js';
|
|
10
|
-
export * from './pagination-bounds.js';
|
|
11
|
-
export * from './paginator.js';
|
|
12
|
-
export * from './query-defaults.js';
|
|
13
|
-
export * from './query-text-provider.js';
|
|
14
|
-
export * from './request-results.js';
|
|
15
|
-
export * from './simple-query-text-provider.js';
|
|
16
|
-
export * from './sort-direction.js';
|
|
17
|
-
export * from './transaction-isolation-level.js';
|
|
18
|
-
export * from './ssh/ssh-tunnel-config.js';
|
|
19
|
-
export * from './ssh/ssh-tunnel-container.js';
|
|
20
|
-
//# sourceMappingURL=index.js.map
|
package/lib/model/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/model/index.ts"],"names":[],"mappings":"AAIA,cAAc,4BAA4B,CAAC;AAC3C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,sBAAsB,CAAC;AACrC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,qBAAqB,CAAC;AACpC,cAAc,8CAA8C,CAAC;AAC7D,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,qBAAqB,CAAC;AACpC,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC;AACrC,cAAc,iCAAiC,CAAC;AAChD,cAAc,qBAAqB,CAAC;AACpC,cAAc,kCAAkC,CAAC;AACjD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,+BAA+B,CAAC"}
|
package/lib/mysql/index.d.ts
DELETED
package/lib/mysql/index.js
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export * from './mysql-style-database-access.js';
|
|
2
|
-
export * from './rds-mysql-style-connection-provider.js';
|
|
3
|
-
export * from './model/mysql-db-config.js';
|
|
4
|
-
export * from './model/mysql-master-status.js';
|
|
5
|
-
export * from './model/mysql-slave-status.js';
|
|
6
|
-
//# sourceMappingURL=index.js.map
|
package/lib/mysql/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/mysql/index.ts"],"names":[],"mappings":"AAIA,cAAc,kCAAkC,CAAC;AACjD,cAAc,0CAA0C,CAAC;AACzD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,+BAA+B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/query-builder/index.ts"],"names":[],"mappings":"AAIA,cAAc,2BAA2B,CAAC;AAC1C,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC"}
|
package/lib/service/index.d.ts
DELETED
package/lib/service/index.js
DELETED
package/lib/service/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/service/index.ts"],"names":[],"mappings":"AAIA,cAAc,uCAAuC,CAAC;AACtD,cAAc,yBAAyB,CAAC;AACxC,cAAc,qDAAqD,CAAC"}
|
package/lib/sqlite/index.d.ts
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export * from './sqlite-database-access.js';
|
|
2
|
-
export * from './sqlite-remote-sync-database-access.js';
|
|
3
|
-
export * from './sqlite-style-connection-provider.js';
|
|
4
|
-
export * from './model/fetch-remote-mode.js';
|
|
5
|
-
export * from './model/flush-remote-mode.js';
|
|
6
|
-
export * from './model/sqlite-connection-config-flag.js';
|
|
7
|
-
export * from './model/sqlite-connection-config.js';
|
|
8
|
-
export * from './model/sqlite-local-file-config.js';
|
|
9
|
-
export * from './model/sqlite-remote-file-sync-config.js';
|
package/lib/sqlite/index.js
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export * from './sqlite-database-access.js';
|
|
2
|
-
export * from './sqlite-remote-sync-database-access.js';
|
|
3
|
-
export * from './sqlite-style-connection-provider.js';
|
|
4
|
-
export * from './model/fetch-remote-mode.js';
|
|
5
|
-
export * from './model/flush-remote-mode.js';
|
|
6
|
-
export * from './model/sqlite-connection-config-flag.js';
|
|
7
|
-
export * from './model/sqlite-connection-config.js';
|
|
8
|
-
export * from './model/sqlite-local-file-config.js';
|
|
9
|
-
export * from './model/sqlite-remote-file-sync-config.js';
|
|
10
|
-
//# sourceMappingURL=index.js.map
|
package/lib/sqlite/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/sqlite/index.ts"],"names":[],"mappings":"AAIA,cAAc,6BAA6B,CAAC;AAC5C,cAAc,yCAAyC,CAAC;AACxD,cAAc,uCAAuC,CAAC;AACtD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,0CAA0C,CAAC;AACzD,cAAc,qCAAqC,CAAC;AACpD,cAAc,qCAAqC,CAAC;AACpD,cAAc,2CAA2C,CAAC"}
|
package/lib/util/index.d.ts
DELETED
package/lib/util/index.js
DELETED
package/lib/util/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/util/index.ts"],"names":[],"mappings":"AAIA,cAAc,wBAAwB,CAAC;AACvC,cAAc,gCAAgC,CAAC"}
|