Skip to content

Commit

Permalink
release: clickstream Web 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zhu-xiaowei committed Feb 22, 2024
1 parent 33b9812 commit 86cd73b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,16 +213,16 @@ ClickstreamAnalytics.updateConfigure({

### Integrate the `.tgz` file

Clone this repository locally and execute the following script to generate `aws-clickstream-web-0.8.0.tgz` zip package, which will be located in the project root folder.
Clone this repository locally and execute the following script to generate `aws-clickstream-web-0.9.0.tgz` zip package, which will be located in the project root folder.
```bash
cd clickstream-web && npm i && npm run pack
```

Copy the `aws-clickstream-web-0.8.0.tgz` into your project, then execute the script in your project root folder to install the SDK.
Copy the `aws-clickstream-web-0.9.0.tgz` into your project, then execute the script in your project root folder to install the SDK.
```bash
npm install ./aws-clickstream-web-0.8.0.tgz
npm install ./aws-clickstream-web-0.9.0.tgz
```
**Note**: Please correct the SDK version and change the path to where the `aws-clickstream-web-0.8.0.tgz` file is located.
**Note**: Please correct the SDK version and change the path to where the `aws-clickstream-web-0.9.0.tgz` file is located.

### Integrate the `clickstream-web.min.js` file
Execute the following script to generate `clickstream-web.min.js`, located in the `/dist` folder.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws/clickstream-web",
"version": "0.8.0",
"version": "0.9.0",
"description": "ClickstreamAnalytics Web SDK",
"license": "Apache-2.0",
"main": "./lib/index.ts",
Expand Down

0 comments on commit 86cd73b

Please sign in to comment.