workflow-bpmn-modeler-andtv-vue3 2.0.0 → 10.0.1

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/README.md CHANGED
@@ -193,3 +193,4 @@ pnpm build
193
193
  [MIT](http://opensource.org/licenses/MIT)
194
194
 
195
195
  Copyright (c) 2020-present, charles
196
+
@@ -6,7 +6,17 @@
6
6
  * or disable the default devtool with "devtool: false".
7
7
  * If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/).
8
8
  */
9
- /******/ (function() { // webpackBootstrap
9
+ (function webpackUniversalModuleDefinition(root, factory) {
10
+ if(typeof exports === 'object' && typeof module === 'object')
11
+ module.exports = factory();
12
+ else if(typeof define === 'function' && define.amd)
13
+ define([], factory);
14
+ else {
15
+ var a = factory();
16
+ for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
17
+ }
18
+ })((typeof self !== 'undefined' ? self : this), function() {
19
+ return /******/ (function() { // webpackBootstrap
10
20
  /******/ var __webpack_modules__ = ({
11
21
 
12
22
  /***/ "./node_modules/.pnpm/@ant-design+colors@6.0.0/node_modules/@ant-design/colors/dist/index.esm.js":
@@ -5611,7 +5621,8 @@ eval("{module.exports = \"data:application/octet-stream;base64,d09GRgABAAAAAD4sA
5611
5621
  /******/ // Load entry module and return exports
5612
5622
  /******/ // This entry module can't be inlined because the eval devtool is used.
5613
5623
  /******/ var __webpack_exports__ = __webpack_require__("./node_modules/.pnpm/@vue+cli-service@5.0.9_@vue+compiler-sfc@3.5.21_lodash@4.17.21_sass-loader@13.3.3_sass@1.92.0_4bma34jvi3aoqtjnfygmfq5saq/node_modules/@vue/cli-service/lib/commands/build/entry-lib.js");
5614
- /******/ module.exports = __webpack_exports__;
5615
5624
  /******/
5625
+ /******/ return __webpack_exports__;
5616
5626
  /******/ })()
5617
- ;
5627
+ ;
5628
+ });