@actual-app/web 23.4.1 → 23.5.0
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/build/asset-manifest.json +3 -3
- package/build/data/migrations/1681115033845_add_schedule_name.sql +5 -0
- package/build/data/migrations/1682974838138_remove_payee_rules.sql +5 -0
- package/build/data-file-index.txt +2 -0
- package/build/index.html +1 -1
- package/build/kcab/kcab.worker.e2ee9d65fbc7d1214a04.js +32 -0
- package/build/kcab/kcab.worker.e2ee9d65fbc7d1214a04.js.map +1 -0
- package/build/kcab/{xfo.kcab.worker.7f572bee54e8c3e4bc4b.js → xfo.kcab.worker.e2ee9d65fbc7d1214a04.js} +1 -1
- package/build/static/js/main.8c52ae96.js +3 -0
- package/build/static/js/{main.c5f1ff27.js.LICENSE.txt → main.8c52ae96.js.LICENSE.txt} +9 -10
- package/build/static/js/main.8c52ae96.js.map +1 -0
- package/package.json +3 -6
- package/build/kcab/kcab.worker.7f572bee54e8c3e4bc4b.js +0 -31
- package/build/kcab/kcab.worker.7f572bee54e8c3e4bc4b.js.map +0 -1
- package/build/static/js/main.c5f1ff27.js +0 -3
- package/build/static/js/main.c5f1ff27.js.map +0 -1
|
@@ -28,16 +28,6 @@ object-assign
|
|
|
28
28
|
* Copyright © 2014 David Bushell | BSD & MIT license | https://github.com/Pikaday/Pikaday
|
|
29
29
|
*/
|
|
30
30
|
|
|
31
|
-
/*!
|
|
32
|
-
* hotkeys-js v3.8.1
|
|
33
|
-
* A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies.
|
|
34
|
-
*
|
|
35
|
-
* Copyright (c) 2021 kenny wong <wowohoo@qq.com>
|
|
36
|
-
* http://jaywcjlove.github.io/hotkeys
|
|
37
|
-
*
|
|
38
|
-
* Licensed under the MIT license.
|
|
39
|
-
*/
|
|
40
|
-
|
|
41
31
|
/**
|
|
42
32
|
* @license
|
|
43
33
|
* Copyright 2017 Adam Miskiewicz
|
|
@@ -116,3 +106,12 @@ object-assign
|
|
|
116
106
|
* This source code is licensed under the MIT license found in the
|
|
117
107
|
* LICENSE file in the root directory of this source tree.
|
|
118
108
|
*/
|
|
109
|
+
|
|
110
|
+
/** @license React v17.0.2
|
|
111
|
+
* react-is.production.min.js
|
|
112
|
+
*
|
|
113
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
114
|
+
*
|
|
115
|
+
* This source code is licensed under the MIT license found in the
|
|
116
|
+
* LICENSE file in the root directory of this source tree.
|
|
117
|
+
*/
|