Skip to content

Commit 531d7f4

Browse files
committed
feat: update package versions to 0.1.3 and add descriptions and repository info for multiple packages
1 parent 3234b8e commit 531d7f4

10 files changed

Lines changed: 59 additions & 6 deletions

File tree

packages/common/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# @arcstack-hq/common
2+
3+
Common utilities and helpers shared across Arcstack kits, including:
4+
5+
- Logging utilities
6+
- Configuration management
7+
- Error handling helpers
8+
- Data validation functions

packages/common/package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
{
22
"name": "@arcstack-hq/common",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"type": "module",
5+
"description": "Common package for Arcstack providing common implementations of core Arcstack features such as routing, middleware, and database integration.",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/arcstack-hq/arcstack.git",
9+
"directory": "packages/common"
10+
},
511
"files": [
612
"dist"
713
],

packages/console/package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
{
22
"name": "@arcstack-hq/console",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"type": "module",
5+
"description": "Console package for Arcstack providing console-specific implementations of core Arcstack features such as routing, middleware, and database integration.",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/arcstack-hq/arcstack.git",
9+
"directory": "packages/console"
10+
},
511
"files": [
612
"dist"
713
],

packages/contract/package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
{
22
"name": "@arcstack-hq/contract",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"type": "module",
5+
"description": "Contract package for Arcstack providing contract-specific implementations of core Arcstack features such as routing, middleware, and database integration.",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/arcstack-hq/arcstack.git",
9+
"directory": "packages/contract"
10+
},
511
"files": [
612
"dist"
713
],

packages/database/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# @arcstack-hq/database
2+
3+
Database integration package for Arcstack, providing a unified interface for database clients, connection management, and query execution.

packages/database/package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
{
22
"name": "@arcstack-hq/database",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"type": "module",
5+
"description": "Database package for Arcstack providing database-specific implementations of core Arcstack features such as routing, middleware, and database integration.",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/arcstack-hq/arcstack.git",
9+
"directory": "packages/database"
10+
},
511
"files": [
612
"dist"
713
],

packages/driver-express/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# @arcstack-hq/driver-express
2+
3+
Express driver package for Arcstack, providing Express-specific implementations of core Arcstack features such as routing, middleware, and database integration.

packages/driver-express/package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
{
22
"name": "@arcstack-hq/driver-express",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"type": "module",
5+
"description": "Express driver package for Arcstack providing Express-specific implementations of core Arcstack features such as routing, middleware, and database integration.",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/arcstack-hq/arcstack.git",
9+
"directory": "packages/driver-express"
10+
},
511
"files": [
612
"dist",
713
"stubs"

packages/driver-h3/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# @arcstack-hq/driver-h3
2+
3+
H3 driver package for Arcstack providing H3-specific implementations of core Arcstack features such as routing, middleware, and database integration.

packages/driver-h3/package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
{
22
"name": "@arcstack-hq/driver-h3",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"type": "module",
5+
"description": "H3 driver package for Arcstack providing H3-specific implementations of core Arcstack features such as routing, middleware, and database integration.",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/arcstack-hq/arcstack.git",
9+
"directory": "packages/driver-h3"
10+
},
511
"files": [
612
"dist",
713
"stubs"

0 commit comments

Comments
 (0)