@hoardodile/create-plugin 0.1.11 → 0.1.13

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/README.md CHANGED
@@ -25,7 +25,8 @@ Vitest unit tests against `createResourceAPIFixture`. It also ships the
25
25
  development toolchain hoardodile uses — `biome.json` (format + lint),
26
26
  `lefthook.yml` (git hooks: Conventional-Commits `commit-msg` + biome/tsc
27
27
  `pre-commit`, installed by `postinstall` in a git repo), the release-it
28
- changelog/release setup, and `AGENTS.md`.
28
+ changelog/release setup, the repo-convention dotfiles (`.gitattributes`,
29
+ `.editorconfig`, `.gitignore`, `.nvmrc`), and `AGENTS.md`.
29
30
 
30
31
  ```bash
31
32
  cd my-plugin
@@ -0,0 +1,7 @@
1
+ root = true
2
+
3
+ [*]
4
+ charset = utf-8
5
+ end_of_line = lf
6
+ insert_final_newline = true
7
+ trim_trailing_whitespace = true
@@ -0,0 +1 @@
1
+ * text=auto eol=lf
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hoardodile/create-plugin",
3
- "version": "0.1.11",
3
+ "version": "0.1.13",
4
4
  "license": "MIT",
5
5
  "description": "Scaffold a hoardodile content plugin.",
6
6
  "keywords": [
@@ -37,7 +37,7 @@
37
37
  "dependencies": {
38
38
  "@clack/prompts": "^1.7.0",
39
39
  "zod": "^4.4.3",
40
- "@hoardodile/sdk-types": "0.1.11"
40
+ "@hoardodile/sdk-types": "0.1.13"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@types/node": "^26.2.0",