systemview 1.11.8 → 1.13.8

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 (40) hide show
  1. package/api/Connections.js +27 -6
  2. package/api/connections.txt +1 -1
  3. package/api/index.js +1 -1
  4. package/build/asset-manifest.json +15 -15
  5. package/build/index.html +1 -1
  6. package/build/static/css/main.266787b4.chunk.css +16 -0
  7. package/build/static/css/main.266787b4.chunk.css.map +1 -0
  8. package/build/static/js/2.521d2647.chunk.js +3 -0
  9. package/build/static/js/2.521d2647.chunk.js.LICENSE.txt +87 -0
  10. package/build/static/js/2.521d2647.chunk.js.map +1 -0
  11. package/build/static/js/3.e75f3d01.chunk.js +2 -0
  12. package/build/static/js/3.e75f3d01.chunk.js.map +1 -0
  13. package/build/static/js/main.c351b921.chunk.js +2 -0
  14. package/build/static/js/main.c351b921.chunk.js.map +1 -0
  15. package/build/static/js/{runtime-main.c2e308f2.js → runtime-main.5e778487.js} +2 -2
  16. package/build/static/js/runtime-main.5e778487.js.map +1 -0
  17. package/cli/index.js +14 -8
  18. package/cli/launchApp.js +1 -1
  19. package/cli/openBrowser.js +5 -3
  20. package/cli/runTests.js +60 -48
  21. package/cli/startLineReader.js +4 -5
  22. package/package.json +2 -2
  23. package/testing-utilities/Argument.class.js +2 -2
  24. package/testing-utilities/FullTestController.js +3 -3
  25. package/testing-utilities/Test.class.js +8 -32
  26. package/testing-utilities/createMockFile.js +32 -0
  27. package/testing-utilities/test-helpers.js +59 -29
  28. package/testing-utilities/validators.js +1 -1
  29. package/testing-utilities/validtionMessages.js +18 -19
  30. package/build/static/css/main.fb15c45d.chunk.css +0 -16
  31. package/build/static/css/main.fb15c45d.chunk.css.map +0 -1
  32. package/build/static/js/2.b505d19e.chunk.js +0 -3
  33. package/build/static/js/2.b505d19e.chunk.js.LICENSE.txt +0 -435
  34. package/build/static/js/2.b505d19e.chunk.js.map +0 -1
  35. package/build/static/js/3.9df029f5.chunk.js +0 -2
  36. package/build/static/js/3.9df029f5.chunk.js.map +0 -1
  37. package/build/static/js/main.9330a9fd.chunk.js +0 -2
  38. package/build/static/js/main.9330a9fd.chunk.js.map +0 -1
  39. package/build/static/js/runtime-main.c2e308f2.js.map +0 -1
  40. package/testing-utilities/.DS_Store +0 -0
@@ -0,0 +1,87 @@
1
+ /*
2
+ object-assign
3
+ (c) Sindre Sorhus
4
+ @license MIT
5
+ */
6
+
7
+ /*!
8
+ * Determine if an object is a Buffer
9
+ *
10
+ * @author Feross Aboukhadijeh <https://feross.org>
11
+ * @license MIT
12
+ */
13
+
14
+ /*!
15
+ * The buffer module from node.js, for the browser.
16
+ *
17
+ * @author Feross Aboukhadijeh <http://feross.org>
18
+ * @license MIT
19
+ */
20
+
21
+ /*! https://mths.be/utf8js v2.1.2 by @mathias */
22
+
23
+ /**
24
+ * @license React
25
+ * react-is.production.min.js
26
+ *
27
+ * Copyright (c) Facebook, Inc. and its affiliates.
28
+ *
29
+ * This source code is licensed under the MIT license found in the
30
+ * LICENSE file in the root directory of this source tree.
31
+ */
32
+
33
+ /**
34
+ * Prism: Lightweight, robust, elegant syntax highlighting
35
+ *
36
+ * @license MIT <https://opensource.org/licenses/MIT>
37
+ * @author Lea Verou <https://lea.verou.me>
38
+ * @namespace
39
+ * @public
40
+ */
41
+
42
+ /** @license React v0.20.1
43
+ * scheduler.production.min.js
44
+ *
45
+ * Copyright (c) Facebook, Inc. and its affiliates.
46
+ *
47
+ * This source code is licensed under the MIT license found in the
48
+ * LICENSE file in the root directory of this source tree.
49
+ */
50
+
51
+ /** @license React v16.13.1
52
+ * react-is.production.min.js
53
+ *
54
+ * Copyright (c) Facebook, Inc. and its affiliates.
55
+ *
56
+ * This source code is licensed under the MIT license found in the
57
+ * LICENSE file in the root directory of this source tree.
58
+ */
59
+
60
+ /** @license React v17.0.1
61
+ * react-dom.production.min.js
62
+ *
63
+ * Copyright (c) Facebook, Inc. and its affiliates.
64
+ *
65
+ * This source code is licensed under the MIT license found in the
66
+ * LICENSE file in the root directory of this source tree.
67
+ */
68
+
69
+ /** @license React v17.0.1
70
+ * react-jsx-runtime.production.min.js
71
+ *
72
+ * Copyright (c) Facebook, Inc. and its affiliates.
73
+ *
74
+ * This source code is licensed under the MIT license found in the
75
+ * LICENSE file in the root directory of this source tree.
76
+ */
77
+
78
+ /** @license React v17.0.1
79
+ * react.production.min.js
80
+ *
81
+ * Copyright (c) Facebook, Inc. and its affiliates.
82
+ *
83
+ * This source code is licensed under the MIT license found in the
84
+ * LICENSE file in the root directory of this source tree.
85
+ */
86
+
87
+ //! moment.js