@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 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/blob/main/docs/ENVIRONMENT_VARIABLES.md) and [SECURITY.md](https://bitbucket.org/springsystems-projects/spring-framework-frontend/blob/main/docs/SECURITY.md) in the monorepo docs
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
@@ -5,7 +5,7 @@ import {
5
5
  } from "./chunk-CP33WQ5Q.js";
6
6
 
7
7
  // src/client.ts
8
- var SPRING_SERVER_VERSION = true ? "0.8.0" : "0.1.0";
8
+ var SPRING_SERVER_VERSION = true ? "0.8.1" : "0.1.0";
9
9
  export {
10
10
  SPRING_SERVER_VERSION,
11
11
  createClientOnlyNextUIAdapter,
package/dist/index.js CHANGED
@@ -24,7 +24,7 @@ import {
24
24
 
25
25
  // src/index.ts
26
26
  import "server-only";
27
- var SPRING_SERVER_VERSION = true ? "0.8.0" : "0.0.0-dev";
27
+ var SPRING_SERVER_VERSION = true ? "0.8.1" : "0.0.0-dev";
28
28
  export {
29
29
  BASE_SECURITY_HEADERS,
30
30
  BASE_SECURITY_HEADER_VALUES,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spring-systems/server",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "description": "Next.js server-only code for Spring Systems SPRING (proxy, API routes, runtime env)",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",