Skip to content

Commit

Permalink
Bump SDK to 2.69.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Que3216 committed Jul 4, 2023
1 parent f9519b2 commit 6b464e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"@alwaysmeticulous/client": "^2.58.0",
"@alwaysmeticulous/common": "^2.56.0",
"@alwaysmeticulous/client": "^2.69.0",
"@alwaysmeticulous/common": "^2.69.0",
"//": "Upgrading `replay-orchestrator-launcher`? Consider bumping the environment version `LOGICAL_ENVIRONMENT_VERSION` in `constants.ts` if the new version includes visible changes.",
"@alwaysmeticulous/replay-orchestrator-launcher": "^2.58.0",
"@alwaysmeticulous/replay-orchestrator-launcher": "^2.69.0",
"@alwaysmeticulous/sentry": "^2.40.3",
"@sentry/node": "^7.50.0",
"lodash.debounce": "^4.0.8",
"loglevel": "^1.8.1",
"luxon": "^3.3.0"
},
"devDependencies": {
"@alwaysmeticulous/api": "^2.56.0",
"@alwaysmeticulous/sdk-bundles-api": "^2.56.0",
"@alwaysmeticulous/api": "^2.69.0",
"@alwaysmeticulous/sdk-bundles-api": "^2.69.0",
"@parcel/packager-ts": "^2.8.3",
"@parcel/transformer-typescript-types": "^2.8.3",
"@types/jest": "^27.0.3",
Expand Down
2 changes: 1 addition & 1 deletion src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ export const EXPECTED_PERMISSIONS_BLOCK = [
// The version of the environment in which a replay is executed. This should be bumped whenever
// the environment changes in a way that would cause a replay to behave differently, e.g. upgrading to a newer
// replay-orchestrator-launcher version, or changing the version of puppeteer.
export const LOGICAL_ENVIRONMENT_VERSION = 1;
export const LOGICAL_ENVIRONMENT_VERSION = 2;

0 comments on commit 6b464e0

Please sign in to comment.