@webresto/graphql 1.4.1 → 1.4.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +1 -1
package/package.json CHANGED
@@ -68,5 +68,5 @@
68
68
  "test:js": "mocha test/bootstrap.js './test/{,!(fixture)/**}/*.test.js' --exit",
69
69
  "test:init": "cd ./test/fixture && npm i --no-package-lock --prefix ./ && cd -"
70
70
  },
71
- "version": "1.4.1"
71
+ "version": "1.4.2"
72
72
  }