gmcp 0.1.0 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +8 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gmcp",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "GMCP Server for Google Workspace with OAuth2 authentication",
|
|
5
5
|
"module": "src/index.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -24,7 +24,11 @@
|
|
|
24
24
|
"auth": "bun run src/auth-cli.ts",
|
|
25
25
|
"build": "bunup",
|
|
26
26
|
"prepublishOnly": "bun run build",
|
|
27
|
-
"prepare": "lefthook install"
|
|
27
|
+
"prepare": "lefthook install",
|
|
28
|
+
"changeset": "changeset",
|
|
29
|
+
"changeset:version": "changeset version",
|
|
30
|
+
"changeset:publish": "changeset publish",
|
|
31
|
+
"release": "bun run build && changeset publish"
|
|
28
32
|
},
|
|
29
33
|
"repository": {
|
|
30
34
|
"type": "git",
|
|
@@ -50,6 +54,8 @@
|
|
|
50
54
|
},
|
|
51
55
|
"devDependencies": {
|
|
52
56
|
"@biomejs/biome": "2.3.12",
|
|
57
|
+
"@changesets/changelog-github": "^0.5.2",
|
|
58
|
+
"@changesets/cli": "^2.29.8",
|
|
53
59
|
"@types/bun": "latest",
|
|
54
60
|
"@types/json2md": "^1.5.4",
|
|
55
61
|
"bunup": "^0.16.20",
|