Skip to content

Commit 3e52670

Browse files
committed
Merge branch 'main' of github.com:arkstack-hq/arkstack
2 parents aae24c1 + f3a533e commit 3e52670

24 files changed

Lines changed: 40 additions & 40 deletions

File tree

create-arkstack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "create-arkstack",
33
"type": "module",
4-
"version": "0.17.11",
4+
"version": "0.17.12",
55
"description": "Create new Arkstack framework applications on Express or H3 runtime drivers",
66
"homepage": "https://arkstack.toneflix.net",
77
"repository": {

create-arkstack/src/data.ts

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -46,23 +46,23 @@ export const leanDependencies = [
4646
]
4747

4848
export const depsList: Record<string, string> = {
49-
'@arkstack/auth': '^0.17.11',
50-
'@arkstack/cache': '^0.17.11',
51-
'@arkstack/common': '^0.17.11',
52-
'@arkstack/console': '^0.17.11',
53-
'@arkstack/foundry': '^0.17.11',
54-
'@arkstack/jobs': '^0.17.11',
55-
// '@arkstack/console-slim': '^0.17.11', Depracated
56-
'@arkstack/contract': '^0.17.11',
57-
'@arkstack/database': '^0.17.11',
58-
'@arkstack/driver-express': '^0.17.11',
59-
'@arkstack/driver-h3': '^0.17.11',
60-
'@arkstack/filesystem': '^0.17.11',
61-
'@arkstack/http': '^0.17.11',
62-
'@arkstack/view': '^0.17.11',
63-
'@arkstack/queue': '^0.17.11',
64-
'@arkstack/scheduler': '^0.17.11',
65-
'@arkstack/notifications': '^0.17.11',
49+
'@arkstack/auth': '^0.17.12',
50+
'@arkstack/cache': '^0.17.12',
51+
'@arkstack/common': '^0.17.12',
52+
'@arkstack/console': '^0.17.12',
53+
'@arkstack/foundry': '^0.17.12',
54+
'@arkstack/jobs': '^0.17.12',
55+
// '@arkstack/console-slim': '^0.17.12', Depracated
56+
'@arkstack/contract': '^0.17.12',
57+
'@arkstack/database': '^0.17.12',
58+
'@arkstack/driver-express': '^0.17.12',
59+
'@arkstack/driver-h3': '^0.17.12',
60+
'@arkstack/filesystem': '^0.17.12',
61+
'@arkstack/http': '^0.17.12',
62+
'@arkstack/view': '^0.17.12',
63+
'@arkstack/queue': '^0.17.12',
64+
'@arkstack/scheduler': '^0.17.12',
65+
'@arkstack/notifications': '^0.17.12',
6666
'@h3ravel/musket': '^2.2.2',
6767
'@h3ravel/support': '^2.2.4',
6868
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "arkstack",
33
"type": "module",
4-
"version": "0.17.11",
4+
"version": "0.17.12",
55
"publishConfig": {
66
"access": "restricted"
77
},

packages/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arkstack/auth",
3-
"version": "0.17.11",
3+
"version": "0.17.12",
44
"type": "module",
55
"description": "Authentication module for Arkstack, providing core authentication and identity features.",
66
"homepage": "https://arkstack.toneflix.net/guide/auth",

packages/cache/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arkstack/cache",
3-
"version": "0.17.11",
3+
"version": "0.17.12",
44
"type": "module",
55
"description": "Cache module for Arkstack, providing a unified, driver based caching layer for the framework.",
66
"homepage": "https://arkstack.toneflix.net/guide/cache",

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arkstack/common",
3-
"version": "0.17.11",
3+
"version": "0.17.12",
44
"type": "module",
55
"description": "Core utilities, primitives, and shared infrastructure for the Arkstack ecosystem.",
66
"homepage": "https://arkstack.toneflix.net",

packages/console-slim/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arkstack/console-slim",
3-
"version": "0.17.11",
3+
"version": "0.17.12",
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",

packages/console/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arkstack/console",
3-
"version": "0.17.11",
3+
"version": "0.17.12",
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",

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.17.11",
3+
"version": "0.17.12",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arkstack/database",
3-
"version": "0.17.11",
3+
"version": "0.17.12",
44
"type": "module",
55
"description": "Database module for Arkstack, providing core database integration and data layer features.",
66
"homepage": "https://arkstack.toneflix.net",

0 commit comments

Comments
 (0)