Skip to content

Commit cf3e465

Browse files
authored
publish new versions
1 parent d2e83fb commit cf3e465

File tree

14 files changed

+57
-46
lines changed

14 files changed

+57
-46
lines changed

.changes/bump-effection-past-missing-dist.md

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

.changes/no-spawn-dead-task.md

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

.changes/npx-auth0-simulator.md

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

examples/nextjs-with-auth0-react/CHANGELOG.md

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

3+
## \[0.1.4]
4+
5+
- Increment all of the `effection` and related `@effection` packages. There was an issue in `@effection/core` with `dist` assets and this ensures it won't exist in the user's lock file.
6+
- Bumped due to a bump in @simulacrum/client.
7+
- [30d575b](https://github.com/thefrontside/simulacrum/commit/30d575bc652a5329d67568b013f657691d1d86b6) upgrade past @effection/core dist issue on 2021-08-13
8+
39
## \[0.1.3]
410

511
- Fix bug where person scenario was not passing parameters down

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

Lines changed: 4 additions & 4 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.1.3",
3+
"version": "0.1.4",
44
"private": true,
55
"scripts": {
66
"standup": "npm run sim & npm run dev",
@@ -21,9 +21,9 @@
2121
"react-dom": "17.0.2"
2222
},
2323
"devDependencies": {
24-
"@simulacrum/auth0-simulator": "0.2.2",
25-
"@simulacrum/client": "0.5.0",
26-
"@simulacrum/server": "0.3.1",
24+
"@simulacrum/auth0-simulator": "0.2.3",
25+
"@simulacrum/client": "0.5.1",
26+
"@simulacrum/server": "0.3.2",
2727
"@types/react": "17.0.14",
2828
"eslint": "7.30.0",
2929
"eslint-config-next": "11.0.1",

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

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

3+
## \[0.0.5]
4+
5+
- Increment all of the `effection` and related `@effection` packages. There was an issue in `@effection/core` with `dist` assets and this ensures it won't exist in the user's lock file.
6+
- Bumped due to a bump in @simulacrum/client.
7+
- [30d575b](https://github.com/thefrontside/simulacrum/commit/30d575bc652a5329d67568b013f657691d1d86b6) upgrade past @effection/core dist issue on 2021-08-13
8+
39
## \[0.0.4]
410

511
- Fix bug where person scenario was not passing parameters down

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

Lines changed: 4 additions & 4 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.4",
3+
"version": "0.0.5",
44
"private": true,
55
"scripts": {
66
"sim": "node ./simulator-server.mjs",
@@ -21,9 +21,9 @@
2121
"react-dom": "17.0.2"
2222
},
2323
"devDependencies": {
24-
"@simulacrum/auth0-simulator": "0.2.2",
25-
"@simulacrum/client": "0.5.0",
26-
"@simulacrum/server": "0.3.1",
24+
"@simulacrum/auth0-simulator": "0.2.3",
25+
"@simulacrum/client": "0.5.1",
26+
"@simulacrum/server": "0.3.2",
2727
"@types/react": "17.0.14",
2828
"eslint": "7.30.0",
2929
"eslint-config-next": "11.0.1",

package-lock.json

Lines changed: 11 additions & 15 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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## \[0.2.3]
4+
5+
- Increment all of the `effection` and related `@effection` packages. There was an issue in `@effection/core` with `dist` assets and this ensures it won't exist in the user's lock file.
6+
- [30d575b](https://github.com/thefrontside/simulacrum/commit/30d575bc652a5329d67568b013f657691d1d86b6) upgrade past @effection/core dist issue on 2021-08-13
7+
- Add bin script to auth0-simulator so it can be started via npx.
8+
- [88292f4](https://github.com/thefrontside/simulacrum/commit/88292f4f7f0f73ad8832943abcf342d7756fa2b5) add bin script to enable npx auth0-simulator via [#113](https://github.com/thefrontside/simulacrum/pull/113) on 2021-08-16
9+
310
## \[0.2.2]
411

512
- Fix bug where person scenario was not passing parameters down

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.2.2",
3+
"version": "0.2.3",
44
"description": "Simulate Auth0",
55
"main": "dist/index.js",
66
"scripts": {
@@ -34,7 +34,7 @@
3434
"homepage": "https://github.com/thefrontside/simulacrum#readme",
3535
"dependencies": {
3636
"@effection/process": "2.0.0-beta.9",
37-
"@simulacrum/server": "0.3.1",
37+
"@simulacrum/server": "0.3.2",
3838
"@types/faker": "^5.1.7",
3939
"assert-ts": "^0.3.2",
4040
"base64-url": "^2.3.3",
@@ -51,7 +51,7 @@
5151
"@frontside/eslint-config": "^2.0.0",
5252
"@frontside/tsconfig": "^1.2.0",
5353
"@frontside/typescript": "^2.0.0",
54-
"@simulacrum/client": "0.5.0",
54+
"@simulacrum/client": "0.5.1",
5555
"@types/dedent": "^0.7.0",
5656
"@types/base64-url": "^2.2.0",
5757
"@types/cookie-session": "^2.0.42",

packages/client/CHANGELOG.md

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

3+
## \[0.5.1]
4+
5+
- Increment all of the `effection` and related `@effection` packages. There was an issue in `@effection/core` with `dist` assets and this ensures it won't exist in the user's lock file.
6+
- [30d575b](https://github.com/thefrontside/simulacrum/commit/30d575bc652a5329d67568b013f657691d1d86b6) upgrade past @effection/core dist issue on 2021-08-13
7+
38
## \[0.5.0]
49

510
- rollback effection to beta-5.

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.5.0",
3+
"version": "0.5.1",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## \[0.3.2]
4+
5+
- Increment all of the `effection` and related `@effection` packages. There was an issue in `@effection/core` with `dist` assets and this ensures it won't exist in the user's lock file.
6+
- [30d575b](https://github.com/thefrontside/simulacrum/commit/30d575bc652a5329d67568b013f657691d1d86b6) upgrade past @effection/core dist issue on 2021-08-13
7+
- Ignore simulation service requests if the simulation has already been
8+
shut down
9+
- [11d7b63](https://github.com/thefrontside/simulacrum/commit/11d7b63340105e7fc6f340d02c6114ac8381c53f) 🐛Ignore requests in the event that the scope is not running on 2021-08-11
10+
311
## \[0.3.1]
412

513
- rollback effection to beta-5.

packages/server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@simulacrum/server",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "A server containing simulation state, and the control API to manipulate it",
55
"main": "dist/index.js",
66
"scripts": {
@@ -49,7 +49,7 @@
4949
"@frontside/eslint-config": "^2.0.0",
5050
"@frontside/tsconfig": "^1.2.0",
5151
"@frontside/typescript": "^2.0.0",
52-
"@simulacrum/client": "0.5.0",
52+
"@simulacrum/client": "0.5.1",
5353
"@types/cors": "^2.8.10",
5454
"@types/express": "^4.17.11",
5555
"@types/mocha": "^8.2.1",

0 commit comments

Comments
 (0)