@versu/plugin-gradle 0.6.8 → 0.6.10

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/README.md CHANGED
@@ -1,3 +1,9 @@
1
+ <!-- markdownlint-disable MD041 -->
2
+
3
+ ![versu](../../docs/assets/images/versu_4.png)
4
+
5
+ <!-- markdownlint-enable MD041 -->
6
+
1
7
  # @versu/plugin-gradle - Gradle Adapter Plugin
2
8
 
3
9
  Gradle adapter plugin for VERSU. Provides first-class support for versioning Gradle projects (Groovy & Kotlin DSL) in monorepo environments with automatic dependency detection and cascading version updates.
@@ -1,4 +1,4 @@
1
- export declare const VERSION = "0.6.8";
1
+ export declare const VERSION = "0.6.10";
2
2
  export declare const PACKAGE_NAME = "@versu/plugin-gradle";
3
3
  export declare const AUTHORS = "tvcsantos";
4
4
  //# sourceMappingURL=version.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/utils/version.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,OAAO,UAAU,CAAC;AAC/B,eAAO,MAAM,YAAY,yBAAyB,CAAC;AACnD,eAAO,MAAM,OAAO,cAAc,CAAC"}
1
+ {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/utils/version.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,OAAO,WAAW,CAAC;AAChC,eAAO,MAAM,YAAY,yBAAyB,CAAC;AACnD,eAAO,MAAM,OAAO,cAAc,CAAC"}
@@ -1,6 +1,6 @@
1
1
  // This file is auto-generated. Do not edit manually.
2
2
  // Run 'npm run generate-version' to update this file.
3
- export const VERSION = "0.6.8";
3
+ export const VERSION = "0.6.10";
4
4
  export const PACKAGE_NAME = "@versu/plugin-gradle";
5
5
  export const AUTHORS = "tvcsantos";
6
6
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/utils/version.ts"],"names":[],"mappings":"AAAA,qDAAqD;AACrD,sDAAsD;AACtD,MAAM,CAAC,MAAM,OAAO,GAAG,OAAO,CAAC;AAC/B,MAAM,CAAC,MAAM,YAAY,GAAG,sBAAsB,CAAC;AACnD,MAAM,CAAC,MAAM,OAAO,GAAG,WAAW,CAAC"}
1
+ {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/utils/version.ts"],"names":[],"mappings":"AAAA,qDAAqD;AACrD,sDAAsD;AACtD,MAAM,CAAC,MAAM,OAAO,GAAG,QAAQ,CAAC;AAChC,MAAM,CAAC,MAAM,YAAY,GAAG,sBAAsB,CAAC;AACnD,MAAM,CAAC,MAAM,OAAO,GAAG,WAAW,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versu/plugin-gradle",
3
- "version": "0.6.8",
3
+ "version": "0.6.10",
4
4
  "description": "VERSU Gradle Plugin",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -35,7 +35,8 @@
35
35
  "license": "MIT",
36
36
  "repository": {
37
37
  "type": "git",
38
- "url": "git+https://github.com/tvcsantos/versu.git"
38
+ "url": "git+https://github.com/tvcsantos/versu.git",
39
+ "directory": "packages/plugin-gradle"
39
40
  },
40
41
  "bugs": {
41
42
  "url": "https://github.com/tvcsantos/versu/issues"
@@ -50,10 +51,10 @@
50
51
  "fast-glob": "^3.3.3"
51
52
  },
52
53
  "peerDependencies": {
53
- "@versu/core": "^0.6.8"
54
+ "@versu/core": "^0.6.10"
54
55
  },
55
56
  "devDependencies": {
56
- "@versu/core": "^0.6.8",
57
+ "@versu/core": "^0.6.10",
57
58
  "@types/node": "^20.19.23",
58
59
  "@types/semver": "^7.7.1",
59
60
  "@typescript-eslint/eslint-plugin": "^6.15.0",