graphile-i18n 0.1.3 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -9,6 +9,7 @@
9
9
  <img height="20" src="https://github.com/launchql/launchql/actions/workflows/run-tests.yaml/badge.svg" />
10
10
  </a>
11
11
  <a href="https://github.com/launchql/launchql/blob/main/LICENSE"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"/></a>
12
+ <a href="https://www.npmjs.com/package/graphile-i18n"><img height="20" src="https://img.shields.io/github/package-json/v/launchql/launchql?filename=graphile%2Fgraphile-i18n%2Fpackage.json"/></a>
12
13
  </p>
13
14
 
14
15
  TypeScript rewrite of the Graphile/PostGraphile i18n plugin. Adds language-aware fields sourced from translation tables declared via smart comments.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphile-i18n",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "description": "Graphile i18n plugin",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/launchql/launchql",
@@ -40,9 +40,9 @@
40
40
  "devDependencies": {
41
41
  "@types/accept-language-parser": "^1.5.4",
42
42
  "@types/pg": "^8.15.2",
43
- "graphile-test": "^2.8.7",
44
- "makage": "^0.1.6",
45
- "pgsql-test": "^2.14.10"
43
+ "graphile-test": "^2.8.9",
44
+ "makage": "^0.1.8",
45
+ "pgsql-test": "^2.14.12"
46
46
  },
47
47
  "dependencies": {
48
48
  "accept-language-parser": "^1.5.0",
@@ -55,5 +55,5 @@
55
55
  "graphql-tag": "2.12.6",
56
56
  "pg": "^8.16.0"
57
57
  },
58
- "gitHead": "e85e82c301d859ff7e2317bf07345156af9ff8d1"
58
+ "gitHead": "3812f24a480b2035b3413ec7fecfe492f294e590"
59
59
  }