@lingk/sync 2.2.7 → 2.2.8
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/build/credentialSections.js +1 -2
- package/build/credentialSections.js.map +1 -1
- package/build/lightning.js.map +1 -1
- package/build/lightningStyles.js.map +1 -1
- package/build/lingk.js.map +1 -1
- package/build/lingkStyles.js.map +1 -1
- package/build/loadData.js.map +1 -1
- package/build/main.js +1 -2
- package/build/main.js.map +1 -1
- package/build/metadataDropdown.js.map +1 -1
- package/build/metadataFunctions.js.map +1 -1
- package/build/reducer.js.map +1 -1
- package/build/saveData.js.map +1 -1
- package/package.json +1 -1
|
@@ -5404,7 +5404,6 @@ module.exports =
|
|
|
5404
5404
|
var _this = _possibleConstructorReturn(this, (FlatFile.__proto__ || Object.getPrototypeOf(FlatFile)).call(this));
|
|
5405
5405
|
|
|
5406
5406
|
_this.parseJsonFile = function (content, file) {
|
|
5407
|
-
console.log("content", content);
|
|
5408
5407
|
// READ THE JSON
|
|
5409
5408
|
var json = void 0;
|
|
5410
5409
|
try {
|
|
@@ -7379,7 +7378,7 @@ module.exports =
|
|
|
7379
7378
|
_react2.default.createElement(
|
|
7380
7379
|
"div",
|
|
7381
7380
|
{ style: { fontSize: 16 } },
|
|
7382
|
-
"
|
|
7381
|
+
"Generate Websocket Certificates"
|
|
7383
7382
|
),
|
|
7384
7383
|
_react2.default.createElement(
|
|
7385
7384
|
"div",
|