Skip to content

Commit bc1f8b3

Browse files
committed
Merge branch 'main' of github.com:arkstack-hq/arkstack
2 parents a6eabdd + e65d468 commit bc1f8b3

22 files changed

Lines changed: 37 additions & 37 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.15.1",
4+
"version": "0.15.2",
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: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -46,22 +46,22 @@ export const leanDependencies = [
4646
]
4747

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

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.15.1",
4+
"version": "0.15.2",
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.15.1",
3+
"version": "0.15.2",
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.15.1",
3+
"version": "0.15.2",
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.15.1",
3+
"version": "0.15.2",
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.15.1",
3+
"version": "0.15.2",
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.15.1",
3+
"version": "0.15.2",
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.15.1",
3+
"version": "0.15.2",
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.15.1",
3+
"version": "0.15.2",
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)