profile-viewer 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/dist/136.4ad3301b8aacf759ea70.bundle.js +2 -0
- data/dist/136.4ad3301b8aacf759ea70.bundle.js.map +1 -0
- data/dist/171.621b9df5978342be5662.bundle.js +2 -0
- data/dist/171.621b9df5978342be5662.bundle.js.map +1 -0
- data/dist/18a5d1d99f1c65c33b71.png +0 -0
- data/dist/1ddbc3ce40af8c7a648b.svg +6 -0
- data/dist/280.b4210a48e650408000c3.bundle.js +2 -0
- data/dist/280.b4210a48e650408000c3.bundle.js.map +1 -0
- data/dist/556.2be67a37a0c61fdc2485.bundle.js +2 -0
- data/dist/{914.b9bc213d93173ce6b0cb.bundle.js.map → 556.2be67a37a0c61fdc2485.bundle.js.map} +1 -1
- data/dist/874.2a087b9b5a296a9c3fcd.bundle.js +2 -0
- data/dist/874.2a087b9b5a296a9c3fcd.bundle.js.map +1 -0
- data/dist/d6df0017c0241dfe86ff.svg +6 -0
- data/dist/docs/_sidebar.md +1 -0
- data/dist/docs/advanced-topics.md +1 -0
- data/dist/docs/async-posix-signal-control.md +102 -0
- data/dist/docs/guide-startup-shutdown.md +7 -7
- data/dist/docs/js/init.js +1 -1
- data/dist/index.html +1 -1
- data/dist/locales/be/app.ftl +21 -3
- data/dist/locales/de/app.ftl +109 -3
- data/dist/locales/el/app.ftl +110 -4
- data/dist/locales/en-CA/app.ftl +1125 -0
- data/dist/locales/en-GB/app.ftl +110 -4
- data/dist/locales/en-US/app.ftl +123 -6
- data/dist/locales/es-CL/app.ftl +110 -4
- data/dist/locales/fr/app.ftl +66 -4
- data/dist/locales/fur/app.ftl +1093 -0
- data/dist/locales/fy-NL/app.ftl +109 -3
- data/dist/locales/ia/app.ftl +109 -3
- data/dist/locales/it/app.ftl +109 -3
- data/dist/locales/kab/app.ftl +32 -2
- data/dist/locales/nl/app.ftl +110 -4
- data/dist/locales/pt-BR/app.ftl +111 -5
- data/dist/locales/ru/app.ftl +109 -3
- data/dist/locales/sv-SE/app.ftl +109 -3
- data/dist/locales/tr/app.ftl +907 -0
- data/dist/locales/uk/app.ftl +110 -4
- data/dist/locales/zh-CN/app.ftl +112 -6
- data/dist/locales/zh-TW/app.ftl +109 -3
- data/dist/main.ac7130d34ce3b872712a.bundle.js +201 -0
- data/dist/{main.fc4f388a376c68dab444.bundle.js.LICENSE.txt → main.ac7130d34ce3b872712a.bundle.js.LICENSE.txt} +1 -30
- data/dist/main.ac7130d34ce3b872712a.bundle.js.map +1 -0
- data/dist/photon/index.html +1 -1
- data/dist/photon/main.aafbcdad3fb08c7ae5b4.bundle.js +2 -0
- data/dist/photon/main.aafbcdad3fb08c7ae5b4.bundle.js.map +1 -0
- data/dist/sw.js +1 -1
- data/dist/sw.js.map +1 -1
- data/dist/{workbox-27b29e6f.js → workbox-e3490c72.js} +2 -2
- data/dist/{workbox-27b29e6f.js.map → workbox-e3490c72.js.map} +1 -1
- data/dist/zee-worker.js +1 -1
- data/ruby-bin/profile-viewer +20 -12
- data/ruby-bin/profile-viewer-version.rb +1 -1
- metadata +28 -22
- data/dist/119.92ddbd8a86d8c3ca559e.bundle.js +0 -2
- data/dist/119.92ddbd8a86d8c3ca559e.bundle.js.map +0 -1
- data/dist/131.c21d348572deab4ece66.bundle.js +0 -2
- data/dist/131.c21d348572deab4ece66.bundle.js.map +0 -1
- data/dist/308.4d236ce7e6451807cb54.bundle.js +0 -2
- data/dist/308.4d236ce7e6451807cb54.bundle.js.map +0 -1
- data/dist/9.32828795506af73ed4a1.bundle.js +0 -2
- data/dist/9.32828795506af73ed4a1.bundle.js.map +0 -1
- data/dist/914.b9bc213d93173ce6b0cb.bundle.js +0 -2
- data/dist/b45b29da558efa211628.jpg +0 -0
- data/dist/main.fc4f388a376c68dab444.bundle.js +0 -199
- data/dist/main.fc4f388a376c68dab444.bundle.js.map +0 -1
- data/dist/photon/main.1dffe4a955d6a0630bc4.bundle.js +0 -2
- data/dist/photon/main.1dffe4a955d6a0630bc4.bundle.js.map +0 -1
- /data/dist/{ad13da76642d8099fe70.module.wasm → 2f37d1addc2d2f5b699e.module.wasm} +0 -0
@@ -32,16 +32,6 @@ https://github.com/nodeca/pako/blob/main/LICENSE
|
|
32
32
|
* LICENSE file in the root directory of this source tree.
|
33
33
|
*/
|
34
34
|
|
35
|
-
/**
|
36
|
-
* @license React
|
37
|
-
* react-is.production.min.js
|
38
|
-
*
|
39
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
40
|
-
*
|
41
|
-
* This source code is licensed under the MIT license found in the
|
42
|
-
* LICENSE file in the root directory of this source tree.
|
43
|
-
*/
|
44
|
-
|
45
35
|
/**
|
46
36
|
* @license React
|
47
37
|
* react.production.min.js
|
@@ -64,26 +54,7 @@ https://github.com/nodeca/pako/blob/main/LICENSE
|
|
64
54
|
|
65
55
|
/**
|
66
56
|
* @license React
|
67
|
-
* use-sync-external-store-
|
68
|
-
*
|
69
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
70
|
-
*
|
71
|
-
* This source code is licensed under the MIT license found in the
|
72
|
-
* LICENSE file in the root directory of this source tree.
|
73
|
-
*/
|
74
|
-
|
75
|
-
/**
|
76
|
-
* @license React
|
77
|
-
* use-sync-external-store-shim/with-selector.production.min.js
|
78
|
-
*
|
79
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
80
|
-
*
|
81
|
-
* This source code is licensed under the MIT license found in the
|
82
|
-
* LICENSE file in the root directory of this source tree.
|
83
|
-
*/
|
84
|
-
|
85
|
-
/** @license React v16.13.1
|
86
|
-
* react-is.production.min.js
|
57
|
+
* use-sync-external-store-with-selector.production.min.js
|
87
58
|
*
|
88
59
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
89
60
|
*
|