contentful-resolve-response 1.9.0 → 1.9.2

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/dist/cjs/index.js CHANGED
@@ -85,6 +85,8 @@ var getIdsFromUrn = function getIdsFromUrn(urn) {
85
85
  return undefined;
86
86
  }
87
87
 
88
+ // eslint-disable-next-line no-unused-vars
89
+
88
90
  var _urn$match = urn.match(regExp),
89
91
  _urn$match2 = _slicedToArray(_urn$match, 4),
90
92
  _ = _urn$match2[0],
package/dist/esm/index.js CHANGED
@@ -77,6 +77,8 @@ var getIdsFromUrn = function getIdsFromUrn(urn) {
77
77
  return undefined;
78
78
  }
79
79
 
80
+ // eslint-disable-next-line no-unused-vars
81
+
80
82
  var _urn$match = urn.match(regExp),
81
83
  _urn$match2 = _slicedToArray(_urn$match, 4),
82
84
  _ = _urn$match2[0],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "contentful-resolve-response",
3
- "version": "1.9.0",
3
+ "version": "1.9.2",
4
4
  "description": "",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",
@@ -28,28 +28,21 @@
28
28
  "fast-copy": "^2.1.7"
29
29
  },
30
30
  "devDependencies": {
31
- "@commitlint/cli": "^18.0.0",
31
+ "@commitlint/cli": "^19.6.0",
32
32
  "@commitlint/config-conventional": "^18.0.0",
33
- "@contentful/eslint-config-backend": "^10.0.0",
33
+ "@eslint/js": "^9.16.0",
34
34
  "@semantic-release/changelog": "^6.0.1",
35
35
  "@semantic-release/git": "^10.0.1",
36
- "@timbeyer/commitlint-circle": "^4.1.1",
37
36
  "babel-cli": "^6.26.0",
38
37
  "babel-plugin-add-module-exports": "^1.0.2",
39
38
  "babel-preset-env": "^1.7.0",
40
39
  "babel-register": "^6.26.0",
41
40
  "chai": "^4.3.6",
42
41
  "dirty-chai": "^2.0.1",
43
- "eslint": "^8.9.0",
44
- "eslint-config-prettier": "^9.0.0",
45
- "eslint-plugin-import": "^2.25.4",
42
+ "eslint": "^9.15.0",
46
43
  "eslint-plugin-mocha": "^10.0.3",
47
- "eslint-plugin-node": "^11.1.0",
48
- "eslint-plugin-prettier": "^5.0.0",
49
- "eslint-plugin-promise": "^6.0.0",
50
- "eslint-plugin-standard": "^5.0.0",
51
44
  "husky": "^9.0.6",
52
- "mocha": "^10.0.0",
45
+ "mocha": "^11.0.1",
53
46
  "prettier": "^3.0.0",
54
47
  "semantic-release": "^19.0.5"
55
48
  },