graphql-modules 2.1.3-alpha-20230604002244-cb025297 → 2.1.3-alpha-20230605010601-f4c68f14

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/di/utils.d.ts +0 -1
  2. package/package.json +1 -1
package/di/utils.d.ts CHANGED
@@ -1,4 +1,3 @@
1
- /// <reference types="node" />
2
1
  export declare const ERROR_TYPE = "diType";
3
2
  export declare const ERROR_ORIGINAL_ERROR = "diOriginalError";
4
3
  export declare const ERROR_LOGGER = "diErrorLogger";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphql-modules",
3
- "version": "2.1.3-alpha-20230604002244-cb025297",
3
+ "version": "2.1.3-alpha-20230605010601-f4c68f14",
4
4
  "description": "Create reusable, maintainable, testable and extendable GraphQL modules",
5
5
  "sideEffects": false,
6
6
  "peerDependencies": {