@osdk/widget.client-react 3.50.1-sj-object-type-alias-remapping-2b88006e7b073229aa5392ed42049ebd978a6bca → 3.51.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.
package/CHANGELOG.md CHANGED
@@ -1,13 +1,12 @@
1
1
  # @osdk/widget.client-react
2
2
 
3
- ## 3.50.1-sj-object-type-alias-remapping-2b88006e7b073229aa5392ed42049ebd978a6bca
3
+ ## 3.51.0
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies [49ee06f]
8
7
  - Updated dependencies [c14abb8]
9
- - @osdk/client@2.53.0-sj-object-type-alias-remapping-2b88006e7b073229aa5392ed42049ebd978a6bca
10
- - @osdk/widget.client@3.50.1-sj-object-type-alias-remapping-2b88006e7b073229aa5392ed42049ebd978a6bca
8
+ - @osdk/client@2.53.0
9
+ - @osdk/widget.client@3.51.0
11
10
 
12
11
  ## 3.50.0
13
12
 
@@ -0,0 +1,29 @@
1
+ /*
2
+ * Copyright 2026 Palantir Technologies, Inc. All rights reserved.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+
17
+ // Minimal types for vite HMR
18
+ // https://vite.dev/guide/api-hmr
19
+ interface ImportMetaHot {
20
+ on?: (event: "vite:beforeFullReload", cb: (payload: unknown) => void) => void;
21
+ off?: (
22
+ event: "vite:beforeFullReload",
23
+ cb: (payload: unknown) => void,
24
+ ) => void;
25
+ }
26
+
27
+ interface ImportMeta {
28
+ hot?: ImportMetaHot;
29
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/widget.client-react",
3
- "version": "3.50.1-sj-object-type-alias-remapping-2b88006e7b073229aa5392ed42049ebd978a6bca",
3
+ "version": "3.51.0",
4
4
  "description": "Wrapper around @osdk/widget.client",
5
5
  "access": "public",
6
6
  "license": "Apache-2.0",
@@ -33,8 +33,8 @@
33
33
  "@types/react-dom": "^18 || ^19",
34
34
  "react": "^18 || ^19",
35
35
  "react-dom": "^18 || ^19",
36
- "@osdk/client": "^2.53.0-sj-object-type-alias-remapping-2b88006e7b073229aa5392ed42049ebd978a6bca",
37
- "@osdk/widget.client": "^3.50.1-sj-object-type-alias-remapping-2b88006e7b073229aa5392ed42049ebd978a6bca"
36
+ "@osdk/widget.client": "^3.51.0",
37
+ "@osdk/client": "^2.53.0"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@types/react": "^18.3.24",
@@ -43,11 +43,11 @@
43
43
  "react-dom": "18.3.1",
44
44
  "ts-expect": "^1.3.0",
45
45
  "typescript": "~5.5.4",
46
- "@osdk/client": "~2.53.0-sj-object-type-alias-remapping-2b88006e7b073229aa5392ed42049ebd978a6bca",
47
- "@osdk/monorepo.api-extractor": "~0.7.0",
46
+ "@osdk/client": "~2.53.0",
48
47
  "@osdk/monorepo.tsconfig": "~0.7.0",
49
- "@osdk/widget.api": "~3.50.1-sj-object-type-alias-remapping-2b88006e7b073229aa5392ed42049ebd978a6bca",
50
- "@osdk/widget.client": "~3.50.1-sj-object-type-alias-remapping-2b88006e7b073229aa5392ed42049ebd978a6bca"
48
+ "@osdk/widget.api": "~3.51.0",
49
+ "@osdk/widget.client": "~3.51.0",
50
+ "@osdk/monorepo.api-extractor": "~0.7.0"
51
51
  },
52
52
  "publishConfig": {
53
53
  "access": "public"
@@ -1,7 +0,0 @@
1
- interface ImportMetaHot {
2
- on?: (event: "vite:beforeFullReload", cb: (payload: unknown) => void) => void;
3
- off?: (event: "vite:beforeFullReload", cb: (payload: unknown) => void) => void;
4
- }
5
- interface ImportMeta {
6
- hot?: ImportMetaHot;
7
- }
@@ -1 +0,0 @@
1
- {"mappings":"UAkBU,cAAc;CACtB,MAAMA,OAAO,yBAAyBC,KAAKC;CAC3C,OACEF,OAAO,yBACPC,KAAKC;AAER;UAES,WAAW;CACnB,MAAM;AACP","names":["event: \"vite:beforeFullReload\"","cb: (payload: unknown) => void","payload: unknown"],"sources":["../../src/vite-hmr.d.ts"],"version":3,"file":"vite-hmr.d.d.ts"}