Skip to content

Commit 39f3de4

Browse files
authored
Merge pull request #211 from thefrontside/release
Publish New Versions
2 parents 43bb4cf + c8da929 commit 39f3de4

File tree

14 files changed

+51
-21
lines changed

14 files changed

+51
-21
lines changed

.changes/server-effect-logging-null.md

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

examples/nextjs/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.13]
4+
5+
- The simulation server can return null events on shutdown, and the logger did not consider this. Check for undefined within the filter.
6+
- Bumped due to a bump in @simulacrum/server.
7+
- [43bb4cf](https://github.com/thefrontside/simulacrum/commit/43bb4cfde8884595496ecdd27f6c94ceff95765d) simulation filter may include null, include check ([#210](https://github.com/thefrontside/simulacrum/pull/210)) on 2022-08-23
8+
39
## \[0.1.12]
410

511
- add missing @simulacrum/client to auth0 package

examples/nextjs/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.1.12",
3+
"version": "0.1.13",
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.6.2",
24+
"@simulacrum/auth0-simulator": "0.6.3",
2525
"@simulacrum/client": "0.5.4",
26-
"@simulacrum/server": "0.6.0",
26+
"@simulacrum/server": "0.6.1",
2727
"@types/react": "17.0.37",
2828
"eslint": "7.30.0",
2929
"eslint-config-next": "11.0.1",

examples/nextjs/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.14]
4+
5+
- The simulation server can return null events on shutdown, and the logger did not consider this. Check for undefined within the filter.
6+
- Bumped due to a bump in @simulacrum/server.
7+
- [43bb4cf](https://github.com/thefrontside/simulacrum/commit/43bb4cfde8884595496ecdd27f6c94ceff95765d) simulation filter may include null, include check ([#210](https://github.com/thefrontside/simulacrum/pull/210)) on 2022-08-23
8+
39
## \[0.0.13]
410

511
- add missing @simulacrum/client to auth0 package

examples/nextjs/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.13",
3+
"version": "0.0.14",
44
"private": true,
55
"scripts": {
66
"standup": "npm run sim & npm run dev",
@@ -22,9 +22,9 @@
2222
"react-dom": "17.0.2"
2323
},
2424
"devDependencies": {
25-
"@simulacrum/auth0-simulator": "0.6.2",
25+
"@simulacrum/auth0-simulator": "0.6.3",
2626
"@simulacrum/client": "0.5.4",
27-
"@simulacrum/server": "0.6.0",
27+
"@simulacrum/server": "0.6.1",
2828
"@types/react": "17.0.37",
2929
"eslint": "7.30.0",
3030
"eslint-config-next": "11.0.1",

integrations/cypress/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.6.3]
4+
5+
- The simulation server can return null events on shutdown, and the logger did not consider this. Check for undefined within the filter.
6+
- Bumped due to a bump in @simulacrum/auth0-simulator.
7+
- [43bb4cf](https://github.com/thefrontside/simulacrum/commit/43bb4cfde8884595496ecdd27f6c94ceff95765d) simulation filter may include null, include check ([#210](https://github.com/thefrontside/simulacrum/pull/210)) on 2022-08-23
8+
39
## \[0.6.2]
410

511
- add missing @simulacrum/client to auth0 package

integrations/cypress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@simulacrum/auth0-cypress",
3-
"version": "0.6.2",
3+
"version": "0.6.3",
44
"description": "Cypress simulacrum commands",
55
"main": "dist/support/index.js",
66
"types": "dist/support/index.d.ts",

package-lock.json

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

3+
## \[0.6.3]
4+
5+
- The simulation server can return null events on shutdown, and the logger did not consider this. Check for undefined within the filter.
6+
- Bumped due to a bump in @simulacrum/server.
7+
- [43bb4cf](https://github.com/thefrontside/simulacrum/commit/43bb4cfde8884595496ecdd27f6c94ceff95765d) simulation filter may include null, include check ([#210](https://github.com/thefrontside/simulacrum/pull/210)) on 2022-08-23
8+
39
## \[0.6.2]
410

511
- add missing @simulacrum/client to auth0 package

packages/auth0/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@simulacrum/auth0-simulator",
3-
"version": "0.6.2",
3+
"version": "0.6.3",
44
"description": "Run local instance of Auth0 API for local development and integration testing",
55
"main": "dist/index.js",
66
"bin": "bin/index.js",
@@ -40,7 +40,7 @@
4040
"dependencies": {
4141
"@effection/process": "^2.0.1",
4242
"@simulacrum/client": "0.5.4",
43-
"@simulacrum/server": "0.6.0",
43+
"@simulacrum/server": "0.6.1",
4444
"@types/faker": "^5.1.7",
4545
"assert-ts": "^0.3.2",
4646
"base64-url": "^2.3.3",

packages/ldap/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.5.2]
4+
5+
- The simulation server can return null events on shutdown, and the logger did not consider this. Check for undefined within the filter.
6+
- Bumped due to a bump in @simulacrum/server.
7+
- [43bb4cf](https://github.com/thefrontside/simulacrum/commit/43bb4cfde8884595496ecdd27f6c94ceff95765d) simulation filter may include null, include check ([#210](https://github.com/thefrontside/simulacrum/pull/210)) on 2022-08-23
8+
39
## \[0.5.1]
410

511
- fix typo in readme for Effection example

packages/ldap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@simulacrum/ldap-simulator",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "Run local LDAP server with specific users for local development and integration testing",
55
"main": "dist/index.js",
66
"bin": "bin/index.js",

packages/server/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.6.1]
4+
5+
- The simulation server can return null events on shutdown, and the logger did not consider this. Check for undefined within the filter.
6+
- [43bb4cf](https://github.com/thefrontside/simulacrum/commit/43bb4cfde8884595496ecdd27f6c94ceff95765d) simulation filter may include null, include check ([#210](https://github.com/thefrontside/simulacrum/pull/210)) on 2022-08-23
7+
38
## \[0.6.0]
49

510
- Add cosmiconfig and zod to @simulacrum/auth0-simulator

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@simulacrum/server",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "A server containing simulation state, and the control API to manipulate it",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)