@osdk/react-devtools 0.18.0 → 0.18.1-ading-window-9d7d68c38a079178b6cb5333855d9a35c5563004

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,5 +1,16 @@
1
1
  # @osdk/react-devtools
2
2
 
3
+ ## 0.18.1-ading-window-9d7d68c38a079178b6cb5333855d9a35c5563004
4
+
5
+ ### Patch Changes
6
+
7
+ - 488376f: Configure the CI JUnit reporter in each package's vitest config instead of passing it as a turbo `--` argument. Turbo folds passthrough arguments into its global hash, so passing them there made every task in a `turbo run test` invocation a cache miss rather than only the `test` tasks. Test configuration only; no runtime or API changes.
8
+ - Updated dependencies [92b158d]
9
+ - Updated dependencies [488376f]
10
+ - @osdk/client@2.66.1-ading-window-9d7d68c38a079178b6cb5333855d9a35c5563004
11
+ - @osdk/api@2.66.1-ading-window-9d7d68c38a079178b6cb5333855d9a35c5563004
12
+ - @osdk/react@2.66.1-ading-window-9d7d68c38a079178b6cb5333855d9a35c5563004
13
+
3
14
  ## 0.18.0
4
15
 
5
16
  ### Minor Changes
@@ -0,0 +1,20 @@
1
+ /*
2
+ * Copyright 2025 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
+ declare module "*.css" {
18
+ const content: string;
19
+ export default content;
20
+ }
@@ -0,0 +1,20 @@
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
+ declare module "*.module.scss" {
18
+ const classes: { readonly [key: string]: string };
19
+ export default classes;
20
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/react-devtools",
3
- "version": "0.18.0",
3
+ "version": "0.18.1-ading-window-9d7d68c38a079178b6cb5333855d9a35c5563004",
4
4
  "description": "Developer tools and debugging utilities for OSDK React Toolkit",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -73,11 +73,11 @@
73
73
  "typescript": "~5.5.4",
74
74
  "vite": "^6.3.5",
75
75
  "vitest": "^3.2.4",
76
- "@osdk/client": "2.52.0",
77
- "@osdk/api": "2.52.0",
76
+ "@osdk/api": "2.66.1-ading-window-9d7d68c38a079178b6cb5333855d9a35c5563004",
77
+ "@osdk/client": "2.66.1-ading-window-9d7d68c38a079178b6cb5333855d9a35c5563004",
78
78
  "@osdk/monorepo.tsconfig": "~0.7.0",
79
79
  "@osdk/monorepo.api-extractor": "~0.7.0",
80
- "@osdk/react": "2.52.0"
80
+ "@osdk/react": "2.66.1-ading-window-9d7d68c38a079178b6cb5333855d9a35c5563004"
81
81
  },
82
82
  "publishConfig": {
83
83
  "access": "public"
@@ -1,4 +0,0 @@
1
- declare module "*.css" {
2
- const content: string;
3
- export default content;
4
- }
@@ -1 +0,0 @@
1
- {"mappings":"eAgBe,QAAQ;CACrB,MAAMA;AACN,gBAAe;AAChB","names":["content: string"],"sources":["../../src/css.d.ts"],"version":3,"file":"css.d.d.ts"}
@@ -1,6 +0,0 @@
1
- declare module "*.module.scss" {
2
- const classes: {
3
- readonly [key: string]: string
4
- };
5
- export default classes;
6
- }
@@ -1 +0,0 @@
1
- {"mappings":"eAgBe,gBAAgB;CAC7B,MAAMA,SAAS;;CAAkC;AACjD,gBAAe;AAChB","names":["classes: { readonly [key: string]: string }"],"sources":["../../src/scss.d.ts"],"version":3,"file":"scss.d.d.ts"}