mobx-tanstack-query-api 0.0.55 → 0.0.56

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/codegen/index.js +1 -1
  2. package/package.json +1 -1
package/codegen/index.js CHANGED
@@ -265,7 +265,7 @@ export * as ${exportGroupName} from './endpoints';
265
265
  if (params.namespace) {
266
266
  const namespace = typeof params.namespace === 'function'
267
267
  ? params.namespace(utils)
268
- : params.namespace;
268
+ : utils._.camelCase(params.namespace);
269
269
  codegenFs.createFile({
270
270
  path: paths.outputDir,
271
271
  fileName: '__exports.ts',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mobx-tanstack-query-api",
3
- "version": "0.0.55",
3
+ "version": "0.0.56",
4
4
  "keywords": [],
5
5
  "author": "js2me",
6
6
  "license": "MIT",