@elliemae/ds-query-builder 3.34.0-next.2 → 3.34.0-next.4

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.
Files changed (1) hide show
  1. package/package.json +16 -16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-query-builder",
3
- "version": "3.34.0-next.2",
3
+ "version": "3.34.0-next.4",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Query Builder",
6
6
  "files": [
@@ -11,6 +11,7 @@
11
11
  "types": "./dist/types/index.d.ts",
12
12
  "exports": {
13
13
  ".": {
14
+ "types": "./dist/types/index.d.ts",
14
15
  "import": "./dist/esm/index.js",
15
16
  "require": "./dist/cjs/index.js"
16
17
  },
@@ -174,23 +175,23 @@
174
175
  "classnames": "~2.3.2",
175
176
  "prop-types": "~15.8.1",
176
177
  "react-addons-update": "~15.6.3",
177
- "@elliemae/ds-button": "3.34.0-next.2",
178
- "@elliemae/ds-accordion": "3.34.0-next.2",
179
- "@elliemae/ds-grid": "3.34.0-next.2",
180
- "@elliemae/ds-classnames": "3.34.0-next.2",
181
- "@elliemae/ds-form": "3.34.0-next.2",
182
- "@elliemae/ds-icon": "3.34.0-next.2",
183
- "@elliemae/ds-popper": "3.34.0-next.2",
184
- "@elliemae/ds-icons": "3.34.0-next.2",
185
- "@elliemae/ds-props-helpers": "3.34.0-next.2",
186
- "@elliemae/ds-tooltip": "3.34.0-next.2",
187
- "@elliemae/ds-utilities": "3.34.0-next.2",
188
- "@elliemae/ds-shared": "3.34.0-next.2"
178
+ "@elliemae/ds-accordion": "3.34.0-next.4",
179
+ "@elliemae/ds-button": "3.34.0-next.4",
180
+ "@elliemae/ds-classnames": "3.34.0-next.4",
181
+ "@elliemae/ds-form": "3.34.0-next.4",
182
+ "@elliemae/ds-grid": "3.34.0-next.4",
183
+ "@elliemae/ds-icon": "3.34.0-next.4",
184
+ "@elliemae/ds-icons": "3.34.0-next.4",
185
+ "@elliemae/ds-props-helpers": "3.34.0-next.4",
186
+ "@elliemae/ds-popper": "3.34.0-next.4",
187
+ "@elliemae/ds-tooltip": "3.34.0-next.4",
188
+ "@elliemae/ds-shared": "3.34.0-next.4",
189
+ "@elliemae/ds-utilities": "3.34.0-next.4"
189
190
  },
190
191
  "devDependencies": {
191
192
  "@elliemae/pui-cli": "~9.0.0-next.31",
192
193
  "styled-components": "~5.3.9",
193
- "@elliemae/ds-monorepo-devops": "3.34.0-next.2"
194
+ "@elliemae/ds-monorepo-devops": "3.34.0-next.4"
194
195
  },
195
196
  "peerDependencies": {
196
197
  "lodash": "^4.17.21",
@@ -204,8 +205,7 @@
204
205
  "scripts": {
205
206
  "dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
206
207
  "test": "pui-cli test --passWithNoTests --coverage=\"false\"",
207
- "lint": "node ../../../scripts/lint.mjs",
208
- "eslint:fix": "eslint --ext='.js,.jsx,.test.js,.ts,.tsx' --fix --config='../../../.eslintrc.js' src/",
208
+ "lint": "node ../../../scripts/lint.mjs --fix",
209
209
  "dts": "node ../../../scripts/dts.mjs",
210
210
  "build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
211
211
  "checkDeps": "npm exec ../../util/ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""