@memberjunction/react-runtime 4.3.0 → 4.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@4.3.
|
|
2
|
+
> @memberjunction/react-runtime@4.3.1 build
|
|
3
3
|
> npm run build:node && npm run build:umd
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
> @memberjunction/react-runtime@4.3.
|
|
6
|
+
> @memberjunction/react-runtime@4.3.1 build:node
|
|
7
7
|
> tsc
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
> @memberjunction/react-runtime@4.3.
|
|
10
|
+
> @memberjunction/react-runtime@4.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.
|
|
@@ -28,4 +28,4 @@ cacheable modules 5.49 MiB
|
|
|
28
28
|
[1m../../MJCore/dist/index.js + 71 modules[39m[22m 972 KiB [1m[33m[built][39m[22m [1m[33m[code generated][39m[22m
|
|
29
29
|
[1m../../GraphQLDataProvider/dist/index.mjs[39m[22m 112 KiB [1m[33m[built][39m[22m [1m[33m[code generated][39m[22m
|
|
30
30
|
[1m../../MJGlobal/dist/index.js + 15 modules[39m[22m 180 KiB [1m[33m[built][39m[22m [1m[33m[code generated][39m[22m
|
|
31
|
-
webpack 5.105.0 compiled [1m[32msuccessfully[39m[22m in
|
|
31
|
+
webpack 5.105.0 compiled [1m[32msuccessfully[39m[22m in 127191 ms
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @memberjunction/react-runtime
|
|
2
2
|
|
|
3
|
+
## 4.3.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @memberjunction/graphql-dataprovider@4.3.1
|
|
8
|
+
- @memberjunction/interactive-component-types@4.3.1
|
|
9
|
+
- @memberjunction/core@4.3.1
|
|
10
|
+
- @memberjunction/core-entities@4.3.1
|
|
11
|
+
- @memberjunction/global@4.3.1
|
|
12
|
+
|
|
3
13
|
## 4.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": "4.3.
|
|
3
|
+
"version": "4.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": "4.3.
|
|
33
|
-
"@memberjunction/global": "4.3.
|
|
34
|
-
"@memberjunction/interactive-component-types": "4.3.
|
|
35
|
-
"@memberjunction/core-entities": "4.3.
|
|
36
|
-
"@memberjunction/graphql-dataprovider": "4.3.
|
|
32
|
+
"@memberjunction/core": "4.3.1",
|
|
33
|
+
"@memberjunction/global": "4.3.1",
|
|
34
|
+
"@memberjunction/interactive-component-types": "4.3.1",
|
|
35
|
+
"@memberjunction/core-entities": "4.3.1",
|
|
36
|
+
"@memberjunction/graphql-dataprovider": "4.3.1",
|
|
37
37
|
"@babel/standalone": "^7.29.1",
|
|
38
38
|
"rxjs": "^7.8.2"
|
|
39
39
|
},
|