@finsemble/finsemble-core 9.9.3 → 9.9.4-beta.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.
- package/configs/core/config.json +1 -1
- package/configs/schemas/finsemble.schema.json +11 -0
- package/dist/configs/schemas/finsemble.schema.json +11 -0
- package/dist/platform/configs/core/config.json +2 -2
- package/dist/platform/configs/schemas/finsemble.schema.json +11 -0
- package/dist/platform/services/assimilation/assimilationService.js +1 -1
- package/dist/platform/services/assimilation/assimilationService.js.map +1 -1
- package/dist/polyfill/bootstrapper/index.umd.js +1 -1
- package/dist/polyfill/bootstrapper/index.umd.js.LICENSE.txt +5 -0
- package/dist/polyfill/bootstrapper/index.umd.js.map +1 -1
- package/dist/polyfill/finsemble-javascript-adapter.js +1 -1
- package/dist/polyfill/finsemble-javascript-adapter.js.LICENSE.txt +5 -0
- package/dist/polyfill/finsemble-javascript-adapter.js.map +1 -1
- package/dist/polyfill/fsbl-polyfill.umd.js +1 -1
- package/dist/polyfill/fsbl-polyfill.umd.js.map +1 -1
- package/dist/polyfill/fsbl-service/index.umd.js +1 -1
- package/dist/polyfill/fsbl-service/index.umd.js.LICENSE.txt +5 -0
- package/dist/polyfill/fsbl-service/index.umd.js.map +1 -1
- package/package.json +2 -2
package/configs/core/config.json
CHANGED
|
@@ -3936,6 +3936,17 @@
|
|
|
3936
3936
|
}
|
|
3937
3937
|
},
|
|
3938
3938
|
"additionalProperties": false
|
|
3939
|
+
},
|
|
3940
|
+
"assimilationService": {
|
|
3941
|
+
"type": "object",
|
|
3942
|
+
"private": true,
|
|
3943
|
+
"deprecated": true,
|
|
3944
|
+
"properties": {
|
|
3945
|
+
"blacklisted": {
|
|
3946
|
+
"type": "boolean"
|
|
3947
|
+
}
|
|
3948
|
+
},
|
|
3949
|
+
"additionalProperties": false
|
|
3939
3950
|
}
|
|
3940
3951
|
},
|
|
3941
3952
|
"additionalProperties": false
|
|
@@ -3936,6 +3936,17 @@
|
|
|
3936
3936
|
}
|
|
3937
3937
|
},
|
|
3938
3938
|
"additionalProperties": false
|
|
3939
|
+
},
|
|
3940
|
+
"assimilationService": {
|
|
3941
|
+
"type": "object",
|
|
3942
|
+
"private": true,
|
|
3943
|
+
"deprecated": true,
|
|
3944
|
+
"properties": {
|
|
3945
|
+
"blacklisted": {
|
|
3946
|
+
"type": "boolean"
|
|
3947
|
+
}
|
|
3948
|
+
},
|
|
3949
|
+
"additionalProperties": false
|
|
3939
3950
|
}
|
|
3940
3951
|
},
|
|
3941
3952
|
"additionalProperties": false
|
|
@@ -139,8 +139,8 @@
|
|
|
139
139
|
}
|
|
140
140
|
},
|
|
141
141
|
"system": {
|
|
142
|
-
"FSBLVersion": "9.9.
|
|
143
|
-
"gitHash": "
|
|
142
|
+
"FSBLVersion": "9.9.4-beta.2",
|
|
143
|
+
"gitHash": "1652d5941a1f45683348c412a4ff41802cd1d058",
|
|
144
144
|
"finsembleLibraryPath": "$moduleRoot/FSBL.js",
|
|
145
145
|
"premiumRoot": "$moduleRoot",
|
|
146
146
|
"addFSBLWrappers": false,
|
|
@@ -3936,6 +3936,17 @@
|
|
|
3936
3936
|
}
|
|
3937
3937
|
},
|
|
3938
3938
|
"additionalProperties": false
|
|
3939
|
+
},
|
|
3940
|
+
"assimilationService": {
|
|
3941
|
+
"type": "object",
|
|
3942
|
+
"private": true,
|
|
3943
|
+
"deprecated": true,
|
|
3944
|
+
"properties": {
|
|
3945
|
+
"blacklisted": {
|
|
3946
|
+
"type": "boolean"
|
|
3947
|
+
}
|
|
3948
|
+
},
|
|
3949
|
+
"additionalProperties": false
|
|
3939
3950
|
}
|
|
3940
3951
|
},
|
|
3941
3952
|
"additionalProperties": false
|