@ember-data-mirror/serializer 5.4.0-alpha.71 → 5.4.0-alpha.73
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/dist/json-CsNumir-.js +1 -1
- package/dist/json-api.js +1 -1
- package/dist/json.js +2 -2
- package/dist/rest.js +1 -1
- package/package.json +20 -13
package/dist/json-CsNumir-.js
CHANGED
|
@@ -2,7 +2,7 @@ import { getOwner } from '@ember/application';
|
|
|
2
2
|
import { warn } from '@ember/debug';
|
|
3
3
|
import { dasherize } from '@ember/string';
|
|
4
4
|
import { singularize } from 'ember-inflector';
|
|
5
|
-
import Serializer from "./index";
|
|
5
|
+
import Serializer from "./index.js";
|
|
6
6
|
import { macroCondition, getGlobalConfig } from '@embroider/macros';
|
|
7
7
|
function coerceId(id) {
|
|
8
8
|
if (id === null || id === undefined || id === '') {
|
package/dist/json-api.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { warn } from '@ember/debug';
|
|
2
2
|
import { dasherize } from '@ember/string';
|
|
3
3
|
import { singularize, pluralize } from 'ember-inflector';
|
|
4
|
-
import { J as JSONSerializer } from "./json-CsNumir
|
|
4
|
+
import { J as JSONSerializer } from "./json-CsNumir-.js";
|
|
5
5
|
import { macroCondition, getGlobalConfig } from '@embroider/macros';
|
|
6
6
|
|
|
7
7
|
/**
|
package/dist/json.js
CHANGED
|
@@ -2,6 +2,6 @@ import '@ember/application';
|
|
|
2
2
|
import '@ember/debug';
|
|
3
3
|
import '@ember/string';
|
|
4
4
|
import 'ember-inflector';
|
|
5
|
-
import "./index";
|
|
6
|
-
export { J as default } from "./json-CsNumir
|
|
5
|
+
import "./index.js";
|
|
6
|
+
export { J as default } from "./json-CsNumir-.js";
|
|
7
7
|
import '@embroider/macros';
|
package/dist/rest.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { warn } from '@ember/debug';
|
|
2
2
|
import { camelize, dasherize } from '@ember/string';
|
|
3
3
|
import { singularize } from 'ember-inflector';
|
|
4
|
-
import { J as JSONSerializer, c as coerceId } from "./json-CsNumir
|
|
4
|
+
import { J as JSONSerializer, c as coerceId } from "./json-CsNumir-.js";
|
|
5
5
|
import { macroCondition, getGlobalConfig } from '@embroider/macros';
|
|
6
6
|
import Mixin from '@ember/object/mixin';
|
|
7
7
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ember-data-mirror/serializer",
|
|
3
|
-
"version": "5.4.0-alpha.
|
|
3
|
+
"version": "5.4.0-alpha.73",
|
|
4
4
|
"description": "Provides Legacy JSON, JSON:API and REST Implementations of the Serializer Interface for use with @ember-data-mirror/store",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-addon"
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"ember-addon": {
|
|
22
22
|
"main": "addon-main.cjs",
|
|
23
23
|
"type": "addon",
|
|
24
|
-
"version":
|
|
24
|
+
"version": 2
|
|
25
25
|
},
|
|
26
26
|
"files": [
|
|
27
27
|
"unstable-preview-types",
|
|
@@ -33,11 +33,19 @@
|
|
|
33
33
|
"ember-data-mirror-logo-dark.svg",
|
|
34
34
|
"ember-data-mirror-logo-light.svg"
|
|
35
35
|
],
|
|
36
|
+
"exports": {
|
|
37
|
+
".": {
|
|
38
|
+
"default": "./dist/index.js"
|
|
39
|
+
},
|
|
40
|
+
"./*": {
|
|
41
|
+
"default": "./dist/*.js"
|
|
42
|
+
}
|
|
43
|
+
},
|
|
36
44
|
"peerDependencies": {
|
|
37
45
|
"@ember/string": "^3.1.1",
|
|
38
|
-
"@warp-drive-mirror/core-types": "0.0.0-alpha.
|
|
39
|
-
"@ember-data-mirror/legacy-compat": "5.4.0-alpha.
|
|
40
|
-
"@ember-data-mirror/store": "5.4.0-alpha.
|
|
46
|
+
"@warp-drive-mirror/core-types": "0.0.0-alpha.59",
|
|
47
|
+
"@ember-data-mirror/legacy-compat": "5.4.0-alpha.73",
|
|
48
|
+
"@ember-data-mirror/store": "5.4.0-alpha.73",
|
|
41
49
|
"ember-inflector": "^4.0.2"
|
|
42
50
|
},
|
|
43
51
|
"dependenciesMeta": {
|
|
@@ -72,23 +80,22 @@
|
|
|
72
80
|
"ember-cli-string-utils": "^1.1.0",
|
|
73
81
|
"ember-cli-path-utils": "^1.0.0",
|
|
74
82
|
"@ember/edition-utils": "1.2.0",
|
|
75
|
-
"@warp-drive-mirror/build-config": "0.0.0-alpha.
|
|
76
|
-
"ember-cli-babel": "^8.2.0"
|
|
83
|
+
"@warp-drive-mirror/build-config": "0.0.0-alpha.10"
|
|
77
84
|
},
|
|
78
85
|
"devDependencies": {
|
|
79
86
|
"@babel/core": "^7.24.5",
|
|
80
87
|
"@babel/plugin-transform-typescript": "^7.24.5",
|
|
81
88
|
"@babel/preset-env": "^7.24.5",
|
|
82
89
|
"@babel/preset-typescript": "^7.24.1",
|
|
83
|
-
"@ember-data-mirror/request": "5.4.0-alpha.
|
|
84
|
-
"@ember-data-mirror/store": "5.4.0-alpha.
|
|
85
|
-
"@ember-data-mirror/tracking": "5.4.0-alpha.
|
|
86
|
-
"@ember-data-mirror/legacy-compat": "5.4.0-alpha.
|
|
90
|
+
"@ember-data-mirror/request": "5.4.0-alpha.73",
|
|
91
|
+
"@ember-data-mirror/store": "5.4.0-alpha.73",
|
|
92
|
+
"@ember-data-mirror/tracking": "5.4.0-alpha.73",
|
|
93
|
+
"@ember-data-mirror/legacy-compat": "5.4.0-alpha.73",
|
|
87
94
|
"@ember/test-waiters": "^3.1.0",
|
|
88
95
|
"@ember/string": "^3.1.1",
|
|
89
96
|
"@glimmer/component": "^1.1.2",
|
|
90
|
-
"@warp-drive-mirror/core-types": "0.0.0-alpha.
|
|
91
|
-
"@warp-drive/internal-config": "5.4.0-alpha.
|
|
97
|
+
"@warp-drive-mirror/core-types": "0.0.0-alpha.59",
|
|
98
|
+
"@warp-drive/internal-config": "5.4.0-alpha.73",
|
|
92
99
|
"decorator-transforms": "^2.0.0",
|
|
93
100
|
"ember-inflector": "^4.0.2",
|
|
94
101
|
"ember-source": "~5.8.0",
|