@webresto/graphql 1.3.8 → 1.4.0

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 +3 -2
package/package.json CHANGED
@@ -36,7 +36,8 @@
36
36
  "faker": "^4.1.0",
37
37
  "mocha": "^8.1.1",
38
38
  "ts-node": "^10.7.0",
39
- "typescript": "^3.9.7"
39
+ "typescript": "^3.9.7",
40
+ "i18n-2": "^0.7.3"
40
41
  },
41
42
  "deprecated": false,
42
43
  "description": "Webresto graphql api",
@@ -67,5 +68,5 @@
67
68
  "test:js": "mocha test/bootstrap.js './test/{,!(fixture)/**}/*.test.js' --exit",
68
69
  "test:init": "cd ./test/fixture && npm i --no-package-lock --prefix ./ && cd -"
69
70
  },
70
- "version": "1.3.8"
71
+ "version": "1.4.0"
71
72
  }