@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 +2 -2
- package/dist/index.js +1 -1
- package/package.json +1 -1
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/
|
|
69
|
-
- for extension design see [EXTENSIBILITY_COOKBOOK.md](https://bitbucket.org/springsystems-projects/spring-framework-frontend/
|
|
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.
|
|
29
|
+
var SPRING_CORE_VERSION = true ? "0.8.1" : "0.0.0-dev";
|
|
30
30
|
export {
|
|
31
31
|
SPRING_CORE_VERSION,
|
|
32
32
|
configureCapabilities,
|