postmessage-communicator
Advanced tools
Comparing version 1.0.0 to 2.0.0
@@ -13,2 +13,11 @@ # Changelog | ||
## [v2.0.0] - 2022-11-08 | ||
- Renamed thumbnailUri to thumbnailUrl | ||
- Changed datatype of ProjectVersion from number to string | ||
### Added | ||
- Public release | ||
## [v1.0.0] - 2022-10-05 | ||
@@ -15,0 +24,0 @@ |
@@ -18,3 +18,3 @@ import { Communicator } from './Communicator'; | ||
color: string; | ||
thumbnailUri: string; | ||
thumbnailUrl: string; | ||
area?: number; | ||
@@ -27,3 +27,3 @@ } | ||
projectId: string; | ||
versionId: number; | ||
versionId: string; | ||
metadata: Metadata; | ||
@@ -30,0 +30,0 @@ bom?: any; |
{ | ||
"name": "postmessage-communicator", | ||
"version": "1.0.0", | ||
"version": "2.0.0", | ||
"description": "[![Release](https://img.shields.io/github/v/release/wayfair-incubator/oss-template?display_name=tag)](CHANGELOG.md) [![Lint](https://github.com/wayfair-incubator/oss-template/actions/workflows/lint.yml/badge.svg?branch=main)](https://github.com/wayfair-incubator/oss-template/actions/workflows/lint.yml) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.0-4baaaa.svg)](CODE_OF_CONDUCT.md) [![Maintainer](https://img.shields.io/badge/Maintainer-Wayfair-7F187F)](https://wayfair.github.io)", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -70,5 +70,5 @@ # postmessage-communicator | ||
| -------------- | -------- | ---------------------- | ------ | --------- | | ||
| customerUid | yes | customer identifier | number | | | ||
| projectId | yes | project identifier | number | | | ||
| projectVersion | no | project version number | number | undefined | | ||
| customerUid | yes | customer identifier | string | | | ||
| projectId | yes | project identifier | string | | | ||
| projectVersion | no | project version | string | | | ||
| brand | yes | brand description | string | | | ||
@@ -78,3 +78,3 @@ | style | yes | style description | string | | | ||
| url | yes | thumbnail image url | string | | | ||
| bom | yes | bill of materials | object | | | ||
| bom | yes | bill of materials | string | | | ||
@@ -85,5 +85,5 @@ ### `designerHandOff` | ||
| -------------- | -------- | ---------------------- | ------ | --------- | | ||
| customerUid | yes | customer identifier | number | | | ||
| projectId | yes | project identifier | number | | | ||
| projectVersion | no | project version number | number | undefined | | ||
| customerUid | yes | customer identifier | string | | | ||
| projectId | yes | project identifier | string | | | ||
| projectVersion | no | project version | string | | | ||
| brand | yes | brand description | string | | | ||
@@ -148,2 +148,3 @@ | style | yes | style description | string | | | ||
- seandashner@gmail.com | ||
- coutinho.dominic@outlook.com | ||
@@ -150,0 +151,0 @@ Project Link: |
15854
154