Skip to content

Commit f9fb3fa

Browse files
publish new versions (#216)
Co-authored-by: cowboyd <cowboyd@users.noreply.github.com>
1 parent d90e257 commit f9fb3fa

File tree

15 files changed

+54
-26
lines changed

15 files changed

+54
-26
lines changed

.changes/auth0-standalone.md

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

.changes/more-null-logging-status.md

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

examples/nextjs/auth0-react/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.1.14]
4+
5+
- now exports a `createAuth0Server` operation which can be used directly without
6+
starting a Simulacrum server
7+
- Bumped due to a bump in @simulacrum/auth0-simulator.
8+
- [875def0](https://github.com/thefrontside/simulacrum/commit/875def0277a9c6d6d1f5ea05d8dbffcfcc65d1a2) Add change entry on 2022-10-01
9+
310
## \[0.1.13]
411

512
- The simulation server can return null events on shutdown, and the logger did not consider this. Check for undefined within the filter.

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.13",
3+
"version": "0.1.14",
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.3",
24+
"@simulacrum/auth0-simulator": "0.7.0",
2525
"@simulacrum/client": "0.5.4",
26-
"@simulacrum/server": "0.6.1",
26+
"@simulacrum/server": "0.6.2",
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## \[0.0.15]
4+
5+
- now exports a `createAuth0Server` operation which can be used directly without
6+
starting a Simulacrum server
7+
- Bumped due to a bump in @simulacrum/auth0-simulator.
8+
- [875def0](https://github.com/thefrontside/simulacrum/commit/875def0277a9c6d6d1f5ea05d8dbffcfcc65d1a2) Add change entry on 2022-10-01
9+
310
## \[0.0.14]
411

512
- The simulation server can return null events on shutdown, and the logger did not consider this. Check for undefined within the filter.

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.14",
3+
"version": "0.0.15",
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.3",
25+
"@simulacrum/auth0-simulator": "0.7.0",
2626
"@simulacrum/client": "0.5.4",
27-
"@simulacrum/server": "0.6.1",
27+
"@simulacrum/server": "0.6.2",
2828
"@types/react": "17.0.37",
2929
"eslint": "7.30.0",
3030
"eslint-config-next": "11.0.1",

integrations/cypress/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.6.4]
4+
5+
- now exports a `createAuth0Server` operation which can be used directly without
6+
starting a Simulacrum server
7+
- Bumped due to a bump in @simulacrum/auth0-simulator.
8+
- [875def0](https://github.com/thefrontside/simulacrum/commit/875def0277a9c6d6d1f5ea05d8dbffcfcc65d1a2) Add change entry on 2022-10-01
9+
310
## \[0.6.3]
411

512
- The simulation server can return null events on shutdown, and the logger did not consider this. Check for undefined within the filter.

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.3",
3+
"version": "0.6.4",
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.7.0]
4+
5+
- now exports a `createAuth0Server` operation which can be used directly without
6+
starting a Simulacrum server
7+
- [875def0](https://github.com/thefrontside/simulacrum/commit/875def0277a9c6d6d1f5ea05d8dbffcfcc65d1a2) Add change entry on 2022-10-01
8+
39
## \[0.6.3]
410

511
- The simulation server can return null events on shutdown, and the logger did not consider this. Check for undefined within the filter.

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.3",
3+
"version": "0.7.0",
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.1",
43+
"@simulacrum/server": "0.6.2",
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.3]
4+
5+
- The simulation server can return null events on shutdown, and the logger did not consider this. The previous patch fixed a single instance. This addresses the remaining three instances by checking for undefined within the filter.
6+
- Bumped due to a bump in @simulacrum/server.
7+
- [7a3b87a](https://github.com/thefrontside/simulacrum/commit/7a3b87aeea69128f9dff04d6a99a52b5d58d08fa) simulation filter may include null, include check on 2022-09-19
8+
39
## \[0.5.2]
410

511
- The simulation server can return null events on shutdown, and the logger did not consider this. Check for undefined within the filter.

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.2",
3+
"version": "0.5.3",
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.2]
4+
5+
- The simulation server can return null events on shutdown, and the logger did not consider this. The previous patch fixed a single instance. This addresses the remaining three instances by checking for undefined within the filter.
6+
- [7a3b87a](https://github.com/thefrontside/simulacrum/commit/7a3b87aeea69128f9dff04d6a99a52b5d58d08fa) simulation filter may include null, include check on 2022-09-19
7+
38
## \[0.6.1]
49

510
- The simulation server can return null events on shutdown, and the logger did not consider this. Check for undefined within the filter.

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.1",
3+
"version": "0.6.2",
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)