ember-data-source 2.16.4 → 2.17.0.beta.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.
- checksums.yaml +4 -4
- data/dist/globals/ember-data.js +134 -281
- data/dist/globals/ember-data.min.js +5 -5
- data/dist/globals/ember-data.prod.js +133 -278
- data/package.json +11 -9
- metadata +6 -5
data/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "ember-data",
|
3
|
-
"version": "2.
|
3
|
+
"version": "2.17.0-beta.1",
|
4
4
|
"description": "A data layer for your Ember applications.",
|
5
5
|
"repository": "git://github.com/emberjs/data.git",
|
6
6
|
"directories": {
|
@@ -31,9 +31,12 @@
|
|
31
31
|
"broccoli-funnel": "^1.2.0",
|
32
32
|
"broccoli-merge-trees": "^2.0.0",
|
33
33
|
"broccoli-rollup": "^1.2.0",
|
34
|
+
"broccoli-test-helper": "^1.2.0",
|
34
35
|
"calculate-cache-key-for-tree": "^1.1.0",
|
35
36
|
"chalk": "^1.1.1",
|
36
|
-
"
|
37
|
+
"co": "^4.6.0",
|
38
|
+
"common-tags": "^1.4.0",
|
39
|
+
"ember-cli-babel": "^6.4.1",
|
37
40
|
"ember-cli-path-utils": "^1.0.0",
|
38
41
|
"ember-cli-string-utils": "^1.0.0",
|
39
42
|
"ember-cli-test-info": "^1.0.0",
|
@@ -46,7 +49,8 @@
|
|
46
49
|
"inflection": "^1.8.0",
|
47
50
|
"npm-git-info": "^1.0.0",
|
48
51
|
"semver": "^5.1.0",
|
49
|
-
"silent-error": "^1.0.0"
|
52
|
+
"silent-error": "^1.0.0",
|
53
|
+
"testem": "^1.15.0"
|
50
54
|
},
|
51
55
|
"devDependencies": {
|
52
56
|
"babel-plugin-debug-macros": "^0.1.7",
|
@@ -64,11 +68,8 @@
|
|
64
68
|
"broccoli-concat": "^3.2.2",
|
65
69
|
"broccoli-stew": "^1.4.2",
|
66
70
|
"broccoli-string-replace": "^0.1.1",
|
67
|
-
"broccoli-test-helper": "^1.2.0",
|
68
71
|
"broccoli-uglify-sourcemap": "^1.0.1",
|
69
72
|
"broccoli-yuidoc": "^2.1.0",
|
70
|
-
"co": "^4.6.0",
|
71
|
-
"common-tags": "^1.4.0",
|
72
73
|
"ember-ajax": "^2.4.1",
|
73
74
|
"ember-cli": "^2.11.1",
|
74
75
|
"ember-cli-app-version": "^3.0.0",
|
@@ -106,9 +107,10 @@
|
|
106
107
|
"mocha-only-detector": "0.0.2",
|
107
108
|
"morgan": "^1.7.0",
|
108
109
|
"rimraf": "2.5.2",
|
109
|
-
"rsvp": "
|
110
|
-
|
111
|
-
|
110
|
+
"rsvp": "3.6.0"
|
111
|
+
},
|
112
|
+
"peerDependencies": {
|
113
|
+
"ember-inflector": "^2.0.0"
|
112
114
|
},
|
113
115
|
"engines": {
|
114
116
|
"node": ">= 4.0.0"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ember-data-source
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.17.0.beta.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Yehuda Katz
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2017-10-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: ember-source
|
@@ -59,13 +59,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
59
59
|
version: '0'
|
60
60
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
61
61
|
requirements:
|
62
|
-
- - "
|
62
|
+
- - ">"
|
63
63
|
- !ruby/object:Gem::Version
|
64
|
-
version:
|
64
|
+
version: 1.3.1
|
65
65
|
requirements: []
|
66
66
|
rubyforge_project:
|
67
|
-
rubygems_version: 2.
|
67
|
+
rubygems_version: 2.6.6
|
68
68
|
signing_key:
|
69
69
|
specification_version: 4
|
70
70
|
summary: ember-data source code wrapper.
|
71
71
|
test_files: []
|
72
|
+
has_rdoc:
|