silgi 0.28.5 → 0.28.6

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.
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import { defineCommand, runMain } from 'citty';
3
3
 
4
- const version = "0.28.5";
4
+ const version = "0.28.6";
5
5
  const packageJson = {
6
6
  version: version};
7
7
 
@@ -72,12 +72,7 @@ interface MigrationInfo {
72
72
  /**
73
73
  * İzin migration verisi
74
74
  */
75
- interface PermissionMigration {
76
- id: string;
77
- key: string;
78
- description: string;
79
- name: string;
80
- permissions: string;
75
+ interface MigrationData {
81
76
  }
82
77
  /**
83
78
  * JSON Patch formatı (RFC6902)
@@ -123,7 +118,7 @@ interface MigrationResult {
123
118
  /** Patch türünde mi? */
124
119
  isPatch?: boolean;
125
120
  /** Migration verisi */
126
- data?: PermissionMigration[] | JsonPatch;
121
+ data?: MigrationData[] | JsonPatch;
127
122
  }
128
123
  /**
129
124
  * Migration oluşturur
@@ -289,4 +284,4 @@ declare const baseHeaderBannerComment: string[];
289
284
  declare function processFilePath(src: string): string;
290
285
 
291
286
  export { MODE_RE, MigrationStatus, addTemplate, baseHeaderBannerComment, createFunction, createFunctionConfigs, createResolver, defineSilgiModule, defineSilgiPreset, directoryToURL, filterInPlace, formatFunctions, genEnsureSafeVar, generateMigration, getAllEntries, getIpAddress, getMigration, hasError, hasInstalledModule, hasSilgiModule, hash, ipAddress, isDirectory, isH3, isNitro, isNuxt, listMigrations, migrationDown, migrationUp, normalizeTemplate, parseServices, prettyPath, processFilePath, relativeWithDot, resolveAlias, resolvePath, resolveSilgiModule, resolveSilgiPath, serviceParseModule, toArray, tryResolveModule, useLogger, useRequest, useResponse, writeFile };
292
- export type { FunctionConfig, JsonPatch, MigrationInfo, MigrationOptions, MigrationResult, PermissionMigration };
287
+ export type { FunctionConfig, JsonPatch, MigrationData, MigrationInfo, MigrationOptions, MigrationResult };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "silgi",
3
3
  "type": "module",
4
- "version": "0.28.5",
4
+ "version": "0.28.6",
5
5
  "private": false,
6
6
  "sideEffects": false,
7
7
  "exports": {