Skip to content

Commit 05e5490

Browse files
committed
v1.2.0-alpha.3
1 parent 7c8e5bb commit 05e5490

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+451
-124
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.2.0-alpha.3](https://github.com/ulixee/secret-agent/compare/v1.2.0-alpha.2...v1.2.0-alpha.3) (2020-12-16)
7+
8+
9+
### Bug Fixes
10+
11+
* **mitm:** bubble proxy errors properly to client ([b6a72f5](https://github.com/ulixee/secret-agent/commit/b6a72f59ef8e7739654ab82b170aa0e15d38ebd0)), closes [#98](https://github.com/ulixee/secret-agent/issues/98)
12+
* **replay:** multiple sessions showing incorrectly ([20ba30c](https://github.com/ulixee/secret-agent/commit/20ba30caebcef42de65dee18e6b82d92c7193d9c))
13+
14+
15+
### Features
16+
17+
* **client:** update awaited dom to 1.1.8 ([a1b9b68](https://github.com/ulixee/secret-agent/commit/a1b9b68e735ee54ceaef3436c43df0d0744c8f47))
18+
19+
20+
21+
22+
623
# [1.2.0-alpha.2](https://github.com/ulixee/secret-agent/compare/v1.2.0-alpha.1...v1.2.0-alpha.2) (2020-12-01)
724

825

client/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.2.0-alpha.3](https://github.com/ulixee/secret-agent/compare/v1.2.0-alpha.2...v1.2.0-alpha.3) (2020-12-16)
7+
8+
9+
### Bug Fixes
10+
11+
* **mitm:** bubble proxy errors properly to client ([b6a72f5](https://github.com/ulixee/secret-agent/commit/b6a72f59ef8e7739654ab82b170aa0e15d38ebd0)), closes [#98](https://github.com/ulixee/secret-agent/issues/98)
12+
* **replay:** multiple sessions showing incorrectly ([20ba30c](https://github.com/ulixee/secret-agent/commit/20ba30caebcef42de65dee18e6b82d92c7193d9c))
13+
14+
15+
### Features
16+
17+
* **client:** update awaited dom to 1.1.8 ([a1b9b68](https://github.com/ulixee/secret-agent/commit/a1b9b68e735ee54ceaef3436c43df0d0744c8f47))
18+
19+
20+
21+
22+
623
# [1.2.0-alpha.2](https://github.com/ulixee/secret-agent/compare/v1.2.0-alpha.1...v1.2.0-alpha.2) (2020-12-01)
724

825

client/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"name": "@secret-agent/client",
3-
"version": "1.2.0-alpha.2",
3+
"version": "1.2.0-alpha.3",
44
"description": "The client interface for SecretAgent",
55
"dependencies": {
6-
"@secret-agent/commons": "1.2.0-alpha.2",
7-
"@secret-agent/core": "1.2.0-alpha.2",
8-
"@secret-agent/core-interfaces": "1.2.0-alpha.2",
9-
"@secret-agent/replay": "1.2.0-alpha.2",
6+
"@secret-agent/commons": "1.2.0-alpha.3",
7+
"@secret-agent/core": "1.2.0-alpha.3",
8+
"@secret-agent/core-interfaces": "1.2.0-alpha.3",
9+
"@secret-agent/replay": "1.2.0-alpha.3",
1010
"awaited-dom": "^1.1.8",
1111
"uuid": "^8.1.0"
1212
},
1313
"devDependencies": {
14-
"@secret-agent/testing": "1.2.0-alpha.2",
14+
"@secret-agent/testing": "1.2.0-alpha.3",
1515
"@types/node": "^12.7.11"
1616
}
1717
}

commons/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.2.0-alpha.3](https://github.com/ulixee/secret-agent/compare/v1.2.0-alpha.2...v1.2.0-alpha.3) (2020-12-16)
7+
8+
9+
### Bug Fixes
10+
11+
* **mitm:** bubble proxy errors properly to client ([b6a72f5](https://github.com/ulixee/secret-agent/commit/b6a72f59ef8e7739654ab82b170aa0e15d38ebd0)), closes [#98](https://github.com/ulixee/secret-agent/issues/98)
12+
13+
14+
15+
16+
617
# [1.2.0-alpha.2](https://github.com/ulixee/secret-agent/compare/v1.2.0-alpha.1...v1.2.0-alpha.2) (2020-12-01)
718

819

commons/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@secret-agent/commons",
3-
"version": "1.2.0-alpha.2",
3+
"version": "1.2.0-alpha.3",
44
"description": "Common utilities for Secret Agent",
55
"main": "index.js",
66
"dependencies": {
7-
"@secret-agent/core-interfaces": "1.2.0-alpha.2",
7+
"@secret-agent/core-interfaces": "1.2.0-alpha.3",
88
"better-sqlite3": "^7.1.1"
99
}
1010
}

core-interfaces/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.2.0-alpha.3](https://github.com/ulixee/secret-agent/compare/v1.2.0-alpha.2...v1.2.0-alpha.3) (2020-12-16)
7+
8+
9+
### Bug Fixes
10+
11+
* **mitm:** bubble proxy errors properly to client ([b6a72f5](https://github.com/ulixee/secret-agent/commit/b6a72f59ef8e7739654ab82b170aa0e15d38ebd0)), closes [#98](https://github.com/ulixee/secret-agent/issues/98)
12+
13+
14+
### Features
15+
16+
* **client:** update awaited dom to 1.1.8 ([a1b9b68](https://github.com/ulixee/secret-agent/commit/a1b9b68e735ee54ceaef3436c43df0d0744c8f47))
17+
18+
19+
20+
21+
622
# [1.2.0-alpha.2](https://github.com/ulixee/secret-agent/compare/v1.2.0-alpha.1...v1.2.0-alpha.2) (2020-12-01)
723

824

core-interfaces/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@secret-agent/core-interfaces",
3-
"version": "1.2.0-alpha.2",
3+
"version": "1.2.0-alpha.3",
44
"description": "Core interfaces used by SecretAgent",
55
"dependencies": {
6-
"@secret-agent/puppet-interfaces": "1.2.0-alpha.2",
6+
"@secret-agent/puppet-interfaces": "1.2.0-alpha.3",
77
"awaited-dom": "^1.1.8"
88
},
99
"devDependencies": {
10-
"@secret-agent/injected-scripts": "1.2.0-alpha.2",
10+
"@secret-agent/injected-scripts": "1.2.0-alpha.3",
1111
"@types/node": "^12.7.11",
1212
"devtools-protocol": "^0.0.799653"
1313
}

core-server/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.2.0-alpha.3](https://github.com/ulixee/secret-agent/compare/v1.2.0-alpha.2...v1.2.0-alpha.3) (2020-12-16)
7+
8+
9+
### Bug Fixes
10+
11+
* **mitm:** bubble proxy errors properly to client ([b6a72f5](https://github.com/ulixee/secret-agent/commit/b6a72f59ef8e7739654ab82b170aa0e15d38ebd0)), closes [#98](https://github.com/ulixee/secret-agent/issues/98)
12+
* **replay:** multiple sessions showing incorrectly ([20ba30c](https://github.com/ulixee/secret-agent/commit/20ba30caebcef42de65dee18e6b82d92c7193d9c))
13+
14+
15+
16+
17+
618
# [1.2.0-alpha.2](https://github.com/ulixee/secret-agent/compare/v1.2.0-alpha.1...v1.2.0-alpha.2) (2020-12-01)
719

820
**Note:** Version bump only for package @secret-agent/core-server

core-server/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"name": "@secret-agent/core-server",
3-
"version": "1.2.0-alpha.2",
3+
"version": "1.2.0-alpha.3",
44
"description": "Server framework for running SecretAgent remotely",
55
"dependencies": {
6-
"@secret-agent/commons": "1.2.0-alpha.2",
7-
"@secret-agent/core": "1.2.0-alpha.2",
8-
"@secret-agent/core-interfaces": "1.2.0-alpha.2",
9-
"@secret-agent/remote-interfaces": "1.2.0-alpha.2"
6+
"@secret-agent/commons": "1.2.0-alpha.3",
7+
"@secret-agent/core": "1.2.0-alpha.3",
8+
"@secret-agent/core-interfaces": "1.2.0-alpha.3",
9+
"@secret-agent/remote-interfaces": "1.2.0-alpha.3"
1010
},
1111
"devDependencies": {
12-
"@secret-agent/core-server": "1.2.0-alpha.2",
13-
"@secret-agent/remote-client": "1.2.0-alpha.2",
14-
"@secret-agent/testing": "1.2.0-alpha.2",
12+
"@secret-agent/core-server": "1.2.0-alpha.3",
13+
"@secret-agent/remote-client": "1.2.0-alpha.3",
14+
"@secret-agent/testing": "1.2.0-alpha.3",
1515
"@types/node": "^12.7.11",
1616
"json-socket": "^0.3.0"
1717
}

core/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.2.0-alpha.3](https://github.com/ulixee/secret-agent/compare/v1.2.0-alpha.2...v1.2.0-alpha.3) (2020-12-16)
7+
8+
9+
### Bug Fixes
10+
11+
* **mitm:** bubble proxy errors properly to client ([b6a72f5](https://github.com/ulixee/secret-agent/commit/b6a72f59ef8e7739654ab82b170aa0e15d38ebd0)), closes [#98](https://github.com/ulixee/secret-agent/issues/98)
12+
* **replay:** multiple sessions showing incorrectly ([20ba30c](https://github.com/ulixee/secret-agent/commit/20ba30caebcef42de65dee18e6b82d92c7193d9c))
13+
14+
15+
### Features
16+
17+
* **client:** update awaited dom to 1.1.8 ([a1b9b68](https://github.com/ulixee/secret-agent/commit/a1b9b68e735ee54ceaef3436c43df0d0744c8f47))
18+
19+
20+
21+
22+
623
# [1.2.0-alpha.2](https://github.com/ulixee/secret-agent/compare/v1.2.0-alpha.1...v1.2.0-alpha.2) (2020-12-01)
724

825

0 commit comments

Comments
 (0)