@memberjunction/react-runtime 5.43.0 → 5.45.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/.turbo/turbo-build.log +17 -14
- package/CHANGELOG.md +41 -0
- package/dist/324.runtime.umd.js +85 -76
- package/dist/runtime.umd.js +6866 -2042
- package/package.json +6 -6
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,31 +1,34 @@
|
|
|
1
1
|
|
|
2
|
-
> @memberjunction/react-runtime@5.
|
|
2
|
+
> @memberjunction/react-runtime@5.45.0 build
|
|
3
3
|
> npm run build:node && npm run build:umd
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
> @memberjunction/react-runtime@5.
|
|
6
|
+
> @memberjunction/react-runtime@5.45.0 build:node
|
|
7
7
|
> tsc && tsc-alias -f
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
> @memberjunction/react-runtime@5.
|
|
10
|
+
> @memberjunction/react-runtime@5.45.0 build:umd
|
|
11
11
|
> webpack --config webpack.umd.config.cjs
|
|
12
12
|
|
|
13
|
+
Browserslist: browsers data (caniuse-lite) is 6 months old. Please run:
|
|
14
|
+
npx update-browserslist-db@latest
|
|
15
|
+
Why you should do it regularly: https://github.com/browserslist/update-db#readme
|
|
13
16
|
[BABEL] Note: The code generator has deoptimised the styling of /home/runner/work/MJ/MJ/packages/MJCoreEntities/dist/generated/entity_subclasses.js as it exceeds the max of 500KB.
|
|
14
|
-
asset [1m[33mruntime.umd.js[39m[22m [1m[33m8.
|
|
15
|
-
asset [1m[32m324.runtime.umd.js[39m[22m
|
|
17
|
+
asset [1m[33mruntime.umd.js[39m[22m [1m[33m8.54 MiB[39m[22m [1m[33m[compared for emit][39m[22m [1m[33m[big][39m[22m (name: main)
|
|
18
|
+
asset [1m[32m324.runtime.umd.js[39m[22m 216 KiB [1m[33m[compared for emit][39m[22m
|
|
16
19
|
asset [1m[32m490.runtime.umd.js[39m[22m 182 KiB [1m[33m[compared for emit][39m[22m (id hint: vendors)
|
|
17
|
-
orphan modules 8.
|
|
20
|
+
orphan modules 8.54 MiB [1m[33m[orphan][39m[22m 558 modules
|
|
18
21
|
runtime modules 6.94 KiB 10 modules
|
|
19
|
-
cacheable modules 8.
|
|
22
|
+
cacheable modules 8.68 MiB
|
|
20
23
|
modules by path [1m../../../node_modules/[39m[22m 781 KiB
|
|
21
|
-
modules by path [1m../../../node_modules/rxjs/dist/esm5/internal/[39m[22m 30.4 KiB
|
|
24
|
+
modules by path [1m../../../node_modules/rxjs/dist/esm5/internal/[39m[22m 30.4 KiB 16 modules
|
|
22
25
|
modules by path [1m../../../node_modules/debug/src/*.js[39m[22m 12.7 KiB 2 modules
|
|
23
26
|
+ 7 modules
|
|
24
|
-
modules by path [1m../../MJCoreEntities/dist/[39m[22m
|
|
25
|
-
[1m../../MJCoreEntities/dist/index.js +
|
|
27
|
+
modules by path [1m../../MJCoreEntities/dist/[39m[22m 5.3 MiB
|
|
28
|
+
[1m../../MJCoreEntities/dist/index.js + 59 modules[39m[22m 5.28 MiB [1m[33m[built][39m[22m [1m[33m[code generated][39m[22m
|
|
26
29
|
[1m../../MJCoreEntities/dist/engines/UserViewEngine.js[39m[22m 19.6 KiB [1m[33m[built][39m[22m [1m[33m[code generated][39m[22m
|
|
27
30
|
[1m./dist/index.js + 28 modules[39m[22m 432 KiB [1m[33m[built][39m[22m [1m[33m[code generated][39m[22m
|
|
28
|
-
[1m../../MJCore/dist/index.js +
|
|
29
|
-
[1m../../MJGlobal/dist/index.js + 22 modules[39m[22m
|
|
30
|
-
[1m../../GraphQLDataProvider/dist/index.mjs[39m[22m
|
|
31
|
-
webpack 5.105.0 compiled [1m[32msuccessfully[39m[22m in
|
|
31
|
+
[1m../../MJCore/dist/index.js + 88 modules[39m[22m 1.73 MiB [1m[33m[built][39m[22m [1m[33m[code generated][39m[22m
|
|
32
|
+
[1m../../MJGlobal/dist/index.js + 22 modules[39m[22m 293 KiB [1m[33m[built][39m[22m [1m[33m[code generated][39m[22m
|
|
33
|
+
[1m../../GraphQLDataProvider/dist/index.mjs[39m[22m 192 KiB [1m[33m[built][39m[22m [1m[33m[code generated][39m[22m
|
|
34
|
+
webpack 5.105.0 compiled [1m[32msuccessfully[39m[22m in 75969 ms
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,46 @@
|
|
|
1
1
|
# @memberjunction/react-runtime
|
|
2
2
|
|
|
3
|
+
## 5.45.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [45d121b]
|
|
8
|
+
- Updated dependencies [21e33fe]
|
|
9
|
+
- Updated dependencies [b7cf50f]
|
|
10
|
+
- Updated dependencies [f4f11fa]
|
|
11
|
+
- Updated dependencies [e370816]
|
|
12
|
+
- Updated dependencies [fbee64c]
|
|
13
|
+
- Updated dependencies [b2927f1]
|
|
14
|
+
- Updated dependencies [6125dcd]
|
|
15
|
+
- Updated dependencies [c1f2d3d]
|
|
16
|
+
- Updated dependencies [0b1e009]
|
|
17
|
+
- @memberjunction/core@5.45.0
|
|
18
|
+
- @memberjunction/graphql-dataprovider@5.45.0
|
|
19
|
+
- @memberjunction/core-entities@5.45.0
|
|
20
|
+
- @memberjunction/global@5.45.0
|
|
21
|
+
- @memberjunction/interactive-component-types@5.45.0
|
|
22
|
+
|
|
23
|
+
## 5.44.0
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- Updated dependencies [3633fbb]
|
|
28
|
+
- Updated dependencies [1367fbb]
|
|
29
|
+
- Updated dependencies [5396d90]
|
|
30
|
+
- Updated dependencies [7279819]
|
|
31
|
+
- Updated dependencies [d44e430]
|
|
32
|
+
- Updated dependencies [6f74b17]
|
|
33
|
+
- Updated dependencies [be5ab50]
|
|
34
|
+
- Updated dependencies [aa9102d]
|
|
35
|
+
- Updated dependencies [2f926df]
|
|
36
|
+
- Updated dependencies [863a10d]
|
|
37
|
+
- Updated dependencies [2f9b863]
|
|
38
|
+
- @memberjunction/graphql-dataprovider@5.44.0
|
|
39
|
+
- @memberjunction/core-entities@5.44.0
|
|
40
|
+
- @memberjunction/core@5.44.0
|
|
41
|
+
- @memberjunction/global@5.44.0
|
|
42
|
+
- @memberjunction/interactive-component-types@5.44.0
|
|
43
|
+
|
|
3
44
|
## 5.43.0
|
|
4
45
|
|
|
5
46
|
### Patch Changes
|