@nocobase/app 2.1.22 → 2.1.24

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 (24) hide show
  1. package/client/src/__tests__/runtimePublicPath.test.ts +13 -3
  2. package/client/src/runtimePublicPath.ts +12 -3
  3. package/client-v2/src/__tests__/runtimePublicPath.test.ts +26 -0
  4. package/client-v2/src/main.tsx +2 -3
  5. package/client-v2/src/runtimePublicPath.ts +34 -0
  6. package/dist/client/assets/{index-22697985.js → index-81af4d74.js} +325 -324
  7. package/dist/client/assets/{vendor-markdown-c8e9c5dd.css → vendor-markdown-1f674ec1.css} +1 -1
  8. package/dist/client/assets/{vendor-markdown-6cd7c4ae.js → vendor-markdown-543b0a6e.js} +21 -21
  9. package/dist/client/assets/vendor-markdown-543b0a6e.js.LICENSE.txt +38 -0
  10. package/dist/client/assets/{vendor-misc-0f74f11a.js → vendor-misc-c30c528b.js} +5 -5
  11. package/dist/client/index.html +1 -1
  12. package/dist/client/index.html.tpl +1 -1
  13. package/dist/client/v/assets/{2025-5c7b4a6f.css → 8384-336ef7b3.css} +1 -1
  14. package/dist/client/v/assets/{2025-87ab227c.js → 8384-4b58de2e.js} +2 -2
  15. package/dist/client/v/assets/{2025-87ab227c.js.LICENSE.txt → 8384-4b58de2e.js.LICENSE.txt} +27 -0
  16. package/dist/client/v/assets/{index-5fc8727b.js → index-9b204fac.js} +157 -156
  17. package/dist/client/v/index.html +1 -1
  18. package/lib/config/cache.js +1 -1
  19. package/package.json +7 -7
  20. package/src/config/cache.ts +1 -1
  21. package/dist/client/assets/vendor-markdown-6cd7c4ae.js.LICENSE.txt +0 -11
  22. /package/dist/client/assets/{index-22697985.js.LICENSE.txt → index-81af4d74.js.LICENSE.txt} +0 -0
  23. /package/dist/client/assets/{vendor-misc-0f74f11a.js.LICENSE.txt → vendor-misc-c30c528b.js.LICENSE.txt} +0 -0
  24. /package/dist/client/v/assets/{index-5fc8727b.js.LICENSE.txt → index-9b204fac.js.LICENSE.txt} +0 -0
@@ -45,6 +45,33 @@
45
45
  * @license MIT
46
46
  */
47
47
 
48
+ /*!
49
+ * Vditor v3.11.2 - A markdown editor written in TypeScript.
50
+ *
51
+ * MIT License
52
+ *
53
+ * Copyright (c) 2018-present B3log 开源, b3log.org
54
+ *
55
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
56
+ * of this software and associated documentation files (the "Software"), to deal
57
+ * in the Software without restriction, including without limitation the rights
58
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
59
+ * copies of the Software, and to permit persons to whom the Software is
60
+ * furnished to do so, subject to the following conditions:
61
+ *
62
+ * The above copyright notice and this permission notice shall be included in all
63
+ * copies or substantial portions of the Software.
64
+ *
65
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
66
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
67
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
68
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
69
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
70
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
71
+ * SOFTWARE.
72
+ *
73
+ */
74
+
48
75
  /*!
49
76
  * fill-range <https://github.com/jonschlinkert/fill-range>
50
77
  *