Skip to content

Commit

Permalink
v1.2.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blakebyrnes committed Nov 11, 2020
1 parent 363d2c4 commit 8a2dfc4
Show file tree
Hide file tree
Showing 55 changed files with 407 additions and 127 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.2.0-alpha.0](https://github.com/ulixee/secret-agent/compare/v1.1.0-alpha.1...v1.2.0-alpha.0) (2020-11-11)


### Bug Fixes

* **emulator:** bug fix for Error.toString ([d23704a](https://github.com/ulixee/secret-agent/commit/d23704a3731d2f5617d0493064c8c9593793b4df))


### Features

* **awaited-dom:** documentation for props ([029a1f5](https://github.com/ulixee/secret-agent/commit/029a1f5b10cc13119d4bb808d35f80cce4aeb3dd))
* **browser-emulators:** refactor emulator filenames ([b5da042](https://github.com/ulixee/secret-agent/commit/b5da0426e39aad64178659cc93f441f781f917ba))
* **core:** store data files in a single location ([c3299b6](https://github.com/ulixee/secret-agent/commit/c3299b6a0dc2fc42d7a7df3746ab34c2d8b15ea0))





# [1.1.0-alpha.1](https://github.com/ulixee/secret-agent/compare/v1.1.0-alpha.0...v1.1.0-alpha.1) (2020-11-05)


Expand Down
12 changes: 12 additions & 0 deletions client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.2.0-alpha.0](https://github.com/ulixee/secret-agent/compare/v1.1.0-alpha.1...v1.2.0-alpha.0) (2020-11-11)


### Features

* **awaited-dom:** documentation for props ([029a1f5](https://github.com/ulixee/secret-agent/commit/029a1f5b10cc13119d4bb808d35f80cce4aeb3dd))
* **core:** store data files in a single location ([c3299b6](https://github.com/ulixee/secret-agent/commit/c3299b6a0dc2fc42d7a7df3746ab34c2d8b15ea0))





# [1.1.0-alpha.1](https://github.com/ulixee/secret-agent/compare/v1.1.0-alpha.0...v1.1.0-alpha.1) (2020-11-05)


Expand Down
12 changes: 6 additions & 6 deletions client/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@secret-agent/client",
"version": "1.1.0-alpha.1",
"version": "1.2.0-alpha.0",
"description": "The client interface for SecretAgent",
"dependencies": {
"@secret-agent/commons": "1.1.0-alpha.1",
"@secret-agent/core": "1.1.0-alpha.1",
"@secret-agent/core-interfaces": "1.1.0-alpha.1",
"@secret-agent/replay": "1.1.0-alpha.0",
"@secret-agent/commons": "1.2.0-alpha.0",
"@secret-agent/core": "1.2.0-alpha.0",
"@secret-agent/core-interfaces": "1.2.0-alpha.0",
"@secret-agent/replay": "1.2.0-alpha.0",
"awaited-dom": "^1.1.7",
"uuid": "^8.1.0"
},
"devDependencies": {
"@secret-agent/testing": "1.1.0-alpha.1",
"@secret-agent/testing": "1.2.0-alpha.0",
"@types/node": "^12.7.11"
}
}
8 changes: 8 additions & 0 deletions commons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.2.0-alpha.0](https://github.com/ulixee/secret-agent/compare/v1.1.0-alpha.1...v1.2.0-alpha.0) (2020-11-11)

**Note:** Version bump only for package @secret-agent/commons





# [1.1.0-alpha.1](https://github.com/ulixee/secret-agent/compare/v1.1.0-alpha.0...v1.1.0-alpha.1) (2020-11-05)

**Note:** Version bump only for package @secret-agent/commons
Expand Down
4 changes: 2 additions & 2 deletions commons/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@secret-agent/commons",
"version": "1.1.0-alpha.1",
"version": "1.2.0-alpha.0",
"description": "Common utilities for Secret Agent",
"main": "index.js",
"dependencies": {
"@secret-agent/core-interfaces": "1.1.0-alpha.1",
"@secret-agent/core-interfaces": "1.2.0-alpha.0",
"better-sqlite3": "^7.1.1"
}
}
13 changes: 13 additions & 0 deletions core-interfaces/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.2.0-alpha.0](https://github.com/ulixee/secret-agent/compare/v1.1.0-alpha.1...v1.2.0-alpha.0) (2020-11-11)


### Features

* **awaited-dom:** documentation for props ([029a1f5](https://github.com/ulixee/secret-agent/commit/029a1f5b10cc13119d4bb808d35f80cce4aeb3dd))
* **browser-emulators:** refactor emulator filenames ([b5da042](https://github.com/ulixee/secret-agent/commit/b5da0426e39aad64178659cc93f441f781f917ba))
* **core:** store data files in a single location ([c3299b6](https://github.com/ulixee/secret-agent/commit/c3299b6a0dc2fc42d7a7df3746ab34c2d8b15ea0))





# [1.1.0-alpha.1](https://github.com/ulixee/secret-agent/compare/v1.1.0-alpha.0...v1.1.0-alpha.1) (2020-11-05)


Expand Down
8 changes: 4 additions & 4 deletions core-interfaces/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@secret-agent/core-interfaces",
"version": "1.1.0-alpha.1",
"version": "1.2.0-alpha.0",
"description": "Core interfaces used by SecretAgent",
"dependencies": {
"@secret-agent/commons": "1.1.0-alpha.1",
"@secret-agent/puppet-interfaces": "1.1.0-alpha.1",
"@secret-agent/commons": "1.2.0-alpha.0",
"@secret-agent/puppet-interfaces": "1.2.0-alpha.0",
"awaited-dom": "^1.1.7"
},
"devDependencies": {
"@secret-agent/injected-scripts": "1.1.0-alpha.1",
"@secret-agent/injected-scripts": "1.2.0-alpha.0",
"@types/node": "^12.7.11",
"devtools-protocol": "^0.0.799653"
}
Expand Down
8 changes: 8 additions & 0 deletions core-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.2.0-alpha.0](https://github.com/ulixee/secret-agent/compare/v1.1.0-alpha.1...v1.2.0-alpha.0) (2020-11-11)

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





# [1.1.0-alpha.1](https://github.com/ulixee/secret-agent/compare/v1.1.0-alpha.0...v1.1.0-alpha.1) (2020-11-05)


Expand Down
16 changes: 8 additions & 8 deletions core-server/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@secret-agent/core-server",
"version": "1.1.0-alpha.1",
"version": "1.2.0-alpha.0",
"description": "Server framework for running SecretAgent remotely",
"dependencies": {
"@secret-agent/commons": "1.1.0-alpha.1",
"@secret-agent/core": "1.1.0-alpha.1",
"@secret-agent/core-interfaces": "1.1.0-alpha.1",
"@secret-agent/remote-interfaces": "1.1.0-alpha.1"
"@secret-agent/commons": "1.2.0-alpha.0",
"@secret-agent/core": "1.2.0-alpha.0",
"@secret-agent/core-interfaces": "1.2.0-alpha.0",
"@secret-agent/remote-interfaces": "1.2.0-alpha.0"
},
"devDependencies": {
"@secret-agent/core-server": "1.1.0-alpha.1",
"@secret-agent/remote-client": "1.1.0-alpha.1",
"@secret-agent/testing": "1.1.0-alpha.1",
"@secret-agent/core-server": "1.2.0-alpha.0",
"@secret-agent/remote-client": "1.2.0-alpha.0",
"@secret-agent/testing": "1.2.0-alpha.0",
"@types/node": "^12.7.11",
"json-socket": "^0.3.0"
}
Expand Down
13 changes: 13 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.2.0-alpha.0](https://github.com/ulixee/secret-agent/compare/v1.1.0-alpha.1...v1.2.0-alpha.0) (2020-11-11)


### Features

* **awaited-dom:** documentation for props ([029a1f5](https://github.com/ulixee/secret-agent/commit/029a1f5b10cc13119d4bb808d35f80cce4aeb3dd))
* **browser-emulators:** refactor emulator filenames ([b5da042](https://github.com/ulixee/secret-agent/commit/b5da0426e39aad64178659cc93f441f781f917ba))
* **core:** store data files in a single location ([c3299b6](https://github.com/ulixee/secret-agent/commit/c3299b6a0dc2fc42d7a7df3746ab34c2d8b15ea0))





# [1.1.0-alpha.1](https://github.com/ulixee/secret-agent/compare/v1.1.0-alpha.0...v1.1.0-alpha.1) (2020-11-05)


Expand Down
38 changes: 19 additions & 19 deletions core/package.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
{
"name": "@secret-agent/core",
"version": "1.1.0-alpha.1",
"version": "1.2.0-alpha.0",
"description": "The core browser API used to run SecretAgent",
"dependencies": {
"@secret-agent/commons": "1.1.0-alpha.1",
"@secret-agent/core-interfaces": "1.1.0-alpha.1",
"@secret-agent/emulate-chrome-83": "1.1.0-alpha.1",
"@secret-agent/emulate-browsers-base": "1.1.0-alpha.1",
"@secret-agent/emulate-humans-skipper": "1.1.0-alpha.1",
"@secret-agent/emulate-humans-basic": "1.1.0-alpha.1",
"@secret-agent/injected-scripts": "1.1.0-alpha.1",
"@secret-agent/mitm": "1.1.0-alpha.1",
"@secret-agent/puppet": "1.1.0-alpha.1",
"@secret-agent/puppet-interfaces": "1.1.0-alpha.1",
"@secret-agent/session-state": "1.1.0-alpha.1",
"@secret-agent/commons": "1.2.0-alpha.0",
"@secret-agent/core-interfaces": "1.2.0-alpha.0",
"@secret-agent/emulate-browsers-base": "1.2.0-alpha.0",
"@secret-agent/emulate-chrome-83": "1.2.0-alpha.0",
"@secret-agent/emulate-humans-basic": "1.2.0-alpha.0",
"@secret-agent/emulate-humans-skipper": "1.2.0-alpha.0",
"@secret-agent/injected-scripts": "1.2.0-alpha.0",
"@secret-agent/mitm": "1.2.0-alpha.0",
"@secret-agent/puppet": "1.2.0-alpha.0",
"@secret-agent/puppet-interfaces": "1.2.0-alpha.0",
"@secret-agent/session-state": "1.2.0-alpha.0",
"awaited-dom": "^1.1.7",
"core-js-bundle": "^3.7.0",
"moment": "^2.24.0",
"regenerator-runtime": "^0.13.7",
"typeson": "^5.18.2",
"typeson-registry": "^1.0.0-alpha.38",
"core-js-bundle": "^3.7.0",
"regenerator-runtime": "^0.13.7",
"uuid": "^8.1.0"
},
"devDependencies": {
"@secret-agent/client": "1.1.0-alpha.1",
"@secret-agent/core": "1.1.0-alpha.1",
"@secret-agent/emulate-safari-13": "1.1.0-alpha.1",
"@secret-agent/puppet-chrome": "1.1.0-alpha.1",
"@secret-agent/testing": "1.1.0-alpha.1",
"@secret-agent/client": "1.2.0-alpha.0",
"@secret-agent/core": "1.2.0-alpha.0",
"@secret-agent/emulate-safari-13": "1.2.0-alpha.0",
"@secret-agent/puppet-chrome": "1.2.0-alpha.0",
"@secret-agent/testing": "1.2.0-alpha.0",
"http-proxy-agent": "^4.0.1"
}
}
11 changes: 11 additions & 0 deletions emulate-browsers/base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.2.0-alpha.0](https://github.com/ulixee/secret-agent/compare/v1.1.0-alpha.1...v1.2.0-alpha.0) (2020-11-11)


### Features

* **browser-emulators:** refactor emulator filenames ([b5da042](https://github.com/ulixee/secret-agent/commit/b5da0426e39aad64178659cc93f441f781f917ba))





# [1.1.0-alpha.1](https://github.com/ulixee/secret-agent/compare/v1.1.0-alpha.0...v1.1.0-alpha.1) (2020-11-05)

**Note:** Version bump only for package @secret-agent/emulator-plugins-shared
Expand Down
8 changes: 8 additions & 0 deletions emulate-browsers/base/injected-scripts/tsconfig.dist.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../../build-dist"
},
"include": ["./*.ts", "./*.js", ".eslintrc.js"],
"exclude": ["node_modules", "build-dist"]
}
16 changes: 8 additions & 8 deletions emulate-browsers/base/package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"name": "@secret-agent/emulate-browsers-base",
"version": "1.1.0-alpha.1",
"version": "1.2.0-alpha.0",
"description": "SecretAgent client that runs remotely",
"scripts": {
"updateStats": "node -e 'require(\"./data-scripts/updateBrowserStats\").default()' && node -e 'require(\"./data-scripts/updateScreenSizesStats\").default()'"
},
"dependencies": {
"@secret-agent/commons": "1.1.0-alpha.1",
"@secret-agent/core-interfaces": "1.1.0-alpha.1",
"@secret-agent/commons": "1.2.0-alpha.0",
"@secret-agent/core-interfaces": "1.2.0-alpha.0",
"@secret-agent/emulators": "1.1.0-alpha.1",
"@secret-agent/puppet": "1.1.0-alpha.1",
"@secret-agent/puppet": "1.2.0-alpha.0",
"ua-parser-js": "^0.7.21",
"user-agents": "^1.0.559"
},
"devDependencies": {
"@secret-agent/core": "1.1.0-alpha.1",
"@secret-agent/emulate-chrome-80": "1.1.0-alpha.1",
"@secret-agent/puppet-interfaces": "1.1.0-alpha.1",
"@secret-agent/testing": "1.1.0-alpha.1",
"@secret-agent/core": "1.2.0-alpha.0",
"@secret-agent/emulate-chrome-80": "1.2.0-alpha.0",
"@secret-agent/puppet-interfaces": "1.2.0-alpha.0",
"@secret-agent/testing": "1.2.0-alpha.0",
"@types/ua-parser-js": "^0.7.33",
"axios": "^0.19.2",
"csv-parser": "^2.3.2",
Expand Down
11 changes: 11 additions & 0 deletions emulate-browsers/chrome-80/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.2.0-alpha.0](https://github.com/ulixee/secret-agent/compare/v1.1.0-alpha.1...v1.2.0-alpha.0) (2020-11-11)


### Features

* **browser-emulators:** refactor emulator filenames ([b5da042](https://github.com/ulixee/secret-agent/commit/b5da0426e39aad64178659cc93f441f781f917ba))





# [1.1.0-alpha.1](https://github.com/ulixee/secret-agent/compare/v1.1.0-alpha.0...v1.1.0-alpha.1) (2020-11-05)

**Note:** Version bump only for package @secret-agent/emulate-chrome-80
Expand Down
8 changes: 4 additions & 4 deletions emulate-browsers/chrome-80/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@secret-agent/emulate-chrome-80",
"version": "1.1.0-alpha.1",
"version": "1.2.0-alpha.0",
"description": "BrowserEmulator for Google Chrome version 80",
"main": "index.js",
"engine": {
"browser": "chromium",
"revision": "722234"
},
"dependencies": {
"@secret-agent/commons": "1.1.0-alpha.1",
"@secret-agent/core-interfaces": "1.1.0-alpha.1",
"@secret-agent/emulate-browsers-base": "1.1.0-alpha.1"
"@secret-agent/commons": "1.2.0-alpha.0",
"@secret-agent/core-interfaces": "1.2.0-alpha.0",
"@secret-agent/emulate-browsers-base": "1.2.0-alpha.0"
}
}
11 changes: 11 additions & 0 deletions emulate-browsers/chrome-83/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.2.0-alpha.0](https://github.com/ulixee/secret-agent/compare/v1.1.0-alpha.1...v1.2.0-alpha.0) (2020-11-11)


### Features

* **browser-emulators:** refactor emulator filenames ([b5da042](https://github.com/ulixee/secret-agent/commit/b5da0426e39aad64178659cc93f441f781f917ba))





# [1.1.0-alpha.1](https://github.com/ulixee/secret-agent/compare/v1.1.0-alpha.0...v1.1.0-alpha.1) (2020-11-05)

**Note:** Version bump only for package @secret-agent/emulate-chrome-83
Expand Down
8 changes: 4 additions & 4 deletions emulate-browsers/chrome-83/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@secret-agent/emulate-chrome-83",
"version": "1.1.0-alpha.1",
"version": "1.2.0-alpha.0",
"description": "EmulatorPlugin for Google Chrome version 83",
"main": "index.js",
"engine": {
"browser": "chromium",
"revision": "756035"
},
"dependencies": {
"@secret-agent/commons": "1.1.0-alpha.1",
"@secret-agent/core-interfaces": "1.1.0-alpha.1",
"@secret-agent/emulate-browsers-base": "1.1.0-alpha.1"
"@secret-agent/commons": "1.2.0-alpha.0",
"@secret-agent/core-interfaces": "1.2.0-alpha.0",
"@secret-agent/emulate-browsers-base": "1.2.0-alpha.0"
}
}
Loading

0 comments on commit 8a2dfc4

Please sign in to comment.