@baeta/plugin-graphql 0.0.12 → 0.0.13
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.
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @baeta/plugin-graphql
|
|
2
2
|
|
|
3
|
+
## 0.0.13
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`a4a64a3`](https://github.com/andreisergiu98/baeta/commit/a4a64a35a75e66ca4077a86a9fd5d3ffad481b55) Thanks [@andreisergiu98](https://github.com/andreisergiu98)! - fix broken publishing
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`a4a64a3`](https://github.com/andreisergiu98/baeta/commit/a4a64a35a75e66ca4077a86a9fd5d3ffad481b55)]:
|
|
10
|
+
- @baeta/config@0.0.7
|
|
11
|
+
- @baeta/plugin@0.0.12
|
|
12
|
+
|
|
3
13
|
## 0.0.12
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@baeta/plugin-graphql",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.13",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Andrei Pampu <pampu.andrei@pm.me>",
|
|
6
6
|
"homepage": "https://github.com/andreisergiu98/baeta#readme",
|
|
@@ -16,11 +16,12 @@
|
|
|
16
16
|
"scripts": {
|
|
17
17
|
"build": "tsup",
|
|
18
18
|
"types": "tsc --noEmit",
|
|
19
|
-
"
|
|
19
|
+
"prepack": "yarn prep --copy dist",
|
|
20
|
+
"postpack": "yarn prep --clean"
|
|
20
21
|
},
|
|
21
22
|
"dependencies": {
|
|
22
|
-
"@baeta/config": "^0.0.
|
|
23
|
-
"@baeta/plugin": "^0.0.
|
|
23
|
+
"@baeta/config": "^0.0.7",
|
|
24
|
+
"@baeta/plugin": "^0.0.12",
|
|
24
25
|
"@graphql-codegen/core": "^2.6.8",
|
|
25
26
|
"@graphql-codegen/plugin-helpers": "^3.1.2",
|
|
26
27
|
"@graphql-codegen/typescript": "^2.8.7",
|
|
@@ -51,7 +52,10 @@
|
|
|
51
52
|
"graphql": "^16.6.0"
|
|
52
53
|
},
|
|
53
54
|
"files": [
|
|
54
|
-
"
|
|
55
|
+
"*.js",
|
|
56
|
+
"*.cjs",
|
|
57
|
+
"*.d.ts",
|
|
58
|
+
"!ava.config.js"
|
|
55
59
|
],
|
|
56
60
|
"publishConfig": {
|
|
57
61
|
"access": "public",
|