Skip to content
This repository has been archived by the owner on Jul 21, 2021. It is now read-only.
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sivrad/matrix-collection-std
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 981a7e6c179ef63987104aa52ea2abf0567ddd13
Choose a base ref
..
head repository: sivrad/matrix-collection-std
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1c2a7bb79b454d86678489c0dd23078d20064631
Choose a head ref
Showing with 25 additions and 11 deletions.
  1. +3 −3 package.json
  2. +14 −0 types/Organization.json
  3. +8 −8 yarn.lock
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sivrad/matrix-collection-std",
"version": "1.0.15",
"version": "1.0.16",
"description": "The Standard Matrix Collection.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
@@ -21,7 +21,7 @@
},
"devDependencies": {
"@nix2/prettier-config": "^1.0.2",
"@sivrad/matrix-collection-tools": "^1.0.23",
"@sivrad/matrix-collection-tools": "^1.0.24",
"@types/mocha": "8.0.4",
"@types/node": "14.14.10",
"@typescript-eslint/eslint-plugin": "4.9.0",
@@ -38,7 +38,7 @@
"dist"
],
"dependencies": {
"@sivrad/matrix": "^1.0.37",
"@sivrad/matrix": "^1.0.38",
"faunadb": "^4.1.3"
}
}
14 changes: 14 additions & 0 deletions types/Organization.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"$schema": "https://raw.githubusercontent.com/sivrad/matrix-schema/main/type.json",
"name": "Organization",
"label": "Organization",
"description": "An organization is an entity – such as a company, an institution, or an association – comprising one or more people and having a particular purpose.",
"parent": "Thing",
"fields": {
"name": {
"type": "string",
"label": "Name",
"description": "The organization name."
}
}
}
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -67,19 +67,19 @@
"@nodelib/fs.scandir" "2.1.3"
fastq "^1.6.0"

"@sivrad/matrix-collection-tools@^1.0.23":
version "1.0.23"
resolved "https://registry.yarnpkg.com/@sivrad/matrix-collection-tools/-/matrix-collection-tools-1.0.23.tgz#04f34a140d898ba5326f24b3a75a9cf11ae70a4b"
integrity sha512-kFUpQ/EXq0jwhkQUuwejEBwGYA2Lwb+duPaMIQVa0ea0w1fHMmj9o1jZlQCNdfRiqulnDSmKasohmi94fQMhXg==
"@sivrad/matrix-collection-tools@^1.0.24":
version "1.0.24"
resolved "https://registry.yarnpkg.com/@sivrad/matrix-collection-tools/-/matrix-collection-tools-1.0.24.tgz#8a8e84760af29a296a2bd13acc9f02d425c6dfd8"
integrity sha512-XXt259maiYFeqydJhvKy1UCqNmgVTprAz0g9CrnkeJep42aKyh8WyH2mcwyasWiCQENMINoEh28Y2XlOJuYBpA==
dependencies:
ajv "^8.0.1"
axios "^0.21.1"
commander "^7.2.0"

"@sivrad/matrix@^1.0.37":
version "1.0.37"
resolved "https://registry.yarnpkg.com/@sivrad/matrix/-/matrix-1.0.37.tgz#d26a61f6481da364724e55e10986cc9ebae017d8"
integrity sha512-GnnA4exvMqOGXmkIbW88Dugd2wthSaqhtJZJw1cRprb+LQ1cPWRmiBd/tkPIjdJm7A7EFW1wrk8JgZy19x6IxA==
"@sivrad/matrix@^1.0.38":
version "1.0.38"
resolved "https://registry.yarnpkg.com/@sivrad/matrix/-/matrix-1.0.38.tgz#ad89d1be59112d8ea90295228c91f5da3f677a0b"
integrity sha512-gltInB28rJ0w+7M3tlTjdg7etFIEhzdqOkrynW7nFlo8ZZt5YhbhscITY2W1K3ryOPg0Om6EjSB3ncGPRDZ+Kg==

"@types/json-schema@^7.0.3":
version "7.0.6"