@cloudcommerce/app-custom-shipping 0.0.66 → 0.0.69

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 26b846fe77d1bceb
1
+ @cloudcommerce/app-custom-shipping:build: cache hit, replaying output e78875998a7e520e
2
2
  @cloudcommerce/app-custom-shipping:build: 
3
- @cloudcommerce/app-custom-shipping:build: > @cloudcommerce/app-custom-shipping@0.0.65 build /home/leo/code/ecomplus/cloud-commerce/packages/apps/custom-shipping
3
+ @cloudcommerce/app-custom-shipping:build: > @cloudcommerce/app-custom-shipping@0.0.68 build /home/leo/code/ecomplus/cloud-commerce/packages/apps/custom-shipping
4
4
  @cloudcommerce/app-custom-shipping:build: > sh ../../../scripts/build-lib.sh
5
5
  @cloudcommerce/app-custom-shipping:build: 
package/package.json CHANGED
@@ -1,25 +1,25 @@
1
1
  {
2
2
  "name": "@cloudcommerce/app-custom-shipping",
3
3
  "type": "module",
4
- "version": "0.0.66",
4
+ "version": "0.0.69",
5
5
  "description": "E-Com Plus Cloud Commerce app for custom shipping methods",
6
6
  "main": "lib/custom-shipping.js",
7
7
  "repository": {
8
8
  "type": "git",
9
9
  "url": "git+https://github.com/ecomplus/cloud-commerce.git",
10
- "directory": "packages/custom-shipping"
10
+ "directory": "packages/apps/custom-shipping"
11
11
  },
12
12
  "author": "E-Com Club Softwares para E-commerce <ti@e-com.club>",
13
13
  "license": "Apache 2.0 with Commons Clause",
14
14
  "bugs": {
15
15
  "url": "https://github.com/ecomplus/cloud-commerce/issues"
16
16
  },
17
- "homepage": "https://github.com/ecomplus/cloud-commerce/tree/main/packages/custom-shipping#readme",
17
+ "homepage": "https://github.com/ecomplus/cloud-commerce/tree/main/packages/apps/custom-shipping#readme",
18
18
  "dependencies": {
19
- "@cloudcommerce/api": "0.0.66"
19
+ "@cloudcommerce/api": "0.0.69"
20
20
  },
21
21
  "devDependencies": {
22
- "@cloudcommerce/types": "0.0.66"
22
+ "@cloudcommerce/types": "0.0.69"
23
23
  },
24
24
  "scripts": {
25
25
  "build": "sh ../../../scripts/build-lib.sh"