@memberjunction/react-runtime 3.4.0 → 4.0.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 (76) hide show
  1. package/.turbo/turbo-build.log +33 -25
  2. package/CHANGELOG.md +28 -0
  3. package/dist/324.runtime.umd.js +817 -0
  4. package/dist/490.runtime.umd.js +1 -0
  5. package/dist/compiler/babel-config.js +15 -21
  6. package/dist/compiler/babel-config.js.map +1 -1
  7. package/dist/compiler/component-compiler.js +13 -17
  8. package/dist/compiler/component-compiler.js.map +1 -1
  9. package/dist/compiler/index.js +2 -13
  10. package/dist/compiler/index.js.map +1 -1
  11. package/dist/component-manager/component-manager.js +7 -34
  12. package/dist/component-manager/component-manager.js.map +1 -1
  13. package/dist/component-manager/index.js +1 -5
  14. package/dist/component-manager/index.js.map +1 -1
  15. package/dist/component-manager/types.js +1 -2
  16. package/dist/index.js +31 -100
  17. package/dist/index.js.map +1 -1
  18. package/dist/registry/component-registry-service.js +8 -35
  19. package/dist/registry/component-registry-service.js.map +1 -1
  20. package/dist/registry/component-registry.js +5 -9
  21. package/dist/registry/component-registry.js.map +1 -1
  22. package/dist/registry/component-resolver.js +5 -9
  23. package/dist/registry/component-resolver.js.map +1 -1
  24. package/dist/registry/index.js +4 -11
  25. package/dist/registry/index.js.map +1 -1
  26. package/dist/registry/registry-provider.js +1 -2
  27. package/dist/runtime/component-hierarchy.js +24 -55
  28. package/dist/runtime/component-hierarchy.js.map +1 -1
  29. package/dist/runtime/component-wrapper.d.ts +18 -0
  30. package/dist/runtime/component-wrapper.d.ts.map +1 -0
  31. package/dist/runtime/component-wrapper.js +108 -0
  32. package/dist/runtime/error-boundary.js +4 -11
  33. package/dist/runtime/error-boundary.js.map +1 -1
  34. package/dist/runtime/index.js +4 -26
  35. package/dist/runtime/index.js.map +1 -1
  36. package/dist/runtime/prop-builder.js +17 -28
  37. package/dist/runtime/prop-builder.js.map +1 -1
  38. package/dist/runtime/react-root-manager.js +4 -8
  39. package/dist/runtime/react-root-manager.js.map +1 -1
  40. package/dist/runtime.umd.js +1 -801
  41. package/dist/types/dependency-types.js +1 -2
  42. package/dist/types/index.js +2 -18
  43. package/dist/types/index.js.map +1 -1
  44. package/dist/types/library-config.js +1 -2
  45. package/dist/utilities/cache-manager.js +1 -5
  46. package/dist/utilities/cache-manager.js.map +1 -1
  47. package/dist/utilities/component-error-analyzer.js +53 -57
  48. package/dist/utilities/component-error-analyzer.js.map +1 -1
  49. package/dist/utilities/component-styles.js +2 -6
  50. package/dist/utilities/component-styles.js.map +1 -1
  51. package/dist/utilities/component-unwrapper.d.ts.map +1 -1
  52. package/dist/utilities/component-unwrapper.js +6 -13
  53. package/dist/utilities/component-unwrapper.js.map +1 -1
  54. package/dist/utilities/core-libraries.js +2 -7
  55. package/dist/utilities/core-libraries.js.map +1 -1
  56. package/dist/utilities/index.js +9 -25
  57. package/dist/utilities/index.js.map +1 -1
  58. package/dist/utilities/library-dependency-resolver.js +1 -5
  59. package/dist/utilities/library-dependency-resolver.js.map +1 -1
  60. package/dist/utilities/library-loader.js +23 -27
  61. package/dist/utilities/library-loader.js.map +1 -1
  62. package/dist/utilities/library-registry.d.ts.map +1 -1
  63. package/dist/utilities/library-registry.js +3 -7
  64. package/dist/utilities/library-registry.js.map +1 -1
  65. package/dist/utilities/resource-manager.d.ts +0 -1
  66. package/dist/utilities/resource-manager.d.ts.map +1 -1
  67. package/dist/utilities/resource-manager.js +2 -6
  68. package/dist/utilities/resource-manager.js.map +1 -1
  69. package/dist/utilities/runtime-utilities.d.ts +10 -0
  70. package/dist/utilities/runtime-utilities.d.ts.map +1 -0
  71. package/dist/utilities/runtime-utilities.js +92 -0
  72. package/dist/utilities/standard-libraries.js +3 -8
  73. package/dist/utilities/standard-libraries.js.map +1 -1
  74. package/package.json +17 -17
  75. package/tsconfig.json +7 -22
  76. package/tsconfig.tsbuildinfo +1 -0
@@ -1,25 +1,33 @@
1
-
2
- > @memberjunction/react-runtime@3.4.0 build
3
- > npm run build:node && npm run build:umd
4
-
5
-
6
- > @memberjunction/react-runtime@3.4.0 build:node
7
- > tsc
8
-
9
-
10
- > @memberjunction/react-runtime@3.4.0 build:umd
11
- > webpack --config webpack.umd.config.js
12
-
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
1
+
2
+ 
3
+ > @memberjunction/react-runtime@4.0.0 build
4
+ > npm run build:node && npm run build:umd
5
+
6
+
7
+ > @memberjunction/react-runtime@4.0.0 build:node
8
+ > tsc
9
+
10
+ â ™
11
+ > @memberjunction/react-runtime@4.0.0 build:umd
12
+ > webpack --config webpack.umd.config.js
13
+
14
+ [BABEL] Note: The code generator has deoptimised the styling of /Users/ethanlin/Projects/MJ/MJ/packages/MJCoreEntities/dist/generated/entity_subclasses.js as it exceeds the max of 500KB.
15
+ asset runtime.umd.js 2.18 MiB [compared for emit] [minimized] [big] (name: main) 1 related asset
16
+ asset 324.runtime.umd.js 111 KiB [compared for emit] [minimized]
17
+ asset 490.runtime.umd.js 61.7 KiB [compared for emit] [minimized] (id hint: vendors)
18
+ orphan modules 5.3 MiB [orphan] 485 modules
19
+ runtime modules 6.94 KiB 10 modules
20
+ cacheable modules 5.41 MiB
21
+ modules by path ../../../node_modules/ 780 KiB
22
+ modules by path ../../../node_modules/rxjs/dist/esm5/internal/ 29.1 KiB 14 modules
23
+ modules by path ../../../node_modules/debug/src/*.js 12.7 KiB 2 modules
24
+ + 7 modules
25
+ modules by path ../../MJCoreEntities/dist/ 3.07 MiB
26
+ ../../MJCoreEntities/dist/index.js + 22 modules 3.06 MiB [built] [code generated]
27
+ ../../MJCoreEntities/dist/engines/UserViewEngine.js 18.7 KiB [built] [code generated]
28
+ ./dist/index.js + 27 modules 420 KiB [built] [code generated]
29
+ ../../MJCore/dist/index.js + 71 modules 899 KiB [built] [code generated]
30
+ ../../GraphQLDataProvider/dist/index.mjs 111 KiB [built] [code generated]
31
+ ../../MJGlobal/dist/index.js + 15 modules 180 KiB [built] [code generated]
32
+ webpack 5.105.0 compiled successfully in 14955 ms
33
+ ⠙⠙
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @memberjunction/react-runtime
2
2
 
3
+ ## 4.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 8366d44: we goin' to 4.0!
8
+ - fe73344: Angular 21/Node 24/ESM everywhere, and more
9
+ - 5f6306c: 4.0
10
+
11
+ ### Minor Changes
12
+
13
+ - e06f81c: changed SO much!
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [65b4274]
18
+ - Updated dependencies [8366d44]
19
+ - Updated dependencies [f159146]
20
+ - Updated dependencies [718b0ee]
21
+ - Updated dependencies [5c7f6ab]
22
+ - Updated dependencies [fe73344]
23
+ - Updated dependencies [5f6306c]
24
+ - Updated dependencies [e06f81c]
25
+ - @memberjunction/graphql-dataprovider@4.0.0
26
+ - @memberjunction/interactive-component-types@4.0.0
27
+ - @memberjunction/core@4.0.0
28
+ - @memberjunction/core-entities@4.0.0
29
+ - @memberjunction/global@4.0.0
30
+
3
31
  ## 3.4.0
4
32
 
5
33
  ### Patch Changes