@memberjunction/react-runtime 5.41.0 → 5.43.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,31 +1,31 @@
1
1
 
2
- > @memberjunction/react-runtime@5.41.0 build
2
+ > @memberjunction/react-runtime@5.43.0 build
3
3
  > npm run build:node && npm run build:umd
4
4
 
5
5
 
6
- > @memberjunction/react-runtime@5.41.0 build:node
6
+ > @memberjunction/react-runtime@5.43.0 build:node
7
7
  > tsc && tsc-alias -f
8
8
 
9
9
 
10
- > @memberjunction/react-runtime@5.41.0 build:umd
10
+ > @memberjunction/react-runtime@5.43.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 7.83 MiB [compared for emit] [big] (name: main)
15
- asset 324.runtime.umd.js 208 KiB [compared for emit]
14
+ asset runtime.umd.js 8.1 MiB [compared for emit] [big] (name: main)
15
+ asset 324.runtime.umd.js 215 KiB [compared for emit]
16
16
  asset 490.runtime.umd.js 182 KiB [compared for emit] (id hint: vendors)
17
- orphan modules 7.83 MiB [orphan] 538 modules
17
+ orphan modules 8.1 MiB [orphan] 552 modules
18
18
  runtime modules 6.94 KiB 10 modules
19
- cacheable modules 7.98 MiB
19
+ cacheable modules 8.26 MiB
20
20
  modules by path ../../../node_modules/ 781 KiB
21
21
  modules by path ../../../node_modules/rxjs/dist/esm5/internal/ 30.4 KiB 15 modules
22
22
  modules by path ../../../node_modules/debug/src/*.js 12.7 KiB 2 modules
23
23
  + 7 modules
24
- modules by path ../../MJCoreEntities/dist/ 4.77 MiB
25
- ../../MJCoreEntities/dist/index.js + 54 modules 4.75 MiB [built] [code generated]
24
+ modules by path ../../MJCoreEntities/dist/ 4.92 MiB
25
+ ../../MJCoreEntities/dist/index.js + 56 modules 4.9 MiB [built] [code generated]
26
26
  ../../MJCoreEntities/dist/engines/UserViewEngine.js 19.6 KiB [built] [code generated]
27
- ./dist/index.js + 28 modules 431 KiB [built] [code generated]
28
- ../../MJCore/dist/index.js + 81 modules 1.61 MiB [built] [code generated]
29
- ../../MJGlobal/dist/index.js + 17 modules 247 KiB [built] [code generated]
30
- ../../GraphQLDataProvider/dist/index.mjs 186 KiB [built] [code generated]
31
- webpack 5.105.0 compiled successfully in 59722 ms
27
+ ./dist/index.js + 28 modules 432 KiB [built] [code generated]
28
+ ../../MJCore/dist/index.js + 85 modules 1.68 MiB [built] [code generated]
29
+ ../../MJGlobal/dist/index.js + 22 modules 292 KiB [built] [code generated]
30
+ ../../GraphQLDataProvider/dist/index.mjs 191 KiB [built] [code generated]
31
+ webpack 5.105.0 compiled successfully in 69085 ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,38 @@
1
1
  # @memberjunction/react-runtime
2
2
 
3
+ ## 5.43.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [40eb4e0]
8
+ - Updated dependencies [9f6aa87]
9
+ - Updated dependencies [9200b13]
10
+ - Updated dependencies [ad8d8f1]
11
+ - Updated dependencies [a4cdfb0]
12
+ - @memberjunction/core@5.43.0
13
+ - @memberjunction/global@5.43.0
14
+ - @memberjunction/core-entities@5.43.0
15
+ - @memberjunction/graphql-dataprovider@5.43.0
16
+ - @memberjunction/interactive-component-types@5.43.0
17
+
18
+ ## 5.42.0
19
+
20
+ ### Patch Changes
21
+
22
+ - 438ce4a: Fix `cache-manager` build failure under Node typings — the cleanup timer used `window.setInterval`/`window.clearInterval` (DOM-typed, returns `number`) while `cleanupTimer` is declared as `ReturnType<typeof setInterval>` (Node's `Timeout`), causing `TS2322: Type 'number' is not assignable to type 'Timeout'`. Switched to the bare global `setInterval`/`clearInterval`, whose return type matches the declaration and works in both browser and Node runtimes.
23
+ - Updated dependencies [9b9b484]
24
+ - Updated dependencies [5fde509]
25
+ - Updated dependencies [4ec1732]
26
+ - Updated dependencies [2f225e4]
27
+ - Updated dependencies [6d970cd]
28
+ - Updated dependencies [0fa3cbc]
29
+ - Updated dependencies [da5a3dd]
30
+ - @memberjunction/core@5.42.0
31
+ - @memberjunction/graphql-dataprovider@5.42.0
32
+ - @memberjunction/core-entities@5.42.0
33
+ - @memberjunction/global@5.42.0
34
+ - @memberjunction/interactive-component-types@5.42.0
35
+
3
36
  ## 5.41.0
4
37
 
5
38
  ### Patch Changes