Skip to content

Commit 43e4ef2

Browse files
committed
Merge branch 'main' of github.cum:arkstack-hq/arkstack
2 parents 12a7875 + c225f8e commit 43e4ef2

20 files changed

Lines changed: 20 additions & 20 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.13.0",
4+
"version": "0.13.1",
55
"description": "Create new Arkstack framework applications on Express or H3 runtime drivers",
66
"homepage": "https://arkstack.toneflix.net",
77
"repository": {

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