Skip to content

Commit 910fe0c

Browse files
publish new versions (#182)
1 parent ad51c3a commit 910fe0c

File tree

19 files changed

+75
-44
lines changed

19 files changed

+75
-44
lines changed

.changes/apply-consistent-types.md

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

.changes/fix-access-token.md

Lines changed: 0 additions & 4 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.8]
4+
5+
- apply @typescript/consistent-types
6+
- Bumped due to a bump in @simulacrum/server.
7+
- [746a2ab](https://github.com/thefrontside/simulacrum/commit/746a2ab46333ff836808dd4d1bf8e98f2a20afae) Eslint consitent types ([#181](https://github.com/thefrontside/simulacrum/pull/181)) on 2022-02-22
8+
39
## \[0.1.7]
410

511
- Simplify createSimulation and destroySimulation by removing them from the effects.

examples/nextjs/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.7",
3+
"version": "0.1.8",
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.1",
25-
"@simulacrum/client": "0.5.3",
26-
"@simulacrum/server": "0.5.0",
24+
"@simulacrum/auth0-simulator": "0.5.0",
25+
"@simulacrum/client": "0.5.4",
26+
"@simulacrum/server": "0.5.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.9]
4+
5+
- apply @typescript/consistent-types
6+
- Bumped due to a bump in @simulacrum/server.
7+
- [746a2ab](https://github.com/thefrontside/simulacrum/commit/746a2ab46333ff836808dd4d1bf8e98f2a20afae) Eslint consitent types ([#181](https://github.com/thefrontside/simulacrum/pull/181)) on 2022-02-22
8+
39
## \[0.0.8]
410

511
- Simplify createSimulation and destroySimulation by removing them from the effects.

examples/nextjs/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.8",
3+
"version": "0.0.9",
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.1",
25-
"@simulacrum/client": "0.5.3",
26-
"@simulacrum/server": "0.5.0",
24+
"@simulacrum/auth0-simulator": "0.5.0",
25+
"@simulacrum/client": "0.5.4",
26+
"@simulacrum/server": "0.5.1",
2727
"@types/react": "17.0.37",
2828
"eslint": "7.30.0",
2929
"eslint-config-next": "11.0.1",

integrations/cypress/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+
- apply @typescript/consistent-types
6+
- [746a2ab](https://github.com/thefrontside/simulacrum/commit/746a2ab46333ff836808dd4d1bf8e98f2a20afae) Eslint consitent types ([#181](https://github.com/thefrontside/simulacrum/pull/181)) on 2022-02-22
7+
38
## \[0.5.0]
49

510
- have specific cypress commands for specific auth0 javascript sdks.

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.5.0",
3+
"version": "0.5.1",
44
"description": "Cypress simulacrum commands",
55
"main": "dist/support/index.js",
66
"types": "dist/support/index.d.ts",

package-lock.json

Lines changed: 13 additions & 13 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.5.0]
4+
5+
- apply @typescript/consistent-types
6+
- [746a2ab](https://github.com/thefrontside/simulacrum/commit/746a2ab46333ff836808dd4d1bf8e98f2a20afae) Eslint consitent types ([#181](https://github.com/thefrontside/simulacrum/pull/181)) on 2022-02-22
7+
- Apply rules changes to the accessToken
8+
- [ad51c3a](https://github.com/thefrontside/simulacrum/commit/ad51c3af6f74aad72b00e3ea71fc01042a6287c5) Rules tests ([#183](https://github.com/thefrontside/simulacrum/pull/183)) on 2022-03-14
9+
310
## \[0.4.1]
411

512
- Simplify createSimulation and destroySimulation by removing them from the effects.

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.4.1",
3+
"version": "0.5.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",
@@ -39,7 +39,7 @@
3939
"homepage": "https://github.com/thefrontside/simulacrum#readme",
4040
"dependencies": {
4141
"@effection/process": "^2.0.1",
42-
"@simulacrum/server": "0.5.0",
42+
"@simulacrum/server": "0.5.1",
4343
"@types/faker": "^5.1.7",
4444
"assert-ts": "^0.3.2",
4545
"base64-url": "^2.3.3",
@@ -56,7 +56,7 @@
5656
"@frontside/eslint-config": "^3.1.0",
5757
"@frontside/tsconfig": "^3.0.0",
5858
"@frontside/typescript": "^3.0.0",
59-
"@simulacrum/client": "0.5.3",
59+
"@simulacrum/client": "0.5.4",
6060
"@types/base64-url": "^2.2.0",
6161
"@types/cookie-session": "^2.0.42",
6262
"@types/dedent": "^0.7.0",

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.4]
4+
5+
- apply @typescript/consistent-types
6+
- [746a2ab](https://github.com/thefrontside/simulacrum/commit/746a2ab46333ff836808dd4d1bf8e98f2a20afae) Eslint consitent types ([#181](https://github.com/thefrontside/simulacrum/pull/181)) on 2022-02-22
7+
38
## \[0.5.3]
49

510
- Update eslint-config and typescript versions

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.3",
3+
"version": "0.5.4",
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/ldap/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.2.3]
4+
5+
- apply @typescript/consistent-types
6+
- [746a2ab](https://github.com/thefrontside/simulacrum/commit/746a2ab46333ff836808dd4d1bf8e98f2a20afae) Eslint consitent types ([#181](https://github.com/thefrontside/simulacrum/pull/181)) on 2022-02-22
7+
38
## \[0.2.2]
49

510
- Simplify createSimulation and destroySimulation by removing them from the effects.

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.2",
3+
"version": "0.2.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.5.1]
4+
5+
- apply @typescript/consistent-types
6+
- [746a2ab](https://github.com/thefrontside/simulacrum/commit/746a2ab46333ff836808dd4d1bf8e98f2a20afae) Eslint consitent types ([#181](https://github.com/thefrontside/simulacrum/pull/181)) on 2022-02-22
7+
38
## \[0.5.0]
49

510
- Simplify createSimulation and destroySimulation by removing them from the effects.

packages/server/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@simulacrum/server",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "A server containing simulation state, and the control API to manipulate it",
55
"main": "dist/index.js",
66
"scripts": {
@@ -29,7 +29,7 @@
2929
"dependencies": {
3030
"@effection/atom": "^2.0.1",
3131
"@effection/process": "^2.0.1",
32-
"@simulacrum/ui": "0.3.1",
32+
"@simulacrum/ui": "0.3.2",
3333
"@types/faker": "^5.1.7",
3434
"assert-ts": "^0.3.2",
3535
"cors": "^2.8.5",
@@ -49,7 +49,7 @@
4949
"@frontside/eslint-config": "^3.1.0",
5050
"@frontside/tsconfig": "^3.0.0",
5151
"@frontside/typescript": "^3.0.0",
52-
"@simulacrum/client": "0.5.3",
52+
"@simulacrum/client": "0.5.4",
5353
"@types/cors": "^2.8.10",
5454
"@types/express": "^4.17.11",
5555
"@types/mocha": "^8.2.1",

packages/ui/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.3.2]
4+
5+
- apply @typescript/consistent-types
6+
- [746a2ab](https://github.com/thefrontside/simulacrum/commit/746a2ab46333ff836808dd4d1bf8e98f2a20afae) Eslint consitent types ([#181](https://github.com/thefrontside/simulacrum/pull/181)) on 2022-02-22
7+
38
## \[0.3.1]
49

510
- Update eslint-config and typescript versions

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@simulacrum/ui",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "A web UI to work with a Simulacrum Server",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)