@walkeros/server-core 0.4.2 → 0.5.1-next.0
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 +4 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<p align="left">
|
|
2
|
-
<a href="https://
|
|
3
|
-
<img title="elbwalker" src="https://www.
|
|
2
|
+
<a href="https://www.walkeros.io">
|
|
3
|
+
<img title="elbwalker" src="https://www.walkeros.io/img/elbwalker_logo.png" width="256px"/>
|
|
4
4
|
</a>
|
|
5
5
|
</p>
|
|
6
6
|
|
|
@@ -240,7 +240,7 @@ await sendServer('https://secure-api.example.com/events', data, {
|
|
|
240
240
|
## Integration with Core
|
|
241
241
|
|
|
242
242
|
Server utilities work seamlessly with
|
|
243
|
-
[Core Utilities](https://www.
|
|
243
|
+
[Core Utilities](https://www.walkeros.io/docs/core):
|
|
244
244
|
|
|
245
245
|
```js
|
|
246
246
|
import { getMappingValue, anonymizeIP } from '@walkeros/core';
|
|
@@ -265,7 +265,7 @@ async function processServerSideEvent(rawEvent, clientIP) {
|
|
|
265
265
|
---
|
|
266
266
|
|
|
267
267
|
For platform-agnostic utilities, see
|
|
268
|
-
[Core Utilities](https://www.
|
|
268
|
+
[Core Utilities](https://www.walkeros.io/docs/core).
|
|
269
269
|
|
|
270
270
|
## Contribute
|
|
271
271
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@walkeros/server-core",
|
|
3
3
|
"description": "Server-specific utilities for walkerOS",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.5.1-next.0",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"module": "./dist/index.mjs",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"update": "npx npm-check-updates -u && npm update"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@walkeros/core": "0.
|
|
28
|
+
"@walkeros/core": "0.5.1-next.0"
|
|
29
29
|
},
|
|
30
30
|
"repository": {
|
|
31
31
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|