Skip to content

Commit f7cf893

Browse files
Slava BotSlava Bot
authored andcommitted
chore: sync config versions across packages and apps
1 parent 46fbdd3 commit f7cf893

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

apps/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "api",
33
"version": "1.0.0",
4-
"evo_marker": 2,
4+
"evo_marker": 3,
55
"main": "dist/index.js",
66
"scripts": {
77
"dev": "npm run build && node dist/index.js",

packages/agents/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@codequal/agents",
33
"version": "9.0.0",
4-
"evo_marker": 2,
4+
"evo_marker": 3,
55
"description": "V9 Two-Branch Analyzer - Production Implementation",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@codequal/core",
33
"version": "0.1.0",
4-
"evo_marker": 2,
4+
"evo_marker": 3,
55
"type": "commonjs",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",

turbo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://turbo.build/schema.json",
3-
"//": "Turborepo pipeline config v2.1",
3+
"//": "Turborepo pipeline config v2.2",
44
"globalDependencies": ["**/.env.*local"],
55
"tasks": {
66
"build": {

0 commit comments

Comments
 (0)