@cloudcommerce/config 0.0.113 → 0.0.115

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 4cbbd6e46091b937
2
- @cloudcommerce/config:build: 
3
- @cloudcommerce/config:build: > @cloudcommerce/config@0.0.112 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 39e185d4d1a2d950
2
+ @cloudcommerce/config:build: 
3
+ @cloudcommerce/config:build: > @cloudcommerce/config@0.0.114 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.113",
4
+ "version": "0.0.115",
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.113",
24
+ "@cloudcommerce/api": "0.0.115",
25
25
  "@fastify/deepmerge": "^1.1.0"
26
26
  },
27
27
  "devDependencies": {
28
- "@cloudcommerce/types": "0.0.113"
28
+ "@cloudcommerce/types": "0.0.115"
29
29
  },
30
30
  "scripts": {
31
31
  "build": "sh ../../scripts/build-lib.sh"