obsidian-dev-utils 69.1.1 → 69.1.2
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 +8 -0
- package/dist/dev/main.js +1 -1
- package/dist/lib/cjs/library.cjs +1 -1
- package/dist/lib/cjs/obsidian/components/layout-ready-component.cjs +1 -1
- package/dist/lib/cjs/obsidian/components/layout-ready-component.d.cts +1 -1
- package/dist/lib/cjs/script-utils/linters/eslint-rules/require-super-call.cjs +8 -5
- package/dist/lib/esm/library.mjs +1 -1
- package/dist/lib/esm/obsidian/components/layout-ready-component.d.mts +1 -1
- package/dist/lib/esm/obsidian/components/layout-ready-component.mjs +1 -1
- package/dist/lib/esm/script-utils/linters/eslint-rules/require-super-call.mjs +8 -5
- package/package.json +4 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# CHANGELOG
|
|
2
2
|
|
|
3
|
+
## 69.1.2
|
|
4
|
+
|
|
5
|
+
- chore: update libs
|
|
6
|
+
- test: cover remaining branches in ESLint rules for 100% coverage
|
|
7
|
+
- test: reuse mocks
|
|
8
|
+
- perf: eliminate slow projectService startup in ESLint rule tests
|
|
9
|
+
- feat: expose LayoutReadyComponent.app
|
|
10
|
+
|
|
3
11
|
## 69.1.1
|
|
4
12
|
|
|
5
13
|
- fix: make components non-nullable
|