@osdk/react-sdk-docs 0.4.0 → 0.4.1-main-d15d3cfbd6062435cd1ed0fd47e94c3ecbc79d82

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,11 @@
1
1
  # @osdk/react-sdk-docs
2
2
 
3
+ ## 0.4.1-main-d15d3cfbd6062435cd1ed0fd47e94c3ecbc79d82
4
+
5
+ ### Patch Changes
6
+
7
+ - 56c5630: Drop redundant `--config $(find-up dprint.json)` from `lint`, `fix-lint`, and `format` scripts. dprint already auto-discovers `dprint.json` by walking up from cwd; the substitution was a no-op anyway since `find-up` is an npm package, not a CLI. Also fix the `uploadMediaOntologyEdits` documentation example so its `// @ts-ignore` survives dprint reformatting (the broken `format` step had been masking this).
8
+
3
9
  ## 0.4.0
4
10
 
5
11
  ### Minor Changes