@feasibleone/blong 1.20.1 → 1.21.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 +8 -0
- package/package.json +2 -2
- package/dist/knex.js +0 -7
- package/dist/knex.js.map +0 -1
- package/dist/model.js +0 -2
- package/dist/model.js.map +0 -1
- package/dist/types.d.ts +0 -18919
- package/dist/types.js +0 -88
- package/dist/types.js.map +0 -1
- package/dist/widget.js +0 -2
- package/dist/widget.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.21.0](https://github.com/feasibleone/blong/compare/blong-v1.20.1...blong-v1.21.0) (2026-05-22)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* component widget ([4e84310](https://github.com/feasibleone/blong/commit/4e843109127397217a51a01cc2ddd421a57c2669))
|
|
9
|
+
* model report ([9944b8f](https://github.com/feasibleone/blong/commit/9944b8f903930312d200605bdc7722ae7551d0a2))
|
|
10
|
+
|
|
3
11
|
## [1.20.1](https://github.com/feasibleone/blong/compare/blong-v1.20.0...blong-v1.20.1) (2026-05-21)
|
|
4
12
|
|
|
5
13
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@feasibleone/blong",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.21.0",
|
|
4
4
|
"description": "API and DRY focused RAD framework https://feasibleone.github.io/blong-docs",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"blong",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"react": "^19.1.0",
|
|
48
48
|
"tarn": "^3.0.2",
|
|
49
49
|
"typescript": "^6.0.3",
|
|
50
|
-
"@feasibleone/blong-dev": "1.0.
|
|
50
|
+
"@feasibleone/blong-dev": "1.0.1"
|
|
51
51
|
},
|
|
52
52
|
"scripts": {
|
|
53
53
|
"build": "heft build --clean;dts-bundle-generator --config dts-gen.config.json",
|
package/dist/knex.js
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
// Bundled Knex TypeScript Declaration File
|
|
2
|
-
// Generated from: https://github.com/knex/knex/blob/master/types/index.d.ts
|
|
3
|
-
// All transitive dependencies have been replaced with suitable alternatives or unknown types
|
|
4
|
-
// TypeScript Version: 4.1+
|
|
5
|
-
export default knex;
|
|
6
|
-
export { Knex };
|
|
7
|
-
//# sourceMappingURL=knex.js.map
|
package/dist/knex.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"knex.js","sourceRoot":"","sources":["../knex.ts"],"names":[],"mappings":"AAAA,2CAA2C;AAC3C,4EAA4E;AAC5E,6FAA6F;AAC7F,2BAA2B;AAy/F3B,eAAe,IAAI,CAAC;AACpB,OAAO,EAAC,IAAI,EAAC,CAAC"}
|
package/dist/model.js
DELETED
package/dist/model.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"model.js","sourceRoot":"","sources":["../model.ts"],"names":[],"mappings":""}
|