@ng-openapi/http-resource 0.0.14-pr-22-http-params-builder-e72d48f.0 → 0.0.14

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
@@ -3565,7 +3565,7 @@ var HttpResourceGenerator = class {
3565
3565
  namedImports: [
3566
3566
  "HttpParamsBuilder"
3567
3567
  ],
3568
- moduleSpecifier: "../utils"
3568
+ moduleSpecifier: "../index"
3569
3569
  }
3570
3570
  ]);
3571
3571
  if (usedTypes.size > 0) {
package/index.js CHANGED
@@ -3531,7 +3531,7 @@ var HttpResourceGenerator = class {
3531
3531
  namedImports: [
3532
3532
  "HttpParamsBuilder"
3533
3533
  ],
3534
- moduleSpecifier: "../utils"
3534
+ moduleSpecifier: "../index"
3535
3535
  }
3536
3536
  ]);
3537
3537
  if (usedTypes.size > 0) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ng-openapi/http-resource",
3
- "version": "0.0.14-pr-22-http-params-builder-e72d48f.0",
3
+ "version": "0.0.14",
4
4
  "description": "HTTP Resource plugin for ng-openapi - Angular HTTP utilities with caching and state management",
5
5
  "keywords": [
6
6
  "angular",