@uni2c/graphqlapi4mp 1.0.4 → 1.0.5

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 (1) hide show
  1. package/package.json +24 -5
package/package.json CHANGED
@@ -1,7 +1,29 @@
1
1
  {
2
2
  "name": "@uni2c/graphqlapi4mp",
3
- "version": "1.0.4",
4
- "description": "Parse GraphQL SDL and build GraphQL operation documents.",
3
+ "version": "1.0.5",
4
+ "description": "Lightweight GraphQL SDL parser and query builder for TypeScript, Node.js, browsers, and mini programs.",
5
+ "keywords": [
6
+ "graphql",
7
+ "graphql-sdl",
8
+ "sdl-parser",
9
+ "graphql-query-builder",
10
+ "query-builder",
11
+ "graphql-query",
12
+ "graphql-mutation",
13
+ "typescript",
14
+ "mini-program",
15
+ "wechat-miniprogram",
16
+ "esm",
17
+ "commonjs"
18
+ ],
19
+ "author": "momoca",
20
+ "license": "ISC",
21
+ "engines": {
22
+ "node": ">=16.0.0"
23
+ },
24
+ "publishConfig": {
25
+ "access": "public"
26
+ },
5
27
  "main": "./dist/index.cjs",
6
28
  "module": "./dist/index.mjs",
7
29
  "types": "./dist/index.d.ts",
@@ -32,9 +54,6 @@
32
54
  "version:minor": "npm version minor",
33
55
  "version:major": "npm version major"
34
56
  },
35
- "keywords": [],
36
- "author": "",
37
- "license": "ISC",
38
57
  "type": "commonjs",
39
58
  "devDependencies": {
40
59
  "@types/node": "^26.4.0",