Skip to content

Commit 3af7054

Browse files
committed
chore: update lock file
1 parent 82cbc05 commit 3af7054

8 files changed

Lines changed: 10 additions & 9 deletions

File tree

packages/admin/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// Auto-generated - do not edit manually
2-
export const VERSION = "0.8.13";
2+
export const VERSION = "0.8.14";
33
export const DEFAULT_AGENT = `replane-js-admin/${VERSION}`;

packages/next/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// Auto-generated - do not edit manually
2-
export const VERSION = "0.8.13";
2+
export const VERSION = "0.8.14";
33
export const DEFAULT_AGENT = `replane-js-next/${VERSION}`;

packages/react/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// Auto-generated - do not edit manually
2-
export const VERSION = "0.8.13";
2+
export const VERSION = "0.8.14";
33
export const DEFAULT_AGENT = `replane-js-react/${VERSION}`;

packages/sdk/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// Auto-generated - do not edit manually
2-
export const VERSION = "0.8.13";
2+
export const VERSION = "0.8.14";
33
export const DEFAULT_AGENT = `replane-js-sdk/${VERSION}`;

packages/svelte/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// Auto-generated - do not edit manually
2-
export const VERSION = "0.8.13";
2+
export const VERSION = "0.8.14";
33
export const DEFAULT_AGENT = `replane-js-svelte/${VERSION}`;

packages/test-suite/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
"prebuild": "node ../../scripts/update-version.js .",
4343
"build": "tsdown",
4444
"dev": "tsdown --watch",
45-
"test": "dotenv -- vitest run",
45+
"test": "echo 'Use test:e2e to run the test suite'",
46+
"test:e2e": "dotenv -- vitest run",
4647
"typecheck": "tsc --noEmit"
4748
},
4849
"dependencies": {

packages/test-suite/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// Auto-generated - do not edit manually
2-
export const VERSION = "0.8.13";
2+
export const VERSION = "0.8.14";
33
export const DEFAULT_AGENT = `replane-js-test-suite/${VERSION}`;

pnpm-lock.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)