ode-explorer 1.3.2 → 1.3.3-develop.202402061659

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.
@@ -83,8 +83,8 @@ export declare const moveToFolder: ({ searchParams, resourceIds, folderId, folde
83
83
  * @param searchParams, entId, shares
84
84
  * @returns shared resource
85
85
  */
86
- export declare const shareResource: ({ searchParams, resourceId, rights, }: {
87
- searchParams: ISearchParameters & IActionParameters;
86
+ export declare const shareResource: ({ application, resourceId, rights, }: {
87
+ application: string;
88
88
  resourceId: ID;
89
89
  rights: ShareRight[];
90
90
  }) => Promise<import("edifice-ts-client").PutShareResponse>;
@@ -93,8 +93,8 @@ export declare const shareResource: ({ searchParams, resourceId, rights, }: {
93
93
  * @param searchParams, params
94
94
  * @returns updated resource
95
95
  */
96
- export declare const updateResource: ({ searchParams, params, }: {
97
- searchParams: ISearchParameters & IActionParameters;
96
+ export declare const updateResource: ({ application, params, }: {
97
+ application: string;
98
98
  params: UpdateParameters;
99
99
  }) => Promise<import("edifice-ts-client").UpdateResult>;
100
100
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ode-explorer",
3
- "version": "1.3.2",
3
+ "version": "1.3.3-develop.202402061659",
4
4
  "description": "Open Digital Education Explorer",
5
5
  "homepage": "https://github.com/opendigitaleducation/explorer#readme",
6
6
  "bugs": {
@@ -36,8 +36,8 @@
36
36
  ]
37
37
  },
38
38
  "dependencies": {
39
- "@edifice-ui/icons": "1.4.0",
40
- "@edifice-ui/react": "1.4.0",
39
+ "@edifice-ui/icons": "develop",
40
+ "@edifice-ui/react": "develop",
41
41
  "@react-spring/web": "9.7.3",
42
42
  "@tanstack/react-query": "5.8.4",
43
43
  "clsx": "2.0.0",
@@ -77,12 +77,12 @@
77
77
  "eslint-plugin-react-hooks": "4.6.0",
78
78
  "eslint-plugin-react-refresh": "0.4.5",
79
79
  "husky": "8.0.3",
80
- "lint-staged": "15.1.0",
81
- "prettier": "3.1.0",
82
- "typescript": "5.2.2",
83
- "vite": "4.5.1",
84
- "vite-plugin-dts": "3.7.0",
85
- "vite-tsconfig-paths": "4.2.1"
80
+ "lint-staged": "15.2.0",
81
+ "prettier": "3.2.4",
82
+ "typescript": "5.3.3",
83
+ "vite": "5.0.12",
84
+ "vite-plugin-dts": "3.7.2",
85
+ "vite-tsconfig-paths": "4.3.1"
86
86
  },
87
87
  "peerDependencies": {
88
88
  "@edifice-ui/icons": "*",
@@ -1 +0,0 @@
1
- import{Y as r}from"./edifice-react.js";import"./react.js";import"/assets/js/edifice-ts-client/index.js";import"./edifice-icons.js";export{r as default};
package/lib/ShareModal.js DELETED
@@ -1,5 +0,0 @@
1
- import "@edifice-ui/react";
2
- import { ShareModal as d } from "@edifice-ui/react";
3
- export {
4
- d as default
5
- };