@memberjunction/react-runtime 3.3.0 → 3.4.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 +8 -8
- package/CHANGELOG.md +12 -0
- package/dist/runtime.umd.js +4 -4
- package/package.json +6 -6
- package/typedoc.json +9 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
|
|
2
|
-
> @memberjunction/react-runtime@3.
|
|
2
|
+
> @memberjunction/react-runtime@3.4.0 build
|
|
3
3
|
> npm run build:node && npm run build:umd
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
> @memberjunction/react-runtime@3.
|
|
6
|
+
> @memberjunction/react-runtime@3.4.0 build:node
|
|
7
7
|
> tsc
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
> @memberjunction/react-runtime@3.
|
|
10
|
+
> @memberjunction/react-runtime@3.4.0 build:umd
|
|
11
11
|
> webpack --config webpack.umd.config.js
|
|
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[33m2.
|
|
14
|
+
asset [1m[33mruntime.umd.js[39m[22m [1m[33m2.81 MiB[39m[22m [1m[32m[emitted][39m[22m [1m[32m[minimized][39m[22m [1m[33m[big][39m[22m (name: main) 1 related asset
|
|
15
15
|
orphan modules 530 KiB [1m[33m[orphan][39m[22m 125 modules
|
|
16
16
|
runtime modules 1010 bytes 5 modules
|
|
17
|
-
modules by path [1m../../[39m[22m 5.
|
|
17
|
+
modules by path [1m../../[39m[22m 5.85 MiB
|
|
18
18
|
modules by path [1m../../../node_modules/[39m[22m 1.5 MiB 251 modules
|
|
19
19
|
modules by path [1m../../MJGlobal/[39m[22m 226 KiB 38 modules
|
|
20
|
-
modules by path [1m../../MJCore/dist/[39m[22m
|
|
21
|
-
modules by path [1m../../MJCoreEntities/[39m[22m 3.
|
|
20
|
+
modules by path [1m../../MJCore/dist/[39m[22m 881 KiB 35 modules
|
|
21
|
+
modules by path [1m../../MJCoreEntities/[39m[22m 3.1 MiB 35 modules
|
|
22
22
|
modules by path [1m../../GraphQLDataProvider/[39m[22m 145 KiB 22 modules
|
|
23
23
|
modules by path [1m../../InteractiveComponents/dist/*.js[39m[22m 39 KiB 11 modules
|
|
24
24
|
modules by path [1m./dist/[39m[22m 421 KiB 28 modules
|
|
25
|
-
webpack 5.94.0 compiled [1m[32msuccessfully[39m[22m in
|
|
25
|
+
webpack 5.94.0 compiled [1m[32msuccessfully[39m[22m in 133479 ms
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @memberjunction/react-runtime
|
|
2
2
|
|
|
3
|
+
## 3.4.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [18b4e65]
|
|
8
|
+
- Updated dependencies [a3961d5]
|
|
9
|
+
- @memberjunction/core-entities@3.4.0
|
|
10
|
+
- @memberjunction/core@3.4.0
|
|
11
|
+
- @memberjunction/graphql-dataprovider@3.4.0
|
|
12
|
+
- @memberjunction/interactive-component-types@3.4.0
|
|
13
|
+
- @memberjunction/global@3.4.0
|
|
14
|
+
|
|
3
15
|
## 3.3.0
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|