@feasibleone/blong 1.20.0 → 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 CHANGED
@@ -1,5 +1,20 @@
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
+
11
+ ## [1.20.1](https://github.com/feasibleone/blong/compare/blong-v1.20.0...blong-v1.20.1) (2026-05-21)
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * refresh after delete ([d59d71d](https://github.com/feasibleone/blong/commit/d59d71d32eff795cd8a53fd72b2d58e80f994bc1))
17
+
3
18
  ## [1.20.0](https://github.com/feasibleone/blong/compare/blong-v1.19.0...blong-v1.20.0) (2026-05-19)
4
19
 
5
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feasibleone/blong",
3
- "version": "1.20.0",
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",
@@ -46,8 +46,8 @@
46
46
  "openapi-types": "^12.1.3",
47
47
  "react": "^19.1.0",
48
48
  "tarn": "^3.0.2",
49
- "typescript": "^5.9.3",
50
- "@feasibleone/blong-dev": "1.0.0"
49
+ "typescript": "^6.0.3",
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
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=model.js.map
package/dist/model.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"model.js","sourceRoot":"","sources":["../model.ts"],"names":[],"mappings":""}