@projectcaluma/ember-testing 14.1.1 → 14.2.0

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.
@@ -3,7 +3,7 @@ export default function deserialize(serialized) {
3
3
 
4
4
  try {
5
5
  decodedId = atob(serialized.id).split(":")[1] || serialized.id;
6
- } catch (e) {
6
+ } catch {
7
7
  // This will happen if the ID is not a relay ID (Type plus ID base64
8
8
  // encoded) but just the raw ID. The deserialize function needs to be able
9
9
  // to handle both
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@projectcaluma/ember-testing",
3
- "version": "14.1.1",
3
+ "version": "14.2.0",
4
4
  "description": "Ember addon for testing with Caluma addons.",
5
5
  "keywords": [
6
6
  "ember-addon"
@@ -42,16 +42,16 @@
42
42
  "ember-cli-sri": "2.1.1",
43
43
  "ember-cli-terser": "4.0.2",
44
44
  "ember-load-initializers": "3.0.1",
45
- "ember-qunit": "9.0.1",
45
+ "ember-qunit": "9.0.2",
46
46
  "ember-resolver": "13.1.0",
47
47
  "ember-source": "6.1.0",
48
48
  "ember-source-channel-url": "3.0.0",
49
- "ember-try": "3.0.0",
49
+ "ember-try": "4.0.0",
50
50
  "graphql-tag": "2.12.6",
51
51
  "loader.js": "4.7.0",
52
- "qunit": "2.23.1",
52
+ "qunit": "2.24.1",
53
53
  "qunit-dom": "3.4.0",
54
- "webpack": "5.97.1"
54
+ "webpack": "5.99.8"
55
55
  },
56
56
  "peerDependencies": {
57
57
  "ember-source": ">= 4.0.0"