@cloudcommerce/config 0.0.79 → 0.0.80

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 6db25b4b3dfe7d12
2
- @cloudcommerce/config:build: 
3
- @cloudcommerce/config:build: > @cloudcommerce/config@0.0.78 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 0d9f47436a333036
2
+ @cloudcommerce/config:build: 
3
+ @cloudcommerce/config:build: > @cloudcommerce/config@0.0.79 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.79",
4
+ "version": "0.0.80",
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.79",
24
+ "@cloudcommerce/api": "0.0.80",
25
25
  "@fastify/deepmerge": "^1.1.0"
26
26
  },
27
27
  "devDependencies": {
28
- "@cloudcommerce/types": "0.0.79"
28
+ "@cloudcommerce/types": "0.0.80"
29
29
  },
30
30
  "scripts": {
31
31
  "build": "sh ../../scripts/build-lib.sh"