Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
Release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
davelemons committed Jan 25, 2023
1 parent 741e9e3 commit d03fd84
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.2] - 2023-01-25

### Changed
- Changed colors dev dependency to different fork based on [this](https://fossa.com/blog/npm-packages-colors-faker-corrupted/)

## [1.1.1] - 2022-10-31
### Added
- [Voicemail For Amazon Connect implementation guide pdf](voicemail-for-amazon-connect-implementation-guide.pdf)
Expand Down
2 changes: 1 addition & 1 deletion source/aws-connect-vm-portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
]
},
"devDependencies": {
"@colors/colors": "^1.5.0",
"aws-sdk": "^2.555.0",
"colors": "^1.4.0",
"command-line-args": "^5.1.1",
"command-line-usage": "^6.0.2",
"remote-redux-devtools": "^0.5.16",
Expand Down
2 changes: 1 addition & 1 deletion source/aws-connect-vm-portal/scripts/uploader.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const fs = require('fs');
const path = require('path');
const cla = require('command-line-args');
const clu = require('command-line-usage');
const colors = require('colors');
const colors = require('@colors/colors');

function uuid() {
return 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function (c) {
Expand Down

0 comments on commit d03fd84

Please sign in to comment.