Skip to content

Commit bce993c

Browse files
authored
Merge pull request #68 from thefrontside/release
Publish New Versions
2 parents ebd0a5f + e584a51 commit bce993c

31 files changed

+103
-119
lines changed

.changes/auth0-examples-with-auth0-react.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/auth0-examples-with-nextjs-auth0.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/auth0-simulator.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

.changes/authorize.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

.changes/cross-platform-client.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/effection-preview-6.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/https.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

.changes/login-image.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/login.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

.changes/logout.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/middleware.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/openid.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/port.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/rules.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/scenario-parameters.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/state-iss.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/token.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/web_message.md

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Changelog
2+
3+
## \[0.1.0]
4+
5+
- Add example using nextjs and auth0-react making use of the auth0 simulator.
6+
- [aeb1a10](https://github.com/thefrontside/simulacrum/commit/aeb1a10493b933d1e537cfdf859ae0b28a831f42) update example readmes, CSB link and change files on 2021-07-16

examples/nextjs-with-auth0-react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@simulacrum-examples/nextjs-with-auth0-react",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"private": true,
55
"scripts": {
66
"standup": "npm run sim & npm run dev",
@@ -22,8 +22,8 @@
2222
},
2323
"devDependencies": {
2424
"@simulacrum/auth0": "0.0.0",
25-
"@simulacrum/client": "0.3.0",
26-
"@simulacrum/server": "0.2.0",
25+
"@simulacrum/client": "0.4.0",
26+
"@simulacrum/server": "0.3.0",
2727
"@types/react": "17.0.14",
2828
"eslint": "7.30.0",
2929
"eslint-config-next": "11.0.1",
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Changelog
2+
3+
## \[0.0.1]
4+
5+
- Add example using nextjs and nextjs-auth0 making use of the auth0 simulator.
6+
- [aeb1a10](https://github.com/thefrontside/simulacrum/commit/aeb1a10493b933d1e537cfdf859ae0b28a831f42) update example readmes, CSB link and change files on 2021-07-16

examples/nextjs-with-nextjs-auth0/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@simulacrum-examples/nextjs-with-nextjs-auth0",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"private": true,
55
"scripts": {
66
"sim": "node ./simulator-server.mjs",
@@ -22,8 +22,8 @@
2222
},
2323
"devDependencies": {
2424
"@simulacrum/auth0": "0.0.0",
25-
"@simulacrum/client": "0.3.0",
26-
"@simulacrum/server": "0.2.0",
25+
"@simulacrum/client": "0.4.0",
26+
"@simulacrum/server": "0.3.0",
2727
"@types/react": "17.0.14",
2828
"eslint": "7.30.0",
2929
"eslint-config-next": "11.0.1",

package-lock.json

Lines changed: 14 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/auth0/CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Changelog
2+
3+
## \[0.1.0]
4+
5+
- rename @simualcrum/auth0 to @simualcrum/auth0-simulator
6+
- [089d67f](https://github.com/thefrontside/simulacrum/commit/089d67f270fa3f9706ed69099631a19fffc822c3) rename @simualcrum/auth0 to @simualcrum/auth0-simulator on 2021-07-27
7+
- Add initial /authorize endpoint.
8+
- [c27dd61](https://github.com/thefrontside/simulacrum/commit/c27dd61c86eb675d66f4a770cb588e0711f0fc88) flesh out /authorize endpoint and add /login stub on 2021-06-29
9+
- [8caabd3](https://github.com/thefrontside/simulacrum/commit/8caabd3295580b6c94fb7f6347487db0654cf040) add /login view on 2021-06-29
10+
- [7c22f79](https://github.com/thefrontside/simulacrum/commit/7c22f799629e69859c04938f9dbedc7f775bf1a8) flow up until /oauth/token on 2021-06-29
11+
- [089d67f](https://github.com/thefrontside/simulacrum/commit/089d67f270fa3f9706ed69099631a19fffc822c3) rename @simualcrum/auth0 to @simualcrum/auth0-simulator on 2021-07-27
12+
- Fix public directory resolution in auth0.
13+
- [7ce0767](https://github.com/thefrontside/simulacrum/commit/7ce076758d3c25e07ee8a62715518b9c3d87dd5e) Fix public directory resolution in auth0 on 2021-07-22
14+
- [089d67f](https://github.com/thefrontside/simulacrum/commit/089d67f270fa3f9706ed69099631a19fffc822c3) rename @simualcrum/auth0 to @simualcrum/auth0-simulator on 2021-07-27
15+
- Implement login functionality.
16+
- [7c22f79](https://github.com/thefrontside/simulacrum/commit/7c22f799629e69859c04938f9dbedc7f775bf1a8) flow up until /oauth/token on 2021-06-29
17+
- [089d67f](https://github.com/thefrontside/simulacrum/commit/089d67f270fa3f9706ed69099631a19fffc822c3) rename @simualcrum/auth0 to @simualcrum/auth0-simulator on 2021-07-27
18+
- Add `/v2/logout` and remaining pieces
19+
- [0430761](https://github.com/thefrontside/simulacrum/commit/0430761982c8819b3eb4fe7335c2b2f0505b9a92) add logout route on 2021-07-14
20+
- [089d67f](https://github.com/thefrontside/simulacrum/commit/089d67f270fa3f9706ed69099631a19fffc822c3) rename @simualcrum/auth0 to @simualcrum/auth0-simulator on 2021-07-27
21+
- Add openid endpoints `/.well-known/jwks.json` and `/.well-known/openid-configuration`.
22+
- [1e15e42](https://github.com/thefrontside/simulacrum/commit/1e15e42c57bb4208d30f12afe14d000c47e400b9) Add openid endpoints and . on 2021-07-09
23+
- [b36ca42](https://github.com/thefrontside/simulacrum/commit/b36ca42a0fd0c77c16a6139b0ac3a1303f40ebd9) fix ./well-known/openid-configuration typo on 2021-07-14
24+
- [089d67f](https://github.com/thefrontside/simulacrum/commit/089d67f270fa3f9706ed69099631a19fffc822c3) rename @simualcrum/auth0 to @simualcrum/auth0-simulator on 2021-07-27
25+
- Add the initial rules-runner code
26+
- [f60f31e](https://github.com/thefrontside/simulacrum/commit/f60f31e8ea65d08f45c472e5a945cc7f2c2dfd1e) add changeset on 2021-07-14
27+
- [089d67f](https://github.com/thefrontside/simulacrum/commit/089d67f270fa3f9706ed69099631a19fffc822c3) rename @simualcrum/auth0 to @simualcrum/auth0-simulator on 2021-07-27
28+
- Ensure the same auth0 state exists throughout and fix issuer forward slash issues.
29+
- [3487d1b](https://github.com/thefrontside/simulacrum/commit/3487d1bd056ca105dde3283a164f672724b5f92d) pass state to auth0-js and fix trailing for openid endpoints on 2021-07-27
30+
- [089d67f](https://github.com/thefrontside/simulacrum/commit/089d67f270fa3f9706ed69099631a19fffc822c3) rename @simualcrum/auth0 to @simualcrum/auth0-simulator on 2021-07-27
31+
- Add the /oauth/token endpoint that actually issues the jwt.
32+
- [258673e](https://github.com/thefrontside/simulacrum/commit/258673e6dd815f102c5893c1c13a49c3a1b2dfb4) add /oauth/token test on 2021-07-07
33+
- [089d67f](https://github.com/thefrontside/simulacrum/commit/089d67f270fa3f9706ed69099631a19fffc822c3) rename @simualcrum/auth0 to @simualcrum/auth0-simulator on 2021-07-27
34+
- Add a handler for `/authorize` for `response_mode` web_message
35+
- [43cbc9c](https://github.com/thefrontside/simulacrum/commit/43cbc9c513c8f27dddbade8733c5f61d7bc17348) add /authorize web_message handler on 2021-07-08
36+
- [089d67f](https://github.com/thefrontside/simulacrum/commit/089d67f270fa3f9706ed69099631a19fffc822c3) rename @simualcrum/auth0 to @simualcrum/auth0-simulator on 2021-07-27

packages/auth0/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@simulacrum/auth0-simulator",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "Simulate Auth0",
55
"main": "dist/index.js",
66
"scripts": {
@@ -30,7 +30,7 @@
3030
"homepage": "https://github.com/thefrontside/simulacrum#readme",
3131
"dependencies": {
3232
"@effection/process": "^2.0.0-beta.6",
33-
"@simulacrum/server": "0.2.0",
33+
"@simulacrum/server": "0.3.0",
3434
"@types/faker": "^5.1.7",
3535
"assert-ts": "^0.3.2",
3636
"base64-url": "^2.3.3",
@@ -46,7 +46,7 @@
4646
"@frontside/eslint-config": "^2.0.0",
4747
"@frontside/tsconfig": "^1.2.0",
4848
"@frontside/typescript": "^1.1.1",
49-
"@simulacrum/client": "0.3.0",
49+
"@simulacrum/client": "0.4.0",
5050
"@types/base64-url": "^2.2.0",
5151
"@types/cookie-session": "^2.0.42",
5252
"@types/jsesc": "^2.5.1",

packages/client/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## \[0.4.0]
4+
5+
- Automatically detect platform (nodejs, browser) and use appropriate
6+
WebSocket library
7+
- [fc7f579](https://github.com/thefrontside/simulacrum/commit/fc7f579d4cd31f498de9b39f5f0e02b6379ce109) Add changeset on 2021-05-29
8+
- upgrade to effection@2.0.0-beta.6
9+
- [6c7387b](https://github.com/thefrontside/simulacrum/commit/6c7387bc9740e62a032e7133a18cff2888d38858) upgrade to effection@2.0.0-beta.6 on 2021-07-28
10+
311
## \[0.3.0]
412

513
- require a single root simulator for each simulation

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@simulacrum/client",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "connect to simulacrum servers and manipulate them via the control API",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/server/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## \[0.3.0]
4+
5+
- upgrade to effection@2.0.0-beta.6
6+
- [6c7387b](https://github.com/thefrontside/simulacrum/commit/6c7387bc9740e62a032e7133a18cff2888d38858) upgrade to effection@2.0.0-beta.6 on 2021-07-28
7+
- Add the ability to create https services
8+
- [deab6be](https://github.com/thefrontside/simulacrum/commit/deab6beec9ff27b3b43874d711433b696adeeccb) add changeset on 2021-06-09
9+
- Add a `use` function to `createHttpApp` that adds express middleware that are operations.
10+
- [0400220](https://github.com/thefrontside/simulacrum/commit/0400220c37c36ae0f523e927d2198dc5888ef6df) add middleware test on 2021-06-09
11+
- a `services` field added to the `createSimulation` options argument where a port can be assigned.
12+
- [211637e](https://github.com/thefrontside/simulacrum/commit/211637e2c650b1f6590bda9ff30a2538ed2e8a0e) add changeset on 2021-06-16
13+
- [093ad85](https://github.com/thefrontside/simulacrum/commit/093ad85ae80a0ccd13f6e69ac4d2ee964aeebe83) add service options to createSimulation options on 2021-06-24
14+
- Add the ability to add scenario parameters and basic passive effects implementation.
15+
- [a5bcb89](https://github.com/thefrontside/simulacrum/commit/a5bcb89ae54f05ce873ea9e2f2218cd3f33597bd) add changeset on 2021-05-28
16+
317
## \[0.2.0]
418

519
- require a single root simulator for each simulation

0 commit comments

Comments
 (0)