@copart/ops-tool-kit 1.12.0-alpha.10 → 1.12.0-alpha.12

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/package.json CHANGED
@@ -1,113 +1,113 @@
1
- {
2
- "name": "@copart/ops-tool-kit",
3
- "version": "1.12.0-alpha.10",
4
- "main": "dist/ops-tool-kit.js",
5
- "style": "dist/ops-tool-kit.css",
6
- "files": [
7
- "dist",
8
- "bin"
9
- ],
10
- "bin": {
11
- "generate-build-meta": "./bin/cli.js"
12
- },
13
- "license": "MIT",
14
- "scripts": {
15
- "start": "yarn build --watch",
16
- "test": "babel-node node_modules/.bin/jest",
17
- "build": "rollup --config ./rollup.config.js",
18
- "prepublishOnly": "npm run build"
19
- },
20
- "devDependencies": {
21
- "@babel/cli": "7.1.2",
22
- "@babel/core": "7.1.2",
23
- "@babel/node": "7.0.0",
24
- "@babel/plugin-proposal-class-properties": "7.1.0",
25
- "@babel/plugin-proposal-decorators": "7.1.2",
26
- "@babel/plugin-proposal-export-namespace-from": "7.0.0",
27
- "@babel/plugin-proposal-logical-assignment-operators": "7.0.0",
28
- "@babel/plugin-proposal-optional-chaining": "^7.0.0",
29
- "@babel/plugin-syntax-dynamic-import": "^7.0.0",
30
- "@babel/plugin-proposal-pipeline-operator": "7.0.0",
31
- "@babel/plugin-transform-runtime": "7.1.0",
32
- "@babel/preset-env": "7.1.0",
33
- "@babel/preset-flow": "7.0.0",
34
- "@babel/preset-react": "7.0.0",
35
- "@babel/runtime": "7.0.0",
36
- "@rollup/plugin-babel": "^5.0.3",
37
- "@rollup/plugin-commonjs": "^13.0.0",
38
- "@rollup/plugin-image": "2.0.5",
39
- "@rollup/plugin-json": "^4.1.0",
40
- "@rollup/plugin-node-resolve": "^8.4.0",
41
- "autoprefixer": "9.4.2",
42
- "babel-jest": "23.6.0",
43
- "babel-loader": "8.0.4",
44
- "babel-plugin-dev-expression": "0.2.1",
45
- "babel-plugin-jsx-control-statements": "4.0.0",
46
- "babel-plugin-module-resolver": "3.1.1",
47
- "babel-plugin-react-css-modules": "5.0.0",
48
- "expect": "^23.6.0",
49
- "identity-obj-proxy": "3.0.0",
50
- "jest": "23.6.0",
51
- "jest-extended": "0.11.0",
52
- "jsome": "^2.5.0",
53
- "postcss-modules": "^3.2.0",
54
- "rollup": "^2.22.1",
55
- "rollup-plugin-analyzer": "^3.3.0",
56
- "rollup-plugin-filesize": "9.0.2",
57
- "rollup-plugin-postcss": "^3.1.3",
58
- "@rollup/plugin-replace": "5.0.5"
59
- },
60
- "peerDependencies": {
61
- "@copart/core-components": "2.3.0-alpha.filters.6",
62
- "react": "*"
63
- },
64
- "dependencies": {
65
- "@reacting/purist": "0.1.0",
66
- "axios": "0.18.0",
67
- "create-react-context": "0.2.2",
68
- "crypto-js": "^4.0.0",
69
- "firebase": "10.8.1",
70
- "flat": "4.1.0",
71
- "invariant": "2.2.4",
72
- "kind-of": "^6.0.2",
73
- "minimist": "^1.2.5",
74
- "nanoid": "1.1.0",
75
- "office-ui-fabric-react": "7.105.5",
76
- "querystringify": "^2.0.0",
77
- "ramda": "0.26.1",
78
- "react-modal": "3.11.2",
79
- "react-portal": "^4.2.0",
80
- "set-value": "^3.0.0",
81
- "storage-changed": "^2.0.0",
82
- "velocity-react": "1.4.3",
83
- "warning": "^4.0.1",
84
- "@wordpress/block-library": "5.0.1",
85
- "websocket": "^1.0.34",
86
- "react-tooltip": "^5.20.0"
87
- },
88
- "jest": {
89
- "setupTestFrameworkScriptFile": "./jest/setup.js",
90
- "automock": false,
91
- "browser": true,
92
- "verbose": true,
93
- "silent": false,
94
- "testMatch": [
95
- "**/_tests/*.t.js"
96
- ],
97
- "setupFiles": [
98
- "jest-localstorage-mock",
99
- "./jest/setup.js"
100
- ],
101
- "testPathIgnorePatterns": [
102
- "<rootDir>/node_modules/",
103
- "<rootDir>/.remmy/",
104
- "<rootDir>/old-src/"
105
- ],
106
- "moduleNameMapper": {
107
- "\\.(css|svg)": "identity-obj-proxy"
108
- },
109
- "transform": {
110
- ".+\\.js$": "babel-jest"
111
- }
112
- }
113
- }
1
+ {
2
+ "name": "@copart/ops-tool-kit",
3
+ "version": "1.12.0-alpha.12",
4
+ "main": "dist/ops-tool-kit.js",
5
+ "style": "dist/ops-tool-kit.css",
6
+ "files": [
7
+ "dist",
8
+ "bin"
9
+ ],
10
+ "bin": {
11
+ "generate-build-meta": "./bin/cli.js"
12
+ },
13
+ "license": "MIT",
14
+ "scripts": {
15
+ "start": "yarn build --watch",
16
+ "test": "babel-node node_modules/.bin/jest",
17
+ "build": "rollup --config ./rollup.config.js",
18
+ "prepublishOnly": "npm run build"
19
+ },
20
+ "devDependencies": {
21
+ "@babel/cli": "7.1.2",
22
+ "@babel/core": "7.1.2",
23
+ "@babel/node": "7.0.0",
24
+ "@babel/plugin-proposal-class-properties": "7.1.0",
25
+ "@babel/plugin-proposal-decorators": "7.1.2",
26
+ "@babel/plugin-proposal-export-namespace-from": "7.0.0",
27
+ "@babel/plugin-proposal-logical-assignment-operators": "7.0.0",
28
+ "@babel/plugin-proposal-optional-chaining": "^7.0.0",
29
+ "@babel/plugin-syntax-dynamic-import": "^7.0.0",
30
+ "@babel/plugin-proposal-pipeline-operator": "7.0.0",
31
+ "@babel/plugin-transform-runtime": "7.1.0",
32
+ "@babel/preset-env": "7.1.0",
33
+ "@babel/preset-flow": "7.0.0",
34
+ "@babel/preset-react": "7.0.0",
35
+ "@babel/runtime": "7.0.0",
36
+ "@rollup/plugin-babel": "^5.0.3",
37
+ "@rollup/plugin-commonjs": "^13.0.0",
38
+ "@rollup/plugin-image": "2.0.5",
39
+ "@rollup/plugin-json": "^4.1.0",
40
+ "@rollup/plugin-node-resolve": "^8.4.0",
41
+ "autoprefixer": "9.4.2",
42
+ "babel-jest": "23.6.0",
43
+ "babel-loader": "8.0.4",
44
+ "babel-plugin-dev-expression": "0.2.1",
45
+ "babel-plugin-jsx-control-statements": "4.0.0",
46
+ "babel-plugin-module-resolver": "3.1.1",
47
+ "babel-plugin-react-css-modules": "5.0.0",
48
+ "expect": "^23.6.0",
49
+ "identity-obj-proxy": "3.0.0",
50
+ "jest": "23.6.0",
51
+ "jest-extended": "0.11.0",
52
+ "jsome": "^2.5.0",
53
+ "postcss-modules": "^3.2.0",
54
+ "rollup": "^2.22.1",
55
+ "rollup-plugin-analyzer": "^3.3.0",
56
+ "rollup-plugin-filesize": "9.0.2",
57
+ "rollup-plugin-postcss": "^3.1.3",
58
+ "@rollup/plugin-replace": "5.0.5"
59
+ },
60
+ "peerDependencies": {
61
+ "@copart/core-components": "2.3.0-alpha.filters.6",
62
+ "react": "*"
63
+ },
64
+ "dependencies": {
65
+ "@reacting/purist": "0.1.0",
66
+ "axios": "0.18.0",
67
+ "create-react-context": "0.2.2",
68
+ "crypto-js": "^4.0.0",
69
+ "firebase": "10.8.1",
70
+ "flat": "4.1.0",
71
+ "invariant": "2.2.4",
72
+ "kind-of": "^6.0.2",
73
+ "minimist": "^1.2.5",
74
+ "nanoid": "1.1.0",
75
+ "office-ui-fabric-react": "7.105.5",
76
+ "querystringify": "^2.0.0",
77
+ "ramda": "0.26.1",
78
+ "react-modal": "3.11.2",
79
+ "react-portal": "^4.2.0",
80
+ "set-value": "^3.0.0",
81
+ "storage-changed": "^2.0.0",
82
+ "velocity-react": "1.4.3",
83
+ "warning": "^4.0.1",
84
+ "@wordpress/block-library": "5.0.1",
85
+ "websocket": "^1.0.34",
86
+ "react-tooltip": "^5.20.0"
87
+ },
88
+ "jest": {
89
+ "setupTestFrameworkScriptFile": "./jest/setup.js",
90
+ "automock": false,
91
+ "browser": true,
92
+ "verbose": true,
93
+ "silent": false,
94
+ "testMatch": [
95
+ "**/_tests/*.t.js"
96
+ ],
97
+ "setupFiles": [
98
+ "jest-localstorage-mock",
99
+ "./jest/setup.js"
100
+ ],
101
+ "testPathIgnorePatterns": [
102
+ "<rootDir>/node_modules/",
103
+ "<rootDir>/.remmy/",
104
+ "<rootDir>/old-src/"
105
+ ],
106
+ "moduleNameMapper": {
107
+ "\\.(css|svg)": "identity-obj-proxy"
108
+ },
109
+ "transform": {
110
+ ".+\\.js$": "babel-jest"
111
+ }
112
+ }
113
+ }
package/changelog.md DELETED
@@ -1,40 +0,0 @@
1
- ### 0.5.44
2
-
3
- - Fixed missing yardNumber in AppBar.
4
-
5
- ### 0.5.43
6
-
7
- - Added support for Seller tile.
8
-
9
- ### 0.5.42
10
-
11
- - Fixed issues with "Home" breadcrumb rendering when logged out.
12
- - Removed unused files and functions, cleaned storage utility.
13
-
14
- ### 0.5.1
15
-
16
- - Changes to fetcher.extend to unblock ProQuote.
17
-
18
- ### 0.5.0
19
-
20
- - Added feedback logic to fetcher.
21
-
22
- ### 0.4.0
23
-
24
- - Added fetcher handling for `invalid
25
-
26
- ### 0.3.16
27
-
28
- - Updated solr handling in fetcher.
29
-
30
- ### 0.3.15
31
-
32
- - Fixed breadcrumb styling.
33
-
34
- ### 0.3.12
35
-
36
- - Fixed Home breadcrumb.
37
-
38
- ### 0.0.53
39
-
40
- - Added getters for convenience.