@ascua/promise 0.13.1 → 0.14.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.
@@ -8,7 +8,7 @@ class Task {
8
8
  @tracked error = null;
9
9
  @tracked isLoading = true;
10
10
  @tracked isSuccess = false;
11
- @tracked isFaulure = false;
11
+ @tracked isFailure = false;
12
12
 
13
13
  get isError() {
14
14
  return Boolean(this.error);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ascua/promise",
3
- "version": "0.13.1",
3
+ "version": "0.14.1",
4
4
  "description": "Small description for @ascua/promise goes here",
5
5
  "keywords": [
6
6
  "ember-addon"
@@ -15,7 +15,7 @@
15
15
  "url": "https://surrealdb.com"
16
16
  },
17
17
  "dependencies": {
18
- "@ascua/decorators": "^0.13.1",
18
+ "@ascua/decorators": "^0.14.1",
19
19
  "ember-cli-babel": "^8.2.0",
20
20
  "ember-cli-htmlbars": "^6.3.0"
21
21
  },
@@ -26,5 +26,5 @@
26
26
  "publishConfig": {
27
27
  "access": "public"
28
28
  },
29
- "gitHead": "b82210aa718b64830c1a2d503158cfbd30d06839"
29
+ "gitHead": "2d65b32d5ec3b18e5e4f90df4c36c6236e73b91a"
30
30
  }