create-bluecopa-react-app 1.0.36 → 1.0.38
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/package.json +1 -1
- package/templates/latest/app/routes/apitest.tsx +13 -6
- package/templates/latest/dist/assets/{__federation_expose_App-rkiN5ftu.js → __federation_expose_App-OFfdinOR.js} +1 -1
- package/templates/latest/dist/assets/{client-CjZD2orr.js → client-CkHcT_xc.js} +4581 -3384
- package/templates/latest/dist/assets/{index-BIZxzud9.js → index-B3cD3sP_.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 +30 -26
- package/templates/latest/package.json +3 -3
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
System.register(['./__federation_fn_import-CzfA7kmP.js', './client-
|
|
1
|
+
System.register(['./__federation_fn_import-CzfA7kmP.js', './client-CkHcT_xc.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-OFfdinOR.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-B3cD3sP_.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-CkHcT_xc.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.34",
|
|
10
10
|
"@dnd-kit/core": "^6.3.1",
|
|
11
11
|
"@dnd-kit/modifiers": "^9.0.0",
|
|
12
12
|
"@dnd-kit/sortable": "^10.0.0",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"next-themes": "^0.4.6",
|
|
34
34
|
"react": "^18.3.1",
|
|
35
35
|
"react-dom": "^18.3.1",
|
|
36
|
-
"react-router-dom": "^7.
|
|
36
|
+
"react-router-dom": "^7.12.0",
|
|
37
37
|
"recharts": "2.15.4",
|
|
38
38
|
"single-spa": "6.0.3",
|
|
39
39
|
"single-spa-react": "^6.0.2",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@types/react": "^18.3.12",
|
|
50
50
|
"@types/react-dom": "^18.3.1",
|
|
51
51
|
"tailwindcss": "^4.1.13",
|
|
52
|
-
"tar": "^7.
|
|
52
|
+
"tar": "^7.5.3",
|
|
53
53
|
"tw-animate-css": "^1.3.8",
|
|
54
54
|
"typescript": "^5.8.3",
|
|
55
55
|
"vite": "6.4.1",
|
|
@@ -66,9 +66,9 @@
|
|
|
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.30",
|
|
70
|
+
"resolved": "https://registry.npmjs.org/@bluecopa/core/-/core-0.1.30.tgz",
|
|
71
|
+
"integrity": "sha512-BbJva1zkC+YBJRPppW3LNuYQTCPCPLOK0teqCcRXeWRauEjZZV4oZPFiYZphocIdLYWd5nxAC+Q7KjJnmKpGRA==",
|
|
72
72
|
"license": "MIT",
|
|
73
73
|
"dependencies": {
|
|
74
74
|
"axios": "1.12.0",
|
|
@@ -80,12 +80,12 @@
|
|
|
80
80
|
}
|
|
81
81
|
},
|
|
82
82
|
"node_modules/@bluecopa/react": {
|
|
83
|
-
"version": "0.1.
|
|
84
|
-
"resolved": "https://registry.npmjs.org/@bluecopa/react/-/react-0.1.
|
|
85
|
-
"integrity": "sha512-
|
|
83
|
+
"version": "0.1.34",
|
|
84
|
+
"resolved": "https://registry.npmjs.org/@bluecopa/react/-/react-0.1.34.tgz",
|
|
85
|
+
"integrity": "sha512-Ftpi532VXL22vu9b8MIuPJGeNi/RAoCzJDc+BxJ2CjoA3Lw5rjw2WtjOEMXV4bTXfD5ePqoAqbi7bpt04TsO+g==",
|
|
86
86
|
"license": "MIT",
|
|
87
87
|
"dependencies": {
|
|
88
|
-
"@bluecopa/core": "0.1.
|
|
88
|
+
"@bluecopa/core": "0.1.30",
|
|
89
89
|
"@tanstack/react-query": "5.59.0",
|
|
90
90
|
"@tanstack/react-query-devtools": "5.59.0"
|
|
91
91
|
},
|
|
@@ -2782,12 +2782,16 @@
|
|
|
2782
2782
|
}
|
|
2783
2783
|
},
|
|
2784
2784
|
"node_modules/cookie": {
|
|
2785
|
-
"version": "1.
|
|
2786
|
-
"resolved": "https://registry.npmjs.org/cookie/-/cookie-1.
|
|
2787
|
-
"integrity": "sha512-
|
|
2785
|
+
"version": "1.1.1",
|
|
2786
|
+
"resolved": "https://registry.npmjs.org/cookie/-/cookie-1.1.1.tgz",
|
|
2787
|
+
"integrity": "sha512-ei8Aos7ja0weRpFzJnEA9UHJ/7XQmqglbRwnf2ATjcB9Wq874VKH9kfjjirM6UhU2/E5fFYadylyhFldcqSidQ==",
|
|
2788
2788
|
"license": "MIT",
|
|
2789
2789
|
"engines": {
|
|
2790
2790
|
"node": ">=18"
|
|
2791
|
+
},
|
|
2792
|
+
"funding": {
|
|
2793
|
+
"type": "opencollective",
|
|
2794
|
+
"url": "https://opencollective.com/express"
|
|
2791
2795
|
}
|
|
2792
2796
|
},
|
|
2793
2797
|
"node_modules/csstype": {
|
|
@@ -3889,9 +3893,9 @@
|
|
|
3889
3893
|
}
|
|
3890
3894
|
},
|
|
3891
3895
|
"node_modules/react-router": {
|
|
3892
|
-
"version": "7.
|
|
3893
|
-
"resolved": "https://registry.npmjs.org/react-router/-/react-router-7.
|
|
3894
|
-
"integrity": "sha512-
|
|
3896
|
+
"version": "7.12.0",
|
|
3897
|
+
"resolved": "https://registry.npmjs.org/react-router/-/react-router-7.12.0.tgz",
|
|
3898
|
+
"integrity": "sha512-kTPDYPFzDVGIIGNLS5VJykK0HfHLY5MF3b+xj0/tTyNYL1gF1qs7u67Z9jEhQk2sQ98SUaHxlG31g1JtF7IfVw==",
|
|
3895
3899
|
"license": "MIT",
|
|
3896
3900
|
"dependencies": {
|
|
3897
3901
|
"cookie": "^1.0.1",
|
|
@@ -3911,12 +3915,12 @@
|
|
|
3911
3915
|
}
|
|
3912
3916
|
},
|
|
3913
3917
|
"node_modules/react-router-dom": {
|
|
3914
|
-
"version": "7.
|
|
3915
|
-
"resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.
|
|
3916
|
-
"integrity": "sha512-
|
|
3918
|
+
"version": "7.12.0",
|
|
3919
|
+
"resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.12.0.tgz",
|
|
3920
|
+
"integrity": "sha512-pfO9fiBcpEfX4Tx+iTYKDtPbrSLLCbwJ5EqP+SPYQu1VYCXdy79GSj0wttR0U4cikVdlImZuEZ/9ZNCgoaxwBA==",
|
|
3917
3921
|
"license": "MIT",
|
|
3918
3922
|
"dependencies": {
|
|
3919
|
-
"react-router": "7.
|
|
3923
|
+
"react-router": "7.12.0"
|
|
3920
3924
|
},
|
|
3921
3925
|
"engines": {
|
|
3922
3926
|
"node": ">=20.0.0"
|
|
@@ -4062,9 +4066,9 @@
|
|
|
4062
4066
|
}
|
|
4063
4067
|
},
|
|
4064
4068
|
"node_modules/set-cookie-parser": {
|
|
4065
|
-
"version": "2.7.
|
|
4066
|
-
"resolved": "https://registry.npmjs.org/set-cookie-parser/-/set-cookie-parser-2.7.
|
|
4067
|
-
"integrity": "sha512-
|
|
4069
|
+
"version": "2.7.2",
|
|
4070
|
+
"resolved": "https://registry.npmjs.org/set-cookie-parser/-/set-cookie-parser-2.7.2.tgz",
|
|
4071
|
+
"integrity": "sha512-oeM1lpU/UvhTxw+g3cIfxXHyJRc/uidd3yK1P242gzHds0udQBYzs3y8j4gCCW+ZJ7ad0yctld8RYO+bdurlvw==",
|
|
4068
4072
|
"license": "MIT"
|
|
4069
4073
|
},
|
|
4070
4074
|
"node_modules/single-spa": {
|
|
@@ -4146,9 +4150,9 @@
|
|
|
4146
4150
|
}
|
|
4147
4151
|
},
|
|
4148
4152
|
"node_modules/tar": {
|
|
4149
|
-
"version": "7.5.
|
|
4150
|
-
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.
|
|
4151
|
-
"integrity": "sha512-
|
|
4153
|
+
"version": "7.5.3",
|
|
4154
|
+
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.3.tgz",
|
|
4155
|
+
"integrity": "sha512-ENg5JUHUm2rDD7IvKNFGzyElLXNjachNLp6RaGf4+JOgxXHkqA+gq81ZAMCUmtMtqBsoU62lcp6S27g1LCYGGQ==",
|
|
4152
4156
|
"dev": true,
|
|
4153
4157
|
"license": "BlueOak-1.0.0",
|
|
4154
4158
|
"dependencies": {
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"typecheck": "tsc"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@bluecopa/react": "0.1.
|
|
13
|
+
"@bluecopa/react": "0.1.36",
|
|
14
14
|
"@dnd-kit/core": "^6.3.1",
|
|
15
15
|
"@dnd-kit/modifiers": "^9.0.0",
|
|
16
16
|
"@dnd-kit/sortable": "^10.0.0",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"next-themes": "^0.4.6",
|
|
38
38
|
"react": "^18.3.1",
|
|
39
39
|
"react-dom": "^18.3.1",
|
|
40
|
-
"react-router-dom": "^7.
|
|
40
|
+
"react-router-dom": "^7.12.0",
|
|
41
41
|
"recharts": "2.15.4",
|
|
42
42
|
"single-spa": "6.0.3",
|
|
43
43
|
"single-spa-react": "^6.0.2",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"@types/react": "^18.3.12",
|
|
54
54
|
"@types/react-dom": "^18.3.1",
|
|
55
55
|
"tailwindcss": "^4.1.13",
|
|
56
|
-
"tar": "^7.
|
|
56
|
+
"tar": "^7.5.3",
|
|
57
57
|
"tw-animate-css": "^1.3.8",
|
|
58
58
|
"typescript": "^5.8.3",
|
|
59
59
|
"vite": "6.4.1",
|