ember-data-source 2.13.2 → 2.14.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 +3114 -2188
- data/dist/globals/ember-data.min.js +6 -6
- data/dist/globals/ember-data.prod.js +3036 -2166
- data/package.json +10 -7
- metadata +4 -4
data/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ember-data",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.14.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": {
|
|
@@ -27,9 +27,11 @@
|
|
|
27
27
|
"babel6-plugin-strip-heimdall": "^6.0.1",
|
|
28
28
|
"broccoli-babel-transpiler": "^6.0.0",
|
|
29
29
|
"broccoli-file-creator": "^1.0.0",
|
|
30
|
+
"broccoli-funnel": "^1.2.0",
|
|
30
31
|
"broccoli-merge-trees": "^1.0.0",
|
|
32
|
+
"broccoli-rollup": "^1.2.0",
|
|
31
33
|
"chalk": "^1.1.1",
|
|
32
|
-
"ember-cli-babel": "^6.0.0-beta.
|
|
34
|
+
"ember-cli-babel": "^6.0.0-beta.10",
|
|
33
35
|
"ember-cli-path-utils": "^1.0.0",
|
|
34
36
|
"ember-cli-string-utils": "^1.0.0",
|
|
35
37
|
"ember-cli-test-info": "^1.0.0",
|
|
@@ -42,11 +44,12 @@
|
|
|
42
44
|
"inflection": "^1.8.0",
|
|
43
45
|
"npm-git-info": "^1.0.0",
|
|
44
46
|
"semver": "^5.1.0",
|
|
45
|
-
"silent-error": "^1.0.0"
|
|
47
|
+
"silent-error": "^1.0.0",
|
|
48
|
+
"testem": "1.15.0"
|
|
46
49
|
},
|
|
47
50
|
"devDependencies": {
|
|
48
51
|
"babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
|
|
49
|
-
"babel-plugin-transform-es2015-block-scoping": "^6.
|
|
52
|
+
"babel-plugin-transform-es2015-block-scoping": "^6.24.1",
|
|
50
53
|
"babel-plugin-transform-es2015-classes": "^6.23.0",
|
|
51
54
|
"babel-plugin-transform-es2015-computed-properties": "^6.22.0",
|
|
52
55
|
"babel-plugin-transform-es2015-constants": "^6.1.4",
|
|
@@ -59,8 +62,7 @@
|
|
|
59
62
|
"bower": "^1.6.5",
|
|
60
63
|
"broccoli-asset-rev": "^2.4.5",
|
|
61
64
|
"broccoli-concat": "^3.2.2",
|
|
62
|
-
"broccoli-
|
|
63
|
-
"broccoli-stew": "^1.0.1",
|
|
65
|
+
"broccoli-stew": "^1.4.2",
|
|
64
66
|
"broccoli-string-replace": "^0.1.1",
|
|
65
67
|
"broccoli-uglify-sourcemap": "^1.0.1",
|
|
66
68
|
"broccoli-yuidoc": "^2.1.0",
|
|
@@ -92,7 +94,7 @@
|
|
|
92
94
|
"ember-watson": "^0.7.0",
|
|
93
95
|
"express": "^4.14.0",
|
|
94
96
|
"faker": "^3.1.0",
|
|
95
|
-
"github": "^
|
|
97
|
+
"github": "^1.1.1",
|
|
96
98
|
"glob": "5.0.13",
|
|
97
99
|
"heimdall-query": "^0.0.5",
|
|
98
100
|
"json-api-mock-server": "0.1.1",
|
|
@@ -100,6 +102,7 @@
|
|
|
100
102
|
"mocha": "2.4.5",
|
|
101
103
|
"mocha-only-detector": "0.0.2",
|
|
102
104
|
"morgan": "^1.7.0",
|
|
105
|
+
"phantomjs-prebuilt": "^2.1.12",
|
|
103
106
|
"pretender": "1.0.0",
|
|
104
107
|
"rimraf": "2.5.2",
|
|
105
108
|
"rsvp": "3.2.1"
|
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.14.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: 2017-
|
|
11
|
+
date: 2017-04-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: ember-source
|
|
@@ -59,9 +59,9 @@ 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
67
|
rubygems_version: 2.6.6
|