@famgia/omnify-typescript 0.0.8 → 0.0.9

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@famgia/omnify-typescript",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "description": "TypeScript type definitions generator for Omnify schemas",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -47,7 +47,7 @@
47
47
  "directory": "packages/typescript-generator"
48
48
  },
49
49
  "dependencies": {
50
- "@famgia/omnify-types": "0.0.16"
50
+ "@famgia/omnify-types": "0.0.17"
51
51
  },
52
52
  "devDependencies": {
53
53
  "tsup": "^8.5.1",
@@ -19,7 +19,7 @@ When you run \`npx omnify generate\`, the following TypeScript files are generat
19
19
  ### Object Schema → Interface
20
20
 
21
21
  \`\`\`yaml
22
- # yaml-language-server: $schema=./node_modules/@famgia/omnify-types/schemas/omnify-schema.json
22
+ # yaml-language-server: $schema=./node_modules/.omnify/combined-schema.json
23
23
  name: User
24
24
  properties:
25
25
  id: