@jarenjs/emit 0.34.0 → 0.43.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.
@@ -88,7 +88,7 @@ compileEmitModel(schema, { extensions: ['x-entity'] })
88
88
 
89
89
  Every property member whose schema declares a listed keyword gains
90
90
 
91
- ```json
91
+ ```jsonc
92
92
  { "kind": "member", "name": "posts",
93
93
  "extensions": { "x-entity": { "relation": { "to": "Post" } } }, … }
94
94
  ```
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@jarenjs/emit",
3
3
  "private": false,
4
- "version": "0.34.0",
4
+ "version": "0.43.1",
5
5
  "type": "module",
6
6
  "main": "./src/index.js",
7
7
  "types": "./dist/types/index.d.ts",
@@ -68,8 +68,8 @@
68
68
  "prepack": "npm run build:types"
69
69
  },
70
70
  "dependencies": {
71
- "@jarenjs/core": "^0.34.0",
72
- "@jarenjs/json": "^0.34.0",
73
- "@jarenjs/validate": "^0.34.0"
71
+ "@jarenjs/core": "^0.43.1",
72
+ "@jarenjs/json": "^0.43.1",
73
+ "@jarenjs/validate": "^0.43.1"
74
74
  }
75
75
  }