@memberjunction/react-runtime 2.124.0 → 2.126.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,16 +1,16 @@
1
1
 
2
- > @memberjunction/react-runtime@2.124.0 build
2
+ > @memberjunction/react-runtime@2.126.0 build
3
3
  > npm run build:node && npm run build:umd
4
4
 
5
5
 
6
- > @memberjunction/react-runtime@2.124.0 build:node
6
+ > @memberjunction/react-runtime@2.126.0 build:node
7
7
  > tsc
8
8
 
9
9
 
10
- > @memberjunction/react-runtime@2.124.0 build:umd
10
+ > @memberjunction/react-runtime@2.126.0 build:umd
11
11
  > webpack --config webpack.umd.config.js
12
12
 
13
- (node:11361) [DEP0180] DeprecationWarning: fs.Stats constructor is deprecated.
13
+ (node:13936) [DEP0180] DeprecationWarning: fs.Stats constructor is deprecated.
14
14
  (Use `node --trace-deprecation ...` to show where the warning was created)
15
15
  [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.
16
16
  asset runtime.umd.js 2.52 MiB [emitted] [minimized] [big] (name: main) 1 related asset
@@ -22,6 +22,6 @@ modules by path ../../ 5.13 MiB
22
22
  modules by path ../../MJCore/ 633 KiB 32 modules
23
23
  modules by path ../../MJCoreEntities/dist/ 2.54 MiB 27 modules
24
24
  modules by path ../../GraphQLDataProvider/ 122 KiB 22 modules
25
- modules by path ../../InteractiveComponents/dist/*.js 34.5 KiB 10 modules
25
+ modules by path ../../InteractiveComponents/dist/*.js 35.5 KiB 11 modules
26
26
  modules by path ./dist/ 454 KiB 28 modules
27
- webpack 5.92.1 compiled successfully in 127554 ms
27
+ webpack 5.92.1 compiled successfully in 128361 ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @memberjunction/react-runtime
2
2
 
3
+ ## 2.126.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [703221e]
8
+ - @memberjunction/core@2.126.0
9
+ - @memberjunction/graphql-dataprovider@2.126.0
10
+ - @memberjunction/interactive-component-types@2.126.0
11
+ - @memberjunction/core-entities@2.126.0
12
+ - @memberjunction/global@2.126.0
13
+
14
+ ## 2.125.0
15
+
16
+ ### Patch Changes
17
+
18
+ - 1115143: Add comprehensive constraint validation system for component props, enhance type inference engine with function scope tracking, improve date parameter validation in React component linter, and refactor golden example components to demonstrate library usage patterns
19
+ - Updated dependencies [1115143]
20
+ - Updated dependencies [bd4aa3d]
21
+ - @memberjunction/interactive-component-types@2.125.0
22
+ - @memberjunction/core@2.125.0
23
+ - @memberjunction/graphql-dataprovider@2.125.0
24
+ - @memberjunction/core-entities@2.125.0
25
+ - @memberjunction/global@2.125.0
26
+
3
27
  ## 2.124.0
4
28
 
5
29
  ### Patch Changes