n20-common-lib 2.9.3 → 2.9.4

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": "n20-common-lib",
3
- "version": "2.9.3",
3
+ "version": "2.9.4",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -242,7 +242,7 @@
242
242
 
243
243
  <script>
244
244
  export default {
245
- name: 'CustomTable',
245
+ name: 'DynamicTable',
246
246
  components: {},
247
247
  props: {
248
248
  listName: {