@osdk/react-devtools 0.18.0 → 0.18.1-ading-window-b5638eea96f7c833685e304505dad6f9e65e4d76
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 +11 -0
- package/build/types/css.d.ts +20 -0
- package/build/types/scss.d.ts +20 -0
- package/package.json +5 -5
- package/build/types/css.d.d.ts +0 -4
- package/build/types/css.d.d.ts.map +0 -1
- package/build/types/scss.d.d.ts +0 -6
- package/build/types/scss.d.d.ts.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @osdk/react-devtools
|
|
2
2
|
|
|
3
|
+
## 0.18.1-ading-window-b5638eea96f7c833685e304505dad6f9e65e4d76
|
|
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-b5638eea96f7c833685e304505dad6f9e65e4d76
|
|
11
|
+
- @osdk/api@2.66.1-ading-window-b5638eea96f7c833685e304505dad6f9e65e4d76
|
|
12
|
+
- @osdk/react@2.66.1-ading-window-b5638eea96f7c833685e304505dad6f9e65e4d76
|
|
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.
|
|
3
|
+
"version": "0.18.1-ading-window-b5638eea96f7c833685e304505dad6f9e65e4d76",
|
|
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/
|
|
77
|
-
"@osdk/
|
|
78
|
-
"@osdk/monorepo.tsconfig": "~0.7.0",
|
|
76
|
+
"@osdk/api": "2.66.1-ading-window-b5638eea96f7c833685e304505dad6f9e65e4d76",
|
|
77
|
+
"@osdk/client": "2.66.1-ading-window-b5638eea96f7c833685e304505dad6f9e65e4d76",
|
|
79
78
|
"@osdk/monorepo.api-extractor": "~0.7.0",
|
|
80
|
-
"@osdk/
|
|
79
|
+
"@osdk/monorepo.tsconfig": "~0.7.0",
|
|
80
|
+
"@osdk/react": "2.66.1-ading-window-b5638eea96f7c833685e304505dad6f9e65e4d76"
|
|
81
81
|
},
|
|
82
82
|
"publishConfig": {
|
|
83
83
|
"access": "public"
|
package/build/types/css.d.d.ts
DELETED
|
@@ -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"}
|
package/build/types/scss.d.d.ts
DELETED
|
@@ -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"}
|