@cloudcommerce/config 0.0.107 → 0.0.109

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/config:build: cache hit, replaying output 8cca2339c4426c54
2
- @cloudcommerce/config:build: 
3
- @cloudcommerce/config:build: > @cloudcommerce/config@0.0.106 build /home/leo/code/ecomplus/cloud-commerce/packages/config
4
- @cloudcommerce/config:build: > sh ../../scripts/build-lib.sh
5
- @cloudcommerce/config:build: 
1
+ @cloudcommerce/config:build: cache hit, replaying output 90f5a07438b1452f
2
+ @cloudcommerce/config:build: 
3
+ @cloudcommerce/config:build: > @cloudcommerce/config@0.0.108 build /home/leo/code/ecomplus/cloud-commerce/packages/config
4
+ @cloudcommerce/config:build: > sh ../../scripts/build-lib.sh
5
+ @cloudcommerce/config:build: 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloudcommerce/config",
3
3
  "type": "module",
4
- "version": "0.0.107",
4
+ "version": "0.0.109",
5
5
  "description": "E-Com Plus Cloud Commerce base config",
6
6
  "main": "lib/config.js",
7
7
  "exports": {
@@ -21,11 +21,11 @@
21
21
  },
22
22
  "homepage": "https://github.com/ecomplus/cloud-commerce/tree/main/packages/config#readme",
23
23
  "dependencies": {
24
- "@cloudcommerce/api": "0.0.107",
24
+ "@cloudcommerce/api": "0.0.109",
25
25
  "@fastify/deepmerge": "^1.1.0"
26
26
  },
27
27
  "devDependencies": {
28
- "@cloudcommerce/types": "0.0.107"
28
+ "@cloudcommerce/types": "0.0.109"
29
29
  },
30
30
  "scripts": {
31
31
  "build": "sh ../../scripts/build-lib.sh"