Skip to content

Commit d4c8b03

Browse files
publish new versions (#170)
Co-authored-by: dagda1 <dagda1@users.noreply.github.com>
1 parent 04d5aaf commit d4c8b03

File tree

17 files changed

+66
-32
lines changed

17 files changed

+66
-32
lines changed

.changes/auth0-providers.md

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

.changes/simplify-create-simulation.md

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

.changes/sort-out-client-id.md

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

.changes/wait-for-destroying-simulation.md

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

examples/nextjs/auth0-react/CHANGELOG.md

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

3+
## \[0.1.7]
4+
5+
- Simplify createSimulation and destroySimulation by removing them from the effects.
6+
- Bumped due to a bump in @simulacrum/server.
7+
- [04d5aaf](https://github.com/thefrontside/simulacrum/commit/04d5aaf0077d744badd8739936aad328156d64e2) Simplify createSimulation and destroySimulation ([#174](https://github.com/thefrontside/simulacrum/pull/174)) on 2022-01-19
8+
- wait for simulation to be destroyed before creating a new one
9+
- Bumped due to a bump in @simulacrum/server.
10+
- [b1412da](https://github.com/thefrontside/simulacrum/commit/b1412daa2d7846ec4c8eefeea2dfbf94e19b7261) wait for simulation to be destroyed before creating a new one ([#171](https://github.com/thefrontside/simulacrum/pull/171)) on 2022-01-18
11+
312
## \[0.1.6]
413

514
- Enable @simulacrum/auth0-cypress to run against nextjs-auth0.

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.6",
3+
"version": "0.1.7",
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.4.0",
24+
"@simulacrum/auth0-simulator": "0.4.1",
2525
"@simulacrum/client": "0.5.3",
26-
"@simulacrum/server": "0.4.1",
26+
"@simulacrum/server": "0.5.0",
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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## \[0.0.8]
4+
5+
- Simplify createSimulation and destroySimulation by removing them from the effects.
6+
- Bumped due to a bump in @simulacrum/server.
7+
- [04d5aaf](https://github.com/thefrontside/simulacrum/commit/04d5aaf0077d744badd8739936aad328156d64e2) Simplify createSimulation and destroySimulation ([#174](https://github.com/thefrontside/simulacrum/pull/174)) on 2022-01-19
8+
- wait for simulation to be destroyed before creating a new one
9+
- Bumped due to a bump in @simulacrum/server.
10+
- [b1412da](https://github.com/thefrontside/simulacrum/commit/b1412daa2d7846ec4c8eefeea2dfbf94e19b7261) wait for simulation to be destroyed before creating a new one ([#171](https://github.com/thefrontside/simulacrum/pull/171)) on 2022-01-18
11+
312
## \[0.0.7]
413

514
- Enable @simulacrum/auth0-cypress to run against nextjs-auth0.

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.7",
3+
"version": "0.0.8",
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.4.0",
24+
"@simulacrum/auth0-simulator": "0.4.1",
2525
"@simulacrum/client": "0.5.3",
26-
"@simulacrum/server": "0.4.1",
26+
"@simulacrum/server": "0.5.0",
2727
"@types/react": "17.0.37",
2828
"eslint": "7.30.0",
2929
"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.5.0]
4+
5+
- have specific cypress commands for specific auth0 javascript sdks.
6+
- [175a0f4](https://github.com/thefrontside/simulacrum/commit/175a0f47357f682c470c6df47ae3d3be92687f0e) Auth0 cypress provider ([#172](https://github.com/thefrontside/simulacrum/pull/172)) on 2022-01-19
7+
- Make all clientId variables use clientID casing
8+
- [5863e14](https://github.com/thefrontside/simulacrum/commit/5863e14d35166cbfce7c87d1acc96e3a2137ea3d) Make all clientId variables use clientID casing ([#173](https://github.com/thefrontside/simulacrum/pull/173)) on 2022-01-17
9+
310
## \[0.4.0]
411

512
- Make encrypt typescript and exportable after transpilation

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.4.0",
3+
"version": "0.5.0",
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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## \[0.4.1]
4+
5+
- Simplify createSimulation and destroySimulation by removing them from the effects.
6+
- Bumped due to a bump in @simulacrum/server.
7+
- [04d5aaf](https://github.com/thefrontside/simulacrum/commit/04d5aaf0077d744badd8739936aad328156d64e2) Simplify createSimulation and destroySimulation ([#174](https://github.com/thefrontside/simulacrum/pull/174)) on 2022-01-19
8+
- wait for simulation to be destroyed before creating a new one
9+
- Bumped due to a bump in @simulacrum/server.
10+
- [b1412da](https://github.com/thefrontside/simulacrum/commit/b1412daa2d7846ec4c8eefeea2dfbf94e19b7261) wait for simulation to be destroyed before creating a new one ([#171](https://github.com/thefrontside/simulacrum/pull/171)) on 2022-01-18
11+
312
## \[0.4.0]
413

514
- Enable @simulacrum/auth0-cypress to run against nextjs-auth0.

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.4.0",
3+
"version": "0.4.1",
44
"description": "Simulate Auth0",
55
"main": "dist/index.js",
66
"bin": "bin/index.js",
@@ -35,7 +35,7 @@
3535
"homepage": "https://github.com/thefrontside/simulacrum#readme",
3636
"dependencies": {
3737
"@effection/process": "^2.0.1",
38-
"@simulacrum/server": "0.4.1",
38+
"@simulacrum/server": "0.5.0",
3939
"@types/faker": "^5.1.7",
4040
"assert-ts": "^0.3.2",
4141
"base64-url": "^2.3.3",

packages/ldap/CHANGELOG.md

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

3+
## \[0.2.2]
4+
5+
- Simplify createSimulation and destroySimulation by removing them from the effects.
6+
- Bumped due to a bump in @simulacrum/server.
7+
- [04d5aaf](https://github.com/thefrontside/simulacrum/commit/04d5aaf0077d744badd8739936aad328156d64e2) Simplify createSimulation and destroySimulation ([#174](https://github.com/thefrontside/simulacrum/pull/174)) on 2022-01-19
8+
- wait for simulation to be destroyed before creating a new one
9+
- Bumped due to a bump in @simulacrum/server.
10+
- [b1412da](https://github.com/thefrontside/simulacrum/commit/b1412daa2d7846ec4c8eefeea2dfbf94e19b7261) wait for simulation to be destroyed before creating a new one ([#171](https://github.com/thefrontside/simulacrum/pull/171)) on 2022-01-18
11+
312
## \[0.2.1]
413

514
- Update eslint-config and typescript versions

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.2.1",
3+
"version": "0.2.2",
44
"description": "Simulate an LDAP server",
55
"main": "dist/index.js",
66
"bin": "bin/index.js",

packages/server/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.5.0]
4+
5+
- Simplify createSimulation and destroySimulation by removing them from the effects.
6+
- [04d5aaf](https://github.com/thefrontside/simulacrum/commit/04d5aaf0077d744badd8739936aad328156d64e2) Simplify createSimulation and destroySimulation ([#174](https://github.com/thefrontside/simulacrum/pull/174)) on 2022-01-19
7+
- wait for simulation to be destroyed before creating a new one
8+
- [b1412da](https://github.com/thefrontside/simulacrum/commit/b1412daa2d7846ec4c8eefeea2dfbf94e19b7261) wait for simulation to be destroyed before creating a new one ([#171](https://github.com/thefrontside/simulacrum/pull/171)) on 2022-01-18
9+
310
## \[0.4.1]
411

512
- Update eslint-config and typescript versions

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