@spring-systems/server 0.8.0 → 0.8.1
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/dist/client.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -83,7 +83,7 @@ Requires **Next.js 16** and **React 19**. Peer dependencies: `@spring-systems/co
|
|
|
83
83
|
|
|
84
84
|
- keep upstream API communication behind this package when deployment relies on cookie or CSRF protections
|
|
85
85
|
- do not move browser rendering concerns here just because the consuming app uses Next.js
|
|
86
|
-
- for runtime and deployment rules see [ENVIRONMENT_VARIABLES.md](https://bitbucket.org/springsystems-projects/spring-framework-frontend/
|
|
86
|
+
- for runtime and deployment rules see [ENVIRONMENT_VARIABLES.md](https://bitbucket.org/springsystems-projects/spring-framework-frontend/src/main/docs/ENVIRONMENT_VARIABLES.md) and [SECURITY.md](https://bitbucket.org/springsystems-projects/spring-framework-frontend/src/main/docs/SECURITY.md) in the monorepo docs
|
|
87
87
|
|
|
88
88
|
## Changelog
|
|
89
89
|
|
package/dist/client.js
CHANGED
package/dist/index.js
CHANGED