@memberjunction/react-runtime 5.30.0 → 5.30.1

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.30.0 build
2
+ > @memberjunction/react-runtime@5.30.1 build
3
3
  > npm run build:node && npm run build:umd
4
4
 
5
5
 
6
- > @memberjunction/react-runtime@5.30.0 build:node
6
+ > @memberjunction/react-runtime@5.30.1 build:node
7
7
  > tsc
8
8
 
9
9
 
10
- > @memberjunction/react-runtime@5.30.0 build:umd
10
+ > @memberjunction/react-runtime@5.30.1 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.
@@ -28,4 +28,4 @@ cacheable modules 7.1 MiB
28
28
  ../../MJCore/dist/index.js + 75 modules 1.36 MiB [built] [code generated]
29
29
  ../../MJGlobal/dist/index.js + 16 modules 222 KiB [built] [code generated]
30
30
  ../../GraphQLDataProvider/dist/index.mjs 161 KiB [built] [code generated]
31
- webpack 5.105.0 compiled successfully in 91950 ms
31
+ webpack 5.105.0 compiled successfully in 75145 ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @memberjunction/react-runtime
2
2
 
3
+ ## 5.30.1
4
+
5
+ ### Patch Changes
6
+
7
+ - @memberjunction/graphql-dataprovider@5.30.1
8
+ - @memberjunction/interactive-component-types@5.30.1
9
+ - @memberjunction/core@5.30.1
10
+ - @memberjunction/core-entities@5.30.1
11
+ - @memberjunction/global@5.30.1
12
+
3
13
  ## 5.30.0
4
14
 
5
15
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memberjunction/react-runtime",
3
- "version": "5.30.0",
3
+ "version": "5.30.1",
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.30.0",
33
- "@memberjunction/global": "5.30.0",
34
- "@memberjunction/interactive-component-types": "5.30.0",
35
- "@memberjunction/core-entities": "5.30.0",
36
- "@memberjunction/graphql-dataprovider": "5.30.0",
32
+ "@memberjunction/core": "5.30.1",
33
+ "@memberjunction/global": "5.30.1",
34
+ "@memberjunction/interactive-component-types": "5.30.1",
35
+ "@memberjunction/core-entities": "5.30.1",
36
+ "@memberjunction/graphql-dataprovider": "5.30.1",
37
37
  "@babel/standalone": "^7.29.1",
38
38
  "rxjs": "^7.8.2"
39
39
  },