Skip to content

Commit 3de7e4f

Browse files
committed
Merge branch 'main' of github.com:arkstack-hq/arkstack
2 parents d597b9f + 3ed3c83 commit 3de7e4f

17 files changed

Lines changed: 28 additions & 28 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.6.4",
4+
"version": "0.7.0",
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: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,18 @@ export const leanDependencies = [
3939
]
4040

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

5656
export const environment = {

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.6.4",
4+
"version": "0.7.0",
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.6.4",
3+
"version": "0.7.0",
44
"type": "module",
55
"description": "Authentication module for Arkstack, providing core authentication and identity features.",
66
"homepage": "https://arkstack.toneflix.net/guide/auth",

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.6.4",
3+
"version": "0.7.0",
44
"type": "module",
55
"description": "Shared foundations and core utilities for Arkstack applications and packages.",
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.6.4",
3+
"version": "0.7.0",
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.6.4",
3+
"version": "0.7.0",
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.6.4",
3+
"version": "0.7.0",
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.6.4",
3+
"version": "0.7.0",
44
"type": "module",
55
"description": "Database module for Arkstack, providing core database integration and data layer features.",
66
"homepage": "https://arkstack.toneflix.net",

packages/driver-express/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arkstack/driver-express",
3-
"version": "0.6.4",
3+
"version": "0.7.0",
44
"type": "module",
55
"description": "Express driver for Arkstack, providing Express-based runtime integration for the framework.",
66
"homepage": "https://arkstack.toneflix.net",

0 commit comments

Comments
 (0)