@twin.org/standards-w3c-activity-streams 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.
- package/dist/es/models/IActivityStreamsOrderedCollectionPage.js.map +1 -1
- package/dist/es/schemas/ActivityStreamsActivity.json +1 -2
- package/dist/es/schemas/ActivityStreamsActor.json +0 -1
- package/dist/es/schemas/ActivityStreamsApplication.json +1 -2
- package/dist/es/schemas/ActivityStreamsArticle.json +1 -2
- package/dist/es/schemas/ActivityStreamsAudio.json +1 -2
- package/dist/es/schemas/ActivityStreamsCollection.json +1 -2
- package/dist/es/schemas/ActivityStreamsCollectionPage.json +1 -2
- package/dist/es/schemas/ActivityStreamsDocument.json +1 -2
- package/dist/es/schemas/ActivityStreamsEvent.json +1 -2
- package/dist/es/schemas/ActivityStreamsGroup.json +1 -2
- package/dist/es/schemas/ActivityStreamsImage.json +1 -2
- package/dist/es/schemas/ActivityStreamsIntransitiveActivity.json +1 -2
- package/dist/es/schemas/ActivityStreamsLink.json +1 -2
- package/dist/es/schemas/ActivityStreamsMention.json +1 -2
- package/dist/es/schemas/ActivityStreamsNote.json +1 -2
- package/dist/es/schemas/ActivityStreamsObject.json +1 -2
- package/dist/es/schemas/ActivityStreamsOrderedCollection.json +1 -2
- package/dist/es/schemas/ActivityStreamsOrderedCollectionPage.json +1 -2
- package/dist/es/schemas/ActivityStreamsOrganization.json +1 -2
- package/dist/es/schemas/ActivityStreamsPage.json +1 -2
- package/dist/es/schemas/ActivityStreamsPerson.json +1 -2
- package/dist/es/schemas/ActivityStreamsPlace.json +1 -2
- package/dist/es/schemas/ActivityStreamsProfile.json +1 -2
- package/dist/es/schemas/ActivityStreamsRelationship.json +1 -2
- package/dist/es/schemas/ActivityStreamsService.json +1 -2
- package/dist/es/schemas/ActivityStreamsTombstone.json +1 -2
- package/dist/es/schemas/ActivityStreamsVideo.json +1 -2
- package/docs/changelog.md +14 -0
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IActivityStreamsOrderedCollectionPage.js","sourceRoot":"","sources":["../../../src/models/IActivityStreamsOrderedCollectionPage.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2026 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { ObjectOrArray } from \"@twin.org/core\";\nimport type { ActivityStreamsObjectTypes } from \"./activityStreamsObjectTypes.js\";\nimport type { IActivityStreamsCollectionPage } from \"./IActivityStreamsCollectionPage.js\";\nimport type { IActivityStreamsOrderedCollection } from \"./IActivityStreamsOrderedCollection.js\";\n\n/**\n * A W3C Activity Streams OrderedCollectionPage.\n *\n * An `OrderedCollectionPage` is a page from an `OrderedCollection`. When\n * `orderedItems` are present, `startIndex` can be used as an offset for the first\n * item in the page.\n * @see https://www.w3.org/TR/activitystreams-core/#collections\n */\nexport interface IActivityStreamsOrderedCollectionPage\n\textends IActivityStreamsCollectionPage
|
|
1
|
+
{"version":3,"file":"IActivityStreamsOrderedCollectionPage.js","sourceRoot":"","sources":["../../../src/models/IActivityStreamsOrderedCollectionPage.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2026 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport type { ObjectOrArray } from \"@twin.org/core\";\nimport type { ActivityStreamsObjectTypes } from \"./activityStreamsObjectTypes.js\";\nimport type { IActivityStreamsCollectionPage } from \"./IActivityStreamsCollectionPage.js\";\nimport type { IActivityStreamsOrderedCollection } from \"./IActivityStreamsOrderedCollection.js\";\n\n/**\n * A W3C Activity Streams OrderedCollectionPage.\n *\n * An `OrderedCollectionPage` is a page from an `OrderedCollection`. When\n * `orderedItems` are present, `startIndex` can be used as an offset for the first\n * item in the page.\n * @see https://www.w3.org/TR/activitystreams-core/#collections\n */\nexport interface IActivityStreamsOrderedCollectionPage\n\textends IActivityStreamsCollectionPage, IActivityStreamsOrderedCollection {\n\t/**\n\t * OrderedCollectionPage type.\n\t */\n\ttype: ObjectOrArray<typeof ActivityStreamsObjectTypes.OrderedCollectionPage | string>;\n\n\t/**\n\t * Relative index position of the first item in this page.\n\t * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-startindex\n\t */\n\tstartIndex?: number;\n}\n"]}
|
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-w3c-activity-streams-v0.0.3-next.43...standards-w3c-activity-streams-v0.0.3-next.44) (2026-03-04)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Miscellaneous Chores
|
|
7
|
+
|
|
8
|
+
* **standards-w3c-activity-streams:** Synchronize repo versions
|
|
9
|
+
|
|
10
|
+
## [0.0.3-next.43](https://github.com/twinfoundation/standards/compare/standards-w3c-activity-streams-v0.0.3-next.42...standards-w3c-activity-streams-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-w3c-activity-streams-v0.0.3-next.41...standards-w3c-activity-streams-v0.0.3-next.42) (2026-02-25)
|
|
4
18
|
|
|
5
19
|
|