@mo36924/babel-plugin-graphql-tagged-template 1.5.0 → 1.5.1

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 +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mo36924/babel-plugin-graphql-tagged-template",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "babel-plugin-graphql-tagged-template",
5
5
  "keywords": [],
6
6
  "homepage": "https://github.com/mo36924/monorepo#readme",
@@ -23,8 +23,8 @@
23
23
  "default": "./dist/index.cjs"
24
24
  }
25
25
  },
26
- "main": "./index.cjs",
27
- "module": "./index.mjs",
26
+ "main": "./dist/index.cjs",
27
+ "module": "./dist/index.mjs",
28
28
  "typesVersions": {
29
29
  "*": {
30
30
  "*": [
@@ -34,12 +34,12 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@babel/core": "^7.15.0",
37
- "@mo36924/base52": "^1.5.0",
38
- "@mo36924/graphql-schema": "^1.5.0",
37
+ "@mo36924/base52": "^1.5.1",
38
+ "@mo36924/graphql-schema": "^1.5.1",
39
39
  "graphql": "^15.5.0"
40
40
  },
41
41
  "publishConfig": {
42
42
  "access": "public"
43
43
  },
44
- "gitHead": "3998143a19e84538b9226e4617155e8f49ac5588"
44
+ "gitHead": "24873097d2799f8a045d8601a92b1c307b75738a"
45
45
  }