@feasibleone/blong 1.1.0 → 1.3.0
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/dist/blong.d.ts +18438 -0
- package/dist/knex.d.ts +1509 -0
- package/dist/knex.d.ts.map +1 -0
- package/dist/knex.js +7 -0
- package/dist/knex.js.map +1 -0
- package/dist/tsdoc-metadata.json +11 -0
- package/dist/types.d.ts +73 -44
- package/dist/types.d.ts.map +1 -1
- package/dist/types.js +28 -0
- package/dist/types.js.map +1 -1
- package/package.json +19 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.3.0](https://github.com/feasibleone/blong/compare/blong-v1.2.0...blong-v1.3.0) (2026-01-31)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* enhance adapter type definitions to support additional context ([326ad32](https://github.com/feasibleone/blong/commit/326ad32c0a8d012c7cabead3b2f33e7793c9f7ab))
|
|
9
|
+
* update @rushstack/heft and related plugins to latest versions ([f6a6f26](https://github.com/feasibleone/blong/commit/f6a6f26bdfd9cc95cb1322461aa494f5345bd821))
|
|
10
|
+
* update dependencies and enhance type definitions ([d969546](https://github.com/feasibleone/blong/commit/d96954690b8f7393d1b43866ce8b18afe951129a))
|
|
11
|
+
|
|
12
|
+
## [1.2.0](https://github.com/feasibleone/blong/compare/blong-v1.1.0...blong-v1.2.0) (2026-01-29)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* export default object containing various types and handlers ([d68407e](https://github.com/feasibleone/blong/commit/d68407e6ac9ba28a1501c4b267afd3918d534959))
|
|
18
|
+
|
|
3
19
|
## [1.1.0](https://github.com/feasibleone/blong/compare/blong-v1.0.7...blong-v1.1.0) (2026-01-27)
|
|
4
20
|
|
|
5
21
|
|