@jsenv/core 29.8.4 → 29.8.5
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 +5 -7
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
Jsenv was created to provide a tool that can be used both for the web and Node.js.
|
|
4
4
|
It has naturally evolved to cover the core needs of a JavaScript project: developement, testing and building for production.
|
|
5
5
|
|
|
6
|
-
- :ok_hand: Seamless integration with standard HTML, CSS and JS
|
|
7
|
-
- :sparkles: Same tooling for dev tests and build
|
|
8
|
-
- :exploding_head: Can execute tests on Chrome, Firefox, Safari and Node.js
|
|
6
|
+
- :ok_hand: Seamless integration with standard HTML, CSS and JS.
|
|
7
|
+
- :sparkles: Same tooling for dev, tests and build.
|
|
8
|
+
- :exploding_head: Can execute tests on Chrome, Firefox, Safari and Node.js.
|
|
9
9
|
|
|
10
10
|
# Documentation
|
|
11
11
|
|
|
@@ -22,10 +22,8 @@ Other operating systems and Node.js versions are not tested.
|
|
|
22
22
|
|
|
23
23
|
# Name
|
|
24
24
|
|
|
25
|
-
The name "jsenv" stands for JavaScript environments
|
|
26
|
-
|
|
27
|
-
Maybe "jsenv" should be written "JSEnv", but it would be too painful to type.
|
|
28
|
-
The prefered syntax is "jsenv".
|
|
25
|
+
The name "jsenv" stands for JavaScript environments.<br />
|
|
26
|
+
"jsenv" without capital letter because "JSEnv" would be too painful to type.
|
|
29
27
|
|
|
30
28
|
# Logo
|
|
31
29
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jsenv/core",
|
|
3
|
-
"version": "29.8.
|
|
3
|
+
"version": "29.8.5",
|
|
4
4
|
"description": "Tool to develop, test and build js projects",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"@c88/v8-coverage": "0.1.1",
|
|
68
68
|
"@financial-times/polyfill-useragent-normaliser": "1.10.2",
|
|
69
69
|
"@jsenv/abort": "4.2.4",
|
|
70
|
-
"@jsenv/ast": "1.4.
|
|
70
|
+
"@jsenv/ast": "1.4.6",
|
|
71
71
|
"@jsenv/babel-plugins": "1.0.10",
|
|
72
72
|
"@jsenv/filesystem": "4.1.6",
|
|
73
73
|
"@jsenv/importmap": "1.2.1",
|
|
@@ -90,10 +90,10 @@
|
|
|
90
90
|
"istanbul-reports": "3.1.5",
|
|
91
91
|
"launch-editor": "2.6.0",
|
|
92
92
|
"pidtree": "0.6.0",
|
|
93
|
-
"rollup": "3.
|
|
93
|
+
"rollup": "3.4.0",
|
|
94
94
|
"string-width": "5.1.2",
|
|
95
95
|
"strip-ansi": "7.0.1",
|
|
96
|
-
"terser": "5.
|
|
96
|
+
"terser": "5.16.0",
|
|
97
97
|
"v8-to-istanbul": "9.0.1",
|
|
98
98
|
"wrap-ansi": "8.0.1"
|
|
99
99
|
},
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"eslint-plugin-html": "7.1.0",
|
|
111
111
|
"eslint-plugin-import": "2.26.0",
|
|
112
112
|
"eslint-plugin-react": "7.31.11",
|
|
113
|
-
"playwright": "1.28.
|
|
114
|
-
"prettier": "2.
|
|
113
|
+
"playwright": "1.28.1",
|
|
114
|
+
"prettier": "2.8.0"
|
|
115
115
|
}
|
|
116
116
|
}
|