@graphql-codegen/c-sharp 4.2.1-alpha-66fd7ef2f.0 → 4.2.1-alpha-ac95f9557.0

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 (3) hide show
  1. package/index.js +2 -0
  2. package/index.mjs +2 -0
  3. package/package.json +2 -2
package/index.js CHANGED
@@ -32,6 +32,7 @@ const csharpValueTypes = [
32
32
  'DateTime',
33
33
  ];
34
34
 
35
+ // This file is bundled and inlined.
35
36
  function transformComment(comment, indentLevel = 0) {
36
37
  if (!comment) {
37
38
  return '';
@@ -95,6 +96,7 @@ function wrapFieldType(fieldType, listTypeField, listType = 'IEnumerable') {
95
96
  }
96
97
  }
97
98
 
99
+ // This file is bundled and inlined.
98
100
  class CSharpDeclarationBlock {
99
101
  constructor() {
100
102
  this._name = null;
package/index.mjs CHANGED
@@ -28,6 +28,7 @@ const csharpValueTypes = [
28
28
  'DateTime',
29
29
  ];
30
30
 
31
+ // This file is bundled and inlined.
31
32
  function transformComment(comment, indentLevel = 0) {
32
33
  if (!comment) {
33
34
  return '';
@@ -91,6 +92,7 @@ function wrapFieldType(fieldType, listTypeField, listType = 'IEnumerable') {
91
92
  }
92
93
  }
93
94
 
95
+ // This file is bundled and inlined.
94
96
  class CSharpDeclarationBlock {
95
97
  constructor() {
96
98
  this._name = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-codegen/c-sharp",
3
- "version": "4.2.1-alpha-66fd7ef2f.0",
3
+ "version": "4.2.1-alpha-ac95f9557.0",
4
4
  "description": "GraphQL Code Generator plugin for generating CSharp code based on a GraphQL schema",
5
5
  "sideEffects": false,
6
6
  "peerDependencies": {
@@ -8,7 +8,7 @@
8
8
  },
9
9
  "dependencies": {
10
10
  "@graphql-codegen/plugin-helpers": "^2.3.0",
11
- "@graphql-codegen/visitor-plugin-common": "2.5.1-alpha-66fd7ef2f.0",
11
+ "@graphql-codegen/visitor-plugin-common": "2.5.1-alpha-ac95f9557.0",
12
12
  "change-case-all": "1.0.14",
13
13
  "tslib": "~2.3.0",
14
14
  "unixify": "^1.0.0"