@memberjunction/react-runtime 2.115.0 → 2.117.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 +9 -9
- package/CHANGELOG.md +23 -0
- package/dist/runtime.umd.js +3 -3
- package/package.json +6 -6
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
|
|
2
|
-
> @memberjunction/react-runtime@2.
|
|
2
|
+
> @memberjunction/react-runtime@2.117.0 build
|
|
3
3
|
> npm run build:node && npm run build:umd
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
> @memberjunction/react-runtime@2.
|
|
6
|
+
> @memberjunction/react-runtime@2.117.0 build:node
|
|
7
7
|
> tsc
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
> @memberjunction/react-runtime@2.
|
|
10
|
+
> @memberjunction/react-runtime@2.117.0 build:umd
|
|
11
11
|
> webpack --config webpack.umd.config.js
|
|
12
12
|
|
|
13
|
-
(node:
|
|
13
|
+
(node:7997) [DEP0180] DeprecationWarning: fs.Stats constructor is deprecated.
|
|
14
14
|
(Use `node --trace-deprecation ...` to show where the warning was created)
|
|
15
15
|
[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.
|
|
16
|
-
asset runtime.umd.js 2.
|
|
16
|
+
asset runtime.umd.js 2.42 MiB [emitted] [minimized] [big] (name: main) 1 related asset
|
|
17
17
|
orphan modules 513 KiB [orphan] 123 modules
|
|
18
18
|
runtime modules 1010 bytes 5 modules
|
|
19
|
-
modules by path ../../ 4.
|
|
19
|
+
modules by path ../../ 4.96 MiB
|
|
20
20
|
modules by path ../../../node_modules/ 1.62 MiB 258 modules
|
|
21
|
-
modules by path ../../MJGlobal/
|
|
21
|
+
modules by path ../../MJGlobal/ 200 KiB 36 modules
|
|
22
22
|
modules by path ../../MJCore/ 627 KiB 31 modules
|
|
23
|
-
modules by path ../../MJCoreEntities/dist/ 2.
|
|
23
|
+
modules by path ../../MJCoreEntities/dist/ 2.39 MiB 26 modules
|
|
24
24
|
modules by path ../../GraphQLDataProvider/ 114 KiB 22 modules
|
|
25
25
|
modules by path ../../InteractiveComponents/dist/*.js 34.5 KiB 10 modules
|
|
26
26
|
modules by path ./dist/ 454 KiB 28 modules
|
|
27
|
-
webpack 5.92.1 compiled successfully in
|
|
27
|
+
webpack 5.92.1 compiled successfully in 105047 ms
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# @memberjunction/react-runtime
|
|
2
2
|
|
|
3
|
+
## 2.117.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [8c092ec]
|
|
8
|
+
- @memberjunction/core@2.117.0
|
|
9
|
+
- @memberjunction/graphql-dataprovider@2.117.0
|
|
10
|
+
- @memberjunction/interactive-component-types@2.117.0
|
|
11
|
+
- @memberjunction/core-entities@2.117.0
|
|
12
|
+
- @memberjunction/global@2.117.0
|
|
13
|
+
|
|
14
|
+
## 2.116.0
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- Updated dependencies [81bb7a4]
|
|
19
|
+
- Updated dependencies [a8d5592]
|
|
20
|
+
- @memberjunction/core@2.116.0
|
|
21
|
+
- @memberjunction/global@2.116.0
|
|
22
|
+
- @memberjunction/graphql-dataprovider@2.116.0
|
|
23
|
+
- @memberjunction/interactive-component-types@2.116.0
|
|
24
|
+
- @memberjunction/core-entities@2.116.0
|
|
25
|
+
|
|
3
26
|
## 2.115.0
|
|
4
27
|
|
|
5
28
|
### Patch Changes
|