@finsemble/finsemble-core 7.0.0-beta.4 → 7.0.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/configs/core/config.json +2 -2
- package/configs/schemas/finsemble.schema.json +1 -1
- package/dist/configs/core/config.json +2 -2
- package/dist/configs/schemas/finsemble.schema.json +1 -1
- package/dist/services/Interop/InteropService.js +1 -1
- package/dist/services/config/configService.js +1 -1
- package/dist/services/config/configService.js.map +1 -1
- package/dist/services/router/routerService.js +1 -1
- package/dist/services/window/windowService.js +1 -1
- package/package.json +3 -3
package/configs/core/config.json
CHANGED
|
@@ -123,8 +123,8 @@
|
|
|
123
123
|
}
|
|
124
124
|
},
|
|
125
125
|
"system": {
|
|
126
|
-
"FSBLVersion": "7.0.
|
|
127
|
-
"gitHash": "
|
|
126
|
+
"FSBLVersion": "7.0.1",
|
|
127
|
+
"gitHash": "fbf5d7e9cbe99d5aa59fde8641eb8ad485d0c320",
|
|
128
128
|
"finsembleLibraryPath": "$moduleRoot/FSBL.js",
|
|
129
129
|
"premiumRoot": "$moduleRoot",
|
|
130
130
|
"addFSBLWrappers": false,
|
|
@@ -897,7 +897,7 @@
|
|
|
897
897
|
"uuid": {
|
|
898
898
|
"type": "string",
|
|
899
899
|
"description": "Uniquely differentiates environmental instances of the same application (see server-environment-startup.json) to avoid storage conflicts. The uuid must be alphanumeric characters. Do not use spaces. The uuid is available for use in storage keys, such as those generated by the IndexedDBStorageAdapter.",
|
|
900
|
-
"pattern": "^[A-Za-z0-9\\s]*$",
|
|
900
|
+
"pattern": "^[A-Za-z0-9\\s\\-]*$",
|
|
901
901
|
"default": "Finsemble"
|
|
902
902
|
},
|
|
903
903
|
"requireHandshake": {
|
|
@@ -123,8 +123,8 @@
|
|
|
123
123
|
}
|
|
124
124
|
},
|
|
125
125
|
"system": {
|
|
126
|
-
"FSBLVersion": "7.0.
|
|
127
|
-
"gitHash": "
|
|
126
|
+
"FSBLVersion": "7.0.1",
|
|
127
|
+
"gitHash": "fbf5d7e9cbe99d5aa59fde8641eb8ad485d0c320",
|
|
128
128
|
"finsembleLibraryPath": "$moduleRoot/FSBL.js",
|
|
129
129
|
"premiumRoot": "$moduleRoot",
|
|
130
130
|
"addFSBLWrappers": false,
|
|
@@ -897,7 +897,7 @@
|
|
|
897
897
|
"uuid": {
|
|
898
898
|
"type": "string",
|
|
899
899
|
"description": "Uniquely differentiates environmental instances of the same application (see server-environment-startup.json) to avoid storage conflicts. The uuid must be alphanumeric characters. Do not use spaces. The uuid is available for use in storage keys, such as those generated by the IndexedDBStorageAdapter.",
|
|
900
|
-
"pattern": "^[A-Za-z0-9\\s]*$",
|
|
900
|
+
"pattern": "^[A-Za-z0-9\\s\\-]*$",
|
|
901
901
|
"default": "Finsemble"
|
|
902
902
|
},
|
|
903
903
|
"requireHandshake": {
|