This repository was archived by the owner on Jan 13, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
packages/cactus-sync-client Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @xsoulspace/cactus-sync-client" ,
3
- "version" : " 0.1.17 " ,
3
+ "version" : " 0.2.0 " ,
4
4
"description" : " Sharp and simple as cactus offline-first client library to sync with graphql server.." ,
5
5
"main" : " dist/index.js" ,
6
6
"typings" : " dist/index.d.ts" ,
31
31
"upgrade" : " yarn yarn-upgrade-all" ,
32
32
"generate" : " graphql-codegen --config codegen.yml" ,
33
33
"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"
35
36
},
36
37
"dependencies" : {
37
38
"@apollo/client" : " ^3.3.11" ,
52
53
"peerDependencies" : {
53
54
"@apollo/client" : " ^3.3.11" ,
54
55
"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 "
57
58
},
58
59
"devDependencies" : {
59
60
"@graphql-codegen/cli" : " 1.21.2" ,
You can’t perform that action at this time.
0 commit comments