@homebound/graphql-typescript-scalar-type-policies
Advanced tools
Comparing version 2.10.0 to 2.11.0
@@ -34,3 +34,3 @@ "use strict"; | ||
}; | ||
`.toStringWithImports(); | ||
`.toString(); | ||
return { content }; | ||
@@ -37,0 +37,0 @@ }; |
{ | ||
"name": "@homebound/graphql-typescript-scalar-type-policies", | ||
"version": "2.10.0", | ||
"version": "2.11.0", | ||
"main": "./build/index.js", | ||
@@ -15,14 +15,14 @@ "types": "./build/", | ||
"dependencies": { | ||
"@graphql-codegen/plugin-helpers": "^2.6.2", | ||
"change-case": "^4.1.1", | ||
"ts-poet": "^5.0.1" | ||
"@graphql-codegen/plugin-helpers": "^5.0.1", | ||
"change-case": "^4.1.2", | ||
"ts-poet": "^6.6.0" | ||
}, | ||
"devDependencies": { | ||
"@graphql-codegen/cli": "^2.11.8", | ||
"graphql": "^15.5.1", | ||
"@graphql-codegen/cli": "^5.0.0", | ||
"graphql": "^16.8.1", | ||
"husky": "^3.0.9", | ||
"jest": "^27.0.6", | ||
"prettier": "^2.7.1", | ||
"ts-jest": "^27.0.4", | ||
"typescript": "^4.8.2" | ||
"jest": "^29.7.0", | ||
"prettier": "^3.0.3", | ||
"ts-jest": "^29.1.1", | ||
"typescript": "^5.2.2" | ||
}, | ||
@@ -29,0 +29,0 @@ "husky": { |
4911
+ Added@graphql-codegen/plugin-helpers@5.1.0(transitive)
+ Added@graphql-tools/utils@10.7.0(transitive)
+ Added@graphql-typed-document-node/core@3.2.0(transitive)
+ Addedchange-case-all@1.0.15(transitive)
+ Addedcross-inspect@1.0.1(transitive)
+ Addeddetect-libc@1.0.3(transitive)
+ Addeddprint-node@1.0.8(transitive)
+ Addeddset@3.1.4(transitive)
+ Addedts-poet@6.9.0(transitive)
+ Addedtslib@2.6.3(transitive)
- Removed@dprint/formatter@0.2.1(transitive)
- Removed@dprint/typescript@0.71.2(transitive)
- Removed@graphql-codegen/plugin-helpers@2.7.2(transitive)
- Removed@graphql-tools/utils@8.13.1(transitive)
- Removedchange-case-all@1.0.14(transitive)
- Removedts-poet@5.2.0(transitive)
- Removedtslib@2.4.1(transitive)
Updatedchange-case@^4.1.2
Updatedts-poet@^6.6.0