Skip to content

Commit 30c7bac

Browse files
committed
✨ stucco
1 parent 4f83448 commit 30c7bac

File tree

6 files changed

+17
-94
lines changed

6 files changed

+17
-94
lines changed

package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-editor-cli",
3-
"version": "0.7.4",
3+
"version": "0.7.5",
44
"description": "GraphQL -> anything. Use GraphQL as your source of truth. GraphQL Editor Official CLI.",
55
"main": "lib/api.js",
66
"author": "Artur Czemiel",
@@ -14,7 +14,6 @@
1414
"build": "npm run clean && ttsc",
1515
"start": "npm run clean && ttsc --watch",
1616
"clean": "rimraf lib/",
17-
"extract-packages": "cp package.json src/deps.json",
1817
"editor": "zeus https://api.staging.project.graphqleditor.com/graphql ./src -n --es",
1918
"shared": "imp sync",
2019
"cli": "node lib/index.js"
@@ -67,7 +66,7 @@
6766
"pusher-js": "^7.4.0",
6867
"qs": "^6.11.0",
6968
"run-async": "^2.4.1",
70-
"stucco-js": "^0.10.16",
69+
"stucco-js": "^0.10.17",
7170
"ts-node": "^10.9.1",
7271
"yargs": "^17.5.1"
7372
}

packages/cli/src/deps.json

Lines changed: 0 additions & 73 deletions
This file was deleted.

packages/cli/src/deps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default {
1616
},
1717
dependencies: {
1818
'node-fetch': '^2.6.0',
19-
'stucco-js': '^0.10.16',
19+
'stucco-js': '^0.10.17',
2020
ws: '^8.12.0',
2121
},
2222
};

packages/sandbox/package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sandbox",
33
"private": true,
4-
"version": "0.7.5",
4+
"version": "0.7.6",
55
"description": "GraphQL -> anything. Use GraphQL as your source of truth. GraphQL Editor Official CLI.",
66
"author": "Artur Czemiel",
77
"license": "MIT",
@@ -11,8 +11,5 @@
1111
"integrate": "npm run cli -- gei integrate"
1212
},
1313
"devDependencies": {},
14-
"dependencies": {},
15-
"workspaces": [
16-
"packages/cli"
17-
]
14+
"dependencies": {}
1815
}

0 commit comments

Comments
 (0)