@memberjunction/react-runtime 5.3.0 → 5.3.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.
- package/.turbo/turbo-build.log +4 -4
- package/CHANGELOG.md +10 -0
- package/package.json +6 -6
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
|
|
2
|
-
> @memberjunction/react-runtime@5.3.
|
|
2
|
+
> @memberjunction/react-runtime@5.3.1 build
|
|
3
3
|
> npm run build:node && npm run build:umd
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
> @memberjunction/react-runtime@5.3.
|
|
6
|
+
> @memberjunction/react-runtime@5.3.1 build:node
|
|
7
7
|
> tsc
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
> @memberjunction/react-runtime@5.3.
|
|
10
|
+
> @memberjunction/react-runtime@5.3.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.
|
|
@@ -39,4 +39,4 @@ built modules 5.59 MiB [1m[33m[built][39m[22m
|
|
|
39
39
|
1 warning has detailed information that is not shown.
|
|
40
40
|
Use 'stats.errorDetails: true' resp. '--stats-error-details' to show it.
|
|
41
41
|
|
|
42
|
-
webpack 5.105.0 compiled with [1m[33m1 warning[39m[22m in
|
|
42
|
+
webpack 5.105.0 compiled with [1m[33m1 warning[39m[22m in 131837 ms
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @memberjunction/react-runtime
|
|
2
2
|
|
|
3
|
+
## 5.3.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @memberjunction/graphql-dataprovider@5.3.1
|
|
8
|
+
- @memberjunction/interactive-component-types@5.3.1
|
|
9
|
+
- @memberjunction/core@5.3.1
|
|
10
|
+
- @memberjunction/core-entities@5.3.1
|
|
11
|
+
- @memberjunction/global@5.3.1
|
|
12
|
+
|
|
3
13
|
## 5.3.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.3.
|
|
3
|
+
"version": "5.3.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.3.
|
|
33
|
-
"@memberjunction/global": "5.3.
|
|
34
|
-
"@memberjunction/interactive-component-types": "5.3.
|
|
35
|
-
"@memberjunction/core-entities": "5.3.
|
|
36
|
-
"@memberjunction/graphql-dataprovider": "5.3.
|
|
32
|
+
"@memberjunction/core": "5.3.1",
|
|
33
|
+
"@memberjunction/global": "5.3.1",
|
|
34
|
+
"@memberjunction/interactive-component-types": "5.3.1",
|
|
35
|
+
"@memberjunction/core-entities": "5.3.1",
|
|
36
|
+
"@memberjunction/graphql-dataprovider": "5.3.1",
|
|
37
37
|
"@babel/standalone": "^7.29.1",
|
|
38
38
|
"rxjs": "^7.8.2"
|
|
39
39
|
},
|