@modern-js/bff-generator 3.7.5 → 3.7.6
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.
- package/dist/index.js +1 -1
- package/package.json +7 -7
package/dist/index.js
CHANGED
|
@@ -79005,7 +79005,7 @@ function _async_to_generator(fn) {
|
|
|
79005
79005
|
};
|
|
79006
79006
|
}
|
|
79007
79007
|
|
|
79008
|
-
// ../../../../node_modules/.pnpm/tslib@2.
|
|
79008
|
+
// ../../../../node_modules/.pnpm/tslib@2.8.1/node_modules/tslib/tslib.es6.mjs
|
|
79009
79009
|
function __generator(thisArg, body) {
|
|
79010
79010
|
var _ = { label: 0, sent: function() {
|
|
79011
79011
|
if (t[0] & 1)
|
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"modern",
|
|
16
16
|
"modern.js"
|
|
17
17
|
],
|
|
18
|
-
"version": "3.7.
|
|
18
|
+
"version": "3.7.6",
|
|
19
19
|
"jsnext:source": "./src/index.ts",
|
|
20
20
|
"types": "./src/index.ts",
|
|
21
21
|
"main": "./dist/index.js",
|
|
@@ -24,19 +24,19 @@
|
|
|
24
24
|
"/dist/index.js"
|
|
25
25
|
],
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@modern-js/codesmith-utils": "2.6.5",
|
|
28
27
|
"@modern-js/codesmith": "2.6.5",
|
|
29
28
|
"@modern-js/codesmith-api-app": "2.6.5",
|
|
30
29
|
"@modern-js/codesmith-api-json": "2.6.5",
|
|
30
|
+
"@modern-js/codesmith-utils": "2.6.5",
|
|
31
31
|
"@types/jest": "^29",
|
|
32
32
|
"@types/node": "^14",
|
|
33
33
|
"jest": "^29",
|
|
34
34
|
"typescript": "^5",
|
|
35
|
-
"@modern-js/generator-common": "3.7.
|
|
36
|
-
"@modern-js/
|
|
37
|
-
"@
|
|
38
|
-
"@scripts/
|
|
39
|
-
"@
|
|
35
|
+
"@modern-js/generator-common": "3.7.6",
|
|
36
|
+
"@modern-js/generator-utils": "3.7.6",
|
|
37
|
+
"@modern-js/plugin-i18n": "2.63.0",
|
|
38
|
+
"@scripts/build": "2.63.0",
|
|
39
|
+
"@scripts/jest-config": "2.63.0"
|
|
40
40
|
},
|
|
41
41
|
"sideEffects": false,
|
|
42
42
|
"publishConfig": {
|