Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changes/change-pr-345.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changes/change-pr-349.md

This file was deleted.

12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions packages/auth0/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## \[0.11.3]

- [`d4f2be5`](https://github.com/thefrontside/simulacrum/commit/d4f2be576503e2fd374b996c26e33682d592e5ac) ([#349](https://github.com/thefrontside/simulacrum/pull/349) by [@jbolda](https://github.com/thefrontside/simulacrum/../../jbolda)) Skip simulator asset minification. Also remove usage of `String.raw`. This was breaking the `/login` view in the Auth0 simulator with the way `tsdown` was escaping the strings.

### Dependencies

- Upgraded to `@simulacrum/foundation-simulator@0.6.1`

## \[0.11.2]

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/auth0/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@simulacrum/auth0-simulator",
"version": "0.11.2",
"version": "0.11.3",
"description": "Run local instance of Auth0 API for local development and integration testing",
"main": "./dist/index.cjs",
"bin": "bin/start.cjs",
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"homepage": "https://github.com/thefrontside/simulacrum#readme",
"dependencies": {
"@simulacrum/foundation-simulator": "0.6.0",
"@simulacrum/foundation-simulator": "0.6.1",
"@faker-js/faker": "^9.3.0",
"assert-ts": "^0.3.4",
"base64-url": "^2.3.3",
Expand Down
4 changes: 4 additions & 0 deletions packages/foundation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## \[0.6.1]

- [`d4f2be5`](https://github.com/thefrontside/simulacrum/commit/d4f2be576503e2fd374b996c26e33682d592e5ac) ([#349](https://github.com/thefrontside/simulacrum/pull/349) by [@jbolda](https://github.com/thefrontside/simulacrum/../../jbolda)) Skip simulator asset minification. Also remove usage of `String.raw`. This was breaking the `/login` view in the Auth0 simulator with the way `tsdown` was escaping the strings.

## \[0.6.0]

- [`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
Expand Down
2 changes: 1 addition & 1 deletion packages/foundation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@simulacrum/foundation-simulator",
"version": "0.6.0",
"version": "0.6.1",
"description": "Base simulator to build simulators for integration testing.",
"author": "Frontside Engineering <engineering@frontside.com>",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/github-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## \[0.6.3]

- [`d4f2be5`](https://github.com/thefrontside/simulacrum/commit/d4f2be576503e2fd374b996c26e33682d592e5ac) ([#349](https://github.com/thefrontside/simulacrum/pull/349) by [@jbolda](https://github.com/thefrontside/simulacrum/../../jbolda)) Skip simulator asset minification. Also remove usage of `String.raw`. This was breaking the `/login` view in the Auth0 simulator with the way `tsdown` was escaping the strings.

### Dependencies

- Upgraded to `@simulacrum/foundation-simulator@0.6.1`

## \[0.6.2]

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/github-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@simulacrum/github-api-simulator",
"version": "0.6.2",
"version": "0.6.3",
"description": "Provides common functionality to frontend app and plugins.",
"license": "Apache-2.0",
"bugs": {
Expand Down Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"@faker-js/faker": "^9.3.0",
"@simulacrum/foundation-simulator": "0.6.0",
"@simulacrum/foundation-simulator": "0.6.1",
"assert-ts": "^0.3.4",
"graphql": "^16.9.0",
"graphql-yoga": "^5.15.1",
Expand Down
5 changes: 5 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## \[0.8.0]

- [`d3850c6`](https://github.com/thefrontside/simulacrum/commit/d3850c657ea45c9e67790b63fb4341a95818c664) ([#345](https://github.com/thefrontside/simulacrum/pull/345) by [@jbolda](https://github.com/thefrontside/simulacrum/../../jbolda)) Bump server to `effection` v4. With the tight dependency fitting into an `effection` runtime, bumping with a minor despite no specific breaking changes directly in this package. Additionally, we swapped to `@effectionx/process` and pulled in some other helpers. This was to prevent edge cases which were noted as part of the upgrade.
- [`d4f2be5`](https://github.com/thefrontside/simulacrum/commit/d4f2be576503e2fd374b996c26e33682d592e5ac) ([#349](https://github.com/thefrontside/simulacrum/pull/349) by [@jbolda](https://github.com/thefrontside/simulacrum/../../jbolda)) Skip simulator asset minification. Also remove usage of `String.raw`. This was breaking the `/login` view in the Auth0 simulator with the way `tsdown` was escaping the strings.

## \[0.7.2]

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@simulacrum/server",
"version": "0.7.2",
"version": "0.8.0",
"description": "Helpers and control plane to handle simulators and observability",
"author": "Frontside Engineering <engineering@frontside.com>",
"license": "MIT",
Expand Down