Skip to content
This repository was archived by the owner on Jan 13, 2023. It is now read-only.

Commit 8c506ac

Browse files
committed
v0.2.0
1 parent 4d0db4e commit 8c506ac

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

packages/cactus-sync-client/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xsoulspace/cactus-sync-client",
3-
"version": "0.1.17",
3+
"version": "0.2.0",
44
"description": "Sharp and simple as cactus offline-first client library to sync with graphql server..",
55
"main": "dist/index.js",
66
"typings": "dist/index.d.ts",
@@ -31,7 +31,8 @@
3131
"upgrade": "yarn yarn-upgrade-all",
3232
"generate": "graphql-codegen --config codegen.yml",
3333
"dev-genmodels": "tsc ./lib/src/templates/GenerateCactusModelPlugin.ts && yarn generate && rm -rf ./lib/src/templates/GenerateCactusModelPlugin.js",
34-
"patch": "yarn version --patch && git push && git push origin --tags"
34+
"patch": "yarn version --patch && git push && git push origin --tags",
35+
"minor": "yarn version --minor && git push && git push origin --tags"
3536
},
3637
"dependencies": {
3738
"@apollo/client": "^3.3.11",
@@ -52,8 +53,8 @@
5253
"peerDependencies": {
5354
"@apollo/client": "^3.3.11",
5455
"graphql": "^15.5.0",
55-
"vue": "^3.0.6",
56-
"graphql-ws": "^4.2.1"
56+
"graphql-ws": "^4.2.1",
57+
"vue": "^3.0.6"
5758
},
5859
"devDependencies": {
5960
"@graphql-codegen/cli": "1.21.2",

0 commit comments

Comments
 (0)