@cloudcommerce/api 1.0.0-alpha.4 → 1.0.0-alpha.8

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/api:build: cache hit, replaying output 5f4254ff6ed92c64
1
+ @cloudcommerce/api:build: cache hit, replaying output ad5a3dea9d2b95d7
2
2
  @cloudcommerce/api:build: 
3
- @cloudcommerce/api:build: > @cloudcommerce/api@1.0.0-alpha.3 build /home/leo/code/ecomplus/cloud-commerce/packages/api
3
+ @cloudcommerce/api:build: > @cloudcommerce/api@1.0.0-alpha.7 build /home/leo/code/ecomplus/cloud-commerce/packages/api
4
4
  @cloudcommerce/api:build: > tsc --build
5
5
  @cloudcommerce/api:build: 
package/CHANGELOG.md CHANGED
@@ -1 +1 @@
1
- Please refer to GitHub [repository releases](https://github.com/ecomplus/cloud-commerce/releases) or monorepo unified [CHANGELOG.md](https://github.com/ecomplus/cloud-commerce/blob/develop/CHANGELOG.md).
1
+ Please refer to GitHub [repository releases](https://github.com/ecomplus/cloud-commerce/releases) or monorepo unified [CHANGELOG.md](https://github.com/ecomplus/cloud-commerce/blob/main/CHANGELOG.md).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudcommerce/api",
3
- "version": "1.0.0-alpha.4",
3
+ "version": "1.0.0-alpha.8",
4
4
  "description": "E-Com Plus Cloud Commerce APIs client/adapter",
5
5
  "main": "dist/index.js",
6
6
  "repository": {
@@ -13,7 +13,7 @@
13
13
  "bugs": {
14
14
  "url": "https://github.com/ecomplus/cloud-commerce/issues"
15
15
  },
16
- "homepage": "https://github.com/ecomplus/cloud-commerce/tree/develop/packages/api#readme",
16
+ "homepage": "https://github.com/ecomplus/cloud-commerce/tree/main/packages/api#readme",
17
17
  "scripts": {
18
18
  "build": "tsc --build"
19
19
  }