@checkdigit/spectral-config 2.0.1 → 2.1.0-PR.17-3201

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.
Files changed (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +1 -1
  3. package/package.json +1 -47
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License
2
2
 
3
- Copyright (c) 2021-2023 Check Digit, LLC
3
+ Copyright (c) 2021-2024 Check Digit, LLC
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -13,7 +13,7 @@ Once installed, add a file named `.spectral.json` to the root of your project. T
13
13
 
14
14
  ```jsonc
15
15
  {
16
- "extends": ["@checkdigit/spectral-config"]
16
+ "extends": ["@checkdigit/spectral-config"],
17
17
  }
18
18
  ```
19
19
 
package/package.json CHANGED
@@ -1,47 +1 @@
1
- {
2
- "name": "@checkdigit/spectral-config",
3
- "version": "2.0.1",
4
- "description": "Check Digit Spectral Config",
5
- "main": "ruleset.json",
6
- "private": false,
7
- "prettier": "@checkdigit/prettier-config",
8
- "engines": {
9
- "node": ">=18"
10
- },
11
- "files": [
12
- "ruleset.json"
13
- ],
14
- "repository": {
15
- "type": "git",
16
- "url": "git+https://github.com/checkdigit/spectral-config.git"
17
- },
18
- "author": "Check Digit, LLC",
19
- "license": "UNLICENSED",
20
- "bugs": {
21
- "url": "https://github.com/checkdigit/spectral-config/issues"
22
- },
23
- "homepage": "https://github.com/checkdigit/spectral-config#readme",
24
- "devDependencies": {
25
- "@checkdigit/prettier-config": "^4.0.0"
26
- },
27
- "peerDependencies": {
28
- "@stoplight/spectral-cli": "6.8.0"
29
- },
30
- "scripts": {
31
- "prettier": "prettier --ignore-path .gitignore --list-different .",
32
- "prettier:fix": "prettier --ignore-path .gitignore --write .",
33
- "lint": "",
34
- "lint:fix": "",
35
- "test": "npm run ci:compile && npm run ci:test && npm run ci:style && npm run ci:lint",
36
- "ci:compile": "",
37
- "ci:test": "spectral lint test/openapi.yml --ruleset test/.spectral.json",
38
- "ci:coverage": "",
39
- "ci:lint": "npm run lint",
40
- "ci:style": "npm run prettier"
41
- },
42
- "eslintConfig": {
43
- "extends": [
44
- "@checkdigit/eslint-config"
45
- ]
46
- }
47
- }
1
+ {"name":"@checkdigit/spectral-config","version":"2.1.0-PR.17-3201","description":"Check Digit Spectral Config","main":"ruleset.json","private":false,"prettier":"@checkdigit/prettier-config","engines":{"node":">=20.11"},"files":["ruleset.json"],"repository":{"type":"git","url":"git+https://github.com/checkdigit/spectral-config.git"},"author":"Check Digit, LLC","license":"UNLICENSED","bugs":{"url":"https://github.com/checkdigit/spectral-config/issues"},"homepage":"https://github.com/checkdigit/spectral-config#readme","devDependencies":{"@checkdigit/prettier-config":"^5.3.0"},"peerDependencies":{"@stoplight/spectral-cli":"6.11.0"},"scripts":{"prettier":"prettier --ignore-path .gitignore --list-different .","prettier:fix":"prettier --ignore-path .gitignore --write .","lint":"","lint:fix":"","test":"npm run ci:compile && npm run ci:test && npm run ci:style && npm run ci:lint","ci:compile":"","ci:test":"spectral lint test/openapi.yml --ruleset test/.spectral.json","ci:coverage":"","ci:lint":"npm run lint","ci:style":"npm run prettier"},"eslintConfig":{"extends":["@checkdigit/eslint-config"]}}