@jahia/javascript-modules-library 0.8.0 → 0.9.0-alpha-20250722065744303

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.
@@ -57,6 +57,7 @@ export class ConfigHelper {
57
57
  export class GQLHelper {
58
58
  /**
59
59
  * Execute an asynchronous GraphQL query using the specified parameters and return a Promise that will be resolved with the result
60
+ *
60
61
  * @param parameters the parameters can contain the following keys:
61
62
  *
62
63
  * query (string) : the GraphQL query to be executed
@@ -72,6 +73,7 @@ export class GQLHelper {
72
73
  executeQuery(parameters: any): Promise<any>;
73
74
  /**
74
75
  * Execute a synchronous GraphQL query using the specified parameters and return the result
76
+ *
75
77
  * @param parameters the parameters can contain the following keys:
76
78
  *
77
79
  * query (string) : the GraphQL query to be executed
package/dist/package.tgz CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jahia/javascript-modules-library",
3
- "version": "0.8.0",
3
+ "version": "0.9.0-alpha-20250722065744303",
4
4
  "homepage": "https://github.com/Jahia/javascript-modules/tree/main/javascript-modules-library#readme",
5
5
  "bugs": {
6
6
  "url": "https://github.com/Jahia/javascript-modules/issues"