@utoo/pack-shared 1.4.13-alpha.2 → 1.4.14-alpha.0

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/cjs/config.d.ts CHANGED
@@ -219,6 +219,9 @@ export interface ConfigComplete {
219
219
  };
220
220
  styles?: {
221
221
  autoCssModules?: boolean;
222
+ cssModules?: {
223
+ localIdentName?: string;
224
+ };
222
225
  emotion?: boolean | EmotionOptions;
223
226
  postcss?: JSONValue;
224
227
  less?: {
package/esm/config.d.ts CHANGED
@@ -219,6 +219,9 @@ export interface ConfigComplete {
219
219
  };
220
220
  styles?: {
221
221
  autoCssModules?: boolean;
222
+ cssModules?: {
223
+ localIdentName?: string;
224
+ };
222
225
  emotion?: boolean | EmotionOptions;
223
226
  postcss?: JSONValue;
224
227
  less?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@utoo/pack-shared",
3
- "version": "1.4.13-alpha.2",
3
+ "version": "1.4.14-alpha.0",
4
4
  "main": "cjs/index.js",
5
5
  "module": "esm/index.js",
6
6
  "types": "esm/index.d.ts",