flameresttable 1.0.114 → 1.0.115

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flameresttable",
3
- "version": "1.0.114",
3
+ "version": "1.0.115",
4
4
  "main": "./src/plugin.ts",
5
5
  "repository": {
6
6
  "type": "git",
@@ -252,7 +252,6 @@ import { isNumber } from 'lodash';
252
252
  import 'vue-select/dist/vue-select.css';
253
253
  import TableTasksPanel from './TableTasksPanel.vue';
254
254
  import EditorPopup from '../components/editor/EditorPopup.vue';
255
- import { title } from 'process';
256
255
 
257
256
  export default defineComponent({
258
257
  components: { ModalVue, Paginator, Datepicker, TableFilters, TableTasksPanel, EditorPopup },