@objectstack/service-feed 3.0.9 → 3.0.11
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/.turbo/turbo-build.log +4 -4
- package/CHANGELOG.md +16 -0
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/package.json +4 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @objectstack/service-feed@3.0.
|
|
2
|
+
> @objectstack/service-feed@3.0.11 build /home/runner/work/spec/spec/packages/services/service-feed
|
|
3
3
|
> tsup --config ../../../tsup.config.ts
|
|
4
4
|
|
|
5
5
|
[34mCLI[39m Building entry: src/index.ts
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
[34mCJS[39m Build start
|
|
13
13
|
[32mESM[39m [1mdist/index.js [22m[32m14.44 KB[39m
|
|
14
14
|
[32mESM[39m [1mdist/index.js.map [22m[32m30.40 KB[39m
|
|
15
|
-
[32mESM[39m ⚡️ Build success in
|
|
15
|
+
[32mESM[39m ⚡️ Build success in 98ms
|
|
16
16
|
[32mCJS[39m [1mdist/index.cjs [22m[32m15.94 KB[39m
|
|
17
17
|
[32mCJS[39m [1mdist/index.cjs.map [22m[32m30.93 KB[39m
|
|
18
|
-
[32mCJS[39m ⚡️ Build success in
|
|
18
|
+
[32mCJS[39m ⚡️ Build success in 98ms
|
|
19
19
|
[34mDTS[39m Build start
|
|
20
|
-
[32mDTS[39m ⚡️ Build success in
|
|
20
|
+
[32mDTS[39m ⚡️ Build success in 17090ms
|
|
21
21
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m36.54 KB[39m
|
|
22
22
|
[32mDTS[39m [1mdist/index.d.cts [22m[32m36.54 KB[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @objectstack/service-feed
|
|
2
2
|
|
|
3
|
+
## 3.0.11
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [92d9d99]
|
|
8
|
+
- @objectstack/spec@3.0.11
|
|
9
|
+
- @objectstack/core@3.0.11
|
|
10
|
+
|
|
11
|
+
## 3.0.10
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [d1e5d31]
|
|
16
|
+
- @objectstack/spec@3.0.10
|
|
17
|
+
- @objectstack/core@3.0.10
|
|
18
|
+
|
|
3
19
|
## 3.0.9
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
package/dist/index.d.cts
CHANGED
|
@@ -168,7 +168,7 @@ declare const FeedItem: {
|
|
|
168
168
|
abstract: boolean;
|
|
169
169
|
datasource: string;
|
|
170
170
|
fields: Record<string, {
|
|
171
|
-
type: "number" | "boolean" | "file" | "email" | "tags" | "date" | "lookup" | "
|
|
171
|
+
type: "number" | "boolean" | "file" | "email" | "tags" | "date" | "lookup" | "url" | "json" | "text" | "textarea" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "datetime" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "location" | "address" | "code" | "color" | "rating" | "slider" | "signature" | "qrcode" | "progress" | "vector";
|
|
172
172
|
required: boolean;
|
|
173
173
|
searchable: boolean;
|
|
174
174
|
multiple: boolean;
|
|
@@ -442,7 +442,7 @@ declare const FeedReaction: {
|
|
|
442
442
|
abstract: boolean;
|
|
443
443
|
datasource: string;
|
|
444
444
|
fields: Record<string, {
|
|
445
|
-
type: "number" | "boolean" | "file" | "email" | "tags" | "date" | "lookup" | "
|
|
445
|
+
type: "number" | "boolean" | "file" | "email" | "tags" | "date" | "lookup" | "url" | "json" | "text" | "textarea" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "datetime" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "location" | "address" | "code" | "color" | "rating" | "slider" | "signature" | "qrcode" | "progress" | "vector";
|
|
446
446
|
required: boolean;
|
|
447
447
|
searchable: boolean;
|
|
448
448
|
multiple: boolean;
|
|
@@ -716,7 +716,7 @@ declare const RecordSubscription: {
|
|
|
716
716
|
abstract: boolean;
|
|
717
717
|
datasource: string;
|
|
718
718
|
fields: Record<string, {
|
|
719
|
-
type: "number" | "boolean" | "file" | "email" | "tags" | "date" | "lookup" | "
|
|
719
|
+
type: "number" | "boolean" | "file" | "email" | "tags" | "date" | "lookup" | "url" | "json" | "text" | "textarea" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "datetime" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "location" | "address" | "code" | "color" | "rating" | "slider" | "signature" | "qrcode" | "progress" | "vector";
|
|
720
720
|
required: boolean;
|
|
721
721
|
searchable: boolean;
|
|
722
722
|
multiple: boolean;
|
package/dist/index.d.ts
CHANGED
|
@@ -168,7 +168,7 @@ declare const FeedItem: {
|
|
|
168
168
|
abstract: boolean;
|
|
169
169
|
datasource: string;
|
|
170
170
|
fields: Record<string, {
|
|
171
|
-
type: "number" | "boolean" | "file" | "email" | "tags" | "date" | "lookup" | "
|
|
171
|
+
type: "number" | "boolean" | "file" | "email" | "tags" | "date" | "lookup" | "url" | "json" | "text" | "textarea" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "datetime" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "location" | "address" | "code" | "color" | "rating" | "slider" | "signature" | "qrcode" | "progress" | "vector";
|
|
172
172
|
required: boolean;
|
|
173
173
|
searchable: boolean;
|
|
174
174
|
multiple: boolean;
|
|
@@ -442,7 +442,7 @@ declare const FeedReaction: {
|
|
|
442
442
|
abstract: boolean;
|
|
443
443
|
datasource: string;
|
|
444
444
|
fields: Record<string, {
|
|
445
|
-
type: "number" | "boolean" | "file" | "email" | "tags" | "date" | "lookup" | "
|
|
445
|
+
type: "number" | "boolean" | "file" | "email" | "tags" | "date" | "lookup" | "url" | "json" | "text" | "textarea" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "datetime" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "location" | "address" | "code" | "color" | "rating" | "slider" | "signature" | "qrcode" | "progress" | "vector";
|
|
446
446
|
required: boolean;
|
|
447
447
|
searchable: boolean;
|
|
448
448
|
multiple: boolean;
|
|
@@ -716,7 +716,7 @@ declare const RecordSubscription: {
|
|
|
716
716
|
abstract: boolean;
|
|
717
717
|
datasource: string;
|
|
718
718
|
fields: Record<string, {
|
|
719
|
-
type: "number" | "boolean" | "file" | "email" | "tags" | "date" | "lookup" | "
|
|
719
|
+
type: "number" | "boolean" | "file" | "email" | "tags" | "date" | "lookup" | "url" | "json" | "text" | "textarea" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "datetime" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "location" | "address" | "code" | "color" | "rating" | "slider" | "signature" | "qrcode" | "progress" | "vector";
|
|
720
720
|
required: boolean;
|
|
721
721
|
searchable: boolean;
|
|
722
722
|
multiple: boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@objectstack/service-feed",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.11",
|
|
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": "3.0.
|
|
18
|
-
"@objectstack/spec": "3.0.
|
|
17
|
+
"@objectstack/core": "3.0.11",
|
|
18
|
+
"@objectstack/spec": "3.0.11"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"typescript": "^5.0.0",
|
|
22
22
|
"vitest": "^4.0.18",
|
|
23
|
-
"@types/node": "^25.
|
|
23
|
+
"@types/node": "^25.3.0"
|
|
24
24
|
},
|
|
25
25
|
"scripts": {
|
|
26
26
|
"build": "tsup --config ../../../tsup.config.ts",
|