@cloudcommerce/config 0.0.101 → 0.0.103

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 acd8a83a0fbde948
2
- @cloudcommerce/config:build: 
3
- @cloudcommerce/config:build: > @cloudcommerce/config@0.0.100 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 f1b260ff2f7ee87f
2
+ @cloudcommerce/config:build: 
3
+ @cloudcommerce/config:build: > @cloudcommerce/config@0.0.102 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.101",
4
+ "version": "0.0.103",
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.101",
24
+ "@cloudcommerce/api": "0.0.103",
25
25
  "@fastify/deepmerge": "^1.1.0"
26
26
  },
27
27
  "devDependencies": {
28
- "@cloudcommerce/types": "0.0.101"
28
+ "@cloudcommerce/types": "0.0.103"
29
29
  },
30
30
  "scripts": {
31
31
  "build": "sh ../../scripts/build-lib.sh"