@spring-systems/core 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
@@ -65,8 +65,8 @@ markInstanceReady(instance);
65
65
  - do not treat `SpringInstance` as a replacement for screen-local state
66
66
  - if code needs React rendering or component composition, it likely belongs in `ui`
67
67
  - if code needs the Next.js server boundary, it belongs in `server`
68
- - for deeper ownership decisions see [ARCHITECTURE.md](https://bitbucket.org/springsystems-projects/spring-framework-frontend/blob/main/docs/ARCHITECTURE.md) in the monorepo docs
69
- - for extension design see [EXTENSIBILITY_COOKBOOK.md](https://bitbucket.org/springsystems-projects/spring-framework-frontend/blob/main/docs/EXTENSIBILITY_COOKBOOK.md) in the monorepo docs
68
+ - for deeper ownership decisions see [ARCHITECTURE.md](https://bitbucket.org/springsystems-projects/spring-framework-frontend/src/main/docs/ARCHITECTURE.md) in the monorepo docs
69
+ - for extension design see [EXTENSIBILITY_COOKBOOK.md](https://bitbucket.org/springsystems-projects/spring-framework-frontend/src/main/docs/EXTENSIBILITY_COOKBOOK.md) in the monorepo docs
70
70
 
71
71
  ## Changelog
72
72
 
package/dist/index.js CHANGED
@@ -26,7 +26,7 @@ import "./chunk-EFUBAQCV.js";
26
26
  import "./chunk-PT4DIYUK.js";
27
27
 
28
28
  // src/index.ts
29
- var SPRING_CORE_VERSION = true ? "0.8.0" : "0.0.0-dev";
29
+ var SPRING_CORE_VERSION = true ? "0.8.1" : "0.0.0-dev";
30
30
  export {
31
31
  SPRING_CORE_VERSION,
32
32
  configureCapabilities,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spring-systems/core",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "description": "Core types, utilities, and configuration for Spring Systems SPRING",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",