@ng-openapi/http-resource 0.0.15 → 0.0.16

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 +1 -1
  2. package/index.js +1 -1
  3. package/package.json +1 -1
package/index.cjs CHANGED
@@ -100,7 +100,7 @@ function getTypeScriptType(schemaOrType, config, formatOrNullable, isNullable, c
100
100
  case "null":
101
101
  return "null";
102
102
  default:
103
- return nullableType("unknown", nullable);
103
+ return nullableType("any", nullable);
104
104
  }
105
105
  }
106
106
  __name(getTypeScriptType, "getTypeScriptType");
package/index.js CHANGED
@@ -66,7 +66,7 @@ function getTypeScriptType(schemaOrType, config, formatOrNullable, isNullable, c
66
66
  case "null":
67
67
  return "null";
68
68
  default:
69
- return nullableType("unknown", nullable);
69
+ return nullableType("any", nullable);
70
70
  }
71
71
  }
72
72
  __name(getTypeScriptType, "getTypeScriptType");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ng-openapi/http-resource",
3
- "version": "0.0.15",
3
+ "version": "0.0.16",
4
4
  "description": "HTTP Resource plugin for ng-openapi - Angular HTTP utilities with caching and state management",
5
5
  "keywords": [
6
6
  "angular",