@twin.org/standards-foaf 0.0.3-next.42 → 0.0.3-next.44

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.
@@ -100,6 +100,5 @@
100
100
  },
101
101
  "required": [
102
102
  "@type"
103
- ],
104
- "additionalProperties": false
103
+ ]
105
104
  }
@@ -92,6 +92,5 @@
92
92
  },
93
93
  "required": [
94
94
  "@type"
95
- ],
96
- "additionalProperties": false
95
+ ]
97
96
  }
@@ -115,6 +115,5 @@
115
115
  },
116
116
  "required": [
117
117
  "@type"
118
- ],
119
- "additionalProperties": false
118
+ ]
120
119
  }
@@ -97,6 +97,5 @@
97
97
  },
98
98
  "required": [
99
99
  "@type"
100
- ],
101
- "additionalProperties": false
100
+ ]
102
101
  }
@@ -101,6 +101,5 @@
101
101
  },
102
102
  "required": [
103
103
  "@type"
104
- ],
105
- "additionalProperties": false
104
+ ]
106
105
  }
@@ -131,6 +131,5 @@
131
131
  },
132
132
  "required": [
133
133
  "@type"
134
- ],
135
- "additionalProperties": false
134
+ ]
136
135
  }
package/docs/changelog.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.0.3-next.44](https://github.com/twinfoundation/standards/compare/standards-foaf-v0.0.3-next.43...standards-foaf-v0.0.3-next.44) (2026-03-04)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * **standards-foaf:** Synchronize repo versions
9
+
10
+ ## [0.0.3-next.43](https://github.com/twinfoundation/standards/compare/standards-foaf-v0.0.3-next.42...standards-foaf-v0.0.3-next.43) (2026-02-25)
11
+
12
+
13
+ ### Features
14
+
15
+ * update schemas to support additional properties ([4679e21](https://github.com/twinfoundation/standards/commit/4679e21728a54cb587f120874841c3d1ed3771de))
16
+
3
17
  ## [0.0.3-next.42](https://github.com/twinfoundation/standards/compare/standards-foaf-v0.0.3-next.41...standards-foaf-v0.0.3-next.42) (2026-02-25)
4
18
 
5
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/standards-foaf",
3
- "version": "0.0.3-next.42",
3
+ "version": "0.0.3-next.44",
4
4
  "description": "Models which define the structure of FOAF",
5
5
  "repository": {
6
6
  "type": "git",