@memberjunction/react-runtime 5.24.0 → 5.26.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 +12 -12
- package/CHANGELOG.md +27 -0
- package/dist/324.runtime.umd.js +316 -127
- package/dist/runtime.umd.js +3642 -1154
- package/package.json +6 -6
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
|
|
2
|
-
> @memberjunction/react-runtime@5.
|
|
2
|
+
> @memberjunction/react-runtime@5.26.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.26.0 build:node
|
|
7
7
|
> tsc
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
> @memberjunction/react-runtime@5.
|
|
10
|
+
> @memberjunction/react-runtime@5.26.0 build:umd
|
|
11
11
|
> webpack --config webpack.umd.config.cjs
|
|
12
12
|
|
|
13
13
|
[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[33m6.
|
|
14
|
+
asset [1m[33mruntime.umd.js[39m[22m [1m[33m6.37 MiB[39m[22m [1m[32m[emitted][39m[22m [1m[33m[big][39m[22m (name: main)
|
|
15
15
|
asset [1m[32m490.runtime.umd.js[39m[22m 182 KiB [1m[32m[emitted][39m[22m (id hint: vendors)
|
|
16
|
-
asset [1m[32m324.runtime.umd.js[39m[22m
|
|
17
|
-
orphan modules 6.
|
|
16
|
+
asset [1m[32m324.runtime.umd.js[39m[22m 176 KiB [1m[32m[emitted][39m[22m
|
|
17
|
+
orphan modules 6.41 MiB [1m[33m[orphan][39m[22m 498 modules
|
|
18
18
|
runtime modules 6.94 KiB 10 modules
|
|
19
|
-
cacheable modules 6.
|
|
19
|
+
cacheable modules 6.56 MiB
|
|
20
20
|
modules by path [1m../../../node_modules/[39m[22m 780 KiB
|
|
21
21
|
modules by path [1m../../../node_modules/rxjs/dist/esm5/internal/[39m[22m 29.1 KiB 14 modules
|
|
22
22
|
modules by path [1m../../../node_modules/debug/src/*.js[39m[22m 12.7 KiB 2 modules
|
|
23
23
|
+ 7 modules
|
|
24
|
-
modules by path [1m../../MJCoreEntities/dist/[39m[22m 3.
|
|
25
|
-
[1m../../MJCoreEntities/dist/index.js +
|
|
24
|
+
modules by path [1m../../MJCoreEntities/dist/[39m[22m 3.71 MiB
|
|
25
|
+
[1m../../MJCoreEntities/dist/index.js + 28 modules[39m[22m 3.69 MiB [1m[33m[built][39m[22m [1m[33m[code generated][39m[22m
|
|
26
26
|
[1m../../MJCoreEntities/dist/engines/UserViewEngine.js[39m[22m 19.6 KiB [1m[33m[built][39m[22m [1m[33m[code generated][39m[22m
|
|
27
27
|
[1m./dist/index.js + 27 modules[39m[22m 426 KiB [1m[33m[built][39m[22m [1m[33m[code generated][39m[22m
|
|
28
|
-
[1m../../MJCore/dist/index.js + 75 modules[39m[22m 1.
|
|
28
|
+
[1m../../MJCore/dist/index.js + 75 modules[39m[22m 1.3 MiB [1m[33m[built][39m[22m [1m[33m[code generated][39m[22m
|
|
29
29
|
[1m../../MJGlobal/dist/index.js + 16 modules[39m[22m 220 KiB [1m[33m[built][39m[22m [1m[33m[code generated][39m[22m
|
|
30
|
-
[1m../../GraphQLDataProvider/dist/index.mjs[39m[22m
|
|
31
|
-
webpack 5.105.0 compiled [1m[32msuccessfully[39m[22m in
|
|
30
|
+
[1m../../GraphQLDataProvider/dist/index.mjs[39m[22m 158 KiB [1m[33m[built][39m[22m [1m[33m[code generated][39m[22m
|
|
31
|
+
webpack 5.105.0 compiled [1m[32msuccessfully[39m[22m in 76682 ms
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,32 @@
|
|
|
1
1
|
# @memberjunction/react-runtime
|
|
2
2
|
|
|
3
|
+
## 5.26.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [55de456]
|
|
8
|
+
- Updated dependencies [a1002f4]
|
|
9
|
+
- @memberjunction/core-entities@5.26.0
|
|
10
|
+
- @memberjunction/core@5.26.0
|
|
11
|
+
- @memberjunction/graphql-dataprovider@5.26.0
|
|
12
|
+
- @memberjunction/interactive-component-types@5.26.0
|
|
13
|
+
- @memberjunction/global@5.26.0
|
|
14
|
+
|
|
15
|
+
## 5.25.0
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- a24ff53: no metadata/migration
|
|
20
|
+
- Updated dependencies [fc8cd52]
|
|
21
|
+
- Updated dependencies [d6370e8]
|
|
22
|
+
- Updated dependencies [7ddf732]
|
|
23
|
+
- Updated dependencies [cbcf477]
|
|
24
|
+
- @memberjunction/core@5.25.0
|
|
25
|
+
- @memberjunction/core-entities@5.25.0
|
|
26
|
+
- @memberjunction/graphql-dataprovider@5.25.0
|
|
27
|
+
- @memberjunction/interactive-component-types@5.25.0
|
|
28
|
+
- @memberjunction/global@5.25.0
|
|
29
|
+
|
|
3
30
|
## 5.24.0
|
|
4
31
|
|
|
5
32
|
### Minor Changes
|