@zapier/spectral-api-ruleset
Advanced tools
Comparing version 0.0.3-1 to 0.0.3
# @zapier/spectral-api-ruleset | ||
## 0.0.3 | ||
### Patch Changes | ||
- d986f9f: Add module.exports to support certain environments | ||
## 0.0.2 | ||
@@ -4,0 +10,0 @@ |
@@ -94,3 +94,3 @@ 'use strict'; | ||
} | ||
}; // Don't use export default here, as @stoplight/spectral-cli won't pick on it | ||
}; // Yes, we need both it seems - depending on how the package is consumed ¯\_(ツ)_/¯ | ||
@@ -97,0 +97,0 @@ module.exports = ruleset; |
@@ -94,3 +94,3 @@ 'use strict'; | ||
} | ||
}; // Don't use export default here, as @stoplight/spectral-cli won't pick on it | ||
}; // Yes, we need both it seems - depending on how the package is consumed ¯\_(ツ)_/¯ | ||
@@ -97,0 +97,0 @@ module.exports = ruleset; |
@@ -86,3 +86,3 @@ import _ from 'lodash'; | ||
} | ||
}; // Don't use export default here, as @stoplight/spectral-cli won't pick on it | ||
}; // Yes, we need both it seems - depending on how the package is consumed ¯\_(ツ)_/¯ | ||
@@ -89,0 +89,0 @@ module.exports = ruleset; |
{ | ||
"name": "@zapier/spectral-api-ruleset", | ||
"version": "0.0.3-1", | ||
"version": "0.0.3", | ||
"description": "Node package with Spectral ruleset for Zapier API Guidelines.", | ||
@@ -43,3 +43,2 @@ "repository": "https://gitlab.com/zapier/spectral-api-ruleset/-/tree/main", | ||
"@typescript-eslint/parser": "^5.1.0", | ||
"babel-plugin-add-module-exports": "^1.0.4", | ||
"eslint": "^8.0.1", | ||
@@ -46,0 +45,0 @@ "eslint-plugin-jest": "^25.2.2", |
@@ -40,3 +40,3 @@ <h1 align="center"> | ||
Create a local `spectral.yaml` [like ours](/spectral.yaml) that extends the ruleset provided by the package: | ||
Create a local `spectral.yaml` that extends the ruleset provided by the package: | ||
@@ -43,0 +43,0 @@ ```yaml |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13417
17