@objectstack/plugin-sharing 8.0.1 → 9.0.0

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/plugin-sharing@8.0.1 build /home/runner/work/framework/framework/packages/plugins/plugin-sharing
2
+ > @objectstack/plugin-sharing@9.0.0 build /home/runner/work/framework/framework/packages/plugins/plugin-sharing
3
3
  > tsup --config ../../../tsup.config.ts
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -10,13 +10,13 @@
10
10
  CLI Cleaning output folder
11
11
  ESM Build start
12
12
  CJS Build start
13
- CJS dist/index.js 111.70 KB
14
- CJS dist/index.js.map 191.45 KB
15
- CJS ⚡️ Build success in 236ms
16
13
  ESM dist/index.mjs 109.73 KB
17
14
  ESM dist/index.mjs.map 191.43 KB
18
- ESM ⚡️ Build success in 249ms
15
+ ESM ⚡️ Build success in 257ms
16
+ CJS dist/index.js 111.70 KB
17
+ CJS dist/index.js.map 191.45 KB
18
+ CJS ⚡️ Build success in 258ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 33423ms
21
- DTS dist/index.d.mts 512.01 KB
22
- DTS dist/index.d.ts 512.01 KB
20
+ DTS ⚡️ Build success in 32488ms
21
+ DTS dist/index.d.mts 511.75 KB
22
+ DTS dist/index.d.ts 511.75 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @objectstack/plugin-sharing
2
2
 
3
+ ## 9.0.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [4c3f693]
8
+ - Updated dependencies [0bf39f1]
9
+ - Updated dependencies [f533f42]
10
+ - Updated dependencies [1c83ee8]
11
+ - @objectstack/spec@9.0.0
12
+ - @objectstack/core@9.0.0
13
+ - @objectstack/objectql@9.0.0
14
+ - @objectstack/platform-objects@9.0.0
15
+
3
16
  ## 8.0.1
4
17
 
5
18
  ### Patch Changes
package/dist/index.d.mts CHANGED
@@ -516,10 +516,9 @@ declare const SysRecordShare: Omit<{
516
516
  } | undefined;
517
517
  chart?: {
518
518
  chartType: "bar" | "line" | "pie" | "area" | "scatter";
519
- xAxisField: string;
520
- yAxisFields: string[];
521
- aggregation?: "min" | "max" | "count" | "sum" | "avg" | undefined;
522
- groupByField?: string | undefined;
519
+ dataset: string;
520
+ values: string[];
521
+ dimensions?: string[] | undefined;
523
522
  } | undefined;
524
523
  description?: string | undefined;
525
524
  sharing?: {
@@ -3970,10 +3969,9 @@ declare const SysSharingRule: Omit<{
3970
3969
  } | undefined;
3971
3970
  chart?: {
3972
3971
  chartType: "bar" | "line" | "pie" | "area" | "scatter";
3973
- xAxisField: string;
3974
- yAxisFields: string[];
3975
- aggregation?: "min" | "max" | "count" | "sum" | "avg" | undefined;
3976
- groupByField?: string | undefined;
3972
+ dataset: string;
3973
+ values: string[];
3974
+ dimensions?: string[] | undefined;
3977
3975
  } | undefined;
3978
3976
  description?: string | undefined;
3979
3977
  sharing?: {
@@ -7609,10 +7607,9 @@ declare const SysShareLink: Omit<{
7609
7607
  } | undefined;
7610
7608
  chart?: {
7611
7609
  chartType: "bar" | "line" | "pie" | "area" | "scatter";
7612
- xAxisField: string;
7613
- yAxisFields: string[];
7614
- aggregation?: "min" | "max" | "count" | "sum" | "avg" | undefined;
7615
- groupByField?: string | undefined;
7610
+ dataset: string;
7611
+ values: string[];
7612
+ dimensions?: string[] | undefined;
7616
7613
  } | undefined;
7617
7614
  description?: string | undefined;
7618
7615
  sharing?: {
package/dist/index.d.ts CHANGED
@@ -516,10 +516,9 @@ declare const SysRecordShare: Omit<{
516
516
  } | undefined;
517
517
  chart?: {
518
518
  chartType: "bar" | "line" | "pie" | "area" | "scatter";
519
- xAxisField: string;
520
- yAxisFields: string[];
521
- aggregation?: "min" | "max" | "count" | "sum" | "avg" | undefined;
522
- groupByField?: string | undefined;
519
+ dataset: string;
520
+ values: string[];
521
+ dimensions?: string[] | undefined;
523
522
  } | undefined;
524
523
  description?: string | undefined;
525
524
  sharing?: {
@@ -3970,10 +3969,9 @@ declare const SysSharingRule: Omit<{
3970
3969
  } | undefined;
3971
3970
  chart?: {
3972
3971
  chartType: "bar" | "line" | "pie" | "area" | "scatter";
3973
- xAxisField: string;
3974
- yAxisFields: string[];
3975
- aggregation?: "min" | "max" | "count" | "sum" | "avg" | undefined;
3976
- groupByField?: string | undefined;
3972
+ dataset: string;
3973
+ values: string[];
3974
+ dimensions?: string[] | undefined;
3977
3975
  } | undefined;
3978
3976
  description?: string | undefined;
3979
3977
  sharing?: {
@@ -7609,10 +7607,9 @@ declare const SysShareLink: Omit<{
7609
7607
  } | undefined;
7610
7608
  chart?: {
7611
7609
  chartType: "bar" | "line" | "pie" | "area" | "scatter";
7612
- xAxisField: string;
7613
- yAxisFields: string[];
7614
- aggregation?: "min" | "max" | "count" | "sum" | "avg" | undefined;
7615
- groupByField?: string | undefined;
7610
+ dataset: string;
7611
+ values: string[];
7612
+ dimensions?: string[] | undefined;
7616
7613
  } | undefined;
7617
7614
  description?: string | undefined;
7618
7615
  sharing?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectstack/plugin-sharing",
3
- "version": "8.0.1",
3
+ "version": "9.0.0",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Record-level sharing for ObjectStack — sys_record_share + middleware that enforces sharingModel + ISharingService.",
6
6
  "main": "dist/index.js",
@@ -13,13 +13,13 @@
13
13
  }
14
14
  },
15
15
  "dependencies": {
16
- "@objectstack/core": "8.0.1",
17
- "@objectstack/objectql": "8.0.1",
18
- "@objectstack/platform-objects": "8.0.1",
19
- "@objectstack/spec": "8.0.1"
16
+ "@objectstack/core": "9.0.0",
17
+ "@objectstack/objectql": "9.0.0",
18
+ "@objectstack/platform-objects": "9.0.0",
19
+ "@objectstack/spec": "9.0.0"
20
20
  },
21
21
  "devDependencies": {
22
- "@types/node": "^25.9.1",
22
+ "@types/node": "^25.9.2",
23
23
  "typescript": "^6.0.3",
24
24
  "vitest": "^4.1.8"
25
25
  },