@isardsat/editorial-common 6.17.0 → 6.18.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 +14 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @isardsat/editorial-common
2
2
 
3
+ ## 6.18.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 2d743c4: Update content fetching to ensure real-time diff without caching
8
+
9
+ ## 6.18.0
10
+
11
+ ### Minor Changes
12
+
13
+ - dcbc22f: - Inject Firebase token on each request.
14
+ - Verify Firebase token on the server using Google public keys, requiring no extra configuration on Editorial.
15
+ - Add firebaseAuth middleware to protect routes.
16
+
3
17
  ## 6.17.0
4
18
 
5
19
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@isardsat/editorial-common",
3
- "version": "6.17.0",
3
+ "version": "6.18.1",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",