@memberjunction/react-runtime 2.100.0 → 2.100.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@2.100.
|
|
2
|
+
> @memberjunction/react-runtime@2.100.1 build
|
|
3
3
|
> npm run build:node && npm run build:umd
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
> @memberjunction/react-runtime@2.100.
|
|
6
|
+
> @memberjunction/react-runtime@2.100.1 build:node
|
|
7
7
|
> tsc
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
> @memberjunction/react-runtime@2.100.
|
|
10
|
+
> @memberjunction/react-runtime@2.100.1 build:umd
|
|
11
11
|
> webpack --config webpack.umd.config.js
|
|
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.
|
|
@@ -22,4 +22,4 @@ modules by path ../../ 4.61 MiB
|
|
|
22
22
|
modules by path ../../MJCoreEntities/dist/ 2.05 MiB 21 modules
|
|
23
23
|
modules by path ../../InteractiveComponents/dist/*.js 36.8 KiB 10 modules
|
|
24
24
|
modules by path ./dist/ 469 KiB 28 modules
|
|
25
|
-
webpack 5.92.1 compiled successfully in
|
|
25
|
+
webpack 5.92.1 compiled successfully in 138564 ms
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @memberjunction/react-runtime
|
|
2
2
|
|
|
3
|
+
## 2.100.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @memberjunction/graphql-dataprovider@2.100.1
|
|
8
|
+
- @memberjunction/interactive-component-types@2.100.1
|
|
9
|
+
- @memberjunction/core@2.100.1
|
|
10
|
+
- @memberjunction/core-entities@2.100.1
|
|
11
|
+
- @memberjunction/global@2.100.1
|
|
12
|
+
|
|
3
13
|
## 2.100.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": "2.100.
|
|
3
|
+
"version": "2.100.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
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -27,11 +27,11 @@
|
|
|
27
27
|
},
|
|
28
28
|
"homepage": "https://github.com/MemberJunction/MJ#readme",
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@memberjunction/core": "2.100.
|
|
31
|
-
"@memberjunction/global": "2.100.
|
|
32
|
-
"@memberjunction/interactive-component-types": "2.100.
|
|
33
|
-
"@memberjunction/core-entities": "2.100.
|
|
34
|
-
"@memberjunction/graphql-dataprovider": "2.100.
|
|
30
|
+
"@memberjunction/core": "2.100.1",
|
|
31
|
+
"@memberjunction/global": "2.100.1",
|
|
32
|
+
"@memberjunction/interactive-component-types": "2.100.1",
|
|
33
|
+
"@memberjunction/core-entities": "2.100.1",
|
|
34
|
+
"@memberjunction/graphql-dataprovider": "2.100.1",
|
|
35
35
|
"@babel/standalone": "^7.23.5",
|
|
36
36
|
"rxjs": "^7.8.1"
|
|
37
37
|
},
|