@govuk-pay/pay-js-commons 7.0.33 → 7.0.34
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/package.json +1 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@govuk-pay/pay-js-commons",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.34",
|
|
4
4
|
"description": "Reusable js scripts for GOV.UK Pay Node.js projects",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": "^22.17.1",
|
|
@@ -20,7 +20,6 @@
|
|
|
20
20
|
"browserify-analytics": "browserify src/analytics/index.js -o lib/analytics/dist/cookies.js -t brfs -t babelify",
|
|
21
21
|
"prepare": "npm run transpile && npm run browserify-analytics",
|
|
22
22
|
"test": "jest",
|
|
23
|
-
"karma-tests": "karma start",
|
|
24
23
|
"lint": "standard --fix"
|
|
25
24
|
},
|
|
26
25
|
"repository": {
|
|
@@ -125,13 +124,6 @@
|
|
|
125
124
|
"jest-environment-jsdom": "^29.4.3",
|
|
126
125
|
"js-cookie": "^3.0.0",
|
|
127
126
|
"jsdom": "^20.0.3",
|
|
128
|
-
"jsdom-global": "^3.0.2",
|
|
129
|
-
"karma": "^6.0.0",
|
|
130
|
-
"karma-browserify": "^8.0.0",
|
|
131
|
-
"karma-chrome-launcher": "^3.1.0",
|
|
132
|
-
"karma-mocha": "^2.0.0",
|
|
133
|
-
"karma-mocha-reporter": "^2.2.5",
|
|
134
|
-
"karma-source-map-support": "^1.2.0",
|
|
135
127
|
"lint-staged": "^13.0.1",
|
|
136
128
|
"mocha": "^10.0.0",
|
|
137
129
|
"nock": "^13.5.1",
|