@critical-path/server 0.4.0 → 0.4.3

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 +24 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @critical-path/server
2
2
 
3
+ ## 0.4.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 2d5ff04: fix(core): decode base64 strings and data URIs into binary Uint8Array in storage adapters
8
+ - Updated dependencies [2d5ff04]
9
+ - @critical-path/core@0.8.3
10
+
11
+ ## 0.4.2
12
+
13
+ ### Patch Changes
14
+
15
+ - fix(core): decode base64 strings and data URIs into binary Uint8Array in storage adapters
16
+ - Updated dependencies
17
+ - @critical-path/core@0.8.2
18
+
19
+ ## 0.4.1
20
+
21
+ ### Patch Changes
22
+
23
+ - 315425c: fix(core): generate Firebase Storage download tokens and construct valid public URLs
24
+ - Updated dependencies [315425c]
25
+ - @critical-path/core@0.8.1
26
+
3
27
  ## 0.4.0
4
28
 
5
29
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@critical-path/server",
3
- "version": "0.4.0",
3
+ "version": "0.4.3",
4
4
  "description": "Web Fetch API compatible server router and adapters for Next.js App Router, SvelteKit, and Express",
5
5
  "author": "Jack James",
6
6
  "license": "MIT",
@@ -26,7 +26,7 @@
26
26
  }
27
27
  },
28
28
  "dependencies": {
29
- "@critical-path/core": "0.8.0"
29
+ "@critical-path/core": "0.8.3"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/node": "^24.0.0",