@twin.org/standards-w3c-activity-streams 0.0.3-next.61 → 0.0.3-next.62

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.
@@ -3,7 +3,7 @@
3
3
  "$id": "https://schema.twindev.org/w3c-activity-streams/ActivityStreamsObjectTypes",
4
4
  "title": "ActivityStreamsObjectTypes",
5
5
  "description": "The object types concerning Activity Streams.",
6
- "oneOf": [
6
+ "anyOf": [
7
7
  {
8
8
  "const": "Object",
9
9
  "description": "Object"
@@ -3,7 +3,7 @@
3
3
  "$id": "https://schema.twindev.org/w3c-activity-streams/ActivityStreamsTypes",
4
4
  "title": "ActivityStreamsTypes",
5
5
  "description": "The types concerning Activity.\nSection 3.1 Activity Types: https://www.w3.org/TR/activitystreams-vocabulary/#activity-types",
6
- "oneOf": [
6
+ "anyOf": [
7
7
  {
8
8
  "const": "Activity",
9
9
  "description": "Activity.\n\nGeneric base type for activities (actions) in Activity Streams."
package/docs/changelog.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.0.3-next.62](https://github.com/iotaledger/twin-standards/compare/standards-w3c-activity-streams-v0.0.3-next.61...standards-w3c-activity-streams-v0.0.3-next.62) (2026-05-18)
4
+
5
+
6
+ ### Features
7
+
8
+ * update schemas with new enum format ([4851603](https://github.com/iotaledger/twin-standards/commit/4851603f26910fafd7fe22b46533814dba3b041c))
9
+
3
10
  ## [0.0.3-next.61](https://github.com/iotaledger/twin-standards/compare/standards-w3c-activity-streams-v0.0.3-next.60...standards-w3c-activity-streams-v0.0.3-next.61) (2026-05-11)
4
11
 
5
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/standards-w3c-activity-streams",
3
- "version": "0.0.3-next.61",
3
+ "version": "0.0.3-next.62",
4
4
  "description": "Data models for the W3C Activity Streams vocabulary.",
5
5
  "repository": {
6
6
  "type": "git",