@cloudcommerce/app-correios 0.0.65 → 0.0.68

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-correios:build: cache hit, replaying output a4030e5dda2b1e9c
2
- @cloudcommerce/app-correios:build: 
3
- @cloudcommerce/app-correios:build: > @cloudcommerce/app-correios@0.0.64 build /home/leo/code/ecomplus/cloud-commerce/packages/apps/correios
4
- @cloudcommerce/app-correios:build: > sh ../../../scripts/build-lib.sh
5
- @cloudcommerce/app-correios:build: 
1
+ @cloudcommerce/app-correios:build: cache hit, replaying output 7b28f0674212ee48
2
+ @cloudcommerce/app-correios:build: 
3
+ @cloudcommerce/app-correios:build: > @cloudcommerce/app-correios@0.0.67 build /home/leo/code/ecomplus/cloud-commerce/packages/apps/correios
4
+ @cloudcommerce/app-correios:build: > sh ../../../scripts/build-lib.sh
5
+ @cloudcommerce/app-correios:build: 
package/package.json CHANGED
@@ -1,27 +1,27 @@
1
1
  {
2
2
  "name": "@cloudcommerce/app-correios",
3
3
  "type": "module",
4
- "version": "0.0.65",
4
+ "version": "0.0.68",
5
5
  "description": "E-Com Plus Cloud Commerce app for Correios shipping calculation",
6
6
  "main": "lib/correios.js",
7
7
  "repository": {
8
8
  "type": "git",
9
9
  "url": "git+https://github.com/ecomplus/cloud-commerce.git",
10
- "directory": "packages/correios"
10
+ "directory": "packages/apps/correios"
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/correios#readme",
17
+ "homepage": "https://github.com/ecomplus/cloud-commerce/tree/main/packages/apps/correios#readme",
18
18
  "dependencies": {
19
- "@cloudcommerce/api": "0.0.65",
19
+ "@cloudcommerce/api": "0.0.68",
20
20
  "axios": "^0.27.2",
21
21
  "xml2js": "^0.4.23"
22
22
  },
23
23
  "devDependencies": {
24
- "@cloudcommerce/types": "0.0.65"
24
+ "@cloudcommerce/types": "0.0.68"
25
25
  },
26
26
  "scripts": {
27
27
  "build": "sh ../../../scripts/build-lib.sh"