@warp-drive-mirror/schema-record 5.6.0-alpha.14 → 5.6.0-alpha.15

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -123,7 +123,7 @@ with the following schemas:
123
123
  store.schema.registerResources([
124
124
  {
125
125
  type: 'user',
126
- identity: { type: '@id', name: 'id' },
126
+ identity: { kind: '@id', name: 'id' },
127
127
  fields: [
128
128
  {
129
129
  type: '@identity',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@warp-drive-mirror/schema-record",
3
- "version": "5.6.0-alpha.14",
3
+ "version": "5.6.0-alpha.15",
4
4
  "description": "Schema Driven Resource Presentation for WarpDrive and EmberData",
5
5
  "keywords": [
6
6
  "ember-addon"
@@ -39,14 +39,14 @@
39
39
  "peerDependencies": {},
40
40
  "dependencies": {
41
41
  "@embroider/macros": "^1.16.12",
42
- "@warp-drive-mirror/core": "5.6.0-alpha.14"
42
+ "@warp-drive-mirror/core": "5.6.0-alpha.15"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@babel/core": "^7.26.10",
46
46
  "@babel/plugin-transform-typescript": "^7.27.0",
47
47
  "@babel/preset-env": "^7.26.9",
48
48
  "@babel/preset-typescript": "^7.27.0",
49
- "@warp-drive/internal-config": "5.6.0-alpha.14",
49
+ "@warp-drive/internal-config": "5.6.0-alpha.15",
50
50
  "vite": "^5.4.15"
51
51
  },
52
52
  "ember": {