@memberjunction/react-runtime 3.3.0 → 4.0.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.
- package/.turbo/turbo-build.log +33 -25
- package/CHANGELOG.md +40 -0
- package/dist/324.runtime.umd.js +817 -0
- package/dist/490.runtime.umd.js +1 -0
- package/dist/compiler/babel-config.js +15 -21
- package/dist/compiler/babel-config.js.map +1 -1
- package/dist/compiler/component-compiler.js +13 -17
- package/dist/compiler/component-compiler.js.map +1 -1
- package/dist/compiler/index.js +2 -13
- package/dist/compiler/index.js.map +1 -1
- package/dist/component-manager/component-manager.js +7 -34
- package/dist/component-manager/component-manager.js.map +1 -1
- package/dist/component-manager/index.js +1 -5
- package/dist/component-manager/index.js.map +1 -1
- package/dist/component-manager/types.js +1 -2
- package/dist/index.js +31 -100
- package/dist/index.js.map +1 -1
- package/dist/registry/component-registry-service.js +8 -35
- package/dist/registry/component-registry-service.js.map +1 -1
- package/dist/registry/component-registry.js +5 -9
- package/dist/registry/component-registry.js.map +1 -1
- package/dist/registry/component-resolver.js +5 -9
- package/dist/registry/component-resolver.js.map +1 -1
- package/dist/registry/index.js +4 -11
- package/dist/registry/index.js.map +1 -1
- package/dist/registry/registry-provider.js +1 -2
- package/dist/runtime/component-hierarchy.js +24 -55
- package/dist/runtime/component-hierarchy.js.map +1 -1
- package/dist/runtime/component-wrapper.d.ts +18 -0
- package/dist/runtime/component-wrapper.d.ts.map +1 -0
- package/dist/runtime/component-wrapper.js +108 -0
- package/dist/runtime/error-boundary.js +4 -11
- package/dist/runtime/error-boundary.js.map +1 -1
- package/dist/runtime/index.js +4 -26
- package/dist/runtime/index.js.map +1 -1
- package/dist/runtime/prop-builder.js +17 -28
- package/dist/runtime/prop-builder.js.map +1 -1
- package/dist/runtime/react-root-manager.js +4 -8
- package/dist/runtime/react-root-manager.js.map +1 -1
- package/dist/runtime.umd.js +1 -801
- package/dist/types/dependency-types.js +1 -2
- package/dist/types/index.js +2 -18
- package/dist/types/index.js.map +1 -1
- package/dist/types/library-config.js +1 -2
- package/dist/utilities/cache-manager.js +1 -5
- package/dist/utilities/cache-manager.js.map +1 -1
- package/dist/utilities/component-error-analyzer.js +53 -57
- package/dist/utilities/component-error-analyzer.js.map +1 -1
- package/dist/utilities/component-styles.js +2 -6
- package/dist/utilities/component-styles.js.map +1 -1
- package/dist/utilities/component-unwrapper.d.ts.map +1 -1
- package/dist/utilities/component-unwrapper.js +6 -13
- package/dist/utilities/component-unwrapper.js.map +1 -1
- package/dist/utilities/core-libraries.js +2 -7
- package/dist/utilities/core-libraries.js.map +1 -1
- package/dist/utilities/index.js +9 -25
- package/dist/utilities/index.js.map +1 -1
- package/dist/utilities/library-dependency-resolver.js +1 -5
- package/dist/utilities/library-dependency-resolver.js.map +1 -1
- package/dist/utilities/library-loader.js +23 -27
- package/dist/utilities/library-loader.js.map +1 -1
- package/dist/utilities/library-registry.d.ts.map +1 -1
- package/dist/utilities/library-registry.js +3 -7
- package/dist/utilities/library-registry.js.map +1 -1
- package/dist/utilities/resource-manager.d.ts +0 -1
- package/dist/utilities/resource-manager.d.ts.map +1 -1
- package/dist/utilities/resource-manager.js +2 -6
- package/dist/utilities/resource-manager.js.map +1 -1
- package/dist/utilities/runtime-utilities.d.ts +10 -0
- package/dist/utilities/runtime-utilities.d.ts.map +1 -0
- package/dist/utilities/runtime-utilities.js +92 -0
- package/dist/utilities/standard-libraries.js +3 -8
- package/dist/utilities/standard-libraries.js.map +1 -1
- package/package.json +17 -17
- package/tsconfig.json +7 -22
- package/tsconfig.tsbuildinfo +1 -0
- package/typedoc.json +9 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,25 +1,33 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
>
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
>
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
>
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
runtime
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
modules by path [1m
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
> @memberjunction/react-runtime@4.0.0 build
|
|
4
|
+
> npm run build:node && npm run build:umd
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
> @memberjunction/react-runtime@4.0.0 build:node
|
|
8
|
+
> tsc
|
|
9
|
+
|
|
10
|
+
â ™[1G[0K
|
|
11
|
+
> @memberjunction/react-runtime@4.0.0 build:umd
|
|
12
|
+
> webpack --config webpack.umd.config.js
|
|
13
|
+
|
|
14
|
+
[BABEL] Note: The code generator has deoptimised the styling of /Users/ethanlin/Projects/MJ/MJ/packages/MJCoreEntities/dist/generated/entity_subclasses.js as it exceeds the max of 500KB.
|
|
15
|
+
asset [1m[33mruntime.umd.js[39m[22m [1m[33m2.18 MiB[39m[22m [1m[33m[compared for emit][39m[22m [1m[32m[minimized][39m[22m [1m[33m[big][39m[22m (name: main) 1 related asset
|
|
16
|
+
asset [1m[32m324.runtime.umd.js[39m[22m 111 KiB [1m[33m[compared for emit][39m[22m [1m[32m[minimized][39m[22m
|
|
17
|
+
asset [1m[32m490.runtime.umd.js[39m[22m 61.7 KiB [1m[33m[compared for emit][39m[22m [1m[32m[minimized][39m[22m (id hint: vendors)
|
|
18
|
+
orphan modules 5.3 MiB [1m[33m[orphan][39m[22m 485 modules
|
|
19
|
+
runtime modules 6.94 KiB 10 modules
|
|
20
|
+
cacheable modules 5.41 MiB
|
|
21
|
+
modules by path [1m../../../node_modules/[39m[22m 780 KiB
|
|
22
|
+
modules by path [1m../../../node_modules/rxjs/dist/esm5/internal/[39m[22m 29.1 KiB 14 modules
|
|
23
|
+
modules by path [1m../../../node_modules/debug/src/*.js[39m[22m 12.7 KiB 2 modules
|
|
24
|
+
+ 7 modules
|
|
25
|
+
modules by path [1m../../MJCoreEntities/dist/[39m[22m 3.07 MiB
|
|
26
|
+
[1m../../MJCoreEntities/dist/index.js + 22 modules[39m[22m 3.06 MiB [1m[33m[built][39m[22m [1m[33m[code generated][39m[22m
|
|
27
|
+
[1m../../MJCoreEntities/dist/engines/UserViewEngine.js[39m[22m 18.7 KiB [1m[33m[built][39m[22m [1m[33m[code generated][39m[22m
|
|
28
|
+
[1m./dist/index.js + 27 modules[39m[22m 420 KiB [1m[33m[built][39m[22m [1m[33m[code generated][39m[22m
|
|
29
|
+
[1m../../MJCore/dist/index.js + 71 modules[39m[22m 899 KiB [1m[33m[built][39m[22m [1m[33m[code generated][39m[22m
|
|
30
|
+
[1m../../GraphQLDataProvider/dist/index.mjs[39m[22m 111 KiB [1m[33m[built][39m[22m [1m[33m[code generated][39m[22m
|
|
31
|
+
[1m../../MJGlobal/dist/index.js + 15 modules[39m[22m 180 KiB [1m[33m[built][39m[22m [1m[33m[code generated][39m[22m
|
|
32
|
+
webpack 5.105.0 compiled [1m[32msuccessfully[39m[22m in 14955 ms
|
|
33
|
+
â ™[1G[0Kâ ™[1G[0K
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,45 @@
|
|
|
1
1
|
# @memberjunction/react-runtime
|
|
2
2
|
|
|
3
|
+
## 4.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- 8366d44: we goin' to 4.0!
|
|
8
|
+
- fe73344: Angular 21/Node 24/ESM everywhere, and more
|
|
9
|
+
- 5f6306c: 4.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- e06f81c: changed SO much!
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Updated dependencies [65b4274]
|
|
18
|
+
- Updated dependencies [8366d44]
|
|
19
|
+
- Updated dependencies [f159146]
|
|
20
|
+
- Updated dependencies [718b0ee]
|
|
21
|
+
- Updated dependencies [5c7f6ab]
|
|
22
|
+
- Updated dependencies [fe73344]
|
|
23
|
+
- Updated dependencies [5f6306c]
|
|
24
|
+
- Updated dependencies [e06f81c]
|
|
25
|
+
- @memberjunction/graphql-dataprovider@4.0.0
|
|
26
|
+
- @memberjunction/interactive-component-types@4.0.0
|
|
27
|
+
- @memberjunction/core@4.0.0
|
|
28
|
+
- @memberjunction/core-entities@4.0.0
|
|
29
|
+
- @memberjunction/global@4.0.0
|
|
30
|
+
|
|
31
|
+
## 3.4.0
|
|
32
|
+
|
|
33
|
+
### Patch Changes
|
|
34
|
+
|
|
35
|
+
- Updated dependencies [18b4e65]
|
|
36
|
+
- Updated dependencies [a3961d5]
|
|
37
|
+
- @memberjunction/core-entities@3.4.0
|
|
38
|
+
- @memberjunction/core@3.4.0
|
|
39
|
+
- @memberjunction/graphql-dataprovider@3.4.0
|
|
40
|
+
- @memberjunction/interactive-component-types@3.4.0
|
|
41
|
+
- @memberjunction/global@3.4.0
|
|
42
|
+
|
|
3
43
|
## 3.3.0
|
|
4
44
|
|
|
5
45
|
### Patch Changes
|