@cloudcommerce/app-discounts 0.0.57 → 0.0.58

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.
@@ -1,5 +1,5 @@
1
- @cloudcommerce/app-discounts:build: cache hit, replaying output 19577ff5408a53e1
2
- @cloudcommerce/app-discounts:build: 
3
- @cloudcommerce/app-discounts:build: > @cloudcommerce/app-discounts@0.0.56 build /home/leo/code/ecomplus/cloud-commerce/packages/apps/discounts
4
- @cloudcommerce/app-discounts:build: > sh ../../../scripts/build-lib.sh
5
- @cloudcommerce/app-discounts:build: 
1
+ @cloudcommerce/app-discounts:build: cache hit, replaying output 32b964e67e7a300d
2
+ @cloudcommerce/app-discounts:build: 
3
+ @cloudcommerce/app-discounts:build: > @cloudcommerce/app-discounts@0.0.57 build /home/leo/code/ecomplus/cloud-commerce/packages/apps/discounts
4
+ @cloudcommerce/app-discounts:build: > sh ../../../scripts/build-lib.sh
5
+ @cloudcommerce/app-discounts:build: 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloudcommerce/app-discounts",
3
3
  "type": "module",
4
- "version": "0.0.57",
4
+ "version": "0.0.58",
5
5
  "description": "E-Com Plus Cloud Commerce app for complex discount rules",
6
6
  "main": "lib/discounts.js",
7
7
  "repository": {
@@ -16,14 +16,14 @@
16
16
  },
17
17
  "homepage": "https://github.com/ecomplus/cloud-commerce/tree/main/packages/apps/discounts#readme",
18
18
  "dependencies": {
19
- "@cloudcommerce/api": "0.0.57",
20
- "@cloudcommerce/firebase": "0.0.57",
19
+ "@cloudcommerce/api": "0.0.58",
20
+ "@cloudcommerce/firebase": "0.0.58",
21
21
  "@ecomplus/utils": "^1.4.1",
22
22
  "firebase-admin": "^11.0.1",
23
23
  "firebase-functions": "^3.22.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@cloudcommerce/types": "0.0.57",
26
+ "@cloudcommerce/types": "0.0.58",
27
27
  "@firebase/app-types": "^0.7.0"
28
28
  },
29
29
  "scripts": {