fuse-importer 0.0.3-testing → 0.0.4-testing

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.
@@ -0,0 +1,68 @@
1
+ /*
2
+ object-assign
3
+ (c) Sindre Sorhus
4
+ @license MIT
5
+ */
6
+
7
+ /* @license
8
+ Papa Parse
9
+ v5.4.1
10
+ https://github.com/mholt/PapaParse
11
+ License: MIT
12
+ */
13
+
14
+ /*! sheetjs (C) 2013-present SheetJS -- http://sheetjs.com */
15
+
16
+ /**
17
+ * @license
18
+ * Lodash <https://lodash.com/>
19
+ * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
20
+ * Released under MIT license <https://lodash.com/license>
21
+ * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
22
+ * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
23
+ */
24
+
25
+ /** @license React v0.20.2
26
+ * scheduler.production.min.js
27
+ *
28
+ * Copyright (c) Facebook, Inc. and its affiliates.
29
+ *
30
+ * This source code is licensed under the MIT license found in the
31
+ * LICENSE file in the root directory of this source tree.
32
+ */
33
+
34
+ /** @license React v16.13.1
35
+ * react-is.production.min.js
36
+ *
37
+ * Copyright (c) Facebook, Inc. and its affiliates.
38
+ *
39
+ * This source code is licensed under the MIT license found in the
40
+ * LICENSE file in the root directory of this source tree.
41
+ */
42
+
43
+ /** @license React v17.0.2
44
+ * react-dom.production.min.js
45
+ *
46
+ * Copyright (c) Facebook, Inc. and its affiliates.
47
+ *
48
+ * This source code is licensed under the MIT license found in the
49
+ * LICENSE file in the root directory of this source tree.
50
+ */
51
+
52
+ /** @license React v17.0.2
53
+ * react-jsx-runtime.production.min.js
54
+ *
55
+ * Copyright (c) Facebook, Inc. and its affiliates.
56
+ *
57
+ * This source code is licensed under the MIT license found in the
58
+ * LICENSE file in the root directory of this source tree.
59
+ */
60
+
61
+ /** @license React v17.0.2
62
+ * react.production.min.js
63
+ *
64
+ * Copyright (c) Facebook, Inc. and its affiliates.
65
+ *
66
+ * This source code is licensed under the MIT license found in the
67
+ * LICENSE file in the root directory of this source tree.
68
+ */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "fuse-importer",
3
3
  "private": false,
4
- "version": "0.0.3-testing",
4
+ "version": "0.0.4-testing",
5
5
  "description": "Flatirons Fuse is a customizable and powerful CSV Importer that works with all front-end languages",
6
6
  "browserslist": {
7
7
  "production": [
@@ -94,4 +94,4 @@
94
94
  "src/*",
95
95
  "**/node_modules"
96
96
  ]
97
- }
97
+ }