nadesiko3 3.3.1 → 3.3.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.
@@ -1,7 +1,7 @@
1
1
  // なでしこバージョン
2
2
  export default {
3
- version: '3.3.1',
3
+ version: '3.3.2',
4
4
  major: 3,
5
5
  minor: 3,
6
- patch: 1
6
+ patch: 2
7
7
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  import CSV from 'csv-lite-js'
4
4
 
5
- export default {
5
+ const PluginCSV = {
6
6
  '初期化': {
7
7
  type: 'func',
8
8
  josi: [],
@@ -48,6 +48,7 @@ export default {
48
48
  }
49
49
  }
50
50
  }
51
+ export default PluginCSV
51
52
 
52
53
  // scriptタグで取り込んだ時、自動で登録する
53
54
  if (typeof (navigator) === 'object' && typeof (navigator.nako3) === 'object') {