@savvy-web/silk 0.1.0 → 0.2.0

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/esm/792.js +1 -1
  2. package/package.json +4 -6
package/esm/792.js CHANGED
@@ -18,7 +18,7 @@ import process_0 from "process";
18
18
  import assert_0, { ok as external_assert_ok, strictEqual } from "assert";
19
19
  import v8 from "v8";
20
20
  import { format as external_util_format, inspect as external_util_inspect } from "util";
21
- import { __webpack_require__ } from "./374.js";
21
+ import { __webpack_require__ } from "./850.js";
22
22
  import { createRequire as __rspack_createRequire } from "node:module";
23
23
  const __rspack_createRequire_require = __rspack_createRequire(import.meta.url);
24
24
  import * as __rspack_external_url from "url";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@savvy-web/silk",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "private": false,
5
5
  "description": "The single Silk Suite dev-tooling package — changeset, commitlint, lint, and biome conventions",
6
6
  "homepage": "https://github.com/savvy-web/systems/tree/main/packages/silk",
@@ -68,10 +68,6 @@
68
68
  },
69
69
  "./biome": "./biome/silk.jsonc"
70
70
  },
71
- "dependencies": {
72
- "@savvy-web/cli": "0.1.0",
73
- "@savvy-web/mcp": "0.1.0"
74
- },
75
71
  "peerDependencies": {
76
72
  "@biomejs/biome": "2.4.16",
77
73
  "@changesets/cli": "^2.31.0",
@@ -85,7 +81,9 @@
85
81
  "markdownlint-cli2": "^0.22.1",
86
82
  "markdownlint-cli2-formatter-codequality": "^0.0.7",
87
83
  "turbo": "^2.9.16",
88
- "typescript": "^6.0.0"
84
+ "typescript": "^6.0.0",
85
+ "@savvy-web/cli": "0.2.0",
86
+ "@savvy-web/mcp": "0.2.0"
89
87
  },
90
88
  "peerDependenciesMeta": {
91
89
  "@biomejs/biome": {