@team-plain/ui-components 3.0.0 → 4.0.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.
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+ var dateTimeComponent_exports = {};
20
+ __export(dateTimeComponent_exports, {
21
+ dateTimeComponent: () => dateTimeComponent
22
+ });
23
+ module.exports = __toCommonJS(dateTimeComponent_exports);
24
+ function dateTimeComponent(args) {
25
+ return {
26
+ componentDateTime: {
27
+ dateTimeIso8601: args.dateTimeIso8601
28
+ }
29
+ };
30
+ }
31
+ // Annotate the CommonJS export names for ESM import in node:
32
+ 0 && (module.exports = {
33
+ dateTimeComponent
34
+ });
35
+ //# sourceMappingURL=dateTimeComponent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/dateTimeComponent.ts"],"sourcesContent":["import type { ComponentInput } from \"@team-plain/graphql\";\n\nexport function dateTimeComponent(args: { dateTimeIso8601: string }): ComponentInput {\n return {\n componentDateTime: {\n dateTimeIso8601: args.dateTimeIso8601,\n },\n };\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAEO,SAAS,kBAAkB,MAAmD;AACnF,SAAO;AAAA,IACL,mBAAmB;AAAA,MACjB,iBAAiB,KAAK;AAAA,IACxB;AAAA,EACF;AACF;","names":[]}
package/dist/cjs/index.js CHANGED
@@ -24,23 +24,27 @@ module.exports = __toCommonJS(index_exports);
24
24
  var import_badgeComponent = require("./badgeComponent.js");
25
25
  var import_containerComponent = require("./containerComponent.js");
26
26
  var import_copyButtonComponent = require("./copyButtonComponent.js");
27
+ var import_dateTimeComponent = require("./dateTimeComponent.js");
27
28
  var import_dividerComponent = require("./dividerComponent.js");
28
29
  var import_linkButtonComponent = require("./linkButtonComponent.js");
29
30
  var import_plainTextComponent = require("./plainTextComponent.js");
30
31
  var import_rowComponent = require("./rowComponent.js");
31
32
  var import_spacerComponent = require("./spacerComponent.js");
32
33
  var import_textComponent = require("./textComponent.js");
34
+ var import_userComponent = require("./userComponent.js");
33
35
  var import_workflowButtonComponent = require("./workflowButtonComponent.js");
34
36
  const uiComponent = {
35
37
  badge: import_badgeComponent.badgeComponent,
36
38
  container: import_containerComponent.containerComponent,
37
39
  copyButton: import_copyButtonComponent.copyButtonComponent,
40
+ dateTime: import_dateTimeComponent.dateTimeComponent,
38
41
  divider: import_dividerComponent.dividerComponent,
39
42
  linkButton: import_linkButtonComponent.linkButtonComponent,
40
43
  plainText: import_plainTextComponent.plainTextComponent,
41
44
  row: import_rowComponent.rowComponent,
42
45
  spacer: import_spacerComponent.spacerComponent,
43
46
  text: import_textComponent.textComponent,
47
+ user: import_userComponent.userComponent,
44
48
  workflowButton: import_workflowButtonComponent.workflowButtonComponent
45
49
  };
46
50
  // Annotate the CommonJS export names for ESM import in node:
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["import { badgeComponent } from \"./badgeComponent.js\";\nimport { containerComponent } from \"./containerComponent.js\";\nimport { copyButtonComponent } from \"./copyButtonComponent.js\";\nimport { dividerComponent } from \"./dividerComponent.js\";\nimport { linkButtonComponent } from \"./linkButtonComponent.js\";\nimport { plainTextComponent } from \"./plainTextComponent.js\";\nimport { rowComponent } from \"./rowComponent.js\";\nimport { spacerComponent } from \"./spacerComponent.js\";\nimport { textComponent } from \"./textComponent.js\";\nimport { workflowButtonComponent } from \"./workflowButtonComponent.js\";\n\nexport const uiComponent = {\n badge: badgeComponent,\n container: containerComponent,\n copyButton: copyButtonComponent,\n divider: dividerComponent,\n linkButton: linkButtonComponent,\n plainText: plainTextComponent,\n row: rowComponent,\n spacer: spacerComponent,\n text: textComponent,\n workflowButton: workflowButtonComponent,\n};\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,4BAA+B;AAC/B,gCAAmC;AACnC,iCAAoC;AACpC,8BAAiC;AACjC,iCAAoC;AACpC,gCAAmC;AACnC,0BAA6B;AAC7B,6BAAgC;AAChC,2BAA8B;AAC9B,qCAAwC;AAEjC,MAAM,cAAc;AAAA,EACzB,OAAO;AAAA,EACP,WAAW;AAAA,EACX,YAAY;AAAA,EACZ,SAAS;AAAA,EACT,YAAY;AAAA,EACZ,WAAW;AAAA,EACX,KAAK;AAAA,EACL,QAAQ;AAAA,EACR,MAAM;AAAA,EACN,gBAAgB;AAClB;","names":[]}
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["import { badgeComponent } from \"./badgeComponent.js\";\nimport { containerComponent } from \"./containerComponent.js\";\nimport { copyButtonComponent } from \"./copyButtonComponent.js\";\nimport { dateTimeComponent } from \"./dateTimeComponent.js\";\nimport { dividerComponent } from \"./dividerComponent.js\";\nimport { linkButtonComponent } from \"./linkButtonComponent.js\";\nimport { plainTextComponent } from \"./plainTextComponent.js\";\nimport { rowComponent } from \"./rowComponent.js\";\nimport { spacerComponent } from \"./spacerComponent.js\";\nimport { textComponent } from \"./textComponent.js\";\nimport { userComponent } from \"./userComponent.js\";\nimport { workflowButtonComponent } from \"./workflowButtonComponent.js\";\n\nexport const uiComponent = {\n badge: badgeComponent,\n container: containerComponent,\n copyButton: copyButtonComponent,\n dateTime: dateTimeComponent,\n divider: dividerComponent,\n linkButton: linkButtonComponent,\n plainText: plainTextComponent,\n row: rowComponent,\n spacer: spacerComponent,\n text: textComponent,\n user: userComponent,\n workflowButton: workflowButtonComponent,\n};\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,4BAA+B;AAC/B,gCAAmC;AACnC,iCAAoC;AACpC,+BAAkC;AAClC,8BAAiC;AACjC,iCAAoC;AACpC,gCAAmC;AACnC,0BAA6B;AAC7B,6BAAgC;AAChC,2BAA8B;AAC9B,2BAA8B;AAC9B,qCAAwC;AAEjC,MAAM,cAAc;AAAA,EACzB,OAAO;AAAA,EACP,WAAW;AAAA,EACX,YAAY;AAAA,EACZ,UAAU;AAAA,EACV,SAAS;AAAA,EACT,YAAY;AAAA,EACZ,WAAW;AAAA,EACX,KAAK;AAAA,EACL,QAAQ;AAAA,EACR,MAAM;AAAA,EACN,MAAM;AAAA,EACN,gBAAgB;AAClB;","names":[]}
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+ var userComponent_exports = {};
20
+ __export(userComponent_exports, {
21
+ userComponent: () => userComponent
22
+ });
23
+ module.exports = __toCommonJS(userComponent_exports);
24
+ function userComponent(args) {
25
+ return {
26
+ componentUser: {
27
+ userIdentifier: {
28
+ ...args.userIdentifier
29
+ }
30
+ }
31
+ };
32
+ }
33
+ // Annotate the CommonJS export names for ESM import in node:
34
+ 0 && (module.exports = {
35
+ userComponent
36
+ });
37
+ //# sourceMappingURL=userComponent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/userComponent.ts"],"sourcesContent":["import type { ComponentInput } from \"@team-plain/graphql\";\n\nexport function userComponent(args: {\n userIdentifier: { emailAddress: string } | { userId: string };\n}): ComponentInput {\n return {\n componentUser: {\n userIdentifier: {\n ...args.userIdentifier,\n },\n },\n };\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAEO,SAAS,cAAc,MAEX;AACjB,SAAO;AAAA,IACL,eAAe;AAAA,MACb,gBAAgB;AAAA,QACd,GAAG,KAAK;AAAA,MACV;AAAA,IACF;AAAA,EACF;AACF;","names":[]}
@@ -0,0 +1,5 @@
1
+ import type { ComponentInput } from "@team-plain/graphql";
2
+ export declare function dateTimeComponent(args: {
3
+ dateTimeIso8601: string;
4
+ }): ComponentInput;
5
+ //# sourceMappingURL=dateTimeComponent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dateTimeComponent.d.ts","sourceRoot":"","sources":["../src/dateTimeComponent.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAE1D,wBAAgB,iBAAiB,CAAC,IAAI,EAAE;IAAE,eAAe,EAAE,MAAM,CAAA;CAAE,GAAG,cAAc,CAMnF"}
@@ -0,0 +1,8 @@
1
+ export function dateTimeComponent(args) {
2
+ return {
3
+ componentDateTime: {
4
+ dateTimeIso8601: args.dateTimeIso8601,
5
+ },
6
+ };
7
+ }
8
+ //# sourceMappingURL=dateTimeComponent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dateTimeComponent.js","sourceRoot":"","sources":["../src/dateTimeComponent.ts"],"names":[],"mappings":"AAEA,MAAM,UAAU,iBAAiB,CAAC,IAAiC;IACjE,OAAO;QACL,iBAAiB,EAAE;YACjB,eAAe,EAAE,IAAI,CAAC,eAAe;SACtC;KACF,CAAC;AACJ,CAAC"}
package/dist/index.d.ts CHANGED
@@ -1,23 +1,27 @@
1
1
  import { badgeComponent } from "./badgeComponent.js";
2
2
  import { containerComponent } from "./containerComponent.js";
3
3
  import { copyButtonComponent } from "./copyButtonComponent.js";
4
+ import { dateTimeComponent } from "./dateTimeComponent.js";
4
5
  import { dividerComponent } from "./dividerComponent.js";
5
6
  import { linkButtonComponent } from "./linkButtonComponent.js";
6
7
  import { plainTextComponent } from "./plainTextComponent.js";
7
8
  import { rowComponent } from "./rowComponent.js";
8
9
  import { spacerComponent } from "./spacerComponent.js";
9
10
  import { textComponent } from "./textComponent.js";
11
+ import { userComponent } from "./userComponent.js";
10
12
  import { workflowButtonComponent } from "./workflowButtonComponent.js";
11
13
  export declare const uiComponent: {
12
14
  badge: typeof badgeComponent;
13
15
  container: typeof containerComponent;
14
16
  copyButton: typeof copyButtonComponent;
17
+ dateTime: typeof dateTimeComponent;
15
18
  divider: typeof dividerComponent;
16
19
  linkButton: typeof linkButtonComponent;
17
20
  plainText: typeof plainTextComponent;
18
21
  row: typeof rowComponent;
19
22
  spacer: typeof spacerComponent;
20
23
  text: typeof textComponent;
24
+ user: typeof userComponent;
21
25
  workflowButton: typeof workflowButtonComponent;
22
26
  };
23
27
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAC/D,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAC/D,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACjD,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACnD,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AAEvE,eAAO,MAAM,WAAW;;;;;;;;;;;CAWvB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAC/D,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAC/D,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACjD,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACnD,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACnD,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AAEvE,eAAO,MAAM,WAAW;;;;;;;;;;;;;CAavB,CAAC"}
package/dist/index.js CHANGED
@@ -1,23 +1,27 @@
1
1
  import { badgeComponent } from "./badgeComponent.js";
2
2
  import { containerComponent } from "./containerComponent.js";
3
3
  import { copyButtonComponent } from "./copyButtonComponent.js";
4
+ import { dateTimeComponent } from "./dateTimeComponent.js";
4
5
  import { dividerComponent } from "./dividerComponent.js";
5
6
  import { linkButtonComponent } from "./linkButtonComponent.js";
6
7
  import { plainTextComponent } from "./plainTextComponent.js";
7
8
  import { rowComponent } from "./rowComponent.js";
8
9
  import { spacerComponent } from "./spacerComponent.js";
9
10
  import { textComponent } from "./textComponent.js";
11
+ import { userComponent } from "./userComponent.js";
10
12
  import { workflowButtonComponent } from "./workflowButtonComponent.js";
11
13
  export const uiComponent = {
12
14
  badge: badgeComponent,
13
15
  container: containerComponent,
14
16
  copyButton: copyButtonComponent,
17
+ dateTime: dateTimeComponent,
15
18
  divider: dividerComponent,
16
19
  linkButton: linkButtonComponent,
17
20
  plainText: plainTextComponent,
18
21
  row: rowComponent,
19
22
  spacer: spacerComponent,
20
23
  text: textComponent,
24
+ user: userComponent,
21
25
  workflowButton: workflowButtonComponent,
22
26
  };
23
27
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAC/D,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAC/D,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACjD,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACnD,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AAEvE,MAAM,CAAC,MAAM,WAAW,GAAG;IACzB,KAAK,EAAE,cAAc;IACrB,SAAS,EAAE,kBAAkB;IAC7B,UAAU,EAAE,mBAAmB;IAC/B,OAAO,EAAE,gBAAgB;IACzB,UAAU,EAAE,mBAAmB;IAC/B,SAAS,EAAE,kBAAkB;IAC7B,GAAG,EAAE,YAAY;IACjB,MAAM,EAAE,eAAe;IACvB,IAAI,EAAE,aAAa;IACnB,cAAc,EAAE,uBAAuB;CACxC,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAC/D,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAC/D,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACjD,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACnD,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACnD,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AAEvE,MAAM,CAAC,MAAM,WAAW,GAAG;IACzB,KAAK,EAAE,cAAc;IACrB,SAAS,EAAE,kBAAkB;IAC7B,UAAU,EAAE,mBAAmB;IAC/B,QAAQ,EAAE,iBAAiB;IAC3B,OAAO,EAAE,gBAAgB;IACzB,UAAU,EAAE,mBAAmB;IAC/B,SAAS,EAAE,kBAAkB;IAC7B,GAAG,EAAE,YAAY;IACjB,MAAM,EAAE,eAAe;IACvB,IAAI,EAAE,aAAa;IACnB,IAAI,EAAE,aAAa;IACnB,cAAc,EAAE,uBAAuB;CACxC,CAAC"}
@@ -0,0 +1,9 @@
1
+ import type { ComponentInput } from "@team-plain/graphql";
2
+ export declare function userComponent(args: {
3
+ userIdentifier: {
4
+ emailAddress: string;
5
+ } | {
6
+ userId: string;
7
+ };
8
+ }): ComponentInput;
9
+ //# sourceMappingURL=userComponent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"userComponent.d.ts","sourceRoot":"","sources":["../src/userComponent.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAE1D,wBAAgB,aAAa,CAAC,IAAI,EAAE;IAClC,cAAc,EAAE;QAAE,YAAY,EAAE,MAAM,CAAA;KAAE,GAAG;QAAE,MAAM,EAAE,MAAM,CAAA;KAAE,CAAC;CAC/D,GAAG,cAAc,CAQjB"}
@@ -0,0 +1,10 @@
1
+ export function userComponent(args) {
2
+ return {
3
+ componentUser: {
4
+ userIdentifier: {
5
+ ...args.userIdentifier,
6
+ },
7
+ },
8
+ };
9
+ }
10
+ //# sourceMappingURL=userComponent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"userComponent.js","sourceRoot":"","sources":["../src/userComponent.ts"],"names":[],"mappings":"AAEA,MAAM,UAAU,aAAa,CAAC,IAE7B;IACC,OAAO;QACL,aAAa,EAAE;YACb,cAAc,EAAE;gBACd,GAAG,IAAI,CAAC,cAAc;aACvB;SACF;KACF,CAAC;AACJ,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@team-plain/ui-components",
3
- "version": "3.0.0",
3
+ "version": "4.0.0",
4
4
  "description": "UI component builder helpers for Plain",
5
5
  "license": "MIT",
6
6
  "author": "Plain <hello@plain.com> (https://plain.com)",
@@ -42,12 +42,12 @@
42
42
  "dist"
43
43
  ],
44
44
  "peerDependencies": {
45
- "@team-plain/graphql": "1.1.0"
45
+ "@team-plain/graphql": "1.2.0"
46
46
  },
47
47
  "devDependencies": {
48
48
  "tsup": "^8.5.1",
49
49
  "typescript": "^5.7.0",
50
- "@team-plain/graphql": "1.1.0"
50
+ "@team-plain/graphql": "1.2.0"
51
51
  },
52
52
  "scripts": {
53
53
  "build": "tsc && tsup",