@memberjunction/react-runtime 5.30.1 → 5.32.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.30.1 build
2
+ > @memberjunction/react-runtime@5.32.0 build
3
3
  > npm run build:node && npm run build:umd
4
4
 
5
5
 
6
- > @memberjunction/react-runtime@5.30.1 build:node
6
+ > @memberjunction/react-runtime@5.32.0 build:node
7
7
  > tsc
8
8
 
9
9
 
10
- > @memberjunction/react-runtime@5.30.1 build:umd
10
+ > @memberjunction/react-runtime@5.32.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 6.95 MiB [emitted] [big] (name: main)
15
- asset 490.runtime.umd.js 182 KiB [emitted] (id hint: vendors)
16
- asset 324.runtime.umd.js 180 KiB [emitted]
17
- orphan modules 6.96 MiB [orphan] 521 modules
14
+ asset runtime.umd.js 7.05 MiB [compared for emit] [big] (name: main)
15
+ asset 324.runtime.umd.js 186 KiB [compared for emit]
16
+ asset 490.runtime.umd.js 182 KiB [compared for emit] (id hint: vendors)
17
+ orphan modules 7.06 MiB [orphan] 521 modules
18
18
  runtime modules 6.94 KiB 10 modules
19
- cacheable modules 7.1 MiB
19
+ cacheable modules 7.2 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.19 MiB
25
- ../../MJCoreEntities/dist/index.js + 47 modules 4.17 MiB [built] [code generated]
24
+ modules by path ../../MJCoreEntities/dist/ 4.23 MiB
25
+ ../../MJCoreEntities/dist/index.js + 47 modules 4.21 MiB [built] [code generated]
26
26
  ../../MJCoreEntities/dist/engines/UserViewEngine.js 19.6 KiB [built] [code generated]
27
- ./dist/index.js + 27 modules 426 KiB [built] [code generated]
28
- ../../MJCore/dist/index.js + 75 modules 1.36 MiB [built] [code generated]
27
+ ./dist/index.js + 27 modules 428 KiB [built] [code generated]
28
+ ../../MJCore/dist/index.js + 75 modules 1.41 MiB [built] [code generated]
29
29
  ../../MJGlobal/dist/index.js + 16 modules 222 KiB [built] [code generated]
30
- ../../GraphQLDataProvider/dist/index.mjs 161 KiB [built] [code generated]
31
- webpack 5.105.0 compiled successfully in 75145 ms
30
+ ../../GraphQLDataProvider/dist/index.mjs 166 KiB [built] [code generated]
31
+ webpack 5.105.0 compiled successfully in 74695 ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,38 @@
1
1
  # @memberjunction/react-runtime
2
2
 
3
+ ## 5.32.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [a7e8b3b]
8
+ - Updated dependencies [b9c67ac]
9
+ - @memberjunction/core@5.32.0
10
+ - @memberjunction/graphql-dataprovider@5.32.0
11
+ - @memberjunction/interactive-component-types@5.32.0
12
+ - @memberjunction/core-entities@5.32.0
13
+ - @memberjunction/global@5.32.0
14
+
15
+ ## 5.31.0
16
+
17
+ ### Patch Changes
18
+
19
+ - 7ed7a4b: no metadata/migration changes
20
+ - c8b6f8a: Component Studio: React runtime now keys cached components by content fingerprint so artifact versions sharing `(name, namespace, version)` but differing in code coexist as separate cache entries — fixes the conversation panel's version dropdown showing stale compiled code when toggling between Skip-authored registry-reference stubs and Studio-authored inline-code exports of the same component. Adds change-detection fixes to the artifact-load and artifact-selection dialogs, wires the React bridge's `(initialized)` event into `UpdateWithResolvedSpec` so registry-resolved code populates the code editor on first load, and unwraps Skip's `componentOptions` envelope when reading from the artifact `Content` field.
21
+ - Updated dependencies [fc8b9b8]
22
+ - Updated dependencies [cde4d2c]
23
+ - Updated dependencies [7ed7a4b]
24
+ - Updated dependencies [60e7541]
25
+ - Updated dependencies [18be074]
26
+ - Updated dependencies [17b8087]
27
+ - Updated dependencies [6779c1e]
28
+ - Updated dependencies [de34786]
29
+ - Updated dependencies [5db36d9]
30
+ - @memberjunction/core-entities@5.31.0
31
+ - @memberjunction/graphql-dataprovider@5.31.0
32
+ - @memberjunction/interactive-component-types@5.31.0
33
+ - @memberjunction/core@5.31.0
34
+ - @memberjunction/global@5.31.0
35
+
3
36
  ## 5.30.1
4
37
 
5
38
  ### Patch Changes