create-raredays-app 0.1.9 → 0.1.10

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-raredays-app",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "Scaffold a new RareDays Next.js app.",
5
5
  "license": "UNLICENSED",
6
6
  "author": "Jeremy Harper <jeremy@raredays.com>",
@@ -48,3 +48,14 @@ pnpm exec skillex query --search "<concepts>"
48
48
  pnpm exec skillex query --package "@raredays/components"
49
49
  pnpm exec skillex query --topic identity
50
50
  ```
51
+
52
+ ## Before client handoff
53
+
54
+ `@raredays/dev` is a RareDays-internal devDependency (it ships the
55
+ `report-framework-issue` skill, which targets the framework's private repo and
56
+ board). Remove it before handing this project to a client:
57
+
58
+ ```sh
59
+ pnpm remove @raredays/dev
60
+ pnpm exec skillex refresh
61
+ ```
@@ -38,6 +38,7 @@
38
38
  "react-dom": "19.2.7"
39
39
  },
40
40
  "devDependencies": {
41
+ "@raredays/dev": "^0.1.0",
41
42
  "@raredays/lint": "^0.1.0",
42
43
  "@raredays/site-config": "^0.1.0",
43
44
  "@raredays/theme-build": "^0.1.0",
@@ -48,3 +48,14 @@ pnpm exec skillex query --search "<concepts>"
48
48
  pnpm exec skillex query --package "@raredays/components"
49
49
  pnpm exec skillex query --topic identity
50
50
  ```
51
+
52
+ ## Before client handoff
53
+
54
+ `@raredays/dev` is a RareDays-internal devDependency (it ships the
55
+ `report-framework-issue` skill, which targets the framework's private repo and
56
+ board). Remove it before handing this project to a client:
57
+
58
+ ```sh
59
+ pnpm remove @raredays/dev
60
+ pnpm exec skillex refresh
61
+ ```
@@ -48,6 +48,7 @@
48
48
  "react-dom": "19.2.7"
49
49
  },
50
50
  "devDependencies": {
51
+ "@raredays/dev": "^0.1.0",
51
52
  "@raredays/lint": "^0.1.0",
52
53
  "@raredays/site-config": "^0.1.0",
53
54
  "@raredays/theme-build": "^0.1.0",
@@ -48,3 +48,14 @@ pnpm exec skillex query --search "<concepts>"
48
48
  pnpm exec skillex query --package "@raredays/components"
49
49
  pnpm exec skillex query --topic identity
50
50
  ```
51
+
52
+ ## Before client handoff
53
+
54
+ `@raredays/dev` is a RareDays-internal devDependency (it ships the
55
+ `report-framework-issue` skill, which targets the framework's private repo and
56
+ board). Remove it before handing this project to a client:
57
+
58
+ ```sh
59
+ pnpm remove @raredays/dev
60
+ pnpm exec skillex refresh
61
+ ```
@@ -31,6 +31,7 @@
31
31
  "react-dom": "19.2.7"
32
32
  },
33
33
  "devDependencies": {
34
+ "@raredays/dev": "^0.1.0",
34
35
  "@raredays/lint": "^0.1.0",
35
36
  "@raredays/site-config": "^0.1.0",
36
37
  "@raredays/theme-build": "^0.1.0",