Skip to content

Commit 679489f

Browse files
committed
feat: update package versions to 0.1.4 and add keywords for improved package discoverability
1 parent 531d7f4 commit 679489f

6 files changed

Lines changed: 77 additions & 6 deletions

File tree

packages/common/package.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,23 @@
11
{
22
"name": "@arcstack-hq/common",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"type": "module",
55
"description": "Common package for Arcstack providing common implementations of core Arcstack features such as routing, middleware, and database integration.",
66
"repository": {
77
"type": "git",
88
"url": "git+https://github.com/arcstack-hq/arcstack.git",
99
"directory": "packages/common"
1010
},
11+
"keywords": [
12+
"common",
13+
"utilities",
14+
"helpers",
15+
"logging",
16+
"configuration",
17+
"error-handling",
18+
"validation",
19+
"arcstack"
20+
],
1121
"files": [
1222
"dist"
1323
],

packages/console/package.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,25 @@
11
{
22
"name": "@arcstack-hq/console",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"type": "module",
55
"description": "Console package for Arcstack providing console-specific implementations of core Arcstack features such as routing, middleware, and database integration.",
66
"repository": {
77
"type": "git",
88
"url": "git+https://github.com/arcstack-hq/arcstack.git",
99
"directory": "packages/console"
1010
},
11+
"keywords": [
12+
"console",
13+
"cli",
14+
"command-line",
15+
"interface",
16+
"runtime",
17+
"application",
18+
"framework",
19+
"stubs",
20+
"musket",
21+
"h3ravel"
22+
],
1123
"files": [
1224
"dist"
1325
],

packages/contract/package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
11
{
22
"name": "@arcstack-hq/contract",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"type": "module",
55
"description": "Contract package for Arcstack providing contract-specific implementations of core Arcstack features such as routing, middleware, and database integration.",
66
"repository": {
77
"type": "git",
88
"url": "git+https://github.com/arcstack-hq/arcstack.git",
99
"directory": "packages/contract"
1010
},
11+
"keywords": [
12+
"contract",
13+
"interface",
14+
"types",
15+
"validation",
16+
"schema",
17+
"arcstack"
18+
],
1119
"files": [
1220
"dist"
1321
],

packages/database/package.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,26 @@
11
{
22
"name": "@arcstack-hq/database",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"type": "module",
55
"description": "Database package for Arcstack providing database-specific implementations of core Arcstack features such as routing, middleware, and database integration.",
66
"repository": {
77
"type": "git",
88
"url": "git+https://github.com/arcstack-hq/arcstack.git",
99
"directory": "packages/database"
1010
},
11+
"keywords": [
12+
"database",
13+
"integration",
14+
"client",
15+
"connection",
16+
"query",
17+
"execution",
18+
"arcstack",
19+
"prisma",
20+
"typeorm",
21+
"mongoose",
22+
"sequelize"
23+
],
1124
"files": [
1225
"dist"
1326
],

packages/driver-express/package.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,27 @@
11
{
22
"name": "@arcstack-hq/driver-express",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"type": "module",
55
"description": "Express driver package for Arcstack providing Express-specific implementations of core Arcstack features such as routing, middleware, and database integration.",
66
"repository": {
77
"type": "git",
88
"url": "git+https://github.com/arcstack-hq/arcstack.git",
99
"directory": "packages/driver-express"
1010
},
11+
"keywords": [
12+
"express",
13+
"driver",
14+
"integration",
15+
"routing",
16+
"middleware",
17+
"database",
18+
"arcstack",
19+
"http",
20+
"server",
21+
"rest",
22+
"api",
23+
"framework"
24+
],
1125
"files": [
1226
"dist",
1327
"stubs"

packages/driver-h3/package.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,27 @@
11
{
22
"name": "@arcstack-hq/driver-h3",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"type": "module",
55
"description": "H3 driver package for Arcstack providing H3-specific implementations of core Arcstack features such as routing, middleware, and database integration.",
66
"repository": {
77
"type": "git",
88
"url": "git+https://github.com/arcstack-hq/arcstack.git",
99
"directory": "packages/driver-h3"
1010
},
11+
"keywords": [
12+
"h3",
13+
"driver",
14+
"integration",
15+
"routing",
16+
"middleware",
17+
"database",
18+
"arcstack",
19+
"http",
20+
"server",
21+
"rest",
22+
"api",
23+
"framework"
24+
],
1125
"files": [
1226
"dist",
1327
"stubs"

0 commit comments

Comments
 (0)