@ng-openapi/http-resource 0.0.34-latest.0 → 0.0.34-pr-91-bugfix-nested-objects-parameter-fb5e988.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.
Files changed (3) hide show
  1. package/index.cjs +2 -2
  2. package/index.js +2 -2
  3. package/package.json +1 -1
package/index.cjs CHANGED
@@ -40,11 +40,11 @@ var import_ts_morph = require("ts-morph");
40
40
 
41
41
  // ../../shared/src/utils/string.utils.ts
42
42
  function camelCase(str2) {
43
- return str2.replace(/[-_\s]+(.)?/g, (_, char) => char ? char.toUpperCase() : "").replace(/^./, (char) => char.toLowerCase());
43
+ return str2.replace(/[-_.\s]+(.)?/g, (_, char) => char ? char.toUpperCase() : "").replace(/^./, (char) => char.toLowerCase());
44
44
  }
45
45
  __name(camelCase, "camelCase");
46
46
  function pascalCase(str2) {
47
- return str2.replace(/[-_\s]+(.)?/g, (_, char) => char ? char.toUpperCase() : "").replace(/^./, (char) => char.toUpperCase());
47
+ return str2.replace(/[-_.\s]+(.)?/g, (_, char) => char ? char.toUpperCase() : "").replace(/^./, (char) => char.toUpperCase());
48
48
  }
49
49
  __name(pascalCase, "pascalCase");
50
50
  function pascalCaseForEnums(str2) {
package/index.js CHANGED
@@ -6,11 +6,11 @@ import { Scope } from "ts-morph";
6
6
 
7
7
  // ../../shared/src/utils/string.utils.ts
8
8
  function camelCase(str2) {
9
- return str2.replace(/[-_\s]+(.)?/g, (_, char) => char ? char.toUpperCase() : "").replace(/^./, (char) => char.toLowerCase());
9
+ return str2.replace(/[-_.\s]+(.)?/g, (_, char) => char ? char.toUpperCase() : "").replace(/^./, (char) => char.toLowerCase());
10
10
  }
11
11
  __name(camelCase, "camelCase");
12
12
  function pascalCase(str2) {
13
- return str2.replace(/[-_\s]+(.)?/g, (_, char) => char ? char.toUpperCase() : "").replace(/^./, (char) => char.toUpperCase());
13
+ return str2.replace(/[-_.\s]+(.)?/g, (_, char) => char ? char.toUpperCase() : "").replace(/^./, (char) => char.toUpperCase());
14
14
  }
15
15
  __name(pascalCase, "pascalCase");
16
16
  function pascalCaseForEnums(str2) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ng-openapi/http-resource",
3
- "version": "0.0.34-latest.0",
3
+ "version": "0.0.34-pr-91-bugfix-nested-objects-parameter-fb5e988.0",
4
4
  "description": "HTTP Resource plugin for ng-openapi - Angular HTTP utilities with caching and state management",
5
5
  "keywords": [
6
6
  "angular",