cassproject 5.0.13 → 5.0.14
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 +0 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -50,7 +50,6 @@ Development unit tests presume you have a CaSS Repository running on `localhost:
|
|
|
50
50
|
* Update changelog using `npm run changelog`, and review the changes in `CHANGELOG.md`.
|
|
51
51
|
* `npm install`
|
|
52
52
|
* `npm audit` and fix any audit issues. Stop if `npm audit --omit=dev` has findings.
|
|
53
|
-
* Update CaSS server version if necessary in package.json
|
|
54
53
|
* `npm test` - Must not fail any tests.
|
|
55
54
|
* `npm run webpack:cypressFirefoxHttps` See if the firefox test case has changed.
|
|
56
55
|
* Document code coverage output by the previous step.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cassproject",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.14",
|
|
4
4
|
"description": "Competency and Skills Service",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -172,17 +172,17 @@
|
|
|
172
172
|
"@cypress/webpack-preprocessor": "^7.0.2",
|
|
173
173
|
"chai": "^4.5.0",
|
|
174
174
|
"concurrently": "^9.2.1",
|
|
175
|
-
"cypress": "^15.13.
|
|
176
|
-
"cypress-fail-fast": "^
|
|
177
|
-
"eslint": "^10.
|
|
175
|
+
"cypress": "^15.13.1",
|
|
176
|
+
"cypress-fail-fast": "^8.1.0",
|
|
177
|
+
"eslint": "^10.2.0",
|
|
178
178
|
"fake-indexeddb": "^6.2.5",
|
|
179
179
|
"mocha": "^11.7.5",
|
|
180
180
|
"node-polyfill-webpack-plugin": "^4.1.0",
|
|
181
181
|
"nodemon": "^3.1.14",
|
|
182
|
-
"nyc": "^
|
|
183
|
-
"sinon": "^21.
|
|
184
|
-
"wait-on": "^9.0.
|
|
185
|
-
"webpack": "^5.
|
|
182
|
+
"nyc": "^18.0.0",
|
|
183
|
+
"sinon": "^21.1.2",
|
|
184
|
+
"wait-on": "^9.0.5",
|
|
185
|
+
"webpack": "^5.106.1"
|
|
186
186
|
},
|
|
187
187
|
"packageManager": "npm@11.3.0+sha512.96eb611483f49c55f7fa74df61b588de9e213f80a256728e6798ddc67176c7b07e4a1cfc7de8922422cbce02543714367037536955221fa451b0c4fefaf20c66"
|
|
188
188
|
}
|