Skip to content

Commit 611fd89

Browse files
chore: prepare release v0.12.20
1 parent 5bdd10d commit 611fd89

18 files changed

Lines changed: 47 additions & 47 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.19",
4+
"version": "0.12.20",
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.19',
43-
'@arkstack/common': '^0.12.19',
44-
'@arkstack/console': '^0.12.19',
45-
'@arkstack/foundry': '^0.12.19',
46-
// '@arkstack/console-slim': '^0.12.19', Depracated
47-
'@arkstack/contract': '^0.12.19',
48-
'@arkstack/database': '^0.12.19',
49-
'@arkstack/driver-express': '^0.12.19',
50-
'@arkstack/driver-h3': '^0.12.19',
51-
'@arkstack/filesystem': '^0.12.19',
52-
'@arkstack/http': '^0.12.19',
53-
'@arkstack/view': '^0.12.19',
54-
'@arkstack/notifications': '^0.12.19',
42+
'@arkstack/auth': '^0.12.20',
43+
'@arkstack/common': '^0.12.20',
44+
'@arkstack/console': '^0.12.20',
45+
'@arkstack/foundry': '^0.12.20',
46+
// '@arkstack/console-slim': '^0.12.20', Depracated
47+
'@arkstack/contract': '^0.12.20',
48+
'@arkstack/database': '^0.12.20',
49+
'@arkstack/driver-express': '^0.12.20',
50+
'@arkstack/driver-h3': '^0.12.20',
51+
'@arkstack/filesystem': '^0.12.20',
52+
'@arkstack/http': '^0.12.20',
53+
'@arkstack/view': '^0.12.20',
54+
'@arkstack/notifications': '^0.12.20',
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.19",
4+
"version": "0.12.20",
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.19",
3+
"version": "0.12.20",
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": "^0.15.11"
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.19",
3+
"version": "0.12.20",
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.19",
3+
"version": "0.12.20",
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.19",
3+
"version": "0.12.20",
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arkstack/contract",
3-
"version": "0.12.19",
3+
"version": "0.12.20",
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",
@@ -35,4 +35,4 @@
3535
"dependencies": {
3636
"@arkstack/foundry": "workspace:^"
3737
}
38-
}
38+
}

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.19",
3+
"version": "0.12.20",
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.19",
3+
"version": "0.12.20",
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)