@objectstack/service-feed 4.0.2 → 4.0.3

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,5 +1,5 @@
1
1
 
2
- > @objectstack/service-feed@4.0.2 build /home/runner/work/framework/framework/packages/services/service-feed
2
+ > @objectstack/service-feed@4.0.3 build /home/runner/work/framework/framework/packages/services/service-feed
3
3
  > tsup --config ../../../tsup.config.ts
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -12,11 +12,11 @@
12
12
  CJS Build start
13
13
  CJS dist/index.cjs 16.22 KB
14
14
  CJS dist/index.cjs.map 31.55 KB
15
- CJS ⚡️ Build success in 113ms
15
+ CJS ⚡️ Build success in 104ms
16
16
  ESM dist/index.js 14.72 KB
17
17
  ESM dist/index.js.map 31.02 KB
18
- ESM ⚡️ Build success in 113ms
18
+ ESM ⚡️ Build success in 104ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 20736ms
20
+ DTS ⚡️ Build success in 17078ms
21
21
  DTS dist/index.d.ts 281.01 KB
22
22
  DTS dist/index.d.cts 281.01 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @objectstack/service-feed
2
2
 
3
+ ## 4.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - @objectstack/spec@4.0.3
8
+ - @objectstack/core@4.0.3
9
+
3
10
  ## 4.0.2
4
11
 
5
12
  ### Patch Changes
package/dist/index.d.cts CHANGED
@@ -430,7 +430,7 @@ declare const FeedItem: Omit<{
430
430
  actions?: {
431
431
  name: string;
432
432
  label: string;
433
- type: "url" | "script" | "modal" | "flow" | "api";
433
+ type: "url" | "flow" | "api" | "script" | "modal";
434
434
  refreshAfter: boolean;
435
435
  objectName?: string | undefined;
436
436
  icon?: string | undefined;
@@ -3773,7 +3773,7 @@ declare const FeedReaction: Omit<{
3773
3773
  actions?: {
3774
3774
  name: string;
3775
3775
  label: string;
3776
- type: "url" | "script" | "modal" | "flow" | "api";
3776
+ type: "url" | "flow" | "api" | "script" | "modal";
3777
3777
  refreshAfter: boolean;
3778
3778
  objectName?: string | undefined;
3779
3779
  icon?: string | undefined;
@@ -4901,7 +4901,7 @@ declare const RecordSubscription: Omit<{
4901
4901
  actions?: {
4902
4902
  name: string;
4903
4903
  label: string;
4904
- type: "url" | "script" | "modal" | "flow" | "api";
4904
+ type: "url" | "flow" | "api" | "script" | "modal";
4905
4905
  refreshAfter: boolean;
4906
4906
  objectName?: string | undefined;
4907
4907
  icon?: string | undefined;
package/dist/index.d.ts CHANGED
@@ -430,7 +430,7 @@ declare const FeedItem: Omit<{
430
430
  actions?: {
431
431
  name: string;
432
432
  label: string;
433
- type: "url" | "script" | "modal" | "flow" | "api";
433
+ type: "url" | "flow" | "api" | "script" | "modal";
434
434
  refreshAfter: boolean;
435
435
  objectName?: string | undefined;
436
436
  icon?: string | undefined;
@@ -3773,7 +3773,7 @@ declare const FeedReaction: Omit<{
3773
3773
  actions?: {
3774
3774
  name: string;
3775
3775
  label: string;
3776
- type: "url" | "script" | "modal" | "flow" | "api";
3776
+ type: "url" | "flow" | "api" | "script" | "modal";
3777
3777
  refreshAfter: boolean;
3778
3778
  objectName?: string | undefined;
3779
3779
  icon?: string | undefined;
@@ -4901,7 +4901,7 @@ declare const RecordSubscription: Omit<{
4901
4901
  actions?: {
4902
4902
  name: string;
4903
4903
  label: string;
4904
- type: "url" | "script" | "modal" | "flow" | "api";
4904
+ type: "url" | "flow" | "api" | "script" | "modal";
4905
4905
  refreshAfter: boolean;
4906
4906
  objectName?: string | undefined;
4907
4907
  icon?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectstack/service-feed",
3
- "version": "4.0.2",
3
+ "version": "4.0.3",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Feed/Chatter Service for ObjectStack — implements IFeedService with in-memory adapter for comments, reactions, field changes, and record subscriptions",
6
6
  "type": "module",
@@ -14,13 +14,13 @@
14
14
  }
15
15
  },
16
16
  "dependencies": {
17
- "@objectstack/core": "4.0.2",
18
- "@objectstack/spec": "4.0.2"
17
+ "@objectstack/core": "4.0.3",
18
+ "@objectstack/spec": "4.0.3"
19
19
  },
20
20
  "devDependencies": {
21
- "@types/node": "^25.5.2",
21
+ "@types/node": "^25.6.0",
22
22
  "typescript": "^6.0.2",
23
- "vitest": "^4.1.2"
23
+ "vitest": "^4.1.4"
24
24
  },
25
25
  "scripts": {
26
26
  "build": "tsup --config ../../../tsup.config.ts",