apollo-conn-gen 0.7.0 → 0.7.1
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "apollo-conn-gen",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.1",
|
|
4
4
|
"description": "Library to generate Apollo connector schemas from OpenAPI specs or JSON payloads. Also includes a CLI to generate connectors from the command line.",
|
|
5
5
|
"author": "Fernando @ Apollo",
|
|
6
6
|
"license": "MIT",
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
"lint": "eslint",
|
|
44
44
|
"prepare": "npm run build",
|
|
45
45
|
"prepublishOnly": "npm run build && npm test && publint",
|
|
46
|
-
"preversion": "npm run lint
|
|
47
|
-
"version": "npm run format && git add
|
|
46
|
+
"preversion": "npm run lint",
|
|
47
|
+
"version": "npm run format && git add src",
|
|
48
48
|
"postversion": "git push && git push --tags",
|
|
49
49
|
"yalc:update": "yalc push --scripts --update --replace"
|
|
50
50
|
},
|