contractspec 4.0.9 → 4.0.11

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.
@@ -632,7 +632,8 @@
632
632
  "type",
633
633
  "knowledge-space",
634
634
  "job",
635
- "translation"
635
+ "translation",
636
+ "pwa-app"
636
637
  ]
637
638
  },
638
639
  "additionalProperties": {
@@ -716,7 +717,8 @@
716
717
  "type",
717
718
  "knowledge-space",
718
719
  "job",
719
- "translation"
720
+ "translation",
721
+ "pwa-app"
720
722
  ]
721
723
  }
722
724
  },
@@ -775,7 +777,8 @@
775
777
  "type",
776
778
  "knowledge-space",
777
779
  "job",
778
- "translation"
780
+ "translation",
781
+ "pwa-app"
779
782
  ]
780
783
  }
781
784
  },
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "contractspec",
3
- "version": "4.0.9",
3
+ "version": "4.0.11",
4
4
  "description": "CLI tool for creating, building, and validating contract specifications",
5
5
  "bin": {
6
6
  "contractspec": "./bin/contractspec.mjs"
7
7
  },
8
8
  "dependencies": {
9
- "@contractspec/app.cli-contractspec": "6.2.2",
10
- "@contractspec/lib.contracts-spec": "6.1.0"
9
+ "@contractspec/app.cli-contractspec": "6.3.1",
10
+ "@contractspec/lib.contracts-spec": "6.2.0"
11
11
  },
12
12
  "files": [
13
13
  "bin",