@zero-server/core 0.9.3 → 0.9.5

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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  > App factory, Router, and the HTTP Request/Response wrappers.
4
4
 
5
- The HTTP foundation of @zero-server/sdk: `createApp()`, the Router primitive, and the Request/Response wrappers. Everything else builds on this surface.
5
+ The HTTP foundation of zero-server: `createApp()`, the Router primitive, and the Request/Response wrappers. Everything else builds on this surface.
6
6
 
7
7
  ## Install
8
8
 
@@ -10,7 +10,7 @@ The HTTP foundation of @zero-server/sdk: `createApp()`, the Router primitive, an
10
10
  npm install @zero-server/core
11
11
  ```
12
12
 
13
- Or pull in the entire SDK at once:
13
+ Or grab everything via the optional aggregate:
14
14
 
15
15
  ```bash
16
16
  npm install @zero-server/sdk
@@ -24,7 +24,7 @@ const { createApp } = require('@zero-server/core')
24
24
 
25
25
  ## Public surface
26
26
 
27
- This package narrows `@zero-server/sdk` to **3** exports. See the [scope page](https://github.com/tonywied17/zero-server/blob/main/docs/scopes/core.md#public-surface) for the full list.
27
+ This package provides **3** public exports as a standalone runtime bundle. See the [scope page](https://github.com/tonywied17/zero-server/blob/main/docs/scopes/core.md#public-surface) for the full list.
28
28
 
29
29
  ## Documentation
30
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zero-server/core",
3
- "version": "0.9.3",
3
+ "version": "0.9.5",
4
4
  "description": "App factory, Router, and the HTTP Request/Response wrappers.",
5
5
  "keywords": [
6
6
  "zero-server",
@@ -45,14 +45,14 @@
45
45
  },
46
46
  "sideEffects": false,
47
47
  "dependencies": {
48
- "@zero-server/realtime": "0.9.3",
49
- "@zero-server/grpc": "0.9.3",
50
- "@zero-server/lifecycle": "0.9.3",
51
- "@zero-server/observe": "0.9.3",
52
- "@zero-server/auth": "0.9.3"
48
+ "@zero-server/realtime": "0.9.5",
49
+ "@zero-server/grpc": "0.9.5",
50
+ "@zero-server/lifecycle": "0.9.5",
51
+ "@zero-server/observe": "0.9.5",
52
+ "@zero-server/auth": "0.9.5"
53
53
  },
54
54
  "peerDependencies": {
55
- "@zero-server/sdk": ">=0.9.3"
55
+ "@zero-server/sdk": ">=0.9.5"
56
56
  },
57
57
  "peerDependenciesMeta": {
58
58
  "@zero-server/sdk": {