@baeta/plugin-graphql 0.0.8 → 0.0.9

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 ADDED
@@ -0,0 +1,43 @@
1
+ # @baeta/plugin-graphql
2
+
3
+ ## 0.0.9
4
+
5
+ ### Patch Changes
6
+
7
+ - [`f87d828`](https://github.com/andreisergiu98/baeta/commit/f87d828a87a6a12326a3bfcb5846b4390431f0c4) Thanks [@andreisergiu98](https://github.com/andreisergiu98)! - change export dir
8
+
9
+ - Updated dependencies [[`f87d828`](https://github.com/andreisergiu98/baeta/commit/f87d828a87a6a12326a3bfcb5846b4390431f0c4)]:
10
+ - @baeta/config@0.0.3
11
+ - @baeta/plugin@0.0.8
12
+
13
+ ## 0.0.8
14
+
15
+ ### Patch Changes
16
+
17
+ - [#7](https://github.com/andreisergiu98/baeta/pull/7) [`913c1cf`](https://github.com/andreisergiu98/baeta/commit/913c1cf803a1a1058729d9a6eabcd0d9b1208321) Thanks [@andreisergiu98](https://github.com/andreisergiu98)! - Drop graphql-modules
18
+ Fix circular dependencies
19
+ Switch to rome and pnpm
20
+ - Updated dependencies [[`913c1cf`](https://github.com/andreisergiu98/baeta/commit/913c1cf803a1a1058729d9a6eabcd0d9b1208321)]:
21
+ - @baeta/config@0.0.2
22
+ - @baeta/core@0.0.14
23
+ - @baeta/plugin@0.0.7
24
+
25
+ ## 0.0.7
26
+
27
+ ### Patch Changes
28
+
29
+ - [`9358a06`](https://github.com/andreisergiu98/baeta/commit/9358a06f23665d6f920538cf1ee636b489d93b3e) Thanks [@andreisergiu98](https://github.com/andreisergiu98)! - fix changeset release
30
+
31
+ - Updated dependencies [[`9358a06`](https://github.com/andreisergiu98/baeta/commit/9358a06f23665d6f920538cf1ee636b489d93b3e)]:
32
+ - @baeta/core@0.0.13
33
+ - @baeta/plugin@0.0.6
34
+
35
+ ## 0.0.6
36
+
37
+ ### Patch Changes
38
+
39
+ - [`ffa2fe8`](https://github.com/andreisergiu98/baeta/commit/ffa2fe83df6798375252a01ad14bbd37ffd07d50) Thanks [@andreisergiu98](https://github.com/andreisergiu98)! - add repository information to package.json
40
+
41
+ - Updated dependencies [[`ffa2fe8`](https://github.com/andreisergiu98/baeta/commit/ffa2fe83df6798375252a01ad14bbd37ffd07d50)]:
42
+ - @baeta/core@0.0.12
43
+ - @baeta/plugin@0.0.5
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.8",
3
+ "version": "0.0.9",
4
4
  "license": "MIT",
5
5
  "author": "Andrei Pampu <pampu.andrei@pm.me>",
6
6
  "homepage": "https://github.com/andreisergiu98/baeta#readme",
@@ -13,12 +13,18 @@
13
13
  "url": "https://github.com/andreisergiu98/baeta/issues"
14
14
  },
15
15
  "type": "module",
16
+ "scripts": {
17
+ "build": "tsup",
18
+ "types": "tsc --noEmit"
19
+ },
16
20
  "dependencies": {
21
+ "@baeta/config": "^0.0.3",
22
+ "@baeta/plugin": "^0.0.8",
17
23
  "@graphql-codegen/core": "^2.6.6",
18
24
  "@graphql-codegen/plugin-helpers": "^2.7.2",
19
- "@graphql-codegen/typescript": "^2.8.2",
20
- "@graphql-codegen/typescript-resolvers": "^2.7.7",
21
- "@graphql-codegen/visitor-plugin-common": "2.13.2",
25
+ "@graphql-codegen/typescript": "^2.8.3",
26
+ "@graphql-codegen/typescript-resolvers": "^2.7.8",
27
+ "@graphql-codegen/visitor-plugin-common": "2.13.3",
22
28
  "@graphql-tools/apollo-engine-loader": "^7.3.19",
23
29
  "@graphql-tools/code-file-loader": "^7.3.13",
24
30
  "@graphql-tools/git-loader": "^7.2.13",
@@ -26,44 +32,43 @@
26
32
  "@graphql-tools/graphql-file-loader": "^7.5.11",
27
33
  "@graphql-tools/json-file-loader": "^7.4.12",
28
34
  "@graphql-tools/load": "^7.8.6",
29
- "@graphql-tools/prisma-loader": "^7.2.40",
30
- "@graphql-tools/url-loader": "^7.16.20",
35
+ "@graphql-tools/prisma-loader": "^7.2.42",
36
+ "@graphql-tools/url-loader": "^7.16.22",
31
37
  "@graphql-tools/utils": "^9.1.1",
32
38
  "auto-bind": "^5.0.1",
33
39
  "change-case-all": "1.0.15",
34
40
  "parse-filepath": "^1.0.2",
35
- "tslib": "^2.4.1",
36
- "@baeta/config": "^0.0.2",
37
- "@baeta/plugin": "^0.0.7"
41
+ "tslib": "^2.4.1"
38
42
  },
39
43
  "devDependencies": {
40
- "@types/node": "^18.11.9",
44
+ "@types/node": "^18.11.10",
41
45
  "@types/parse-filepath": "1.0.0",
42
46
  "graphql": "^16.6.0",
43
47
  "tsup": "^6.5.0",
44
48
  "typescript": "^4.9.3"
45
49
  },
46
50
  "peerDependencies": {
47
- "graphql": "^15.3.0 || ^16.0.0"
51
+ "graphql": "^16.6.0"
48
52
  },
49
53
  "files": [
50
- "*.js",
51
- "*.cjs",
52
- "*.d.ts"
54
+ "dist"
53
55
  ],
54
56
  "publishConfig": {
55
57
  "access": "public",
56
- "directory": "dist"
57
- },
58
- "scripts": {
59
- "build": "tsup",
60
- "types": "tsc --noEmit"
58
+ "directory": "dist",
59
+ "exports": {
60
+ ".": {
61
+ "import": "./dist/index.js",
62
+ "require": "./dist/index.cjs",
63
+ "types": "./dist/index.d.ts"
64
+ }
65
+ }
61
66
  },
62
67
  "exports": {
63
68
  ".": {
64
- "import": "./index.js",
65
- "require": "./index.cjs",
66
- "types": "./index.d.ts"
69
+ "import": "./dist/index.js",
70
+ "require": "./dist/index.cjs",
71
+ "types": "./dist/index.d.ts"
67
72
  }
68
73
  }
69
74
  }
package/LICENSE DELETED
@@ -1,21 +0,0 @@
1
- MIT License
2
-
3
- Copyright (c) 2022 Pampu Andrei
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.