@t4h.framework/dev 0.0.0-experimental-20260905065627 → 0.0.0-experimental-20260905072306

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 +4 -4
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @t4h.framework/dev
2
2
 
3
- ## 0.0.0-experimental-20260905065627
3
+ ## 0.0.0-experimental-20260905072306
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -8,9 +8,9 @@
8
8
 
9
9
  ### Patch Changes
10
10
 
11
- - Updated dependencies [[`bdb460d`](https://github.com/tech4humans-brasil/framework/commit/bdb460df2b8f9723c174c759fa53dd94bb27150d), [`45182d4`](https://github.com/tech4humans-brasil/framework/commit/45182d4a27c86353747646aa9b70a39bc4c56610)]:
12
- - @t4h.framework/http@0.0.0-experimental-20260905065627
13
- - @t4h.framework/oidc@0.0.0-experimental-20260905065627
11
+ - Updated dependencies [[`a3696b4`](https://github.com/tech4humans-brasil/framework/commit/a3696b48b48598eda9e51c53538a6086abe36018), [`45182d4`](https://github.com/tech4humans-brasil/framework/commit/45182d4a27c86353747646aa9b70a39bc4c56610)]:
12
+ - @t4h.framework/http@0.0.0-experimental-20260905072306
13
+ - @t4h.framework/oidc@0.0.0-experimental-20260905072306
14
14
 
15
15
  ## 0.14.2
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t4h.framework/dev",
3
- "version": "0.0.0-experimental-20260905065627",
3
+ "version": "0.0.0-experimental-20260905072306",
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",
@@ -46,9 +46,9 @@
46
46
  "@t4h.framework/cache": "^0.5.0",
47
47
  "@t4h.framework/fs": "^0.8.0",
48
48
  "@t4h.framework/hmac": "^0.1.0",
49
- "@t4h.framework/http": "^0.0.0-experimental-20260905065627",
49
+ "@t4h.framework/http": "^0.0.0-experimental-20260905072306",
50
50
  "@t4h.framework/jwks": "^0.4.0",
51
- "@t4h.framework/oidc": "^0.0.0-experimental-20260905065627",
51
+ "@t4h.framework/oidc": "^0.0.0-experimental-20260905072306",
52
52
  "@t4h.framework/orm": "^0.6.1",
53
53
  "@t4h.framework/runtime-claims": "^0.1.0",
54
54
  "@t4h.framework/sftp": "^0.6.0",