@memberjunction/react-runtime 2.97.0 → 2.98.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.
@@ -1,13 +1,13 @@
1
1
 
2
- > @memberjunction/react-runtime@2.97.0 build
2
+ > @memberjunction/react-runtime@2.98.0 build
3
3
  > npm run build:node && npm run build:umd
4
4
 
5
5
 
6
- > @memberjunction/react-runtime@2.97.0 build:node
6
+ > @memberjunction/react-runtime@2.98.0 build:node
7
7
  > tsc
8
8
 
9
9
 
10
- > @memberjunction/react-runtime@2.97.0 build:umd
10
+ > @memberjunction/react-runtime@2.98.0 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.
@@ -27,4 +27,4 @@ modules by path ../../InteractiveComponents/dist/*.js 36.8 KiB
27
27
  ../../InteractiveComponents/dist/index.js 1.21 KiB [built] [code generated]
28
28
  ../../InteractiveComponents/dist/data-requirements.js 79 bytes [built] [code generated]
29
29
  + 8 modules
30
- webpack 5.92.1 compiled successfully in 105266 ms
30
+ webpack 5.92.1 compiled successfully in 114094 ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @memberjunction/react-runtime
2
2
 
3
+ ## 2.98.0
4
+
5
+ ### Minor Changes
6
+
7
+ - ce949f4: migration
8
+
9
+ ### Patch Changes
10
+
11
+ - 56a4e9d: tweaks to linter
12
+ - @memberjunction/interactive-component-types@2.98.0
13
+ - @memberjunction/core@2.98.0
14
+ - @memberjunction/core-entities@2.98.0
15
+ - @memberjunction/global@2.98.0
16
+
3
17
  ## 2.97.0
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memberjunction/react-runtime",
3
- "version": "2.97.0",
3
+ "version": "2.98.0",
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,10 +27,10 @@
27
27
  },
28
28
  "homepage": "https://github.com/MemberJunction/MJ#readme",
29
29
  "dependencies": {
30
- "@memberjunction/core": "2.97.0",
31
- "@memberjunction/global": "2.97.0",
32
- "@memberjunction/interactive-component-types": "2.97.0",
33
- "@memberjunction/core-entities": "2.97.0",
30
+ "@memberjunction/core": "2.98.0",
31
+ "@memberjunction/global": "2.98.0",
32
+ "@memberjunction/interactive-component-types": "2.98.0",
33
+ "@memberjunction/core-entities": "2.98.0",
34
34
  "@babel/standalone": "^7.23.5",
35
35
  "rxjs": "^7.8.1"
36
36
  },