@versu/plugin-gradle 0.6.14 → 0.6.15

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
@@ -70,7 +70,7 @@ versu --adapter gradle
70
70
  run: npm install -g @versu/plugin-gradle
71
71
 
72
72
  - name: Version modules
73
- uses: tvcsantos/versu@v0
73
+ uses: versuhq/versu@v0
74
74
  with:
75
75
  adapter: gradle
76
76
  ```
@@ -1,4 +1,4 @@
1
- export declare const VERSION = "0.6.14";
1
+ export declare const VERSION = "0.6.15";
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,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.14";
3
+ export const VERSION = "0.6.15";
4
4
  export const PACKAGE_NAME = "@versu/plugin-gradle";
5
5
  export const AUTHORS = "tvcsantos";
6
6
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versu/plugin-gradle",
3
- "version": "0.6.14",
3
+ "version": "0.6.15",
4
4
  "description": "VERSU Gradle Plugin",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -35,13 +35,13 @@
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/versuhq/versu.git",
39
39
  "directory": "packages/plugin-gradle"
40
40
  },
41
41
  "bugs": {
42
- "url": "https://github.com/tvcsantos/versu/issues"
42
+ "url": "https://github.com/versuhq/versu/issues"
43
43
  },
44
- "homepage": "https://github.com/tvcsantos/versu#readme",
44
+ "homepage": "https://github.com/versuhq/versu#readme",
45
45
  "files": [
46
46
  "dist"
47
47
  ],
@@ -51,10 +51,10 @@
51
51
  "fast-glob": "^3.3.3"
52
52
  },
53
53
  "peerDependencies": {
54
- "@versu/core": "^0.6.14"
54
+ "@versu/core": "^0.6.15"
55
55
  },
56
56
  "devDependencies": {
57
- "@versu/core": "^0.6.14",
57
+ "@versu/core": "^0.6.15",
58
58
  "@types/node": "^20.19.23",
59
59
  "@types/semver": "^7.7.1",
60
60
  "@typescript-eslint/eslint-plugin": "^6.15.0",