@mearie/cli 0.1.3 → 0.1.4

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.
Files changed (2) hide show
  1. package/README.md +10 -0
  2. package/package.json +12 -5
package/README.md ADDED
@@ -0,0 +1,10 @@
1
+ # @mearie/cli
2
+
3
+ Command-line interface for Mearie GraphQL client.
4
+
5
+ This package provides CLI commands for code generation and other development
6
+ utilities. It is used internally and is not intended for direct use.
7
+
8
+ ## Documentation
9
+
10
+ Full documentation is available at <https://mearie.dev/>.
package/package.json CHANGED
@@ -1,15 +1,22 @@
1
1
  {
2
2
  "name": "@mearie/cli",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Type-safe, zero-overhead GraphQL client",
5
5
  "keywords": [
6
6
  "graphql",
7
7
  "graphql-client",
8
8
  "typescript",
9
+ "type-safe",
9
10
  "codegen",
10
- "cache"
11
+ "cache",
12
+ "normalized-cache",
13
+ "react",
14
+ "vue",
15
+ "svelte",
16
+ "solid",
17
+ "vite"
11
18
  ],
12
- "homepage": "https://github.com/devunt/mearie#readme",
19
+ "homepage": "https://mearie.dev/",
13
20
  "bugs": {
14
21
  "url": "https://github.com/devunt/mearie/issues"
15
22
  },
@@ -49,8 +56,8 @@
49
56
  ],
50
57
  "dependencies": {
51
58
  "citty": "^0.2.1",
52
- "@mearie/codegen": "0.1.3",
53
- "@mearie/config": "0.1.1"
59
+ "@mearie/codegen": "0.1.4",
60
+ "@mearie/config": "0.1.2"
54
61
  },
55
62
  "devDependencies": {
56
63
  "@types/node": "^25.3.0",