cloudcommerce 2.29.14 → 2.29.15

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 +9 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,15 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
4
4
 
5
+ ## [2.29.15](https://github.com/ecomplus/cloud-commerce/compare/v2.29.14...v2.29.15) (2024-11-19)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **firebase:** Additional delay on store events PubSub publish each resource ID ASC ordered event ([7569b20](https://github.com/ecomplus/cloud-commerce/commit/7569b20a2ea4634132cc05f6e5d7b324569a0df4))
11
+ * **firebase:** Catch app event execution errors to delete run policy doc anyway ([d97efc5](https://github.com/ecomplus/cloud-commerce/commit/d97efc5c31e771cd11c6c1e51ffd4b947f3f5a6a))
12
+ * **firebase:** Using local Firestore to ensure no concurrent events for same app & resource ID ([42777df](https://github.com/ecomplus/cloud-commerce/commit/42777df83eb5f50fd17f4ea6b05709f502884cd0))
13
+
5
14
  ## [2.29.14](https://github.com/ecomplus/cloud-commerce/compare/v2.29.13...v2.29.14) (2024-11-19)
6
15
 
7
16
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cloudcommerce",
3
3
  "type": "module",
4
- "version": "2.29.14",
4
+ "version": "2.29.15",
5
5
  "description": "Open fair-code headless commerce platform: API-first, microservices based, event driven and cloud native",
6
6
  "main": "packages/api/lib/index.js",
7
7
  "author": "E-Com Club Softwares para E-commerce <ti@e-com.club>",
@@ -42,7 +42,7 @@
42
42
  "vite": "^5.4.11",
43
43
  "vitest": "^2.1.5",
44
44
  "zx": "^8.2.2",
45
- "@cloudcommerce/eslint": "2.29.14"
45
+ "@cloudcommerce/eslint": "2.29.15"
46
46
  },
47
47
  "packageManager": "pnpm@8.15.7",
48
48
  "scripts": {