@memberjunction/react-runtime 6.1.0-edge.1 → 6.1.0-edge.2

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,5 +1,5 @@
1
1
 
2
- > @memberjunction/react-runtime@6.1.0-edge.1 build /home/runner/work/MJ/MJ/packages/React/runtime
2
+ > @memberjunction/react-runtime@6.1.0-edge.2 build /home/runner/work/MJ/MJ/packages/React/runtime
3
3
  > npm run build:node && npm run build:umd
4
4
 
5
5
  npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
@@ -7,7 +7,7 @@ npm warn Unknown env config "npm-globalconfig". This will stop working in the ne
7
7
  npm warn Unknown env config "link-workspace-packages". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
8
8
  npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
9
9
 
10
- > @memberjunction/react-runtime@6.1.0-edge.1 build:node
10
+ > @memberjunction/react-runtime@6.1.0-edge.2 build:node
11
11
  > tsc && tsc-alias -f
12
12
 
13
13
  npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
@@ -15,28 +15,28 @@ npm warn Unknown env config "npm-globalconfig". This will stop working in the ne
15
15
  npm warn Unknown env config "link-workspace-packages". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
16
16
  npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
17
17
 
18
- > @memberjunction/react-runtime@6.1.0-edge.1 build:umd
18
+ > @memberjunction/react-runtime@6.1.0-edge.2 build:umd
19
19
  > webpack --config webpack.umd.config.cjs
20
20
 
21
21
  Browserslist: browsers data (caniuse-lite) is 7 months old. Please run:
22
22
  npx update-browserslist-db@latest
23
23
  Why you should do it regularly: https://github.com/browserslist/update-db#readme
24
24
  [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.
25
- asset runtime.umd.js 9.02 MiB [compared for emit] [big] (name: main)
26
- asset 324.runtime.umd.js 217 KiB [compared for emit]
25
+ asset runtime.umd.js 9.09 MiB [compared for emit] [big] (name: main)
26
+ asset 324.runtime.umd.js 219 KiB [compared for emit]
27
27
  asset 456.runtime.umd.js 184 KiB [compared for emit] (id hint: vendors)
28
- orphan modules 9 MiB [orphan] 575 modules
28
+ orphan modules 9.07 MiB [orphan] 576 modules
29
29
  runtime modules 6.94 KiB 10 modules
30
- cacheable modules 9.15 MiB
30
+ cacheable modules 9.21 MiB
31
31
  modules by path ../../../node_modules/.pnpm/ 781 KiB
32
32
  modules by path ../../../node_modules/.pnpm/rxjs@7.8.2/node_modules/rxjs/dist/esm5/internal/ 30.4 KiB 16 modules
33
33
  modules by path ../../../node_modules/.pnpm/debug@4.4.3_supports-color@5.5.0/node_modules/...(truncated) 12.7 KiB 2 modules
34
34
  + 7 modules
35
- modules by path ../../MJCoreEntities/dist/ 5.43 MiB
36
- ../../MJCoreEntities/dist/index.js + 65 modules 5.41 MiB [built] [code generated]
35
+ modules by path ../../MJCoreEntities/dist/ 5.45 MiB
36
+ ../../MJCoreEntities/dist/index.js + 65 modules 5.43 MiB [built] [code generated]
37
37
  ../../MJCoreEntities/dist/engines/UserViewEngine.js 19.6 KiB [built] [code generated]
38
38
  ./dist/index.js + 29 modules 445 KiB [built] [code generated]
39
- ../../MJCore/dist/index.js + 93 modules 2.03 MiB [built] [code generated]
40
- ../../MJGlobal/dist/index.js + 24 modules 314 KiB [built] [code generated]
41
- ../../GraphQLDataProvider/dist/index.mjs 193 KiB [built] [code generated]
42
- webpack 5.105.0 compiled successfully in 91304 ms
39
+ ../../MJCore/dist/index.js + 93 modules 2.06 MiB [built] [code generated]
40
+ ../../MJGlobal/dist/index.js + 24 modules 318 KiB [built] [code generated]
41
+ ../../GraphQLDataProvider/dist/index.mjs 195 KiB [built] [code generated]
42
+ webpack 5.105.0 compiled successfully in 99239 ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @memberjunction/react-runtime
2
2
 
3
+ ## 6.1.0-edge.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [255d506]
8
+ - Updated dependencies [080f4cd]
9
+ - Updated dependencies [8288711]
10
+ - Updated dependencies [48ff99f]
11
+ - Updated dependencies [fccd0b2]
12
+ - Updated dependencies [0967ba7]
13
+ - Updated dependencies [de343b5]
14
+ - Updated dependencies [15319b4]
15
+ - Updated dependencies [ca4feb4]
16
+ - Updated dependencies [1c0d586]
17
+ - @memberjunction/core-entities@6.1.0-edge.2
18
+ - @memberjunction/global@6.1.0-edge.2
19
+ - @memberjunction/core@6.1.0-edge.2
20
+ - @memberjunction/graphql-dataprovider@6.1.0-edge.2
21
+ - @memberjunction/interactive-component-types@6.1.0-edge.2
22
+
3
23
  ## 6.1.0-edge.1
4
24
 
5
25
  ### Patch Changes