@projectcaluma/ember-testing 14.0.0 → 14.1.1

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.
@@ -3239,6 +3239,7 @@ input SaveOptionInput {
3239
3239
  slug: String!
3240
3240
  label: String!
3241
3241
  isArchived: Boolean
3242
+ isHidden: QuestionJexl
3242
3243
  meta: JSONString
3243
3244
  clientMutationId: String
3244
3245
  }
@@ -8,4 +8,5 @@ export default Factory.extend({
8
8
  label: (i) => `Option ${i + 1}`,
9
9
  meta: () => ({}),
10
10
  isArchived: false,
11
+ isHidden: "false",
11
12
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@projectcaluma/ember-testing",
3
- "version": "14.0.0",
3
+ "version": "14.1.1",
4
4
  "description": "Ember addon for testing with Caluma addons.",
5
5
  "keywords": [
6
6
  "ember-addon"
@@ -11,7 +11,7 @@
11
11
  "dependencies": {
12
12
  "@babel/core": "^7.26.0",
13
13
  "@ember/string": "^3.1.1 || ^4.0.0",
14
- "@faker-js/faker": "^9.3.0",
14
+ "@faker-js/faker": "^9.4.0",
15
15
  "broccoli-funnel": "^3.0.8",
16
16
  "broccoli-merge-trees": "^4.2.0",
17
17
  "ember-apollo-client": "~4.0.2",