@ember-data/model 5.0.0-beta.0 → 5.0.0-beta.2
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/addon/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { a as attr, b as belongsTo, M as default, h as hasMany } from "./
|
|
1
|
+
export { a as attr, b as belongsTo, M as default, h as hasMany } from "./index-8a7de041";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ember-data/model",
|
|
3
|
-
"version": "5.0.0-beta.
|
|
3
|
+
"version": "5.0.0-beta.2",
|
|
4
4
|
"description": "A basic Ember implementation of a resource presentation layer for use with @ember-data/store",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-addon"
|
|
@@ -28,13 +28,13 @@
|
|
|
28
28
|
"ember-data-logo-light.svg"
|
|
29
29
|
],
|
|
30
30
|
"peerDependencies": {
|
|
31
|
-
"@ember-data/debug": "5.0.0-beta.
|
|
32
|
-
"@ember-data/json-api": "5.0.0-beta.
|
|
33
|
-
"@ember-data/legacy-compat": "5.0.0-beta.
|
|
34
|
-
"@ember-data/graph": "5.0.0-beta.
|
|
35
|
-
"@ember-data/store": "5.0.0-beta.
|
|
36
|
-
"@ember-data/tracking": "5.0.0-beta.
|
|
37
|
-
"@ember/string": "^3.
|
|
31
|
+
"@ember-data/debug": "5.0.0-beta.2",
|
|
32
|
+
"@ember-data/json-api": "5.0.0-beta.2",
|
|
33
|
+
"@ember-data/legacy-compat": "5.0.0-beta.2",
|
|
34
|
+
"@ember-data/graph": "5.0.0-beta.2",
|
|
35
|
+
"@ember-data/store": "5.0.0-beta.2",
|
|
36
|
+
"@ember-data/tracking": "5.0.0-beta.2",
|
|
37
|
+
"@ember/string": "^3.1.1",
|
|
38
38
|
"ember-inflector": "^4.0.2"
|
|
39
39
|
},
|
|
40
40
|
"peerDependenciesMeta": {
|
|
@@ -54,9 +54,9 @@
|
|
|
54
54
|
}
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@ember-data/private-build-infra": "5.0.0-beta.
|
|
57
|
+
"@ember-data/private-build-infra": "5.0.0-beta.2",
|
|
58
58
|
"@ember/edition-utils": "^1.2.0",
|
|
59
|
-
"@embroider/macros": "^1.
|
|
59
|
+
"@embroider/macros": "^1.11.0",
|
|
60
60
|
"ember-cached-decorator-polyfill": "^1.0.1",
|
|
61
61
|
"ember-cli-babel": "^7.26.11",
|
|
62
62
|
"ember-cli-string-utils": "^1.1.0",
|
|
@@ -64,25 +64,26 @@
|
|
|
64
64
|
"inflection": "~2.0.1"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
|
-
"@babel/core": "^7.
|
|
68
|
-
"@babel/cli": "^7.21.
|
|
67
|
+
"@babel/core": "^7.22.1",
|
|
68
|
+
"@babel/cli": "^7.21.5",
|
|
69
69
|
"@glimmer/component": "^1.1.2",
|
|
70
70
|
"ember-source": "~4.12.0",
|
|
71
71
|
"@embroider/addon-dev": "^3.0.0",
|
|
72
|
-
"rollup": "^3.
|
|
72
|
+
"rollup": "^3.23.1",
|
|
73
73
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
74
74
|
"@babel/plugin-proposal-private-methods": "^7.18.6",
|
|
75
|
-
"@babel/plugin-proposal-decorators": "^7.
|
|
76
|
-
"@babel/plugin-transform-typescript": "^7.
|
|
77
|
-
"@babel/plugin-transform-runtime": "^7.
|
|
78
|
-
"@babel/preset-typescript": "^7.21.
|
|
79
|
-
"@babel/preset-env": "^7.
|
|
80
|
-
"@babel/runtime": "^7.
|
|
75
|
+
"@babel/plugin-proposal-decorators": "^7.22.3",
|
|
76
|
+
"@babel/plugin-transform-typescript": "^7.22.3",
|
|
77
|
+
"@babel/plugin-transform-runtime": "^7.22.4",
|
|
78
|
+
"@babel/preset-typescript": "^7.21.5",
|
|
79
|
+
"@babel/preset-env": "^7.22.4",
|
|
80
|
+
"@babel/runtime": "^7.22.3",
|
|
81
81
|
"@rollup/plugin-babel": "^6.0.3",
|
|
82
|
-
"@rollup/plugin-node-resolve": "^15.0
|
|
83
|
-
"tslib": "^2.5.
|
|
82
|
+
"@rollup/plugin-node-resolve": "^15.1.0",
|
|
83
|
+
"tslib": "^2.5.3",
|
|
84
84
|
"walk-sync": "^3.0.0",
|
|
85
|
-
"typescript": "^5.
|
|
85
|
+
"typescript": "^5.1.3",
|
|
86
|
+
"webpack": "^5.82.1"
|
|
86
87
|
},
|
|
87
88
|
"engines": {
|
|
88
89
|
"node": "16.* || >= 18.*"
|
|
@@ -90,7 +91,7 @@
|
|
|
90
91
|
"volta": {
|
|
91
92
|
"extends": "../../package.json"
|
|
92
93
|
},
|
|
93
|
-
"packageManager": "pnpm@8.1
|
|
94
|
+
"packageManager": "pnpm@8.6.1",
|
|
94
95
|
"scripts": {
|
|
95
96
|
"build": "rollup --config && babel ./addon --out-dir addon --plugins=../private-build-infra/src/transforms/babel-plugin-transform-ext.js",
|
|
96
97
|
"start": "rollup --config --watch"
|