@twin.org/standards-w3c-activity-streams 0.0.2-next.9 → 0.0.3-next.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.
@@ -1,40 +1,156 @@
1
1
  /**
2
2
  * The types concerning Activity Streams.
3
- * @see https://www.w3.org/ns/activitystreams
3
+ * Section 3.1 Activity Types: https://www.w3.org/TR/activitystreams-vocabulary/#activity-types
4
4
  */
5
5
  export declare const ActivityStreamsTypes: {
6
6
  /**
7
- * Activity base class
7
+ * Activity
8
8
  * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-activity
9
9
  */
10
10
  readonly Activity: "Activity";
11
11
  /**
12
- * Activity Create
13
- * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-create
12
+ * Accept
13
+ * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-accept
14
14
  */
15
- readonly Create: "Create";
15
+ readonly Accept: "Accept";
16
16
  /**
17
- * Activity Add
17
+ * Add
18
18
  * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-add
19
19
  */
20
20
  readonly Add: "Add";
21
21
  /**
22
- * Activity Update
23
- * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-update
22
+ * Announce
23
+ * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-announce
24
24
  */
25
- readonly Update: "Update";
25
+ readonly Announce: "Announce";
26
26
  /**
27
- * Activity Remove
28
- * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-remove
27
+ * Arrive
28
+ * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-arrive
29
29
  */
30
- readonly Remove: "Remove";
30
+ readonly Arrive: "Arrive";
31
+ /**
32
+ * Block
33
+ * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-block
34
+ */
35
+ readonly Block: "Block";
31
36
  /**
32
- * Activity Delete
37
+ * Create
38
+ * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-create
39
+ */
40
+ readonly Create: "Create";
41
+ /**
42
+ * Delete
33
43
  * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-delete
34
44
  */
35
45
  readonly Delete: "Delete";
46
+ /**
47
+ * Dislike
48
+ * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-dislike
49
+ */
50
+ readonly Dislike: "Dislike";
51
+ /**
52
+ * Flag
53
+ * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-flag
54
+ */
55
+ readonly Flag: "Flag";
56
+ /**
57
+ * Follow
58
+ * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-follow
59
+ */
60
+ readonly Follow: "Follow";
61
+ /**
62
+ * Ignore
63
+ * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-ignore
64
+ */
65
+ readonly Ignore: "Ignore";
66
+ /**
67
+ * Invite
68
+ * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-invite
69
+ */
70
+ readonly Invite: "Invite";
71
+ /**
72
+ * Join
73
+ * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-join
74
+ */
75
+ readonly Join: "Join";
76
+ /**
77
+ * Leave
78
+ * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-leave
79
+ */
80
+ readonly Leave: "Leave";
81
+ /**
82
+ * Like
83
+ * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-like
84
+ */
85
+ readonly Like: "Like";
86
+ /**
87
+ * Listen
88
+ * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-listen
89
+ */
90
+ readonly Listen: "Listen";
91
+ /**
92
+ * Move
93
+ * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-move
94
+ */
95
+ readonly Move: "Move";
96
+ /**
97
+ * Offer
98
+ * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-offer
99
+ */
100
+ readonly Offer: "Offer";
101
+ /**
102
+ * Question
103
+ * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-question
104
+ */
105
+ readonly Question: "Question";
106
+ /**
107
+ * Reject
108
+ * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-reject
109
+ */
110
+ readonly Reject: "Reject";
111
+ /**
112
+ * Read
113
+ * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-read
114
+ */
115
+ readonly Read: "Read";
116
+ /**
117
+ * Remove
118
+ * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-remove
119
+ */
120
+ readonly Remove: "Remove";
121
+ /**
122
+ * TentativeReject
123
+ * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-tentativereject
124
+ */
125
+ readonly TentativeReject: "TentativeReject";
126
+ /**
127
+ * TentativeAccept
128
+ * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-tentativeaccept
129
+ */
130
+ readonly TentativeAccept: "TentativeAccept";
131
+ /**
132
+ * Travel
133
+ * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-travel
134
+ */
135
+ readonly Travel: "Travel";
136
+ /**
137
+ * Undo
138
+ * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-undo
139
+ */
140
+ readonly Undo: "Undo";
141
+ /**
142
+ * Update
143
+ * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-update
144
+ */
145
+ readonly Update: "Update";
146
+ /**
147
+ * View
148
+ * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-view
149
+ */
150
+ readonly View: "View";
36
151
  };
37
152
  /**
38
153
  * The types concerning Activity.
154
+ * Section 3.1 Activity Types: https://www.w3.org/TR/activitystreams-vocabulary/#activity-types
39
155
  */
40
156
  export type ActivityStreamsTypes = (typeof ActivityStreamsTypes)[keyof typeof ActivityStreamsTypes];
package/docs/changelog.md CHANGED
@@ -1,5 +1,75 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.0.3-next.2](https://github.com/twinfoundation/standards/compare/standards-w3c-activity-streams-v0.0.3-next.1...standards-w3c-activity-streams-v0.0.3-next.2) (2025-11-11)
4
+
5
+
6
+ ### Features
7
+
8
+ * update schemas ([c3c11e0](https://github.com/twinfoundation/standards/commit/c3c11e07da6c0d3eac5ea4a68e3ad57f022b2351))
9
+
10
+ ## [0.0.3-next.1](https://github.com/twinfoundation/standards/compare/standards-w3c-activity-streams-v0.0.3-next.0...standards-w3c-activity-streams-v0.0.3-next.1) (2025-11-10)
11
+
12
+
13
+ ### Features
14
+
15
+ * add additional activity stream types ([aa06a3a](https://github.com/twinfoundation/standards/commit/aa06a3a825c3c6196b7610b0dcc2a5dc5e53aecb))
16
+ * add context id features ([#64](https://github.com/twinfoundation/standards/issues/64)) ([e68bb87](https://github.com/twinfoundation/standards/commit/e68bb87a215f3c3956cfd6400a5e1e2a16256085))
17
+ * add validate-locales ([838389c](https://github.com/twinfoundation/standards/commit/838389c1daf62ed42397d5758d267c3d1a37fa4d))
18
+ * eslint migration to flat config ([648c1a1](https://github.com/twinfoundation/standards/commit/648c1a1e69d99b6b0cf69358ec6bdeecdbe3a5ea))
19
+ * inline context types in schemas ([11f8377](https://github.com/twinfoundation/standards/commit/11f8377b129d459a4596ff30a86651beacd7f743))
20
+ * normalise type outputs ([0b3aed7](https://github.com/twinfoundation/standards/commit/0b3aed7df0802cd609423bbd7fda6bde601d3ceb))
21
+ * update framework core ([58c0c3d](https://github.com/twinfoundation/standards/commit/58c0c3dd6cea0e4c2393dc0e3e1eb33a6d06f617))
22
+ * w3c activity streams ([#41](https://github.com/twinfoundation/standards/issues/41)) ([0a4c2cc](https://github.com/twinfoundation/standards/commit/0a4c2cc86c134db60d98fbc50350817c2e6f44eb))
23
+
24
+ ## [0.0.2-next.16](https://github.com/twinfoundation/standards/compare/standards-w3c-activity-streams-v0.0.2-next.15...standards-w3c-activity-streams-v0.0.2-next.16) (2025-10-09)
25
+
26
+
27
+ ### Miscellaneous Chores
28
+
29
+ * **standards-w3c-activity-streams:** Synchronize repo versions
30
+
31
+ ## [0.0.2-next.15](https://github.com/twinfoundation/standards/compare/standards-w3c-activity-streams-v0.0.2-next.14...standards-w3c-activity-streams-v0.0.2-next.15) (2025-10-09)
32
+
33
+
34
+ ### Features
35
+
36
+ * add validate-locales ([838389c](https://github.com/twinfoundation/standards/commit/838389c1daf62ed42397d5758d267c3d1a37fa4d))
37
+
38
+ ## [0.0.2-next.14](https://github.com/twinfoundation/standards/compare/standards-w3c-activity-streams-v0.0.2-next.13...standards-w3c-activity-streams-v0.0.2-next.14) (2025-10-02)
39
+
40
+
41
+ ### Miscellaneous Chores
42
+
43
+ * **standards-w3c-activity-streams:** Synchronize repo versions
44
+
45
+ ## [0.0.2-next.13](https://github.com/twinfoundation/standards/compare/standards-w3c-activity-streams-v0.0.2-next.12...standards-w3c-activity-streams-v0.0.2-next.13) (2025-09-22)
46
+
47
+
48
+ ### Features
49
+
50
+ * add additional activity stream types ([aa06a3a](https://github.com/twinfoundation/standards/commit/aa06a3a825c3c6196b7610b0dcc2a5dc5e53aecb))
51
+
52
+ ## [0.0.2-next.12](https://github.com/twinfoundation/standards/compare/standards-w3c-activity-streams-v0.0.2-next.11...standards-w3c-activity-streams-v0.0.2-next.12) (2025-09-16)
53
+
54
+
55
+ ### Features
56
+
57
+ * inline context types in schemas ([11f8377](https://github.com/twinfoundation/standards/commit/11f8377b129d459a4596ff30a86651beacd7f743))
58
+
59
+ ## [0.0.2-next.11](https://github.com/twinfoundation/standards/compare/standards-w3c-activity-streams-v0.0.2-next.10...standards-w3c-activity-streams-v0.0.2-next.11) (2025-09-16)
60
+
61
+
62
+ ### Miscellaneous Chores
63
+
64
+ * **standards-w3c-activity-streams:** Synchronize repo versions
65
+
66
+ ## [0.0.2-next.10](https://github.com/twinfoundation/standards/compare/standards-w3c-activity-streams-v0.0.2-next.9...standards-w3c-activity-streams-v0.0.2-next.10) (2025-09-16)
67
+
68
+
69
+ ### Miscellaneous Chores
70
+
71
+ * **standards-w3c-activity-streams:** Synchronize repo versions
72
+
3
73
  ## [0.0.2-next.9](https://github.com/twinfoundation/standards/compare/standards-w3c-activity-streams-v0.0.2-next.8...standards-w3c-activity-streams-v0.0.2-next.9) (2025-09-15)
4
74
 
5
75
 
@@ -12,7 +12,7 @@ https://www.w3.org/TR/activitystreams-core/#activities
12
12
 
13
13
  ## Indexable
14
14
 
15
- \[`key`: `string`\]: `undefined` \| `null` \| `string` \| `number` \| `boolean` \| `IJsonLdContextDefinition` \| `string`[] \| `IJsonLdNodeObject` \| `IJsonLdGraphObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdListObject` \| `IJsonLdSetObject` \| `IJsonLdNodePrimitive`[] \| `IJsonLdLanguageMap` \| `IJsonLdIndexMap` \| `IJsonLdNodeObject`[] \| `IJsonLdIdMap` \| `IJsonLdTypeMap` \| `IJsonLdContextDefinitionElement`[] \| `IJsonLdJsonObject` \| `IJsonLdJsonObject`[] \| \{\[`key`: `string`\]: `string`; \}
15
+ \[`key`: `string`\]: `string` \| `number` \| `boolean` \| `string`[] \| `IJsonLdContextDefinition` \| `IJsonLdNodeObject` \| `IJsonLdGraphObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdListObject` \| `IJsonLdSetObject` \| `IJsonLdNodePrimitive`[] \| `IJsonLdLanguageMap` \| `IJsonLdIndexMap` \| `IJsonLdNodeObject`[] \| `IJsonLdIdMap` \| `IJsonLdTypeMap` \| `IJsonLdContextDefinitionElement`[] \| `IJsonLdJsonObject` \| `IJsonLdJsonObject`[] \| \{\[`key`: `string`\]: `string`; \} \| `null` \| `undefined`
16
16
 
17
17
  ## Properties
18
18
 
@@ -46,7 +46,7 @@ The generator of the Activity.
46
46
 
47
47
  ### actor
48
48
 
49
- > **actor**: `undefined` \| `string` \| `string`[] \| `IJsonLdNodeObject`
49
+ > **actor**: `string` \| `string`[] \| `IJsonLdNodeObject` \| `undefined`
50
50
 
51
51
  The Actor behind the Activity.
52
52
 
@@ -3,3 +3,4 @@
3
3
  > **ActivityStreamsTypes** = *typeof* [`ActivityStreamsTypes`](../variables/ActivityStreamsTypes.md)\[keyof *typeof* [`ActivityStreamsTypes`](../variables/ActivityStreamsTypes.md)\]
4
4
 
5
5
  The types concerning Activity.
6
+ Section 3.1 Activity Types: https://www.w3.org/TR/activitystreams-vocabulary/#activity-types
@@ -3,6 +3,7 @@
3
3
  > `const` **ActivityStreamsTypes**: `object`
4
4
 
5
5
  The types concerning Activity Streams.
6
+ Section 3.1 Activity Types: https://www.w3.org/TR/activitystreams-vocabulary/#activity-types
6
7
 
7
8
  ## Type Declaration
8
9
 
@@ -10,62 +11,288 @@ The types concerning Activity Streams.
10
11
 
11
12
  > `readonly` **Activity**: `"Activity"` = `"Activity"`
12
13
 
13
- Activity base class
14
+ Activity
14
15
 
15
16
  #### See
16
17
 
17
18
  https://www.w3.org/TR/activitystreams-vocabulary/#dfn-activity
18
19
 
19
- ### Create
20
+ ### Accept
20
21
 
21
- > `readonly` **Create**: `"Create"` = `"Create"`
22
+ > `readonly` **Accept**: `"Accept"` = `"Accept"`
22
23
 
23
- Activity Create
24
+ Accept
24
25
 
25
26
  #### See
26
27
 
27
- https://www.w3.org/TR/activitystreams-vocabulary/#dfn-create
28
+ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-accept
28
29
 
29
30
  ### Add
30
31
 
31
32
  > `readonly` **Add**: `"Add"` = `"Add"`
32
33
 
33
- Activity Add
34
+ Add
34
35
 
35
36
  #### See
36
37
 
37
38
  https://www.w3.org/TR/activitystreams-vocabulary/#dfn-add
38
39
 
39
- ### Update
40
+ ### Announce
40
41
 
41
- > `readonly` **Update**: `"Update"` = `"Update"`
42
+ > `readonly` **Announce**: `"Announce"` = `"Announce"`
42
43
 
43
- Activity Update
44
+ Announce
44
45
 
45
46
  #### See
46
47
 
47
- https://www.w3.org/TR/activitystreams-vocabulary/#dfn-update
48
+ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-announce
48
49
 
49
- ### Remove
50
+ ### Arrive
50
51
 
51
- > `readonly` **Remove**: `"Remove"` = `"Remove"`
52
+ > `readonly` **Arrive**: `"Arrive"` = `"Arrive"`
52
53
 
53
- Activity Remove
54
+ Arrive
54
55
 
55
56
  #### See
56
57
 
57
- https://www.w3.org/TR/activitystreams-vocabulary/#dfn-remove
58
+ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-arrive
59
+
60
+ ### Block
61
+
62
+ > `readonly` **Block**: `"Block"` = `"Block"`
63
+
64
+ Block
65
+
66
+ #### See
67
+
68
+ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-block
69
+
70
+ ### Create
71
+
72
+ > `readonly` **Create**: `"Create"` = `"Create"`
73
+
74
+ Create
75
+
76
+ #### See
77
+
78
+ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-create
58
79
 
59
80
  ### Delete
60
81
 
61
82
  > `readonly` **Delete**: `"Delete"` = `"Delete"`
62
83
 
63
- Activity Delete
84
+ Delete
64
85
 
65
86
  #### See
66
87
 
67
88
  https://www.w3.org/TR/activitystreams-vocabulary/#dfn-delete
68
89
 
69
- ## See
90
+ ### Dislike
91
+
92
+ > `readonly` **Dislike**: `"Dislike"` = `"Dislike"`
93
+
94
+ Dislike
95
+
96
+ #### See
97
+
98
+ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-dislike
99
+
100
+ ### Flag
101
+
102
+ > `readonly` **Flag**: `"Flag"` = `"Flag"`
103
+
104
+ Flag
105
+
106
+ #### See
107
+
108
+ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-flag
109
+
110
+ ### Follow
111
+
112
+ > `readonly` **Follow**: `"Follow"` = `"Follow"`
113
+
114
+ Follow
115
+
116
+ #### See
117
+
118
+ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-follow
119
+
120
+ ### Ignore
121
+
122
+ > `readonly` **Ignore**: `"Ignore"` = `"Ignore"`
123
+
124
+ Ignore
125
+
126
+ #### See
127
+
128
+ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-ignore
129
+
130
+ ### Invite
131
+
132
+ > `readonly` **Invite**: `"Invite"` = `"Invite"`
133
+
134
+ Invite
135
+
136
+ #### See
137
+
138
+ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-invite
139
+
140
+ ### Join
141
+
142
+ > `readonly` **Join**: `"Join"` = `"Join"`
143
+
144
+ Join
145
+
146
+ #### See
147
+
148
+ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-join
149
+
150
+ ### Leave
151
+
152
+ > `readonly` **Leave**: `"Leave"` = `"Leave"`
153
+
154
+ Leave
155
+
156
+ #### See
157
+
158
+ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-leave
159
+
160
+ ### Like
161
+
162
+ > `readonly` **Like**: `"Like"` = `"Like"`
163
+
164
+ Like
165
+
166
+ #### See
167
+
168
+ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-like
169
+
170
+ ### Listen
171
+
172
+ > `readonly` **Listen**: `"Listen"` = `"Listen"`
173
+
174
+ Listen
175
+
176
+ #### See
177
+
178
+ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-listen
179
+
180
+ ### Move
181
+
182
+ > `readonly` **Move**: `"Move"` = `"Move"`
183
+
184
+ Move
185
+
186
+ #### See
187
+
188
+ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-move
189
+
190
+ ### Offer
191
+
192
+ > `readonly` **Offer**: `"Offer"` = `"Offer"`
193
+
194
+ Offer
195
+
196
+ #### See
197
+
198
+ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-offer
199
+
200
+ ### Question
201
+
202
+ > `readonly` **Question**: `"Question"` = `"Question"`
203
+
204
+ Question
205
+
206
+ #### See
207
+
208
+ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-question
209
+
210
+ ### Reject
211
+
212
+ > `readonly` **Reject**: `"Reject"` = `"Reject"`
213
+
214
+ Reject
215
+
216
+ #### See
217
+
218
+ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-reject
219
+
220
+ ### Read
221
+
222
+ > `readonly` **Read**: `"Read"` = `"Read"`
223
+
224
+ Read
225
+
226
+ #### See
227
+
228
+ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-read
229
+
230
+ ### Remove
231
+
232
+ > `readonly` **Remove**: `"Remove"` = `"Remove"`
233
+
234
+ Remove
235
+
236
+ #### See
237
+
238
+ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-remove
239
+
240
+ ### TentativeReject
241
+
242
+ > `readonly` **TentativeReject**: `"TentativeReject"` = `"TentativeReject"`
243
+
244
+ TentativeReject
245
+
246
+ #### See
247
+
248
+ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-tentativereject
249
+
250
+ ### TentativeAccept
251
+
252
+ > `readonly` **TentativeAccept**: `"TentativeAccept"` = `"TentativeAccept"`
253
+
254
+ TentativeAccept
255
+
256
+ #### See
257
+
258
+ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-tentativeaccept
259
+
260
+ ### Travel
261
+
262
+ > `readonly` **Travel**: `"Travel"` = `"Travel"`
263
+
264
+ Travel
265
+
266
+ #### See
267
+
268
+ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-travel
269
+
270
+ ### Undo
271
+
272
+ > `readonly` **Undo**: `"Undo"` = `"Undo"`
273
+
274
+ Undo
275
+
276
+ #### See
277
+
278
+ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-undo
279
+
280
+ ### Update
281
+
282
+ > `readonly` **Update**: `"Update"` = `"Update"`
283
+
284
+ Update
285
+
286
+ #### See
287
+
288
+ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-update
289
+
290
+ ### View
291
+
292
+ > `readonly` **View**: `"View"` = `"View"`
293
+
294
+ View
295
+
296
+ #### See
70
297
 
71
- https://www.w3.org/ns/activitystreams
298
+ https://www.w3.org/TR/activitystreams-vocabulary/#dfn-view
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/standards-w3c-activity-streams",
3
- "version": "0.0.2-next.9",
3
+ "version": "0.0.3-next.2",
4
4
  "description": "Models which define the structure of W3C Activity Streams Standard",
5
5
  "repository": {
6
6
  "type": "git",
@@ -18,22 +18,34 @@
18
18
  "@twin.org/data-core": "next",
19
19
  "@twin.org/data-json-ld": "next"
20
20
  },
21
- "main": "./dist/cjs/index.cjs",
22
- "module": "./dist/esm/index.mjs",
21
+ "main": "./dist/es/index.js",
23
22
  "types": "./dist/types/index.d.ts",
24
23
  "exports": {
25
24
  ".": {
26
25
  "types": "./dist/types/index.d.ts",
27
- "require": "./dist/cjs/index.cjs",
28
- "import": "./dist/esm/index.mjs"
26
+ "import": "./dist/es/index.js",
27
+ "default": "./dist/es/index.js"
29
28
  },
30
29
  "./locales/*.json": "./locales/*.json"
31
30
  },
32
31
  "files": [
33
- "dist/cjs",
34
- "dist/esm",
32
+ "dist/es",
35
33
  "dist/types",
36
34
  "locales",
37
35
  "docs"
38
- ]
36
+ ],
37
+ "keywords": [
38
+ "twin",
39
+ "trade",
40
+ "iota",
41
+ "framework",
42
+ "blockchain",
43
+ "standards",
44
+ "schema",
45
+ "specification"
46
+ ],
47
+ "bugs": {
48
+ "url": "git+https://github.com/twinfoundation/standards/issues"
49
+ },
50
+ "homepage": "https://twindev.org"
39
51
  }