@qraft/plugin 1.0.0-beta.5 → 1.0.0-beta.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @qraft/plugin
2
2
 
3
+ ## 1.0.0-beta.6
4
+
5
+ ### Minor Changes
6
+
7
+ - 6a2f1ed: Updated repository dependencies to current compatible versions across the workspace.
8
+
3
9
  ## 1.0.0-beta.5
4
10
 
5
11
  ## 1.0.0-beta.4
@@ -1 +1 @@
1
- {"version":3,"file":"formatFileHeader.d.ts","sourceRoot":"","sources":["../../src/lib/formatFileHeader.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB,eAAgB,MAAM,GAAG,SAAS,WAG9D,CAAC"}
1
+ {"version":3,"file":"formatFileHeader.d.ts","sourceRoot":"","sources":["../../src/lib/formatFileHeader.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB,GAAI,YAAY,MAAM,GAAG,SAAS,WAG9D,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"writeGeneratorFiles.d.ts","sourceRoot":"","sources":["../../src/lib/writeGeneratorFiles.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAEnD,eAAO,MAAM,mBAAmB,4BAG7B;IACD,OAAO,EAAE,GAAG,CAAC;IACb,SAAS,EAAE,aAAa,EAAE,CAAC;CAC5B,kBAGA,CAAC"}
1
+ {"version":3,"file":"writeGeneratorFiles.d.ts","sourceRoot":"","sources":["../../src/lib/writeGeneratorFiles.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAEnD,eAAO,MAAM,mBAAmB,GAAU,yBAGvC;IACD,OAAO,EAAE,GAAG,CAAC;IACb,SAAS,EAAE,aAAa,EAAE,CAAC;CAC5B,kBAGA,CAAC"}
@@ -1,2 +1,2 @@
1
- export declare const packageVersion = "1.0.0-beta.5";
1
+ export declare const packageVersion = "1.0.0-beta.6";
2
2
  //# sourceMappingURL=packageVersion.d.ts.map
@@ -1,3 +1,3 @@
1
1
  // This file was generated automatically
2
- export const packageVersion = '1.0.0-beta.5';
2
+ export const packageVersion = '1.0.0-beta.6';
3
3
  //# sourceMappingURL=packageVersion.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qraft/plugin",
3
- "version": "1.0.0-beta.5",
3
+ "version": "1.0.0-beta.6",
4
4
  "packageManager": "yarn@4.0.2",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -8,7 +8,7 @@
8
8
  "dev": "yarn build --watch --noEmitOnError false",
9
9
  "test": "vitest run --coverage",
10
10
  "typecheck": "tsc --noEmit",
11
- "lint": "eslint",
11
+ "lint": "eslint --max-warnings 0",
12
12
  "clean": "rimraf dist/",
13
13
  "write-package-version-file": "yarn exec ../../write-package-version-file.sh"
14
14
  },
@@ -33,20 +33,20 @@
33
33
  }
34
34
  },
35
35
  "dependencies": {
36
- "@redocly/openapi-core": "^1.34.5",
36
+ "@redocly/openapi-core": "^1.34.11",
37
37
  "ansi-colors": "^4.1.3",
38
- "commander": "^14.0.2",
39
- "ora": "^8.2.0"
38
+ "commander": "^14.0.3",
39
+ "ora": "^9.3.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@openapi-qraft/eslint-config": "1.0.1",
43
- "@qraft/test-utils": "1.0.0-beta.5",
44
- "@types/node": "^20.16.5",
45
- "@vitest/coverage-v8": "^3.2.4",
46
- "eslint": "^9.39.1",
47
- "rimraf": "^6.1.2",
48
- "typescript": "^5.6.2",
49
- "vitest": "^3.2.4"
42
+ "@openapi-qraft/eslint-config": "1.1.0-beta.0",
43
+ "@qraft/test-utils": "1.0.0-beta.6",
44
+ "@types/node": "^20.19.37",
45
+ "@vitest/coverage-v8": "^4.1.2",
46
+ "eslint": "^10.1.0",
47
+ "rimraf": "^6.1.3",
48
+ "typescript": "^5.9.3",
49
+ "vitest": "^4.1.2"
50
50
  },
51
51
  "files": [
52
52
  "dist",
@@ -1,2 +1,2 @@
1
1
  // This file was generated automatically
2
- export const packageVersion = '1.0.0-beta.5';
2
+ export const packageVersion = '1.0.0-beta.6';