@milaboratories/multi-sequence-alignment 1.45.0 → 1.45.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.
@@ -1,6 +1,6 @@
1
1
   WARN  Issue while reading "/home/runner/work/visualizations/visualizations/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
2
2
 
3
- > @milaboratories/multi-sequence-alignment@1.45.0 build /home/runner/work/visualizations/visualizations/packages/multi-sequence-alignment
3
+ > @milaboratories/multi-sequence-alignment@1.45.1 build /home/runner/work/visualizations/visualizations/packages/multi-sequence-alignment
4
4
  > ts-builder build --target browser-lib
5
5
 
6
6
  Building browser-lib project...
@@ -15,7 +15,7 @@ computing gzip size...
15
15
  dist/assets/multi-sequence-alignment.worker-Cm0gZp19.js 222.50 kB
16
16
  dist/assets/phylogenetic-tree.worker-4CrExYEo.js 465.75 kB
17
17
  dist/cell-size.js  0.11 kB │ gzip: 0.12 kB │ map: 0.24 kB
18
- dist/index.js  0.18 kB │ gzip: 0.16 kB │ map: 0.26 kB
18
+ dist/index.js  0.14 kB │ gzip: 0.13 kB │ map: 0.09 kB
19
19
  dist/_virtual/_plugin-vue_export-helper.js  0.19 kB │ gzip: 0.17 kB │ map: 0.12 kB
20
20
  dist/settings.js  0.23 kB │ gzip: 0.20 kB │ map: 0.58 kB
21
21
  dist/Legend.vue.js  0.27 kB │ gzip: 0.21 kB │ map: 0.10 kB
@@ -46,7 +46,7 @@ computing gzip size...
46
46
  dist/PlMultiSequenceAlignment.vue2.js  7.76 kB │ gzip: 2.69 kB │ map: 14.84 kB
47
47
  dist/Toolbar.vue2.js  8.32 kB │ gzip: 1.97 kB │ map: 12.54 kB
48
48
  dist/data.js  11.32 kB │ gzip: 3.65 kB │ map: 33.73 kB
49
- [vite:dts] Declaration files built in 5065ms.
49
+ [vite:dts] Declaration files built in 5111ms.
50
50
 
51
- ✓ built in 7.01s
51
+ ✓ built in 6.99s
52
52
  Build completed successfully
@@ -1,12 +1,5 @@
1
1
   WARN  Issue while reading "/home/runner/work/visualizations/visualizations/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
2
2
 
3
- > @milaboratories/multi-sequence-alignment@1.45.0 lint /home/runner/work/visualizations/visualizations/packages/multi-sequence-alignment
3
+ > @milaboratories/multi-sequence-alignment@1.45.1 lint /home/runner/work/visualizations/visualizations/packages/multi-sequence-alignment
4
4
  > eslint .
5
5
 
6
-
7
- /home/runner/work/visualizations/visualizations/packages/multi-sequence-alignment/src/index.ts
8
- 1:36 warning Missing semicolon semi
9
-
10
- ✖ 1 problem (0 errors, 1 warning)
11
- 0 errors and 1 warning potentially fixable with the `--fix` option.
12
-
@@ -1,6 +1,6 @@
1
1
   WARN  Issue while reading "/home/runner/work/visualizations/visualizations/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
2
2
 
3
- > @milaboratories/multi-sequence-alignment@1.45.0 test /home/runner/work/visualizations/visualizations/packages/multi-sequence-alignment
3
+ > @milaboratories/multi-sequence-alignment@1.45.1 test /home/runner/work/visualizations/visualizations/packages/multi-sequence-alignment
4
4
  > vitest run --passWithNoTests
5
5
 
6
6
 
@@ -1,6 +1,6 @@
1
1
   WARN  Issue while reading "/home/runner/work/visualizations/visualizations/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
2
2
 
3
- > @milaboratories/multi-sequence-alignment@1.45.0 type-check /home/runner/work/visualizations/visualizations/packages/multi-sequence-alignment
3
+ > @milaboratories/multi-sequence-alignment@1.45.1 type-check /home/runner/work/visualizations/visualizations/packages/multi-sequence-alignment
4
4
  > ts-builder types --target browser-lib
5
5
 
6
6
  ↳ vue-tsc.js --noEmit --project ./tsconfig.json
package/CHANGELOG.md ADDED
@@ -0,0 +1,7 @@
1
+ # @milaboratories/multi-sequence-alignment
2
+
3
+ ## 1.45.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 02f1511: update eslint
package/dist/index.js CHANGED
@@ -1,6 +1,5 @@
1
- import { default as n } from "./PlMultiSequenceAlignment.vue.js";
2
- console.log("new msa very new msa");
1
+ import { default as t } from "./PlMultiSequenceAlignment.vue.js";
3
2
  export {
4
- n as PlMultiSequenceAlignment
3
+ t as PlMultiSequenceAlignment
5
4
  };
6
5
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../src/index.ts"],"sourcesContent":["console.log('new msa very new msa')\nexport { default as PlMultiSequenceAlignment } from './PlMultiSequenceAlignment.vue';\n"],"names":[],"mappings":";AAAA,QAAQ,IAAI,sBAAsB;"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
@@ -0,0 +1,4 @@
1
+ import { vue } from '@milaboratories/eslint-config';
2
+
3
+ /** @type {import('eslint').Linter.Config[]} */
4
+ export default [...vue];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@milaboratories/multi-sequence-alignment",
3
- "version": "1.45.0",
3
+ "version": "1.45.1",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "styles": "dist/index.js",
@@ -24,6 +24,7 @@
24
24
  "@milaboratories/build-configs": "^1.0.4",
25
25
  "@milaboratories/helpers": "^1.6.15",
26
26
  "@milaboratories/ts-builder": "^1.0.4",
27
+ "@milaboratories/eslint-config": "^1.0.4",
27
28
  "@types/node": "24.10.0 ",
28
29
  "@vitejs/plugin-vue": "^6.0.1",
29
30
  "sass": "^1.69.5",
package/src/index.ts CHANGED
@@ -1,2 +1 @@
1
- console.log('new msa very new msa')
2
1
  export { default as PlMultiSequenceAlignment } from './PlMultiSequenceAlignment.vue';
package/eslint.config.js DELETED
@@ -1,66 +0,0 @@
1
- import eslint from '@eslint/js';
2
- import tseslint from '@typescript-eslint/eslint-plugin';
3
- import tsparser from '@typescript-eslint/parser';
4
- import prettierConfig from 'eslint-config-prettier';
5
-
6
- export default [
7
- {
8
- ignores: ['node_modules/**', '**/dist/**', 'eslint.config.js', '**/*.vue']
9
- },
10
- {
11
- files: ['**/*.ts', '**/*.tsx'],
12
- languageOptions: {
13
- parser: tsparser,
14
- parserOptions: {
15
- project: ['./tsconfig.json'],
16
- ecmaVersion: 'latest',
17
- sourceType: 'module'
18
- },
19
- globals: {
20
- console: 'readonly',
21
- process: 'readonly',
22
- Buffer: 'readonly',
23
- __dirname: 'readonly',
24
- __filename: 'readonly',
25
- module: 'readonly',
26
- require: 'readonly',
27
- exports: 'writable',
28
- document: 'readonly',
29
- window: 'readonly',
30
- navigator: 'readonly',
31
- HTMLElement: 'readonly',
32
- Element: 'readonly',
33
- Node: 'readonly',
34
- setTimeout: 'readonly',
35
- clearTimeout: 'readonly',
36
- setInterval: 'readonly',
37
- clearInterval: 'readonly',
38
- addEventListener: 'readonly',
39
- postMessage: 'readonly',
40
- reportError: 'readonly'
41
- }
42
- },
43
- plugins: {
44
- '@typescript-eslint': tseslint
45
- },
46
- rules: {
47
- ...eslint.configs.recommended.rules,
48
- ...tseslint.configs.recommended.rules,
49
- ...prettierConfig.rules,
50
- '@typescript-eslint/no-var-requires': 'off',
51
- '@typescript-eslint/consistent-type-imports': 'error',
52
- '@typescript-eslint/no-explicit-any': 'error',
53
- semi: ['warn', 'always'],
54
- quotes: ['warn', 'single'],
55
- '@typescript-eslint/no-unused-vars': [
56
- 'warn',
57
- {
58
- argsIgnorePattern: '^_',
59
- varsIgnorePattern: '^_',
60
- caughtErrorsIgnorePattern: '^_'
61
- }
62
- ]
63
- }
64
- }
65
- ];
66
-