@gv-sh/specgen-app 0.1.5 → 0.1.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.
- package/README.md +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# SpecGen App - Complete Platform
|
2
2
|
|
3
|
-
[](https://github.com/gv-sh/specgen-app)
|
4
4
|
|
5
5
|
A unified deployment package for the SpecGen speculative fiction generator platform.
|
6
6
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@gv-sh/specgen-app",
|
3
|
-
"version": "0.1.
|
3
|
+
"version": "0.1.6",
|
4
4
|
"description": "Complete SpecGen application with server, admin, and user interfaces",
|
5
5
|
"main": "index.js",
|
6
6
|
"scripts": {
|
@@ -17,9 +17,9 @@
|
|
17
17
|
"troubleshoot": "chmod +x scripts/troubleshoot.sh && ./scripts/troubleshoot.sh"
|
18
18
|
},
|
19
19
|
"dependencies": {
|
20
|
-
"@gv-sh/specgen-server": "
|
21
|
-
"@gv-sh/specgen-admin": "
|
22
|
-
"@gv-sh/specgen-user": "
|
20
|
+
"@gv-sh/specgen-server": "0.9.0",
|
21
|
+
"@gv-sh/specgen-admin": "0.9.0",
|
22
|
+
"@gv-sh/specgen-user": "0.9.0"
|
23
23
|
},
|
24
24
|
"devDependencies": {
|
25
25
|
"concurrently": "^8.2.2"
|