api-core-lib 12.0.48 → 12.0.49

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/dist/cli.cjs +1 -3
  2. package/package.json +1 -1
package/dist/cli.cjs CHANGED
@@ -76,11 +76,9 @@ async function runGenerator(options) {
76
76
  for (const typeName of allModuleTypes) {
77
77
  const schema = spec.components.schemas[typeName];
78
78
  if (schema) {
79
- const tsType = await (0, import_json_schema_to_typescript.compile)(schema, typeName, {
79
+ const tsType = await (0, import_json_schema_to_typescript.compile)(spec, typeName, {
80
80
  bannerComment: "",
81
- // لا نريد تعليقات إضافية من المكتبة
82
81
  additionalProperties: false,
83
- // كن صارمًا مع الخصائص الإضافية
84
82
  style: {
85
83
  bracketSpacing: true,
86
84
  printWidth: 120,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "api-core-lib",
3
- "version": "12.0.48",
3
+ "version": "12.0.49",
4
4
  "description": "A flexible and powerful API client library for modern web applications.",
5
5
  "type": "module",
6
6
  "exports": {