@modern-js/core 2.67.2 → 2.67.3

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.
@@ -72,4 +72,9 @@ export interface IAppContext {
72
72
  * @private
73
73
  */
74
74
  partialsByEntrypoint?: Record<string, HtmlPartials>;
75
+ /**
76
+ * Identification for bff runtime framework
77
+ * @private
78
+ */
79
+ bffRuntimeFramework?: string;
75
80
  }
package/package.json CHANGED
@@ -14,7 +14,7 @@
14
14
  "modern",
15
15
  "modern.js"
16
16
  ],
17
- "version": "2.67.2",
17
+ "version": "2.67.3",
18
18
  "jsnext:source": "./src/index.ts",
19
19
  "types": "./dist/index.d.ts",
20
20
  "main": "./dist/index.js",
@@ -71,9 +71,9 @@
71
71
  },
72
72
  "dependencies": {
73
73
  "@swc/helpers": "0.5.13",
74
- "@modern-js/node-bundle-require": "2.67.2",
75
- "@modern-js/plugin": "2.67.2",
76
- "@modern-js/utils": "2.67.2"
74
+ "@modern-js/node-bundle-require": "2.67.3",
75
+ "@modern-js/plugin": "2.67.3",
76
+ "@modern-js/utils": "2.67.3"
77
77
  },
78
78
  "devDependencies": {
79
79
  "@types/jest": "^29",
@@ -81,8 +81,8 @@
81
81
  "jest": "^29",
82
82
  "tsm": "2.3.0",
83
83
  "typescript": "^5",
84
- "@modern-js/types": "2.67.2",
85
- "@modern-js/uni-builder": "2.67.2",
84
+ "@modern-js/types": "2.67.3",
85
+ "@modern-js/uni-builder": "2.67.3",
86
86
  "@scripts/build": "2.66.0",
87
87
  "@scripts/jest-config": "2.66.0"
88
88
  },