@warp-drive/ember 0.0.0-alpha.13 → 0.0.0-alpha.14
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/README.md +8 -0
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -22,6 +22,14 @@
|
|
|
22
22
|
pnpm install @warp-drive/ember
|
|
23
23
|
```
|
|
24
24
|
|
|
25
|
+
**Tagged Releases**
|
|
26
|
+
|
|
27
|
+
- 
|
|
28
|
+
- 
|
|
29
|
+
- 
|
|
30
|
+
- 
|
|
31
|
+
- 
|
|
32
|
+
|
|
25
33
|
## About
|
|
26
34
|
|
|
27
35
|
This library provides reactive utilities for working with promises and requests, building over these primitives to provide functions and components that enable you to build robust performant apps with elegant control flow
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@warp-drive/ember",
|
|
3
3
|
"description": "Data bindings and utilities for Ember applications using WarpDrive",
|
|
4
|
-
"version": "0.0.0-alpha.
|
|
4
|
+
"version": "0.0.0-alpha.14",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Chris Thoburn <runspired@users.noreply.github.com>",
|
|
7
7
|
"repository": {
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"peerDependencies": {
|
|
43
43
|
"@ember-data/store": "^4.12.7 || > 5.3.3",
|
|
44
44
|
"@ember-data/request": "^4.12.7 || > 5.3.3",
|
|
45
|
-
"@warp-drive/core-types": "0.0.0-alpha.
|
|
45
|
+
"@warp-drive/core-types": "0.0.0-alpha.38",
|
|
46
46
|
"ember-provide-consume-context": "^0.3.1",
|
|
47
47
|
"@ember-data/tracking": "^4.12.7 ||| > 5.3.3",
|
|
48
48
|
"@ember/string": "^3.1.1"
|
|
@@ -93,12 +93,12 @@
|
|
|
93
93
|
"@rollup/plugin-babel": "^6.0.4",
|
|
94
94
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
95
95
|
"decorator-transforms": "1.1.0",
|
|
96
|
-
"@ember-data/request": "5.4.0-alpha.
|
|
97
|
-
"@ember-data/store": "5.4.0-alpha.
|
|
98
|
-
"@ember-data/tracking": "5.4.0-alpha.
|
|
96
|
+
"@ember-data/request": "5.4.0-alpha.52",
|
|
97
|
+
"@ember-data/store": "5.4.0-alpha.52",
|
|
98
|
+
"@ember-data/tracking": "5.4.0-alpha.52",
|
|
99
99
|
"@ember/string": "^3.1.1",
|
|
100
|
-
"@warp-drive/core-types": "0.0.0-alpha.
|
|
101
|
-
"@warp-drive/internal-config": "5.4.0-alpha.
|
|
100
|
+
"@warp-drive/core-types": "0.0.0-alpha.38",
|
|
101
|
+
"@warp-drive/internal-config": "5.4.0-alpha.52",
|
|
102
102
|
"babel-plugin-ember-template-compilation": "^2.2.1",
|
|
103
103
|
"ember-template-imports": "^4.1.0",
|
|
104
104
|
"ember-source": "~5.7.0",
|