@t4h.framework/dev 0.13.0 → 0.13.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +85 -0
  2. package/package.json +10 -10
package/CHANGELOG.md ADDED
@@ -0,0 +1,85 @@
1
+ # @t4h.framework/dev
2
+
3
+ ## 0.13.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`095c3a9`](https://github.com/tech4humans-brasil/framework/commit/095c3a91191b9f541519447f212a8e9509065569) Thanks [@gusteycamargo](https://github.com/gusteycamargo)! - Republish with resolved dependency versions. The previous release leaked the `workspace:^` protocol into the published manifests, breaking installs outside the monorepo.
8
+
9
+ ## 0.13.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [`9171168`](https://github.com/tech4humans-brasil/framework/commit/917116807182d28de7b368e8648560efca9e5559) Thanks [@gusteycamargo](https://github.com/gusteycamargo)! - Adds framework.config option
14
+
15
+ - [`9171168`](https://github.com/tech4humans-brasil/framework/commit/917116807182d28de7b368e8648560efca9e5559) Thanks [@gusteycamargo](https://github.com/gusteycamargo)! - Remove support to private key in SFTP connection string
16
+
17
+ ## 0.12.0
18
+
19
+ ### Minor Changes
20
+
21
+ - Adds support to ilike and like operation in in memory database ([#111](https://github.com/tech4humans-brasil/framework/pull/111))
22
+
23
+ ### Patch Changes
24
+
25
+ - Slice file binary ([#112](https://github.com/tech4humans-brasil/framework/pull/112))
26
+
27
+ ## 0.10.0
28
+
29
+ ### Minor Changes
30
+
31
+ - Adds startMany on WorkflowClaim ([#108](https://github.com/tech4humans-brasil/framework/pull/108))
32
+ - Adds activity to split and join binary ([#100](https://github.com/tech4humans-brasil/framework/pull/100))
33
+
34
+ ### Patch Changes
35
+
36
+ - Forward parallel flag through startWorkflow to the reconciler ([#105](https://github.com/tech4humans-brasil/framework/pull/105))
37
+
38
+ ## 0.9.0
39
+
40
+ ### Patch Changes
41
+
42
+ - Create path if not exists in fs claim write ([`9a38b24`](https://github.com/tech4humans-brasil/framework/commit/9a38b24c94dd791f9d7e9a5fb645bb46ed86c6a0))
43
+ - Update skills ([`6d7e7bc`](https://github.com/tech4humans-brasil/framework/commit/6d7e7bca0c780a9c53a0c9e5aa0a865c5af67959))
44
+
45
+ ## 0.3.1
46
+
47
+ ### Minor Changes
48
+
49
+ - Update history to satisfies core contract ([`30b3d38`](https://github.com/tech4humans-brasil/framework/commit/30b3d38bfd631990e4c4f740344910d5958ddfb9))
50
+
51
+ ## 0.3.0
52
+
53
+ ### Minor Changes
54
+
55
+ - Use sftp binary on claim ([#95](https://github.com/tech4humans-brasil/framework/pull/95))
56
+
57
+ ## 0.2.1
58
+
59
+ ### Patch Changes
60
+
61
+ - Get environment variables ([`f47a1e9`](https://github.com/tech4humans-brasil/framework/commit/f47a1e9cc41c7da06d788be6498dc5a992ac18e4))
62
+ - Resolve start workflow result ([`b698cd9`](https://github.com/tech4humans-brasil/framework/commit/b698cd93af7f8194064c284dba3475d33fa10dda))
63
+
64
+ ## 0.2.0
65
+
66
+ ### Patch Changes
67
+
68
+ - Internal dependency updates
69
+
70
+ ## 0.1.1
71
+
72
+ ### Patch Changes
73
+
74
+ - Adds env run context in up app process ([#86](https://github.com/tech4humans-brasil/framework/pull/86))
75
+
76
+ ## 0.1.0
77
+
78
+ ### Minor Changes
79
+
80
+ - Adds .ai/skills in packages ([#88](https://github.com/tech4humans-brasil/framework/pull/88))
81
+
82
+ ### Patch Changes
83
+
84
+ - Move dev server to its own package ([#83](https://github.com/tech4humans-brasil/framework/pull/83))
85
+ - Update dependencies ([`b19fa15`](https://github.com/tech4humans-brasil/framework/commit/b19fa15ae8578a6f646d46d15eeff5315ffc9281))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t4h.framework/dev",
3
- "version": "0.13.0",
3
+ "version": "0.13.1",
4
4
  "description": "Dev server for the T4H Framework",
5
5
  "homepage": "https://github.com/tech4humans-brasil/framework/tree/main/packages/dev",
6
6
  "bugs": "https://github.com/tech4humans-brasil/framework/issues",
@@ -42,13 +42,13 @@
42
42
  "prepublishOnly": "yarn build"
43
43
  },
44
44
  "dependencies": {
45
- "@t4h.framework/cache": "workspace:^",
46
- "@t4h.framework/fs": "workspace:^",
47
- "@t4h.framework/http": "workspace:^",
48
- "@t4h.framework/orm": "workspace:^",
45
+ "@t4h.framework/cache": "^0.5.0",
46
+ "@t4h.framework/fs": "^0.7.0",
47
+ "@t4h.framework/http": "^0.4.0",
48
+ "@t4h.framework/orm": "^0.6.0",
49
49
  "@t4h.framework/runtime-claims": "^0.1.0",
50
- "@t4h.framework/sftp": "workspace:^",
51
- "@t4h.framework/smtp": "workspace:^",
50
+ "@t4h.framework/sftp": "^0.6.0",
51
+ "@t4h.framework/smtp": "^0.5.0",
52
52
  "mime-types": "^3.0.2",
53
53
  "nodemailer": "^8.0.1",
54
54
  "pleroma": "^1.0.0",
@@ -58,7 +58,7 @@
58
58
  "undici": "^7.22.0"
59
59
  },
60
60
  "devDependencies": {
61
- "@t4h.framework/core": "workspace:^",
61
+ "@t4h.framework/core": "^0.9.0",
62
62
  "@types/json-schema": "^7.0.15",
63
63
  "@types/mime-types": "^3",
64
64
  "@types/node": "^25.3.5",
@@ -68,10 +68,10 @@
68
68
  "vitest": "^4.0.18"
69
69
  },
70
70
  "peerDependencies": {
71
- "@t4h.framework/core": "workspace:^"
71
+ "@t4h.framework/core": "^0.9.0"
72
72
  },
73
73
  "packageManager": "yarn@4.12.0",
74
74
  "engines": {
75
75
  "node": ">=22"
76
76
  }
77
- }
77
+ }