@mo36924/babel-plugin-graphql-tagged-template 1.6.8 → 1.6.9

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 +7 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mo36924/babel-plugin-graphql-tagged-template",
3
- "version": "1.6.8",
3
+ "version": "1.6.9",
4
4
  "description": "babel-plugin-graphql-tagged-template",
5
5
  "keywords": [],
6
6
  "homepage": "https://github.com/mo36924/monorepo#readme",
@@ -29,7 +29,8 @@
29
29
  "typesVersions": {
30
30
  "*": {
31
31
  "*": [
32
- "dist/*.d.ts"
32
+ "dist/*.d.ts",
33
+ "*"
33
34
  ]
34
35
  }
35
36
  },
@@ -38,14 +39,14 @@
38
39
  ],
39
40
  "dependencies": {
40
41
  "@babel/core": "^7.17.8",
41
- "@mo36924/graphql-build": "^1.6.8",
42
- "@mo36924/graphql-config": "^1.6.8",
43
- "@mo36924/graphql-model": "^1.6.8",
42
+ "@mo36924/graphql-build": "^1.6.9",
43
+ "@mo36924/graphql-config": "^1.6.9",
44
+ "@mo36924/graphql-model": "^1.6.9",
44
45
  "@types/babel__core": "^7.1.19",
45
46
  "graphql": "^16.3.0"
46
47
  },
47
48
  "publishConfig": {
48
49
  "access": "public"
49
50
  },
50
- "gitHead": "6369d95644289ba35260102031e7ffd4c8332880"
51
+ "gitHead": "c301f568dcd65c959e5e441d00a95cd2dec4c78b"
51
52
  }