create-bluecopa-react-app 1.0.39 → 1.0.41
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 +9 -9
- package/package.json +1 -1
- package/templates/latest/Agent.md +23 -23
- package/templates/latest/README.md +6 -6
- package/templates/latest/app/routes/statements.tsx +1 -1
- package/templates/latest/app/single-spa.tsx +102 -3
- package/templates/latest/dist/assets/{__federation_expose_App-OFfdinOR.js → __federation_expose_App-D-lv9y21.js} +68 -4
- package/templates/latest/dist/assets/{client-CkHcT_xc.js → client-Dms8K6Dw.js} +8840 -5996
- package/templates/latest/dist/assets/{index-B3cD3sP_.js → index-BrhXrqF7.js} +1 -1
- package/templates/latest/dist/assets/remoteEntry.js +1 -1
- package/templates/latest/dist/index.html +2 -2
- package/templates/latest/package-lock.json +31 -15
- package/templates/latest/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
System.register(['./__federation_fn_import-CzfA7kmP.js', './client-
|
|
1
|
+
System.register(['./__federation_fn_import-CzfA7kmP.js', './client-Dms8K6Dw.js'], (function (exports, module) {
|
|
2
2
|
'use strict';
|
|
3
3
|
var importShared, ReactDOM, jsxRuntimeExports, BrowserRouter, App;
|
|
4
4
|
return {
|
|
@@ -8,7 +8,7 @@ System.register([], (function (exports, module) {
|
|
|
8
8
|
let moduleMap = {
|
|
9
9
|
"./App":()=>{
|
|
10
10
|
dynamicLoadingCss(["remoteEntry.css"], false, './App');
|
|
11
|
-
return __federation_import('./__federation_expose_App-
|
|
11
|
+
return __federation_import('./__federation_expose_App-D-lv9y21.js').then(module =>Object.keys(module).every(item => exportSet.has(item)) ? () => module.default : () => module)},};
|
|
12
12
|
const seen = {};
|
|
13
13
|
const dynamicLoadingCss = exports("dynamicLoadingCss", (cssFilePaths, dontAppendStylesToHead, exposeItemName) => {
|
|
14
14
|
const metaUrl = module.meta.url;
|
|
@@ -6,11 +6,11 @@
|
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
7
7
|
<title>Bluecopa - AI-powered Finance Automation</title>
|
|
8
8
|
<meta name="description" content="AI-powered close automation for modern finance teams. Streamline your order-to-cash, procure-to-pay, and record-to-report processes." />
|
|
9
|
-
<script type="module" crossorigin src="/assets/index-
|
|
9
|
+
<script type="module" crossorigin src="/assets/index-BrhXrqF7.js"></script>
|
|
10
10
|
<link rel="modulepreload" crossorigin href="/assets/__federation_fn_import-CzfA7kmP.js">
|
|
11
11
|
<link rel="modulepreload" crossorigin href="/assets/index-BzNimew1.js">
|
|
12
12
|
<link rel="modulepreload" crossorigin href="/assets/index-DMFtQdNS.js">
|
|
13
|
-
<link rel="modulepreload" crossorigin href="/assets/client-
|
|
13
|
+
<link rel="modulepreload" crossorigin href="/assets/client-Dms8K6Dw.js">
|
|
14
14
|
<link rel="stylesheet" crossorigin href="/assets/remoteEntry.css">
|
|
15
15
|
</head>
|
|
16
16
|
<body>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"": {
|
|
7
7
|
"name": "boilerplate-copa",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@bluecopa/react": "0.1.
|
|
9
|
+
"@bluecopa/react": "0.1.38",
|
|
10
10
|
"@dnd-kit/core": "^6.3.1",
|
|
11
11
|
"@dnd-kit/modifiers": "^9.0.0",
|
|
12
12
|
"@dnd-kit/sortable": "^10.0.0",
|
|
@@ -66,26 +66,27 @@
|
|
|
66
66
|
}
|
|
67
67
|
},
|
|
68
68
|
"node_modules/@bluecopa/core": {
|
|
69
|
-
"version": "0.1.
|
|
70
|
-
"resolved": "https://registry.npmjs.org/@bluecopa/core/-/core-0.1.
|
|
71
|
-
"integrity": "sha512-
|
|
69
|
+
"version": "0.1.34",
|
|
70
|
+
"resolved": "https://registry.npmjs.org/@bluecopa/core/-/core-0.1.34.tgz",
|
|
71
|
+
"integrity": "sha512-NMrKoGl6Q6RuuDviDUmT9VbxnQTf4C22rxmm5G+VIL8Tp1yZA0QcPqHuOrhAGDxMPw60Y72BtlsTJoutix330g==",
|
|
72
72
|
"license": "MIT",
|
|
73
73
|
"dependencies": {
|
|
74
74
|
"axios": "1.12.0",
|
|
75
75
|
"centrifuge": "5.2.2",
|
|
76
|
-
"lodash": "4.17.
|
|
76
|
+
"lodash": "4.17.23",
|
|
77
|
+
"pusher-js": "^8.3.0"
|
|
77
78
|
},
|
|
78
79
|
"engines": {
|
|
79
80
|
"node": ">=18.0.0"
|
|
80
81
|
}
|
|
81
82
|
},
|
|
82
83
|
"node_modules/@bluecopa/react": {
|
|
83
|
-
"version": "0.1.
|
|
84
|
-
"resolved": "https://registry.npmjs.org/@bluecopa/react/-/react-0.1.
|
|
85
|
-
"integrity": "sha512-
|
|
84
|
+
"version": "0.1.38",
|
|
85
|
+
"resolved": "https://registry.npmjs.org/@bluecopa/react/-/react-0.1.38.tgz",
|
|
86
|
+
"integrity": "sha512-NrjMZS0qicT2kJR+1gqVf6gUIiXv1oy3rHGhcPnNt6bvALr6A8o7+irUEid1za6PszWHWzLIpyVRNTbnn5cFXQ==",
|
|
86
87
|
"license": "MIT",
|
|
87
88
|
"dependencies": {
|
|
88
|
-
"@bluecopa/core": "0.1.
|
|
89
|
+
"@bluecopa/core": "0.1.34",
|
|
89
90
|
"@tanstack/react-query": "5.59.0",
|
|
90
91
|
"@tanstack/react-query-devtools": "5.59.0"
|
|
91
92
|
},
|
|
@@ -3579,9 +3580,9 @@
|
|
|
3579
3580
|
}
|
|
3580
3581
|
},
|
|
3581
3582
|
"node_modules/lodash": {
|
|
3582
|
-
"version": "4.17.
|
|
3583
|
-
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.
|
|
3584
|
-
"integrity": "sha512-
|
|
3583
|
+
"version": "4.17.23",
|
|
3584
|
+
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz",
|
|
3585
|
+
"integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==",
|
|
3585
3586
|
"license": "MIT"
|
|
3586
3587
|
},
|
|
3587
3588
|
"node_modules/long": {
|
|
@@ -3814,6 +3815,15 @@
|
|
|
3814
3815
|
"integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
|
|
3815
3816
|
"license": "MIT"
|
|
3816
3817
|
},
|
|
3818
|
+
"node_modules/pusher-js": {
|
|
3819
|
+
"version": "8.4.0",
|
|
3820
|
+
"resolved": "https://registry.npmjs.org/pusher-js/-/pusher-js-8.4.0.tgz",
|
|
3821
|
+
"integrity": "sha512-wp3HqIIUc1GRyu1XrP6m2dgyE9MoCsXVsWNlohj0rjSkLf+a0jLvEyVubdg58oMk7bhjBWnFClgp8jfAa6Ak4Q==",
|
|
3822
|
+
"license": "MIT",
|
|
3823
|
+
"dependencies": {
|
|
3824
|
+
"tweetnacl": "^1.0.3"
|
|
3825
|
+
}
|
|
3826
|
+
},
|
|
3817
3827
|
"node_modules/react": {
|
|
3818
3828
|
"version": "18.3.1",
|
|
3819
3829
|
"resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz",
|
|
@@ -4150,9 +4160,9 @@
|
|
|
4150
4160
|
}
|
|
4151
4161
|
},
|
|
4152
4162
|
"node_modules/tar": {
|
|
4153
|
-
"version": "7.5.
|
|
4154
|
-
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.
|
|
4155
|
-
"integrity": "sha512-
|
|
4163
|
+
"version": "7.5.6",
|
|
4164
|
+
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.6.tgz",
|
|
4165
|
+
"integrity": "sha512-xqUeu2JAIJpXyvskvU3uvQW8PAmHrtXp2KDuMJwQqW8Sqq0CaZBAQ+dKS3RBXVhU4wC5NjAdKrmh84241gO9cA==",
|
|
4156
4166
|
"dev": true,
|
|
4157
4167
|
"license": "BlueOak-1.0.0",
|
|
4158
4168
|
"dependencies": {
|
|
@@ -4225,6 +4235,12 @@
|
|
|
4225
4235
|
"url": "https://github.com/sponsors/Wombosvideo"
|
|
4226
4236
|
}
|
|
4227
4237
|
},
|
|
4238
|
+
"node_modules/tweetnacl": {
|
|
4239
|
+
"version": "1.0.3",
|
|
4240
|
+
"resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-1.0.3.tgz",
|
|
4241
|
+
"integrity": "sha512-6rt+RN7aOi1nGMyC4Xa5DdYiukl2UWCbcJft7YhxReBGQD7OAM8Pbxw6YMo4r2diNEA8FEmu32YOn9rhaiE5yw==",
|
|
4242
|
+
"license": "Unlicense"
|
|
4243
|
+
},
|
|
4228
4244
|
"node_modules/typescript": {
|
|
4229
4245
|
"version": "5.9.3",
|
|
4230
4246
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
|