generator-verdaccio-plugin 4.0.0 → 4.1.0
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/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Plugin Generator
|
|
2
2
|
|
|
3
|
-
[](https://www.npmjs.com/package/verdaccio)
|
|
4
|
-
[](https://www.npmjs.com/package/verdaccio)
|
|
3
|
+
[](https://www.npmjs.com/package/generator-verdaccio-plugin)
|
|
4
|
+
[](https://www.npmjs.com/package/generator-verdaccio-plugin)
|
|
5
5
|
[](https://verdaccio.org/docs/en/docker.html)
|
|
6
6
|
[](https://opencollective.com/verdaccio)
|
|
7
7
|
[](https://stackshare.io/verdaccio)
|
|
@@ -16,10 +16,10 @@
|
|
|
16
16
|
"@types/express": "4.17.13",
|
|
17
17
|
"@typescript-eslint/eslint-plugin": "5.26.0",
|
|
18
18
|
"@typescript-eslint/parser": "5.26.0",
|
|
19
|
-
"@verdaccio/types": "10.5.
|
|
20
|
-
"eslint": "8.
|
|
21
|
-
"jest": "28.1.
|
|
22
|
-
"typescript": "4.7.
|
|
19
|
+
"@verdaccio/types": "10.5.2",
|
|
20
|
+
"eslint": "8.21.0",
|
|
21
|
+
"jest": "28.1.3",
|
|
22
|
+
"typescript": "4.7.4"
|
|
23
23
|
},
|
|
24
24
|
"keywords": ["<%= keywords %>]"],
|
|
25
25
|
"license": "<%= license %>",
|
|
@@ -17,10 +17,10 @@
|
|
|
17
17
|
"@types/express": "4.17.13",
|
|
18
18
|
"@typescript-eslint/eslint-plugin": "5.26.0",
|
|
19
19
|
"@typescript-eslint/parser": "5.26.0",
|
|
20
|
-
"@verdaccio/types": "10.5.
|
|
21
|
-
"eslint": "8.
|
|
22
|
-
"jest": "28.1.
|
|
23
|
-
"typescript": "4.7.
|
|
20
|
+
"@verdaccio/types": "10.5.2",
|
|
21
|
+
"eslint": "8.21.0",
|
|
22
|
+
"jest": "28.1.3",
|
|
23
|
+
"typescript": "4.7.4"
|
|
24
24
|
},
|
|
25
25
|
"keywords": ["<%= keywords %>"],
|
|
26
26
|
"license": "<%= license %>",
|
|
@@ -15,12 +15,12 @@
|
|
|
15
15
|
"@types/jest": "27.5.1",
|
|
16
16
|
"@types/node": "12.12.5",
|
|
17
17
|
"@types/express": "4.17.13",
|
|
18
|
-
"@typescript-eslint/eslint-plugin": "5.
|
|
19
|
-
"@typescript-eslint/parser": "5.
|
|
20
|
-
"@verdaccio/types": "10.5.
|
|
21
|
-
"eslint": "8.
|
|
22
|
-
"jest": "28.1.
|
|
23
|
-
"typescript": "4.7.
|
|
18
|
+
"@typescript-eslint/eslint-plugin": "5.32.0",
|
|
19
|
+
"@typescript-eslint/parser": "5.32.0",
|
|
20
|
+
"@verdaccio/types": "10.5.2",
|
|
21
|
+
"eslint": "8.21.0",
|
|
22
|
+
"jest": "28.1.3",
|
|
23
|
+
"typescript": "4.7.4"
|
|
24
24
|
},
|
|
25
25
|
"keywords": ["<%= keywords %>"],
|
|
26
26
|
"license": "<%= license %>",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "generator-verdaccio-plugin",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.1.0",
|
|
4
4
|
"description": "plugin generator for verdaccio",
|
|
5
5
|
"homepage": "https://github.com/verdaccio",
|
|
6
6
|
"author": {
|
|
@@ -18,38 +18,38 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"chalk": "4.1.2",
|
|
20
20
|
"lodash": "4.17.21",
|
|
21
|
-
"yeoman-environment": "3.
|
|
22
|
-
"yeoman-generator": "5.
|
|
21
|
+
"yeoman-environment": "3.10.0",
|
|
22
|
+
"yeoman-generator": "5.7.0",
|
|
23
23
|
"yosay": "2.0.2"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@babel/cli": "7.
|
|
27
|
-
"@babel/core": "7.18.
|
|
28
|
-
"@babel/node": "7.18.
|
|
29
|
-
"@changesets/changelog-github": "0.4.
|
|
30
|
-
"@changesets/cli": "2.
|
|
31
|
-
"@changesets/get-dependents-graph": "1.3.
|
|
32
|
-
"@babel/plugin-proposal-class-properties": "7.
|
|
33
|
-
"@babel/plugin-proposal-decorators": "7.18.
|
|
34
|
-
"@babel/plugin-proposal-export-namespace-from": "7.
|
|
35
|
-
"@babel/plugin-proposal-function-sent": "7.18.
|
|
36
|
-
"@babel/plugin-proposal-json-strings": "7.
|
|
37
|
-
"@babel/plugin-proposal-nullish-coalescing-operator": "7.
|
|
38
|
-
"@babel/plugin-proposal-numeric-separator": "7.
|
|
39
|
-
"@babel/plugin-proposal-object-rest-spread": "7.18.
|
|
40
|
-
"@babel/plugin-proposal-optional-chaining": "7.
|
|
41
|
-
"@babel/plugin-proposal-throw-expressions": "7.
|
|
26
|
+
"@babel/cli": "7.18.10",
|
|
27
|
+
"@babel/core": "7.18.10",
|
|
28
|
+
"@babel/node": "7.18.10",
|
|
29
|
+
"@changesets/changelog-github": "0.4.6",
|
|
30
|
+
"@changesets/cli": "2.24.1",
|
|
31
|
+
"@changesets/get-dependents-graph": "1.3.3",
|
|
32
|
+
"@babel/plugin-proposal-class-properties": "7.18.6",
|
|
33
|
+
"@babel/plugin-proposal-decorators": "7.18.10",
|
|
34
|
+
"@babel/plugin-proposal-export-namespace-from": "7.18.9",
|
|
35
|
+
"@babel/plugin-proposal-function-sent": "7.18.6",
|
|
36
|
+
"@babel/plugin-proposal-json-strings": "7.18.6",
|
|
37
|
+
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
|
|
38
|
+
"@babel/plugin-proposal-numeric-separator": "7.18.6",
|
|
39
|
+
"@babel/plugin-proposal-object-rest-spread": "7.18.9",
|
|
40
|
+
"@babel/plugin-proposal-optional-chaining": "7.18.9",
|
|
41
|
+
"@babel/plugin-proposal-throw-expressions": "7.18.6",
|
|
42
42
|
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
|
43
43
|
"@babel/plugin-syntax-import-meta": "7.10.4",
|
|
44
|
-
"@babel/plugin-transform-async-to-generator": "7.
|
|
45
|
-
"@babel/plugin-transform-classes": "7.18.
|
|
46
|
-
"@babel/plugin-transform-runtime": "7.18.
|
|
47
|
-
"@babel/preset-env": "7.18.
|
|
48
|
-
"@babel/preset-react": "7.
|
|
49
|
-
"@babel/preset-typescript": "7.
|
|
50
|
-
"@babel/register": "7.
|
|
51
|
-
"@babel/runtime": "7.18.
|
|
52
|
-
"@trivago/prettier-plugin-sort-imports": "3.
|
|
44
|
+
"@babel/plugin-transform-async-to-generator": "7.18.6",
|
|
45
|
+
"@babel/plugin-transform-classes": "7.18.9",
|
|
46
|
+
"@babel/plugin-transform-runtime": "7.18.10",
|
|
47
|
+
"@babel/preset-env": "7.18.10",
|
|
48
|
+
"@babel/preset-react": "7.18.6",
|
|
49
|
+
"@babel/preset-typescript": "7.18.6",
|
|
50
|
+
"@babel/register": "7.18.9",
|
|
51
|
+
"@babel/runtime": "7.18.9",
|
|
52
|
+
"@trivago/prettier-plugin-sort-imports": "3.3.0",
|
|
53
53
|
"@types/chalk": "2.2.0",
|
|
54
54
|
"@types/express": "4.17.13",
|
|
55
55
|
"@types/lodash": "4.14.182",
|
|
@@ -58,23 +58,23 @@
|
|
|
58
58
|
"@types/yeoman-environment": "2.10.7",
|
|
59
59
|
"@types/yeoman-generator": "5.2.10",
|
|
60
60
|
"@types/yeoman-test": "4.0.3",
|
|
61
|
-
"@typescript-eslint/eslint-plugin": "5.
|
|
62
|
-
"@typescript-eslint/parser": "5.
|
|
63
|
-
"@verdaccio/types": "10.5.
|
|
64
|
-
"eslint": "8.
|
|
61
|
+
"@typescript-eslint/eslint-plugin": "5.32.0",
|
|
62
|
+
"@typescript-eslint/parser": "5.32.0",
|
|
63
|
+
"@verdaccio/types": "10.5.2",
|
|
64
|
+
"eslint": "8.21.0",
|
|
65
65
|
"eslint-config-google": "0.14.0",
|
|
66
66
|
"npm-run-all": "4.1.5",
|
|
67
67
|
"eslint-config-prettier": "8.5.0",
|
|
68
68
|
"eslint-plugin-babel": "5.3.1",
|
|
69
69
|
"eslint-plugin-import": "2.26.0",
|
|
70
|
-
"eslint-plugin-jest": "26.
|
|
71
|
-
"eslint-plugin-prettier": "4.
|
|
70
|
+
"eslint-plugin-jest": "26.7.0",
|
|
71
|
+
"eslint-plugin-prettier": "4.2.1",
|
|
72
72
|
"eslint-plugin-simple-import-sort": "7.0.0",
|
|
73
73
|
"express": "4.18.1",
|
|
74
|
-
"jest": "28.1.
|
|
75
|
-
"prettier": "2.
|
|
74
|
+
"jest": "28.1.3",
|
|
75
|
+
"prettier": "2.7.1",
|
|
76
76
|
"ts-jest": "^28.0.4",
|
|
77
|
-
"typescript": "4.7.
|
|
77
|
+
"typescript": "4.7.4",
|
|
78
78
|
"yeoman-assert": "3.1.1",
|
|
79
79
|
"yeoman-test": "6.3.0"
|
|
80
80
|
},
|