@saws/open-design-application 2.0.0-beta.19 → 2.0.0-beta.21
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
|
@@ -32,7 +32,7 @@ Store `open-design-application-password` in each deployment stage, then deploy:
|
|
|
32
32
|
npx saws app deploy design --stage production
|
|
33
33
|
```
|
|
34
34
|
|
|
35
|
-
Run `npx saws app update design` to install a newer npm
|
|
35
|
+
Run `npx saws app update design` to install a newer version from the application's npm release channel. Updates never overwrite
|
|
36
36
|
`config.ts`.
|
|
37
37
|
|
|
38
38
|
Visit the deployed URL and enter the application password. Codex uses its structured ChatGPT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saws/open-design-application",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.21",
|
|
4
4
|
"description": "Install a protected, agent-authenticated OpenDesign application with SAWS",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"author": "",
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
}
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@saws/core": "2.0.0-beta.
|
|
25
|
-
"@saws/docker-service": "2.0.0-beta.
|
|
26
|
-
"@saws/open-design-service": "2.0.0-beta.
|
|
24
|
+
"@saws/core": "2.0.0-beta.21",
|
|
25
|
+
"@saws/docker-service": "2.0.0-beta.21",
|
|
26
|
+
"@saws/open-design-service": "2.0.0-beta.21"
|
|
27
27
|
}
|
|
28
28
|
}
|