@se-studio/project-build 1.0.162 → 1.0.164
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 +12 -0
- package/README.md +4 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -60,12 +60,15 @@ pnpm setup-colours
|
|
|
60
60
|
|
|
61
61
|
SE Studio skills are now published as a separate package: **`@se-studio/skills`**. Skill source files live in `packages/skills/skills/`.
|
|
62
62
|
|
|
63
|
-
**In the monorepo**, run from the repo root
|
|
63
|
+
**In the monorepo**, run from the repo root after editing skills:
|
|
64
64
|
|
|
65
65
|
```bash
|
|
66
|
+
pnpm skills:validate
|
|
66
67
|
pnpm skills:sync
|
|
67
68
|
```
|
|
68
69
|
|
|
70
|
+
See [`packages/skills/README.md`](../skills/README.md) for frontmatter rules.
|
|
71
|
+
|
|
69
72
|
**In external projects**, install skills via the `skills` CLI:
|
|
70
73
|
|
|
71
74
|
```bash
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@se-studio/project-build",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.164",
|
|
4
4
|
"description": "Build tools and management scripts for SE Studio projects",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -59,9 +59,9 @@
|
|
|
59
59
|
"url": "https://github.com/Something-Else-Studio/se-core-product/issues"
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"@biomejs/biome": "^2.4.
|
|
62
|
+
"@biomejs/biome": "^2.4.16",
|
|
63
63
|
"@biomejs/js-api": "^4.0.0",
|
|
64
|
-
"@biomejs/wasm-nodejs": "^2.4.
|
|
64
|
+
"@biomejs/wasm-nodejs": "^2.4.16",
|
|
65
65
|
"change-case": "^5.4.4",
|
|
66
66
|
"chroma-js": "^3.2.0",
|
|
67
67
|
"contentful-management": "^12.5.0",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"@types/chroma-js": "^3.1.2",
|
|
72
72
|
"@types/node": "^24.12.4",
|
|
73
73
|
"typescript": "^6.0.3",
|
|
74
|
-
"vitest": "^4.1.
|
|
74
|
+
"vitest": "^4.1.8"
|
|
75
75
|
},
|
|
76
76
|
"scripts": {
|
|
77
77
|
"build": "tsc --project tsconfig.build.json",
|