@cloudcommerce/app-discounts 0.0.92 → 0.0.93

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 674ccb7a2512d4d1
1
+ @cloudcommerce/app-discounts:build: cache hit, replaying output 63cf277c72d32aff
2
2
  @cloudcommerce/app-discounts:build: 
3
- @cloudcommerce/app-discounts:build: > @cloudcommerce/app-discounts@0.0.91 build /home/leo/code/ecomplus/cloud-commerce/packages/apps/discounts
3
+ @cloudcommerce/app-discounts:build: > @cloudcommerce/app-discounts@0.0.92 build /home/leo/code/ecomplus/cloud-commerce/packages/apps/discounts
4
4
  @cloudcommerce/app-discounts:build: > sh ../../../scripts/build-lib.sh
5
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.92",
4
+ "version": "0.0.93",
5
5
  "description": "E-Com Plus Cloud Commerce app for complex discount rules",
6
6
  "main": "lib/discounts.js",
7
7
  "repository": {
@@ -16,11 +16,11 @@
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.92",
19
+ "@cloudcommerce/api": "0.0.93",
20
20
  "@ecomplus/utils": "^1.4.1"
21
21
  },
22
22
  "devDependencies": {
23
- "@cloudcommerce/types": "0.0.92"
23
+ "@cloudcommerce/types": "0.0.93"
24
24
  },
25
25
  "scripts": {
26
26
  "build": "sh ../../../scripts/build-lib.sh"