Skip to content

Commit 93979be

Browse files
jboldagithub-actions[bot]
authored andcommitted
publish new versions
1 parent a78fa61 commit 93979be

File tree

12 files changed

+45
-38
lines changed

12 files changed

+45
-38
lines changed

.changes/convert-obj-to-prop.md

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

.changes/default-bind-host.md

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

.changes/extend-auth0-gh-router.md

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

.changes/foundation-tasks-and-webhooks.md

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

.changes/gh-api-nested-graphql-handling.md

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

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

3+
## \[0.11.2]
4+
5+
### Bug Fixes
6+
7+
- [`a78fa61`](https://github.com/thefrontside/simulacrum/commit/a78fa610a0d3a5f5f3e15dce739b6c4c6174141e) ([#341](https://github.com/thefrontside/simulacrum/pull/341) by [@jbolda](https://github.com/thefrontside/simulacrum/../../jbolda)) Use the `extend` options and properly pass the `extendRouter` that will allow the user to add or change route handling. Closes #317.
8+
9+
### Dependencies
10+
11+
- Upgraded to `@simulacrum/foundation-simulator@0.6.0`
12+
313
## \[0.11.1]
414

515
### Bug Fixes

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.11.1",
3+
"version": "0.11.2",
44
"description": "Run local instance of Auth0 API for local development and integration testing",
55
"main": "./dist/index.cjs",
66
"bin": "bin/start.cjs",
@@ -40,7 +40,7 @@
4040
},
4141
"homepage": "https://github.com/thefrontside/simulacrum#readme",
4242
"dependencies": {
43-
"@simulacrum/foundation-simulator": "0.5.1",
43+
"@simulacrum/foundation-simulator": "0.6.0",
4444
"@faker-js/faker": "^9.3.0",
4545
"assert-ts": "^0.3.4",
4646
"base64-url": "^2.3.3",

packages/foundation/CHANGELOG.md

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

3+
## \[0.6.0]
4+
5+
- [`7dc3615`](https://github.com/thefrontside/simulacrum/commit/7dc36151f5feeb69909800ce5325742541cac642) ([#335](https://github.com/thefrontside/simulacrum/pull/335) by [@cowboyd](https://github.com/thefrontside/simulacrum/../../cowboyd)) Don't explicitly run simulation on "localhost" as the host parameter. This allows responses when addressed via `::1` (ipv6) and `0.0.0.0` in
6+
ipv4 for example depending on system configuration. Allow the user to instead pass all properties that the Node `http` and `https` expect, including a port and host for cases where explicit control is required.
7+
8+
### New Features
9+
10+
- [`121b301`](https://github.com/thefrontside/simulacrum/commit/121b3013400cd7387bc62cf122f0ef1ff78b0353) ([#338](https://github.com/thefrontside/simulacrum/pull/338) by [@jbolda](https://github.com/thefrontside/simulacrum/../../jbolda)) Add tasks to handle generic functions that would run in an `effection` scope. This enables the ability to handle webhooks. A webhook is an action that can be triggered directly and makes a `POST` to a specified endpoint, but can also watch and trigger on updates to the store.
11+
12+
### Dependencies
13+
14+
- [`16ceab1`](https://github.com/thefrontside/simulacrum/commit/16ceab115b027bbcffb44b4b7becd3869304e8f5) ([#337](https://github.com/thefrontside/simulacrum/pull/337) by [@jbolda](https://github.com/thefrontside/simulacrum/../../jbolda)) Export helpers from foundation simulator for use in dumping data into the stores, such as in the GitHub API simulator.
15+
316
## \[0.5.1]
417

518
### Bug Fixes

packages/foundation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@simulacrum/foundation-simulator",
3-
"version": "0.5.1",
3+
"version": "0.6.0",
44
"description": "Base simulator to build simulators for integration testing.",
55
"author": "Frontside Engineering <engineering@frontside.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)