@toptal/davinci-graphql-codegen-extensions 1.0.4-alpha-fx-4452-add-tailwindcss-in-davinci-01ccaca7.123 → 1.0.5-alpha-fx-4497-storybook-1c02d54a.10

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/CHANGELOG.md +7 -0
  2. package/package.json +14 -19
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @toptal/davinci-graphql-codegen-extensions
2
2
 
3
+ ## 1.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2138](https://github.com/toptal/davinci/pull/2138) [`94f5d8cb`](https://github.com/toptal/davinci/commit/94f5d8cb2140bdbf3e148f1ae8d5004db9779ac4) Thanks [@dmaklygin](https://github.com/dmaklygin)!
8
+ - fix package.json structure for davinci packages
9
+
3
10
  ## 1.0.3
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,45 +1,40 @@
1
1
  {
2
2
  "name": "@toptal/davinci-graphql-codegen-extensions",
3
- "version": "1.0.4-alpha-fx-4452-add-tailwindcss-in-davinci-01ccaca7.123+01ccaca7",
4
- "description": "Toptal Graphql codegen extensions",
5
- "publishConfig": {
6
- "access": "public"
7
- },
3
+ "version": "1.0.5-alpha-fx-4497-storybook-1c02d54a.10+1c02d54a",
8
4
  "keywords": [
9
5
  "codegen",
10
6
  "graphql"
11
7
  ],
12
- "scripts": {
13
- "test": "jest --runInBand"
14
- },
8
+ "description": "Toptal Graphql codegen extensions",
9
+ "repository": "toptal/davinci.git",
15
10
  "author": "Toptal",
16
- "homepage": "https://github.com/toptal/davinci/tree/master/packages/codegen-extensions#readme",
17
11
  "license": "SEE LICENSE IN LICENSE.MD",
18
- "main": "src/index.js",
12
+ "bugs": "https://github.com/toptal/davinci/issues",
13
+ "homepage": "https://github.com/toptal/davinci/tree/master/packages/codegen-extensions#readme",
19
14
  "exports": {
20
15
  ".": "./src/index.js",
21
16
  "./enums-plugin": "./src/enums-plugin.js",
22
17
  "./schema-loader": "./src/schema-loader.js"
23
18
  },
19
+ "main": "src/index.js",
24
20
  "files": [
25
21
  "src",
26
22
  "CHANGELOG.md"
27
23
  ],
28
- "repository": {
29
- "type": "git",
30
- "url": "git+https://github.com/toptal/davinci.git"
24
+ "scripts": {
25
+ "test": "jest --runInBand"
31
26
  },
32
- "bugs": {
33
- "url": "https://github.com/toptal/davinci/issues"
27
+ "dependencies": {
28
+ "@graphql-codegen/plugin-helpers": "^2.7.1"
34
29
  },
35
30
  "devDependencies": {
36
31
  "@graphql-tools/utils": "8.12.0"
37
32
  },
38
33
  "peerDependencies": {
39
- "graphql": "^15.0.0 || ^16.0.0"
34
+ "graphql": "^16.8.1"
40
35
  },
41
- "dependencies": {
42
- "@graphql-codegen/plugin-helpers": "^2.7.1"
36
+ "publishConfig": {
37
+ "access": "public"
43
38
  },
44
- "gitHead": "01ccaca72ef6505aee5d52146938a1b15d33e18f"
39
+ "gitHead": "1c02d54a78ae5071678a0fed9a7eb172291ce0fe"
45
40
  }