@papillonarts/setup 0.32.0 → 0.33.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.
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../src/eslint/index.mjs"],"names":[],"mappings":"AAwBA;;qCAoJC"}
1
+ {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../src/eslint/index.mjs"],"names":[],"mappings":"AAwBA;;qCAqJC"}
@@ -107,7 +107,8 @@ export function getESLintSetup({ eslintIgnores }) {
107
107
  project: [
108
108
  '<root>/tsconfig.json',
109
109
  '<root>packages/components/tsconfig.json',
110
- '<root>packages/library/jsconfig.json',
110
+ '<root>packages/library/tsconfig.json',
111
+ '<root>packages/lodash/tsconfig.json',
111
112
  '<root>packages/setup/jsconfig.json',
112
113
  ],
113
114
  }),
@@ -1 +1 @@
1
- {"version":3,"file":"mainSetup.d.ts","sourceRoot":"","sources":["../../src/storybook/mainSetup.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAA;AAOhE,wBAAgB,qBAAqB,CAAC,EAAE,OAAO,EAAE,UAAU,EAAE,YAAY,EAAE;;;;CAAA,mBAsQ1E"}
1
+ {"version":3,"file":"mainSetup.d.ts","sourceRoot":"","sources":["../../src/storybook/mainSetup.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAA;AAOhE,wBAAgB,qBAAqB,CAAC,EAAE,OAAO,EAAE,UAAU,EAAE,YAAY,EAAE;;;;CAAA,mBAiQ1E"}
@@ -247,11 +247,6 @@ function getStorybookMainSetup(_ref) {
247
247
  },
248
248
  skipCompiler: false
249
249
  }
250
- // https://storybook.js.org/docs/configure/environment-variables
251
- // env: (config) => ({
252
- // ...config,
253
- // __DEV__: JSON.stringify(true),
254
- // }),
255
250
  };
256
251
  return config;
257
252
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@papillonarts/setup",
3
- "version": "0.32.0",
3
+ "version": "0.33.0",
4
4
  "description": "Papillon Arts Setup",
5
5
  "homepage": "https://github.com/papillonarts/papillonarts/tree/master/packages/setup",
6
6
  "repository": {
@@ -37,5 +37,5 @@
37
37
  "build-acceptance": "npm run build",
38
38
  "build-release": "npm run build"
39
39
  },
40
- "gitHead": "ef4fed25144f22694108ef60333c49fbe98dba3e"
40
+ "gitHead": "4c79fc59638eb6e7b1cb30c0c690aa749050f9c8"
41
41
  }