Skip to content

Commit

Permalink
Merge pull request #107 from architect/legacy-ws
Browse files Browse the repository at this point in the history
Legacy WS support
  • Loading branch information
ryanblock authored Dec 13, 2019
2 parents 6fdd35a + 8cd75bd commit a4ec5bb
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 56 deletions.
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

---

## [1.2.14] 2019-12-12

### Changed

- Updated dependencies

---

## [1.2.13] 2019-12-01

### Changed
Expand Down
75 changes: 24 additions & 51 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@architect/deploy",
"version": "1.2.13",
"version": "1.2.14-RC.0",
"description": "deploys @architect projects",
"main": "index.js",
"bin": {
Expand Down Expand Up @@ -29,12 +29,12 @@
},
"homepage": "https://github.com/architect/deploy#readme",
"dependencies": {
"@architect/create": "^1.0.5",
"@architect/hydrate": "^1.4.10",
"@architect/create": "^1.0.6",
"@architect/hydrate": "^1.4.11",
"@architect/package": "^1.0.54",
"@architect/parser": "^1.2.2",
"@architect/utils": "^1.3.9",
"aws-sdk": "^2.582.0",
"@architect/utils": "^1.3.10",
"aws-sdk": "^2.589.0",
"chalk": "^3.0.0",
"glob": "^7.1.6",
"mime-types": "^2.1.25",
Expand Down

0 comments on commit a4ec5bb

Please sign in to comment.