@memberjunction/react-runtime 3.4.0 → 4.1.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.
Files changed (70) hide show
  1. package/.turbo/turbo-build.log +21 -15
  2. package/CHANGELOG.md +41 -0
  3. package/README.md +142 -691
  4. package/dist/324.runtime.umd.js +817 -0
  5. package/dist/490.runtime.umd.js +1 -0
  6. package/dist/compiler/babel-config.js +15 -21
  7. package/dist/compiler/babel-config.js.map +1 -1
  8. package/dist/compiler/component-compiler.js +13 -17
  9. package/dist/compiler/component-compiler.js.map +1 -1
  10. package/dist/compiler/index.js +2 -13
  11. package/dist/compiler/index.js.map +1 -1
  12. package/dist/component-manager/component-manager.js +7 -34
  13. package/dist/component-manager/component-manager.js.map +1 -1
  14. package/dist/component-manager/index.js +1 -5
  15. package/dist/component-manager/index.js.map +1 -1
  16. package/dist/component-manager/types.js +1 -2
  17. package/dist/index.js +31 -100
  18. package/dist/index.js.map +1 -1
  19. package/dist/registry/component-registry-service.js +8 -35
  20. package/dist/registry/component-registry-service.js.map +1 -1
  21. package/dist/registry/component-registry.js +5 -9
  22. package/dist/registry/component-registry.js.map +1 -1
  23. package/dist/registry/component-resolver.js +5 -9
  24. package/dist/registry/component-resolver.js.map +1 -1
  25. package/dist/registry/index.js +4 -11
  26. package/dist/registry/index.js.map +1 -1
  27. package/dist/registry/registry-provider.js +1 -2
  28. package/dist/runtime/component-hierarchy.js +24 -55
  29. package/dist/runtime/component-hierarchy.js.map +1 -1
  30. package/dist/runtime/error-boundary.js +4 -11
  31. package/dist/runtime/error-boundary.js.map +1 -1
  32. package/dist/runtime/index.js +4 -26
  33. package/dist/runtime/index.js.map +1 -1
  34. package/dist/runtime/prop-builder.js +17 -28
  35. package/dist/runtime/prop-builder.js.map +1 -1
  36. package/dist/runtime/react-root-manager.js +4 -8
  37. package/dist/runtime/react-root-manager.js.map +1 -1
  38. package/dist/runtime.umd.js +1 -801
  39. package/dist/types/dependency-types.js +1 -2
  40. package/dist/types/index.js +2 -18
  41. package/dist/types/index.js.map +1 -1
  42. package/dist/types/library-config.js +1 -2
  43. package/dist/utilities/cache-manager.js +1 -5
  44. package/dist/utilities/cache-manager.js.map +1 -1
  45. package/dist/utilities/component-error-analyzer.js +53 -57
  46. package/dist/utilities/component-error-analyzer.js.map +1 -1
  47. package/dist/utilities/component-styles.js +2 -6
  48. package/dist/utilities/component-styles.js.map +1 -1
  49. package/dist/utilities/component-unwrapper.d.ts.map +1 -1
  50. package/dist/utilities/component-unwrapper.js +6 -13
  51. package/dist/utilities/component-unwrapper.js.map +1 -1
  52. package/dist/utilities/core-libraries.js +2 -7
  53. package/dist/utilities/core-libraries.js.map +1 -1
  54. package/dist/utilities/index.js +9 -25
  55. package/dist/utilities/index.js.map +1 -1
  56. package/dist/utilities/library-dependency-resolver.js +1 -5
  57. package/dist/utilities/library-dependency-resolver.js.map +1 -1
  58. package/dist/utilities/library-loader.js +23 -27
  59. package/dist/utilities/library-loader.js.map +1 -1
  60. package/dist/utilities/library-registry.d.ts.map +1 -1
  61. package/dist/utilities/library-registry.js +3 -7
  62. package/dist/utilities/library-registry.js.map +1 -1
  63. package/dist/utilities/resource-manager.d.ts +0 -1
  64. package/dist/utilities/resource-manager.d.ts.map +1 -1
  65. package/dist/utilities/resource-manager.js +2 -6
  66. package/dist/utilities/resource-manager.js.map +1 -1
  67. package/dist/utilities/standard-libraries.js +3 -8
  68. package/dist/utilities/standard-libraries.js.map +1 -1
  69. package/package.json +17 -17
  70. package/tsconfig.json +7 -22
@@ -1,25 +1,31 @@
1
1
 
2
- > @memberjunction/react-runtime@3.4.0 build
2
+ > @memberjunction/react-runtime@4.1.0 build
3
3
  > npm run build:node && npm run build:umd
4
4
 
5
5
 
6
- > @memberjunction/react-runtime@3.4.0 build:node
6
+ > @memberjunction/react-runtime@4.1.0 build:node
7
7
  > tsc
8
8
 
9
9
 
10
- > @memberjunction/react-runtime@3.4.0 build:umd
10
+ > @memberjunction/react-runtime@4.1.0 build:umd
11
11
  > webpack --config webpack.umd.config.js
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.81 MiB [emitted] [minimized] [big] (name: main) 1 related asset
15
- orphan modules 530 KiB [orphan] 125 modules
16
- runtime modules 1010 bytes 5 modules
17
- modules by path ../../ 5.85 MiB
18
- modules by path ../../../node_modules/ 1.5 MiB 251 modules
19
- modules by path ../../MJGlobal/ 226 KiB 38 modules
20
- modules by path ../../MJCore/dist/ 881 KiB 35 modules
21
- modules by path ../../MJCoreEntities/ 3.1 MiB 35 modules
22
- modules by path ../../GraphQLDataProvider/ 145 KiB 22 modules
23
- modules by path ../../InteractiveComponents/dist/*.js 39 KiB 11 modules
24
- modules by path ./dist/ 421 KiB 28 modules
25
- webpack 5.94.0 compiled successfully in 133479 ms
14
+ asset runtime.umd.js 2.2 MiB [emitted] [minimized] [big] (name: main) 1 related asset
15
+ asset 324.runtime.umd.js 111 KiB [emitted] [minimized]
16
+ asset 490.runtime.umd.js 61.7 KiB [emitted] [minimized] (id hint: vendors)
17
+ orphan modules 5.36 MiB [orphan] 485 modules
18
+ runtime modules 6.94 KiB 10 modules
19
+ cacheable modules 5.47 MiB
20
+ modules by path ../../../node_modules/ 780 KiB
21
+ modules by path ../../../node_modules/rxjs/dist/esm5/internal/ 29.1 KiB 14 modules
22
+ modules by path ../../../node_modules/debug/src/*.js 12.7 KiB 2 modules
23
+ + 7 modules
24
+ modules by path ../../MJCoreEntities/dist/ 3.08 MiB
25
+ ../../MJCoreEntities/dist/index.js + 22 modules 3.06 MiB [built] [code generated]
26
+ ../../MJCoreEntities/dist/engines/UserViewEngine.js 18.7 KiB [built] [code generated]
27
+ ./dist/index.js + 27 modules 420 KiB [built] [code generated]
28
+ ../../MJCore/dist/index.js + 71 modules 960 KiB [built] [code generated]
29
+ ../../GraphQLDataProvider/dist/index.mjs 111 KiB [built] [code generated]
30
+ ../../MJGlobal/dist/index.js + 15 modules 180 KiB [built] [code generated]
31
+ webpack 5.105.0 compiled successfully in 130795 ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,46 @@
1
1
  # @memberjunction/react-runtime
2
2
 
3
+ ## 4.1.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [77839a9]
8
+ - Updated dependencies [2ea241f]
9
+ - Updated dependencies [5af036f]
10
+ - @memberjunction/core@4.1.0
11
+ - @memberjunction/core-entities@4.1.0
12
+ - @memberjunction/graphql-dataprovider@4.1.0
13
+ - @memberjunction/interactive-component-types@4.1.0
14
+ - @memberjunction/global@4.1.0
15
+
16
+ ## 4.0.0
17
+
18
+ ### Major Changes
19
+
20
+ - 8366d44: we goin' to 4.0!
21
+ - fe73344: Angular 21/Node 24/ESM everywhere, and more
22
+ - 5f6306c: 4.0
23
+
24
+ ### Minor Changes
25
+
26
+ - e06f81c: changed SO much!
27
+
28
+ ### Patch Changes
29
+
30
+ - Updated dependencies [65b4274]
31
+ - Updated dependencies [8366d44]
32
+ - Updated dependencies [f159146]
33
+ - Updated dependencies [718b0ee]
34
+ - Updated dependencies [5c7f6ab]
35
+ - Updated dependencies [fe73344]
36
+ - Updated dependencies [5f6306c]
37
+ - Updated dependencies [e06f81c]
38
+ - @memberjunction/graphql-dataprovider@4.0.0
39
+ - @memberjunction/interactive-component-types@4.0.0
40
+ - @memberjunction/core@4.0.0
41
+ - @memberjunction/core-entities@4.0.0
42
+ - @memberjunction/global@4.0.0
43
+
3
44
  ## 3.4.0
4
45
 
5
46
  ### Patch Changes