zova-cli-set-front 1.1.193 → 1.1.194
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.
|
@@ -8,11 +8,11 @@ export class ScopeModule${relativeNameCapitalize} extends BeanScopeBase {}
|
|
|
8
8
|
|
|
9
9
|
export interface ScopeModule${relativeNameCapitalize}
|
|
10
10
|
extends TypeModuleResource<
|
|
11
|
-
${options.config ? 'typeof config' : '
|
|
12
|
-
${options.errors ? 'typeof Errors' : '
|
|
13
|
-
${options.locales ? '(typeof locales)[TypeLocaleBase]' : '
|
|
14
|
-
${options.constants ? 'typeof constants' : '
|
|
15
|
-
${options.services ? 'typeof services' : '
|
|
11
|
+
${options.config ? 'typeof config' : 'never'},
|
|
12
|
+
${options.errors ? 'typeof Errors' : 'never'},
|
|
13
|
+
${options.locales ? '(typeof locales)[TypeLocaleBase]' : 'never'},
|
|
14
|
+
${options.constants ? 'typeof constants' : 'never'},
|
|
15
|
+
${options.services ? 'typeof services' : 'never'},
|
|
16
16
|
> {}
|
|
17
17
|
|
|
18
18
|
import 'zova';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generateScope.js","sourceRoot":"","sources":["../../../../src/lib/bean/toolsMetadata/generateScope.ts"],"names":[],"mappings":"AAQA,MAAM,CAAC,KAAK,UAAU,aAAa,CAAC,UAAkB,EAAE,sBAA8B,EAAE,OAA6B;IACnH,UAAU;IACV,MAAM,OAAO,GAAG;iCACe,OAAO,CAAC,OAAO,CAAC,CAAC,CAAC,iBAAiB,CAAC,CAAC,CAAC,EAAE;;;0BAG/C,sBAAsB;;8BAElB,sBAAsB;;MAE9C,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC,eAAe,CAAC,CAAC,CAAC,
|
|
1
|
+
{"version":3,"file":"generateScope.js","sourceRoot":"","sources":["../../../../src/lib/bean/toolsMetadata/generateScope.ts"],"names":[],"mappings":"AAQA,MAAM,CAAC,KAAK,UAAU,aAAa,CAAC,UAAkB,EAAE,sBAA8B,EAAE,OAA6B;IACnH,UAAU;IACV,MAAM,OAAO,GAAG;iCACe,OAAO,CAAC,OAAO,CAAC,CAAC,CAAC,iBAAiB,CAAC,CAAC,CAAC,EAAE;;;0BAG/C,sBAAsB;;8BAElB,sBAAsB;;MAE9C,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC,eAAe,CAAC,CAAC,CAAC,OAAO;MAC1C,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC,eAAe,CAAC,CAAC,CAAC,OAAO;MAC1C,OAAO,CAAC,OAAO,CAAC,CAAC,CAAC,kCAAkC,CAAC,CAAC,CAAC,OAAO;MAC9D,OAAO,CAAC,SAAS,CAAC,CAAC,CAAC,kBAAkB,CAAC,CAAC,CAAC,OAAO;MAChD,OAAO,CAAC,QAAQ,CAAC,CAAC,CAAC,iBAAiB,CAAC,CAAC,CAAC,OAAO;;;;;;OAM7C,UAAU,iBAAiB,sBAAsB;;;IAIpD,OAAO,CAAC,MAAM;QACZ,CAAC,CAAC;OACD,UAAU;IACb;QACE,CAAC,CAAC,EACN;;IAGE,OAAO,CAAC,OAAO;QACb,CAAC,CAAC;OACD,UAAU;IACb;QACE,CAAC,CAAC,EACN;;;CAGD,CAAC;IACA,OAAO,OAAO,CAAC;AACjB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zova-cli-set-front",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.194",
|
|
4
4
|
"description": "zova cli-set-front",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"zova-shared": "^1.0.4",
|
|
50
50
|
"zova-vite": "^1.0.179"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "13ec163128dc73a4171ae142bf92dffb00c67d45"
|
|
53
53
|
}
|