@memberjunction/react-runtime 3.1.1 → 3.2.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 +14 -0
- package/dist/runtime.umd.js +86 -2
- package/package.json +6 -6
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
|
|
2
|
-
> @memberjunction/react-runtime@3.
|
|
2
|
+
> @memberjunction/react-runtime@3.2.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.2.0 build:node
|
|
7
7
|
> tsc
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
> @memberjunction/react-runtime@3.
|
|
10
|
+
> @memberjunction/react-runtime@3.2.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.72 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.69 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 211 KiB 37 modules
|
|
20
20
|
modules by path [1m../../MJCore/dist/[39m[22m 864 KiB 34 modules
|
|
21
|
-
modules by path [1m../../MJCoreEntities/[39m[22m 2.
|
|
22
|
-
modules by path [1m../../GraphQLDataProvider/[39m[22m
|
|
21
|
+
modules by path [1m../../MJCoreEntities/[39m[22m 2.97 MiB 34 modules
|
|
22
|
+
modules by path [1m../../GraphQLDataProvider/[39m[22m 142 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 135257 ms
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @memberjunction/react-runtime
|
|
2
2
|
|
|
3
|
+
## 3.2.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [039983c]
|
|
8
|
+
- Updated dependencies [6806a6c]
|
|
9
|
+
- Updated dependencies [cbd2714]
|
|
10
|
+
- Updated dependencies [582ca0c]
|
|
11
|
+
- @memberjunction/core-entities@3.2.0
|
|
12
|
+
- @memberjunction/graphql-dataprovider@3.2.0
|
|
13
|
+
- @memberjunction/interactive-component-types@3.2.0
|
|
14
|
+
- @memberjunction/core@3.2.0
|
|
15
|
+
- @memberjunction/global@3.2.0
|
|
16
|
+
|
|
3
17
|
## 3.1.1
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|