@elliemae/pui-cli 8.43.1 → 8.45.1

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/app.tsconfig.json CHANGED
@@ -7,6 +7,8 @@
7
7
  "allowSyntheticDefaultImports": true,
8
8
  "esModuleInterop": true,
9
9
  "forceConsistentCasingInFileNames": true,
10
+ "emitDecoratorMetadata": true,
11
+ "experimentalDecorators": true,
10
12
  "isolatedModules": true,
11
13
  "jsx": "react-jsx",
12
14
  "moduleResolution": "node",
package/dist/cjs/index.js CHANGED
@@ -16,8 +16,8 @@ var __copyProps = (to, from, except, desc) => {
16
16
  return to;
17
17
  };
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
- var lib_exports = {};
20
- __export(lib_exports, {
19
+ var index_exports = {};
20
+ __export(index_exports, {
21
21
  babelConfig: () => import_babel_config.babelConfig,
22
22
  commitlintConfig: () => import_commitlint_config.commitlintConfig,
23
23
  eslintBaseConfig: () => import_non_react.esConfig,
@@ -30,7 +30,7 @@ __export(lib_exports, {
30
30
  stylelintConfig: () => import_stylelint_config.stylelintConfig,
31
31
  vitestConfig: () => import_vitest_config.vitestConfig
32
32
  });
33
- module.exports = __toCommonJS(lib_exports);
33
+ module.exports = __toCommonJS(index_exports);
34
34
  var import_babel_config = require("./babel.config.cjs");
35
35
  var import_non_react = require("./lint-config/eslint/non-react.cjs");
36
36
  var import_react = require("./lint-config/eslint/react.cjs");
@@ -4,6 +4,7 @@
4
4
  "syntax": "typescript",
5
5
  "jsx": true,
6
6
  "tsx": true,
7
+ "decorators": true,
7
8
  "dynamicImport": true
8
9
  },
9
10
  "target": "es2020"
@@ -4,6 +4,7 @@
4
4
  "syntax": "typescript",
5
5
  "jsx": true,
6
6
  "tsx": true,
7
+ "decorators": true,
7
8
  "dynamicImport": true
8
9
  },
9
10
  "target": "es2020"