@breautek/storm 9.6.2 → 9.6.4
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/CHANGELOG.md +16 -0
- package/docs/assets/hierarchy.js +1 -1
- package/docs/classes/Application.html +17 -17
- package/docs/classes/ConfigLoader.html +3 -3
- package/docs/classes/Database.html +2 -2
- package/docs/classes/DatabaseCastObject.html +2 -2
- package/docs/classes/DatabaseConnection.html +21 -21
- package/docs/classes/DatabaseQueryError.html +6 -6
- package/docs/classes/DeadLockError.html +6 -6
- package/docs/classes/DiskSpaceError.html +5 -5
- package/docs/classes/DropTemporaryTableQuery.html +7 -7
- package/docs/classes/DuplicateEntryError.html +5 -5
- package/docs/classes/EntityNotFoundError.html +5 -5
- package/docs/classes/ExpiredTokenError.html +5 -5
- package/docs/classes/ForbiddenError.html +5 -5
- package/docs/classes/GetMySQLVersion.html +7 -7
- package/docs/classes/Handler.html +2 -2
- package/docs/classes/IllegalStateError.html +5 -5
- package/docs/classes/InternalError.html +5 -5
- package/docs/classes/InvalidCredentialsError.html +5 -5
- package/docs/classes/InvalidValueError.html +5 -5
- package/docs/classes/LineString.html +2 -2
- package/docs/classes/LockWaitTimeoutError.html +6 -6
- package/docs/classes/ManagedDatabaseConnection.html +5 -5
- package/docs/classes/MetricStore.html +2 -2
- package/docs/classes/Middleware.html +2 -2
- package/docs/classes/MissingConfigError.html +5 -5
- package/docs/classes/MissingParameterError.html +5 -5
- package/docs/classes/MySQLConnection.html +25 -25
- package/docs/classes/MySQLDatabase.html +2 -2
- package/docs/classes/NotImplementedError.html +5 -5
- package/docs/classes/Point.html +2 -2
- package/docs/classes/Polygon.html +2 -2
- package/docs/classes/Query.html +7 -7
- package/docs/classes/RawError.html +5 -5
- package/docs/classes/RawQuery.html +7 -7
- package/docs/classes/Request.html +5 -5
- package/docs/classes/Response.html +2 -2
- package/docs/classes/ResponseData.html +3 -3
- package/docs/classes/ServiceProvider.html +2 -2
- package/docs/classes/ServiceResponse.html +2 -2
- package/docs/classes/SetSessionVariableQuery.html +7 -7
- package/docs/classes/StormError.html +5 -5
- package/docs/classes/TemporaryTableQuery.html +7 -7
- package/docs/classes/TimeoutError.html +5 -5
- package/docs/classes/Token.html +2 -2
- package/docs/classes/TokenManager.html +4 -4
- package/docs/classes/Transaction.html +2 -2
- package/docs/classes/UnauthorizedAccessError.html +5 -5
- package/docs/enums/ErrorCode.html +2 -2
- package/docs/enums/ExitCode.html +2 -2
- package/docs/enums/HTTPMethod.html +2 -2
- package/docs/enums/IsolationLevel.html +2 -2
- package/docs/enums/JWTError.html +2 -2
- package/docs/enums/StatusCode.html +2 -2
- package/docs/enums/TransactionAccessLevel.html +2 -2
- package/docs/functions/getInstance.html +1 -1
- package/docs/hierarchy.html +1 -1
- package/docs/interfaces/IAdditionalErrorDetails.html +1 -1
- package/docs/interfaces/ICloudwatchConfig.html +2 -2
- package/docs/interfaces/ICloudwatchCredentials.html +2 -2
- package/docs/interfaces/ICloudwatchStreamConfig.html +2 -2
- package/docs/interfaces/IConfig.html +3 -3
- package/docs/interfaces/IDatabaseConfig.html +2 -2
- package/docs/interfaces/IDatabaseConnection.html +5 -5
- package/docs/interfaces/IDatabasePosition.html +2 -2
- package/docs/interfaces/IErrorResponse.html +2 -2
- package/docs/interfaces/IFormData.html +2 -2
- package/docs/interfaces/IGetMySQLVersionResult.html +2 -2
- package/docs/interfaces/IGetMySQLVersionRow.html +2 -2
- package/docs/interfaces/IInsertQueryResult.html +2 -2
- package/docs/interfaces/IJWTVerifyOptions.html +2 -2
- package/docs/interfaces/IOKPacket.html +2 -2
- package/docs/interfaces/IParameterMap.html +1 -1
- package/docs/interfaces/IQueryable.html +2 -2
- package/docs/interfaces/IRequestResponse.html +2 -2
- package/docs/interfaces/ISetSessionVariableQueryInput.html +2 -2
- package/docs/interfaces/IStormCLIArgs.html +2 -2
- package/docs/interfaces/ITemporaryTableQueryInput.html +2 -2
- package/docs/interfaces/IUpdateQueryResult.html +2 -2
- package/docs/interfaces/formidable.FileJSON.html +1 -1
- package/docs/interfaces/formidable.Part.html +1 -1
- package/docs/types/IDeleteQueryResult.html +1 -1
- package/docs/types/IStoredProcedureResult.html +1 -1
- package/docs/types/TCoordinate.html +1 -1
- package/docs/types/TExpiresIn.html +1 -1
- package/docs/types/TSerializableResponse.html +1 -1
- package/docs/types/TSupportedResponsePrimitives.html +1 -1
- package/docs/types/TSupportedResponseTypes.html +1 -1
- package/lib/DatabaseConnection.d.ts +1 -0
- package/lib/DatabaseConnection.js +5 -1
- package/lib/DatabaseConnection.js.map +1 -1
- package/package.json +4 -4
- package/src/DatabaseConnection.ts +6 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,9 +4,25 @@ All notable changes to this project will be documented in this file. Dates are d
|
|
|
4
4
|
|
|
5
5
|
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
6
6
|
|
|
7
|
+
#### [v9.6.4](https://github.com/breautek/storm.git
|
|
8
|
+
/compare/v9.6.3...v9.6.4)
|
|
9
|
+
|
|
10
|
+
- improved db linger warning to increment the amount of time it has waited/lingered [`baf7559`](https://github.com/breautek/storm.git
|
|
11
|
+
/commit/baf7559b0be9cd62dec0df4d6cf35640af0f746f)
|
|
12
|
+
|
|
13
|
+
#### [v9.6.3](https://github.com/breautek/storm.git
|
|
14
|
+
/compare/v9.6.2...v9.6.3)
|
|
15
|
+
|
|
16
|
+
> 14 April 2026
|
|
17
|
+
|
|
18
|
+
- Moved @types/formidable @types/express and @types/ms to dependencies to solve a typing issue when storm is used by other typescript packages. [`#67`](https://github.com/breautek/storm.git
|
|
19
|
+
/pull/67)
|
|
20
|
+
|
|
7
21
|
#### [v9.6.2](https://github.com/breautek/storm.git
|
|
8
22
|
/compare/v9.6.1...v9.6.2)
|
|
9
23
|
|
|
24
|
+
> 10 April 2026
|
|
25
|
+
|
|
10
26
|
- deproll [`27ecd50`](https://github.com/breautek/storm.git
|
|
11
27
|
/commit/27ecd507af7f8881a3734ea0db9cae5097378042)
|
|
12
28
|
- deproll [`a0a493f`](https://github.com/breautek/storm.git
|
package/docs/assets/hierarchy.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
window.hierarchyData = "
|
|
1
|
+
window.hierarchyData = "eJyVl0tz2yoUx78La3orQDzk3Z0kvZOZ9Ok0XWS6IBJxuJHBA7it28l376AkDoofoJU9mv/R77w44vwBztrgwewaNxxiVBOIq0pAXDEMG4q/Q+DUba/aoK3xYPYH4IbHHyOXCszAqQzyRnoFILjXpgMzhAUEa9eDGWh76b3yb581/9yFZQ/g43MwA8F3b6LRm8cHELR3uu+cMmB2XWP+/QECUqM9sBNrzKNHJdgX9SQHOI0O1DiN9v1m/vmiJOSRMIONFE5fU8pifCXNkygdkaSRC9VNy+tBozydYZLQP6+V2xwjDYIpRWOUQyY45IhATikUpI5FZDQt4qVarqyTbnMpb3qVdWKPvCBQMTokzq4mUg+Y5MkcpSn+In9mUc+agnePmmeuwlx5r625kk4XRXXApIAsmrSCThovs42ayPIEQeqE8J8Kw9G6Us5nKK+kBSQuxhU6c866TIUGTf7dDUrz9M66G911ymQJY2UBh+K0E4J1yyzjRTXlSAsuYIMa2DQCoorUEFVMQIQqDBEiDCLEK4gwqiHCtYAICwwRQQwiQuM/wSCqcQMRrUmcBU2TZv9SL5Vdh6zvqS6fnehnOmW199osPkknlyool6XtNSjBsjS2c/ND9ro7capTJmjZ+yz4gEkBGlV4hA7KGdkXABNhCYawBHP2a6Wd6i7tfUGL74hLcLzaTeiV7NeqNJUv4gIcRmnbfDVyHe6s079V92/bKp+v3wGTEnSdts6ZCTpsPtjwzq5Nl0/trrwEKdKWOdX+fr6SbT6zY2UBiKC0aU7Xq163MqgzE9wmT9uVlyBH8/HpPJ9Yc6sXpac/UZcABdtzUR6+rvkQd9RTBjSqGYGIVsN0jaM28eODDefLVa+WygSV76M98oLQa5beeE6V7C5se5+POhUWYGiVYqLlN6lD6Qdkn74EWqfQ875XC9nPQ2zH7AB6Lc7j4uaX4o7sBZiyZ6COM/xWtpE5YSnYmo3bidQIUjrsXnEHTd0Z+jNeGnNebIVT4QwTyEUzwNEo9dvApA8fb/5XbShaPbfqKScKI0ogRizu4/zJGZo688lqc5Q/CArqjVi6plxoo+bBabM42slbVQmANyO/+83i+G36SZJ79cPDX0XGeTE="
|