lucy-cli 0.6.0 → 0.6.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/settings.json +8 -5
- package/files/.eslintrc.cjs +5 -1
- package/package.json +1 -1
- package/src/settings.json +8 -5
- package/files/.eslintrc.json +0 -3
package/dist/settings.json
CHANGED
@@ -19,6 +19,8 @@
|
|
19
19
|
"initialized": true
|
20
20
|
},
|
21
21
|
"wixPackages": {
|
22
|
+
"@hey-api/openapi-ts": "^0.55.3",
|
23
|
+
"@hey-api/client-axios": "^0.2.10",
|
22
24
|
"@js-joda/core": "5.5.3",
|
23
25
|
"@js-joda/locale": "4.8.10",
|
24
26
|
"@js-joda/locale_de": "4.8.10",
|
@@ -40,15 +42,15 @@
|
|
40
42
|
"react": "18.2.0",
|
41
43
|
"react-dom": "18.1.0",
|
42
44
|
"react-transition-group": "4.4.5",
|
43
|
-
"
|
44
|
-
"
|
45
|
+
"nats": "^2.28.2",
|
46
|
+
"neverthrow": "^8.1.1",
|
45
47
|
"node-cache": "5.1.2",
|
46
48
|
"nodemailer": "6.9.3",
|
47
|
-
"payment": "2.3.0",
|
48
|
-
"merge-stream": "^2.0.0",
|
49
49
|
"i18next": "23.16.5",
|
50
50
|
"eventemitter3": "5.0.1",
|
51
|
-
"
|
51
|
+
"ffi-rs": "^1.0.98",
|
52
|
+
"gsap": "3.11.4",
|
53
|
+
"undici": "^6.21.0"
|
52
54
|
},
|
53
55
|
"devPackages": {
|
54
56
|
"@danpercic86/helpful-decorators": "^2.4.0",
|
@@ -64,6 +66,7 @@
|
|
64
66
|
"@typescript-eslint/utils": "8.14.0",
|
65
67
|
"@wix/cli": "latest",
|
66
68
|
"@wix/eslint-plugin-cli": "latest",
|
69
|
+
"eslint-plugin-neverthrow": "^1.1.4",
|
67
70
|
"cypress": "13.15.2",
|
68
71
|
"cypress-cloud": "^1.9.3",
|
69
72
|
"esbuild": "0.24.0",
|
package/files/.eslintrc.cjs
CHANGED
@@ -1,9 +1,13 @@
|
|
1
1
|
module.exports = {
|
2
|
-
extends: ['eslint:recommended', 'plugin:import/recommended', 'plugin:jsdoc/recommended', 'plugin:@typescript-eslint/recommended', 'plugin:@wix/cli/recommended'],
|
2
|
+
extends: ['eslint:recommended', 'plugin:import/recommended', 'plugin:jsdoc/recommended', 'plugin:@typescript-eslint/recommended', 'plugin:@wix/cli/recommended', 'neverthrow'],
|
3
3
|
plugins: ['simple-import-sort', 'eslint-plugin-named-import-spacing', '@typescript-eslint'],
|
4
4
|
parser: '@typescript-eslint/parser',
|
5
|
+
parserOptions: {
|
6
|
+
ecmaVersion: 2021,
|
7
|
+
},
|
5
8
|
ignorePatterns: ['src/**/*', 'typescript/types/backend/**/*', 'typescript/types/pages/**/*', 'typescript/types/public/**/*', 'typescript/types/node/**/*', '.wix/**/*', 'coverage/**/*', 'docs/**/*'],
|
6
9
|
rules: {
|
10
|
+
'neverthrow/must-use-result': 'error',
|
7
11
|
quotes: [2, 'single', { 'avoidEscape': true, 'allowTemplateLiterals': true }],
|
8
12
|
curly: ['error', 'multi-line'],
|
9
13
|
'simple-import-sort/imports': 'error',
|
package/package.json
CHANGED
package/src/settings.json
CHANGED
@@ -19,6 +19,8 @@
|
|
19
19
|
"initialized": true
|
20
20
|
},
|
21
21
|
"wixPackages": {
|
22
|
+
"@hey-api/openapi-ts": "^0.55.3",
|
23
|
+
"@hey-api/client-axios": "^0.2.10",
|
22
24
|
"@js-joda/core": "5.5.3",
|
23
25
|
"@js-joda/locale": "4.8.10",
|
24
26
|
"@js-joda/locale_de": "4.8.10",
|
@@ -40,15 +42,15 @@
|
|
40
42
|
"react": "18.2.0",
|
41
43
|
"react-dom": "18.1.0",
|
42
44
|
"react-transition-group": "4.4.5",
|
43
|
-
"
|
44
|
-
"
|
45
|
+
"nats": "^2.28.2",
|
46
|
+
"neverthrow": "^8.1.1",
|
45
47
|
"node-cache": "5.1.2",
|
46
48
|
"nodemailer": "6.9.3",
|
47
|
-
"payment": "2.3.0",
|
48
|
-
"merge-stream": "^2.0.0",
|
49
49
|
"i18next": "23.16.5",
|
50
50
|
"eventemitter3": "5.0.1",
|
51
|
-
"
|
51
|
+
"ffi-rs": "^1.0.98",
|
52
|
+
"gsap": "3.11.4",
|
53
|
+
"undici": "^6.21.0"
|
52
54
|
},
|
53
55
|
"devPackages": {
|
54
56
|
"@danpercic86/helpful-decorators": "^2.4.0",
|
@@ -64,6 +66,7 @@
|
|
64
66
|
"@typescript-eslint/utils": "8.14.0",
|
65
67
|
"@wix/cli": "latest",
|
66
68
|
"@wix/eslint-plugin-cli": "latest",
|
69
|
+
"eslint-plugin-neverthrow": "^1.1.4",
|
67
70
|
"cypress": "13.15.2",
|
68
71
|
"cypress-cloud": "^1.9.3",
|
69
72
|
"esbuild": "0.24.0",
|
package/files/.eslintrc.json
DELETED