@memberjunction/react-runtime 5.6.0 → 5.7.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,13 +1,13 @@
1
1
 
2
- > @memberjunction/react-runtime@5.6.0 build
2
+ > @memberjunction/react-runtime@5.7.0 build
3
3
  > npm run build:node && npm run build:umd
4
4
 
5
5
 
6
- > @memberjunction/react-runtime@5.6.0 build:node
6
+ > @memberjunction/react-runtime@5.7.0 build:node
7
7
  > tsc
8
8
 
9
9
 
10
- > @memberjunction/react-runtime@5.6.0 build:umd
10
+ > @memberjunction/react-runtime@5.7.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.
@@ -38,4 +38,4 @@ built modules 5.75 MiB [built]
38
38
  1 warning has detailed information that is not shown.
39
39
  Use 'stats.errorDetails: true' resp. '--stats-error-details' to show it.
40
40
 
41
- webpack 5.105.0 compiled with 1 warning in 139284 ms
41
+ webpack 5.105.0 compiled with 1 warning in 135206 ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @memberjunction/react-runtime
2
2
 
3
+ ## 5.7.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [642c4df]
8
+ - @memberjunction/core@5.7.0
9
+ - @memberjunction/core-entities@5.7.0
10
+ - @memberjunction/graphql-dataprovider@5.7.0
11
+ - @memberjunction/interactive-component-types@5.7.0
12
+ - @memberjunction/global@5.7.0
13
+
3
14
  ## 5.6.0
4
15
 
5
16
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memberjunction/react-runtime",
3
- "version": "5.6.0",
3
+ "version": "5.7.0",
4
4
  "description": "Platform-agnostic React component runtime for MemberJunction. Provides core compilation, registry, and execution capabilities for React components in any JavaScript environment.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -29,11 +29,11 @@
29
29
  },
30
30
  "homepage": "https://github.com/MemberJunction/MJ#readme",
31
31
  "dependencies": {
32
- "@memberjunction/core": "5.6.0",
33
- "@memberjunction/global": "5.6.0",
34
- "@memberjunction/interactive-component-types": "5.6.0",
35
- "@memberjunction/core-entities": "5.6.0",
36
- "@memberjunction/graphql-dataprovider": "5.6.0",
32
+ "@memberjunction/core": "5.7.0",
33
+ "@memberjunction/global": "5.7.0",
34
+ "@memberjunction/interactive-component-types": "5.7.0",
35
+ "@memberjunction/core-entities": "5.7.0",
36
+ "@memberjunction/graphql-dataprovider": "5.7.0",
37
37
  "@babel/standalone": "^7.29.1",
38
38
  "rxjs": "^7.8.2"
39
39
  },