@jsenv/core 39.2.14 → 39.2.15
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 +2 -1
- package/package.json +4 -3
package/README.md
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
# @jsenv/core
|
|
1
|
+
# @jsenv/core
|
|
2
|
+
[](https://www.npmjs.com/package/@jsenv/core)
|
|
2
3
|
|
|
3
4
|
Jsenv is a suite of tools that can be used in projects involving JavaScript.
|
|
4
5
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jsenv/core",
|
|
3
|
-
"version": "39.2.
|
|
3
|
+
"version": "39.2.15",
|
|
4
4
|
"description": "Tool to develop, test and build js projects",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
@@ -51,11 +51,12 @@
|
|
|
51
51
|
"monorepo:sync_packages_versions": "node ./scripts/monorepo/sync_packages_versions.mjs",
|
|
52
52
|
"monorepo:publish": "node ./scripts/monorepo/publish_packages.mjs",
|
|
53
53
|
"monorepo:upgrade_versions": "node ./scripts/monorepo/upgrade_external_versions.mjs",
|
|
54
|
-
"monorepo:node_modules_clear": "npx @jsenv/
|
|
54
|
+
"monorepo:node_modules_clear": "npx @jsenv/filesystem clear **/node_modules/",
|
|
55
55
|
"md:build": "node ./md/build.js",
|
|
56
56
|
"performances": "node --expose-gc ./scripts/performance/generate_performance_report.mjs --log --once",
|
|
57
57
|
"build:file_size": "node ./scripts/build/build_file_size.mjs --log",
|
|
58
58
|
"prettier": "prettier --write .",
|
|
59
|
+
"test:snapshot_clear": "npx @jsenv/filesystem clear **/tests/**/side_effects/",
|
|
59
60
|
"test:ci": "CI=1 npm run test",
|
|
60
61
|
"test:only_dev_server_errors": "node --conditions=development ./tests/dev_server/errors/dev_errors_snapshots.test.mjs",
|
|
61
62
|
"workspace:test:ci": "CI=1 npm run workspace:test",
|
|
@@ -67,7 +68,7 @@
|
|
|
67
68
|
"@financial-times/polyfill-useragent-normaliser": "1.10.2",
|
|
68
69
|
"@jsenv/abort": "4.3.0",
|
|
69
70
|
"@jsenv/ast": "6.2.12",
|
|
70
|
-
"@jsenv/filesystem": "4.9.
|
|
71
|
+
"@jsenv/filesystem": "4.9.8",
|
|
71
72
|
"@jsenv/humanize": "1.2.7",
|
|
72
73
|
"@jsenv/importmap": "1.2.1",
|
|
73
74
|
"@jsenv/integrity": "0.0.2",
|