specmatic 2.7.2 → 2.7.8

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "specmatic",
3
- "version": "2.7.2",
4
- "specmaticVersion": "2.7.2",
3
+ "version": "2.7.8",
4
+ "specmaticVersion": "2.7.8",
5
5
  "description": "Node wrapper for Specmatic",
6
6
  "main": "dist/index.js",
7
7
  "scripts": {
package/specmatic.jar CHANGED
Binary file
@@ -1,18 +0,0 @@
1
- # To get started with Dependabot version updates, you'll need to specify which
2
- # package ecosystems to update and where the package manifests are located.
3
- # Please see the documentation for all configuration options:
4
- # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5
-
6
- version: 2
7
- updates:
8
- # Maintain dependencies for Gradle
9
- - package-ecosystem: "npm"
10
- directory: "/"
11
- schedule:
12
- interval: "daily"
13
-
14
- # Maintain dependencies for GitHub Actions
15
- - package-ecosystem: "github-actions"
16
- directory: "/"
17
- schedule:
18
- interval: "daily"