@memberjunction/react-runtime 5.16.0 → 5.17.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,22 +1,22 @@
1
1
 
2
- > @memberjunction/react-runtime@5.16.0 build
2
+ > @memberjunction/react-runtime@5.17.0 build
3
3
  > npm run build:node && npm run build:umd
4
4
 
5
5
 
6
- > @memberjunction/react-runtime@5.16.0 build:node
6
+ > @memberjunction/react-runtime@5.17.0 build:node
7
7
  > tsc
8
8
 
9
9
 
10
- > @memberjunction/react-runtime@5.16.0 build:umd
10
+ > @memberjunction/react-runtime@5.17.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 runtime.umd.js 2.43 MiB [emitted] [minimized] [big] (name: main) 1 related asset
15
- asset 324.runtime.umd.js 131 KiB [emitted] [minimized]
16
- asset 490.runtime.umd.js 61.7 KiB [emitted] [minimized] (id hint: vendors)
14
+ asset runtime.umd.js 5.92 MiB [emitted] [big] (name: main)
15
+ asset 490.runtime.umd.js 182 KiB [emitted] (id hint: vendors)
16
+ asset 324.runtime.umd.js 158 KiB [emitted]
17
17
  orphan modules 5.97 MiB [orphan] 492 modules
18
18
  runtime modules 6.94 KiB 10 modules
19
- cacheable modules 6.1 MiB
19
+ cacheable modules 6.11 MiB
20
20
  modules by path ../../../node_modules/ 780 KiB
21
21
  modules by path ../../../node_modules/rxjs/dist/esm5/internal/ 29.1 KiB 14 modules
22
22
  modules by path ../../../node_modules/debug/src/*.js 12.7 KiB 2 modules
@@ -27,5 +27,5 @@ cacheable modules 6.1 MiB
27
27
  ./dist/index.js + 27 modules 424 KiB [built] [code generated]
28
28
  ../../MJCore/dist/index.js + 75 modules 1.25 MiB [built] [code generated]
29
29
  ../../MJGlobal/dist/index.js + 16 modules 208 KiB [built] [code generated]
30
- ../../GraphQLDataProvider/dist/index.mjs 131 KiB [built] [code generated]
31
- webpack 5.105.0 compiled successfully in 153262 ms
30
+ ../../GraphQLDataProvider/dist/index.mjs 141 KiB [built] [code generated]
31
+ webpack 5.105.0 compiled successfully in 76718 ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @memberjunction/react-runtime
2
2
 
3
+ ## 5.17.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 9881045: no metadata or migration files, patch release
8
+ - Updated dependencies [bbfbf5e]
9
+ - Updated dependencies [9881045]
10
+ - @memberjunction/graphql-dataprovider@5.17.0
11
+ - @memberjunction/core@5.17.0
12
+ - @memberjunction/interactive-component-types@5.17.0
13
+ - @memberjunction/core-entities@5.17.0
14
+ - @memberjunction/global@5.17.0
15
+
3
16
  ## 5.16.0
4
17
 
5
18
  ### Patch Changes