@company-semantics/contracts 0.2.1 → 0.2.2

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 (2) hide show
  1. package/index.ts +2 -0
  2. package/package.json +1 -1
package/index.ts CHANGED
@@ -7,6 +7,8 @@
7
7
  * This package intentionally contains only minimal shared vocabulary,
8
8
  * not full domain models. Structural types live in individual codebases
9
9
  * until they are proven stable.
10
+ *
11
+ * @see https://github.com/company-semantics/company-semantics-contracts
10
12
  */
11
13
 
12
14
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@company-semantics/contracts",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",