@seamline-kit/seamline-settings 0.0.5 → 0.0.6

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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1 +1,5 @@
1
1
  # Seamline Settings
2
+
3
+ > [!WARNING]
4
+ > Seamline Kit is in early development and is not ready for production use yet.
5
+ > APIs may change without notice, and bugs are expected.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamline-kit/seamline-settings",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "license": "MIT",
5
5
  "files": [
6
6
  "dist"
@@ -24,8 +24,8 @@
24
24
  },
25
25
  "devDependencies": {
26
26
  "@vitest/browser-playwright": "4.0.18",
27
- "oxfmt": "0.32.0",
28
- "oxlint": "1.47.0",
27
+ "oxfmt": "0.35.0",
28
+ "oxlint": "1.50.0",
29
29
  "tsdown": "0.20.3",
30
30
  "vitest": "4.0.18"
31
31
  },