@cloudcommerce/config 0.0.82 → 0.0.84

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 323dfb57fa120f75
2
- @cloudcommerce/config:build: 
3
- @cloudcommerce/config:build: > @cloudcommerce/config@0.0.81 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 65474ecdf2b16f73
2
+ @cloudcommerce/config:build: 
3
+ @cloudcommerce/config:build: > @cloudcommerce/config@0.0.83 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.82",
4
+ "version": "0.0.84",
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.82",
24
+ "@cloudcommerce/api": "0.0.84",
25
25
  "@fastify/deepmerge": "^1.1.0"
26
26
  },
27
27
  "devDependencies": {
28
- "@cloudcommerce/types": "0.0.82"
28
+ "@cloudcommerce/types": "0.0.84"
29
29
  },
30
30
  "scripts": {
31
31
  "build": "sh ../../scripts/build-lib.sh"