@cloudcommerce/app-custom-shipping 0.0.111 → 0.0.112

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/app-custom-shipping:build: cache hit, replaying output 0d1ef1cf70b6426e
2
- @cloudcommerce/app-custom-shipping:build: 
3
- @cloudcommerce/app-custom-shipping:build: > @cloudcommerce/app-custom-shipping@0.0.110 build /home/leo/code/ecomplus/cloud-commerce/packages/apps/custom-shipping
4
- @cloudcommerce/app-custom-shipping:build: > sh ../../../scripts/build-lib.sh
5
- @cloudcommerce/app-custom-shipping:build: 
1
+ @cloudcommerce/app-custom-shipping:build: cache hit, replaying output 001e060ba1b4226b
2
+ @cloudcommerce/app-custom-shipping:build: 
3
+ @cloudcommerce/app-custom-shipping:build: > @cloudcommerce/app-custom-shipping@0.0.111 build /home/leo/code/ecomplus/cloud-commerce/packages/apps/custom-shipping
4
+ @cloudcommerce/app-custom-shipping:build: > sh ../../../scripts/build-lib.sh
5
+ @cloudcommerce/app-custom-shipping:build: 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloudcommerce/app-custom-shipping",
3
3
  "type": "module",
4
- "version": "0.0.111",
4
+ "version": "0.0.112",
5
5
  "description": "E-Com Plus Cloud Commerce app for custom shipping methods",
6
6
  "main": "lib/custom-shipping.js",
7
7
  "repository": {
@@ -16,10 +16,10 @@
16
16
  },
17
17
  "homepage": "https://github.com/ecomplus/cloud-commerce/tree/main/packages/apps/custom-shipping#readme",
18
18
  "dependencies": {
19
- "@cloudcommerce/api": "0.0.111"
19
+ "@cloudcommerce/api": "0.0.112"
20
20
  },
21
21
  "devDependencies": {
22
- "@cloudcommerce/types": "0.0.111"
22
+ "@cloudcommerce/types": "0.0.112"
23
23
  },
24
24
  "scripts": {
25
25
  "build": "sh ../../../scripts/build-lib.sh"