Skip to content

Commit fd47f52

Browse files
chore: prepare release v0.12.24
1 parent 15e6664 commit fd47f52

18 files changed

Lines changed: 44 additions & 44 deletions

File tree

create-arkstack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "create-arkstack",
33
"type": "module",
4-
"version": "0.12.23",
4+
"version": "0.12.24",
55
"description": "Create new Arkstack framework applications on Express or H3 runtime drivers",
66
"homepage": "https://arkstack.toneflix.net",
77
"repository": {
@@ -84,4 +84,4 @@
8484
"typescript": "^6.0.0"
8585
},
8686
"packageManager": "pnpm@10.14.0"
87-
}
87+
}

create-arkstack/src/data.ts

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,19 @@ export const leanDependencies = [
3939
]
4040

4141
export const depsList: Record<string, string> = {
42-
'@arkstack/auth': '^0.12.23',
43-
'@arkstack/common': '^0.12.23',
44-
'@arkstack/console': '^0.12.23',
45-
'@arkstack/foundry': '^0.12.23',
46-
// '@arkstack/console-slim': '^0.12.23', Depracated
47-
'@arkstack/contract': '^0.12.23',
48-
'@arkstack/database': '^0.12.23',
49-
'@arkstack/driver-express': '^0.12.23',
50-
'@arkstack/driver-h3': '^0.12.23',
51-
'@arkstack/filesystem': '^0.12.23',
52-
'@arkstack/http': '^0.12.23',
53-
'@arkstack/view': '^0.12.23',
54-
'@arkstack/notifications': '^0.12.23',
42+
'@arkstack/auth': '^0.12.24',
43+
'@arkstack/common': '^0.12.24',
44+
'@arkstack/console': '^0.12.24',
45+
'@arkstack/foundry': '^0.12.24',
46+
// '@arkstack/console-slim': '^0.12.24', Depracated
47+
'@arkstack/contract': '^0.12.24',
48+
'@arkstack/database': '^0.12.24',
49+
'@arkstack/driver-express': '^0.12.24',
50+
'@arkstack/driver-h3': '^0.12.24',
51+
'@arkstack/filesystem': '^0.12.24',
52+
'@arkstack/http': '^0.12.24',
53+
'@arkstack/view': '^0.12.24',
54+
'@arkstack/notifications': '^0.12.24',
5555
}
5656

5757
export const environment = {

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "arkstack",
33
"type": "module",
4-
"version": "0.12.23",
4+
"version": "0.12.24",
55
"publishConfig": {
66
"access": "restricted"
77
},
@@ -87,4 +87,4 @@
8787
"ssh2"
8888
]
8989
}
90-
}
90+
}

packages/auth/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arkstack/auth",
3-
"version": "0.12.23",
3+
"version": "0.12.24",
44
"type": "module",
55
"description": "Authentication module for Arkstack, providing core authentication and identity features.",
66
"homepage": "https://arkstack.toneflix.net/guide/auth",
@@ -50,4 +50,4 @@
5050
"@arkstack/database": "workspace:^",
5151
"@h3ravel/support": "^2.1.3"
5252
}
53-
}
53+
}

packages/common/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arkstack/common",
3-
"version": "0.12.23",
3+
"version": "0.12.24",
44
"type": "module",
55
"description": "Core utilities, primitives, and shared infrastructure for the Arkstack ecosystem.",
66
"homepage": "https://arkstack.toneflix.net",
@@ -51,4 +51,4 @@
5151
"@arkstack/contract": "workspace:^",
5252
"arkormx": "^2.5.6"
5353
}
54-
}
54+
}

packages/console-slim/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arkstack/console-slim",
3-
"version": "0.12.23",
3+
"version": "0.12.24",
44
"type": "module",
55
"description": "Slim console module for Arkstack, providing the command-line runtime and console integration layer.",
66
"homepage": "https://arkstack.toneflix.net",
@@ -57,4 +57,4 @@
5757
"chalk": "^5.6.2",
5858
"resora": "^1.3.16"
5959
}
60-
}
60+
}

packages/console/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arkstack/console",
3-
"version": "0.12.23",
3+
"version": "0.12.24",
44
"type": "module",
55
"description": "Console module for Arkstack, providing the command-line runtime and console integration layer.",
66
"homepage": "https://arkstack.toneflix.net/guide/cli",
@@ -60,4 +60,4 @@
6060
"resora": "^1.3.16",
6161
"ts-morph": "^28.0.0"
6262
}
63-
}
63+
}

packages/contract/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arkstack/contract",
3-
"version": "0.12.23",
3+
"version": "0.12.24",
44
"type": "module",
55
"description": "Contract module for Arkstack, providing shared interfaces and type contracts used across the framework.",
66
"homepage": "https://arkstack.toneflix.net",

packages/database/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arkstack/database",
3-
"version": "0.12.23",
3+
"version": "0.12.24",
44
"type": "module",
55
"description": "Database module for Arkstack, providing core database integration and data layer features.",
66
"homepage": "https://arkstack.toneflix.net",
@@ -59,4 +59,4 @@
5959
"@arkstack/contract": "workspace:^",
6060
"arkormx": "^2.5.6"
6161
}
62-
}
62+
}

packages/driver-express/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arkstack/driver-express",
3-
"version": "0.12.23",
3+
"version": "0.12.24",
44
"type": "module",
55
"description": "Express driver for Arkstack, providing Express-based runtime integration for the framework.",
66
"homepage": "https://arkstack.toneflix.net",
@@ -64,4 +64,4 @@
6464
"@types/multer": "^2.1.0",
6565
"@types/express": "^5.0.6"
6666
}
67-
}
67+
}

0 commit comments

Comments
 (0)