@memberjunction/react-runtime 2.110.0 → 2.111.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.
@@ -1,25 +1,27 @@
1
1
 
2
- > @memberjunction/react-runtime@2.110.0 build
2
+ > @memberjunction/react-runtime@2.111.0 build
3
3
  > npm run build:node && npm run build:umd
4
4
 
5
5
 
6
- > @memberjunction/react-runtime@2.110.0 build:node
6
+ > @memberjunction/react-runtime@2.111.0 build:node
7
7
  > tsc
8
8
 
9
9
 
10
- > @memberjunction/react-runtime@2.110.0 build:umd
10
+ > @memberjunction/react-runtime@2.111.0 build:umd
11
11
  > webpack --config webpack.umd.config.js
12
12
 
13
+ (node:8026) [DEP0180] DeprecationWarning: fs.Stats constructor is deprecated.
14
+ (Use `node --trace-deprecation ...` to show where the warning was created)
13
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.
14
- asset runtime.umd.js 2.44 MiB [emitted] [minimized] [big] (name: main) 1 related asset
16
+ asset runtime.umd.js 2.39 MiB [emitted] [minimized] [big] (name: main) 1 related asset
15
17
  orphan modules 513 KiB [orphan] 123 modules
16
18
  runtime modules 1010 bytes 5 modules
17
- modules by path ../../ 4.92 MiB
19
+ modules by path ../../ 4.9 MiB
18
20
  modules by path ../../../node_modules/ 1.62 MiB 258 modules
19
21
  modules by path ../../MJGlobal/ 174 KiB 35 modules
20
- modules by path ../../MJCore/ 645 KiB 31 modules
22
+ modules by path ../../MJCore/ 626 KiB 31 modules
21
23
  modules by path ../../MJCoreEntities/dist/ 2.36 MiB 26 modules
22
24
  modules by path ../../GraphQLDataProvider/ 113 KiB 22 modules
23
- modules by path ../../InteractiveComponents/dist/*.js 36.8 KiB 10 modules
24
- modules by path ./dist/ 473 KiB 28 modules
25
- webpack 5.92.1 compiled successfully in 143433 ms
25
+ modules by path ../../InteractiveComponents/dist/*.js 34.5 KiB 10 modules
26
+ modules by path ./dist/ 454 KiB 28 modules
27
+ webpack 5.92.1 compiled successfully in 116336 ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @memberjunction/react-runtime
2
2
 
3
+ ## 2.111.0
4
+
5
+ ### Patch Changes
6
+
7
+ - @memberjunction/graphql-dataprovider@2.111.0
8
+ - @memberjunction/interactive-component-types@2.111.0
9
+ - @memberjunction/core@2.111.0
10
+ - @memberjunction/core-entities@2.111.0
11
+ - @memberjunction/global@2.111.0
12
+
13
+ ## 2.110.1
14
+
15
+ ### Patch Changes
16
+
17
+ - @memberjunction/graphql-dataprovider@2.110.1
18
+ - @memberjunction/interactive-component-types@2.110.1
19
+ - @memberjunction/core@2.110.1
20
+ - @memberjunction/core-entities@2.110.1
21
+ - @memberjunction/global@2.110.1
22
+
3
23
  ## 2.110.0
4
24
 
5
25
  ### Patch Changes