@walkeros/server-source-express 4.1.3-next-1780071196115 → 4.2.0-next-1780420352914

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/CHANGELOG.md CHANGED
@@ -1,13 +1,22 @@
1
1
  # @walkeros/server-source-express
2
2
 
3
- ## 4.1.3-next-1780071196115
3
+ ## 4.2.0-next-1780420352914
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - 59aa9e1: Refresh runtime dependencies to their latest majors: Express 5,
8
+ Commander 15, better-sqlite3 12, @libsql/client 0.17, Google Cloud
9
+ functions-framework 5, mixpanel 0.22, and jsdom 29. No public API changes;
10
+ installs now pull the current versions of these SDKs.
7
11
  - Updated dependencies [908d6f0]
12
+ - Updated dependencies [654ba38]
13
+ - Updated dependencies [f4a9013]
14
+ - Updated dependencies [d65bbde]
15
+ - Updated dependencies [126c0f1]
16
+ - Updated dependencies [654ba38]
8
17
  - Updated dependencies [3eb2467]
9
- - @walkeros/collector@4.1.3-next-1780071196115
10
- - @walkeros/core@4.1.3-next-1780071196115
18
+ - @walkeros/collector@4.2.0-next-1780420352914
19
+ - @walkeros/core@4.2.0-next-1780420352914
11
20
 
12
21
  ## 4.1.2
13
22
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/server-source-express",
4
- "version": "4.1.3-next-1780071196115",
4
+ "version": "4.2.0-next-1780420352914",
5
5
  "type": "source",
6
6
  "platform": [
7
7
  "server"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@walkeros/server-source-express",
3
3
  "description": "Express server source for walkerOS",
4
- "version": "4.1.3-next-1780071196115",
4
+ "version": "4.2.0-next-1780420352914",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.mjs",
@@ -20,8 +20,8 @@
20
20
  "update": "npx npm-check-updates -u && npm update"
21
21
  },
22
22
  "dependencies": {
23
- "@walkeros/collector": "4.1.3-next-1780071196115",
24
- "@walkeros/core": "4.1.3-next-1780071196115",
23
+ "@walkeros/collector": "4.2.0-next-1780420352914",
24
+ "@walkeros/core": "4.2.0-next-1780420352914",
25
25
  "express": "^5.2.1",
26
26
  "cors": "^2.8.5"
27
27
  },