@bleedingdev/modern-js-create-request 3.2.0-ultramodern.0 → 3.2.0-ultramodern.10

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.
@@ -2,7 +2,7 @@ import type { HttpMethodDecider } from '@modern-js/types';
2
2
  export declare const BFF_ENVELOPE_HEADER = "x-modernjs-bff-envelope";
3
3
  export declare const BFF_OPERATION_CONTEXT_HEADER = "x-operation-id";
4
4
  export declare const BFF_OPERATION_CONTEXT_DETAIL_HEADER = "x-modernjs-bff-operation-context";
5
- export declare const BFF_DEFAULT_PROTECTED_IDENTITY_HEADERS: readonly ["x-tenant-id", "x-subject-id", "x-user-id", "x-operation-id"];
5
+ export declare const BFF_DEFAULT_PROTECTED_IDENTITY_HEADERS: readonly ['x-tenant-id', 'x-subject-id', 'x-user-id', "x-operation-id"];
6
6
  export type BFFRequestPayload = {
7
7
  params?: Record<string, any>;
8
8
  query?: Record<string, any>;
package/package.json CHANGED
@@ -17,7 +17,7 @@
17
17
  "modern",
18
18
  "modern.js"
19
19
  ],
20
- "version": "3.2.0-ultramodern.0",
20
+ "version": "3.2.0-ultramodern.10",
21
21
  "modern:source": "./src/node.ts",
22
22
  "types": "./dist/types/browser.d.ts",
23
23
  "main": "./dist/cjs/node.js",
@@ -61,8 +61,8 @@
61
61
  "encoding": "^0.1.13",
62
62
  "path-to-regexp": "^8.4.2",
63
63
  "qs": "^6.15.1",
64
- "@modern-js/utils": "npm:@bleedingdev/modern-js-utils@3.2.0-ultramodern.0",
65
- "@modern-js/runtime-utils": "npm:@bleedingdev/modern-js-runtime-utils@3.2.0-ultramodern.0"
64
+ "@modern-js/utils": "npm:@bleedingdev/modern-js-utils@3.2.0-ultramodern.10",
65
+ "@modern-js/runtime-utils": "npm:@bleedingdev/modern-js-runtime-utils@3.2.0-ultramodern.10"
66
66
  },
67
67
  "devDependencies": {
68
68
  "@rslib/core": "0.21.5",
@@ -70,7 +70,7 @@
70
70
  "@types/qs": "^6.15.1",
71
71
  "@typescript/native-preview": "7.0.0-dev.20260516.1",
72
72
  "nock": "^14.0.15",
73
- "@modern-js/types": "npm:@bleedingdev/modern-js-types@3.2.0-ultramodern.0",
73
+ "@modern-js/types": "npm:@bleedingdev/modern-js-types@3.2.0-ultramodern.10",
74
74
  "@scripts/rstest-config": "2.66.0"
75
75
  },
76
76
  "sideEffects": false,