@nlabs/metropolisjs 0.3.3 → 0.3.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/lex.config.mjs +34 -2
- package/package.json +16 -10
package/lex.config.mjs
CHANGED
|
@@ -22,5 +22,37 @@ export default Config.create({
|
|
|
22
22
|
outputPath: 'lib',
|
|
23
23
|
targetEnvironment: 'web',
|
|
24
24
|
useESM: true,
|
|
25
|
-
useTypescript: true
|
|
26
|
-
|
|
25
|
+
useTypescript: true,
|
|
26
|
+
vitest: {
|
|
27
|
+
coverage: {
|
|
28
|
+
enabled: true,
|
|
29
|
+
exclude: [
|
|
30
|
+
'**/node_modules/**',
|
|
31
|
+
'**/dist/**',
|
|
32
|
+
'**/lib/**',
|
|
33
|
+
'**/__snapshots__/**',
|
|
34
|
+
'**/*.d.ts',
|
|
35
|
+
'src/**/*.test.{ts,tsx}',
|
|
36
|
+
'src/**/*.test.ts',
|
|
37
|
+
'src/**/*.test.tsx',
|
|
38
|
+
'src/**/*.e2e.{ts,tsx}',
|
|
39
|
+
'src/**/*.e2e.test.ts',
|
|
40
|
+
'src/**/*.e2e.test.tsx',
|
|
41
|
+
'src/**/*.e2e.*',
|
|
42
|
+
'src/tests/**',
|
|
43
|
+
'src/tests/**/*',
|
|
44
|
+
'**/src/tests/**',
|
|
45
|
+
'**/src/tests/**/*',
|
|
46
|
+
'src/**/*.types.ts',
|
|
47
|
+
'src/graphql/**'
|
|
48
|
+
],
|
|
49
|
+
include: ['src/**/*.{ts,tsx}'],
|
|
50
|
+
reporter: ['text-summary'],
|
|
51
|
+
thresholds: {
|
|
52
|
+
functions: 90,
|
|
53
|
+
lines: 90,
|
|
54
|
+
statements: 90
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nlabs/metropolisjs",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.4",
|
|
4
4
|
"description": "MetropolisJS is a library to connect users to Reaktor",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -75,25 +75,25 @@
|
|
|
75
75
|
"license": "MIT",
|
|
76
76
|
"dependencies": {
|
|
77
77
|
"@nlabs/rip-hunter": "3.1.0",
|
|
78
|
-
"@nlabs/utils": "^2.
|
|
79
|
-
"i18next": "^
|
|
78
|
+
"@nlabs/utils": "^2.10.4",
|
|
79
|
+
"i18next": "^26.2.0",
|
|
80
80
|
"luxon": "^3.7.2",
|
|
81
81
|
"p-debounce": "^5.1.0",
|
|
82
|
-
"react-i18next": "^
|
|
82
|
+
"react-i18next": "^17.0.8",
|
|
83
83
|
"sockette": "^2.0.6",
|
|
84
|
-
"zod": "^4.3
|
|
84
|
+
"zod": "^4.4.3"
|
|
85
85
|
},
|
|
86
86
|
"devDependencies": {
|
|
87
|
-
"@jest/globals": "30.
|
|
87
|
+
"@jest/globals": "30.4.1",
|
|
88
88
|
"@nlabs/arkhamjs": "3.31.9",
|
|
89
89
|
"@nlabs/arkhamjs-storage-browser": "^3.30.6",
|
|
90
90
|
"@nlabs/arkhamjs-utils-react": "^3.32.7",
|
|
91
|
-
"@nlabs/lex": "^1.
|
|
91
|
+
"@nlabs/lex": "^1.58.2",
|
|
92
92
|
"@types/jest": "^30.0.0",
|
|
93
|
-
"@types/node": "^25.
|
|
93
|
+
"@types/node": "^25.9.0",
|
|
94
94
|
"@types/react": "^19.2.14",
|
|
95
|
-
"react": "^19.2.
|
|
96
|
-
"typescript": "^6.0.
|
|
95
|
+
"react": "^19.2.6",
|
|
96
|
+
"typescript": "^6.0.3"
|
|
97
97
|
},
|
|
98
98
|
"peerDependencies": {
|
|
99
99
|
"@nlabs/arkhamjs": "^3.31.1",
|
|
@@ -106,9 +106,15 @@
|
|
|
106
106
|
"got": "^14.6.5",
|
|
107
107
|
"http-cache-semantics": "^4.2.0",
|
|
108
108
|
"http-proxy-middleware": "^3.0.5",
|
|
109
|
+
"is-svg": {
|
|
110
|
+
"fast-xml-parser": "^5.8.0"
|
|
111
|
+
},
|
|
109
112
|
"lodash.pick": "npm:lodash@^4.17.21",
|
|
110
113
|
"nth-check": "^2.1.1",
|
|
111
114
|
"postcss": "^8.5.6",
|
|
115
|
+
"postcss-url": {
|
|
116
|
+
"minimatch": "^3.1.5"
|
|
117
|
+
},
|
|
112
118
|
"semver-regex": "^4.0.5",
|
|
113
119
|
"tmp": "^0.2.5"
|
|
114
120
|
}
|