@cedarjs/web 0.1.1 → 0.2.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.
@@ -16,9 +16,8 @@ import { type DocumentNode } from 'graphql';
16
16
  * `
17
17
  * ```
18
18
  *
19
- * @param {DocumentNode} document
20
- * graphql query or mutation to get the operation name for
21
- * @returns {string} empty string if no operation name could be found
19
+ * @param document GraphQL query or mutation to get the operation name for
20
+ * @returns empty string if no operation name could be found
22
21
  */
23
22
  export declare function getOperationName(document: DocumentNode): string;
24
23
  //# sourceMappingURL=graphql.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"graphql.d.ts","sourceRoot":"","sources":["../../src/graphql.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,YAAY,EAAE,MAAM,SAAS,CAAA;AAEjD;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,wBAAgB,gBAAgB,CAAC,QAAQ,EAAE,YAAY,UAWtD"}
1
+ {"version":3,"file":"graphql.d.ts","sourceRoot":"","sources":["../../src/graphql.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,YAAY,EAAE,MAAM,SAAS,CAAA;AAEjD;;;;;;;;;;;;;;;;;;;GAmBG;AACH,wBAAgB,gBAAgB,CAAC,QAAQ,EAAE,YAAY,UAWtD"}
package/dist/graphql.d.ts CHANGED
@@ -16,9 +16,8 @@ import { type DocumentNode } from 'graphql';
16
16
  * `
17
17
  * ```
18
18
  *
19
- * @param {DocumentNode} document
20
- * graphql query or mutation to get the operation name for
21
- * @returns {string} empty string if no operation name could be found
19
+ * @param document GraphQL query or mutation to get the operation name for
20
+ * @returns empty string if no operation name could be found
22
21
  */
23
22
  export declare function getOperationName(document: DocumentNode): string;
24
23
  //# sourceMappingURL=graphql.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"graphql.d.ts","sourceRoot":"","sources":["../src/graphql.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,YAAY,EAAE,MAAM,SAAS,CAAA;AAEjD;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,wBAAgB,gBAAgB,CAAC,QAAQ,EAAE,YAAY,UAWtD"}
1
+ {"version":3,"file":"graphql.d.ts","sourceRoot":"","sources":["../src/graphql.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,YAAY,EAAE,MAAM,SAAS,CAAA;AAEjD;;;;;;;;;;;;;;;;;;;GAmBG;AACH,wBAAgB,gBAAgB,CAAC,QAAQ,EAAE,YAAY,UAWtD"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/web",
3
- "version": "0.1.1",
3
+ "version": "0.2.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/cedarjs/cedar.git",
@@ -142,9 +142,9 @@
142
142
  },
143
143
  "dependencies": {
144
144
  "@apollo/client": "3.13.8",
145
- "@babel/runtime-corejs3": "7.27.1",
146
- "@cedarjs/auth": "0.1.1",
147
- "@cedarjs/server-store": "0.1.1",
145
+ "@babel/runtime-corejs3": "7.27.6",
146
+ "@cedarjs/auth": "0.2.0",
147
+ "@cedarjs/server-store": "0.2.0",
148
148
  "@whatwg-node/fetch": "0.9.21",
149
149
  "apollo-upload-client": "18.0.1",
150
150
  "cookie": "0.7.2",
@@ -162,10 +162,10 @@
162
162
  "@arethetypeswrong/cli": "0.18.1",
163
163
  "@babel/cli": "7.27.2",
164
164
  "@babel/core": "^7.26.10",
165
- "@babel/plugin-transform-runtime": "7.27.1",
166
- "@babel/runtime": "7.27.1",
167
- "@cedarjs/framework-tools": "0.1.1",
168
- "@cedarjs/internal": "0.1.1",
165
+ "@babel/plugin-transform-runtime": "7.27.4",
166
+ "@babel/runtime": "7.27.6",
167
+ "@cedarjs/framework-tools": "0.2.0",
168
+ "@cedarjs/internal": "0.2.0",
169
169
  "@rollup/plugin-babel": "6.0.4",
170
170
  "@testing-library/jest-dom": "6.5.0",
171
171
  "@testing-library/react": "14.3.1",
@@ -173,14 +173,14 @@
173
173
  "@types/react": "^18.2.55",
174
174
  "@types/react-dom": "^18.2.19",
175
175
  "concurrently": "8.2.2",
176
- "nodemon": "3.1.9",
176
+ "nodemon": "3.1.10",
177
177
  "publint": "0.3.12",
178
178
  "react": "18.3.1",
179
179
  "react-dom": "18.3.1",
180
180
  "tstyche": "3.0.0",
181
- "tsx": "4.19.3",
181
+ "tsx": "4.19.4",
182
182
  "typescript": "5.6.2",
183
- "vitest": "2.1.9"
183
+ "vitest": "3.2.4"
184
184
  },
185
185
  "peerDependencies": {
186
186
  "react": "18.3.1",
@@ -189,5 +189,5 @@
189
189
  "publishConfig": {
190
190
  "access": "public"
191
191
  },
192
- "gitHead": "87e486de4e0bced95a0441f3bbe4977508b161e9"
192
+ "gitHead": "568c8f994789688a43c5f57181505d7461417b0f"
193
193
  }