@lssm/app.registry-server 0.0.0-canary-20251217034842 → 0.0.0-canary-20251217054315

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/CHANGELOG.md +29 -3
  2. package/package.json +4 -2
package/CHANGELOG.md CHANGED
@@ -1,8 +1,34 @@
1
1
  # @lssm/app.registry-server
2
2
 
3
- ## 0.0.0-canary-20251217034842
3
+ ## 0.0.0-canary-20251217054315
4
+
5
+ ### Minor Changes
6
+
7
+ - 66a5dfd: initial release
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [66a5dfd]
12
+ - @lssm/lib.logger@0.0.0-canary-20251217054315
13
+
14
+ ## 1.42.0
15
+
16
+ ### Minor Changes
17
+
18
+ - 66a5dfd: initial release
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies [66a5dfd]
23
+ - @lssm/lib.logger@1.42.0
24
+
25
+ ## 0.0.0-canary-20251217053014
26
+
27
+ ### Minor Changes
28
+
29
+ - 66a5dfd: initial release
4
30
 
5
31
  ### Patch Changes
6
32
 
7
- - Updated dependencies [3086383]
8
- - @lssm/lib.logger@0.0.0-canary-20251217034842
33
+ - Updated dependencies [66a5dfd]
34
+ - @lssm/lib.logger@0.0.0-canary-20251217053014
package/package.json CHANGED
@@ -1,9 +1,11 @@
1
1
  {
2
2
  "name": "@lssm/app.registry-server",
3
- "version": "0.0.0-canary-20251217034842",
3
+ "version": "0.0.0-canary-20251217054315",
4
4
  "type": "module",
5
5
  "module": "src/index.ts",
6
6
  "scripts": {
7
+ "publish:pkg": "bun publish --tolerate-republish --ignore-scripts --verbose",
8
+ "publish:pkg:canary": "bun publish:pkg --tag canary",
7
9
  "clean": "rm -rf dist server",
8
10
  "lint": "bun run lint:fix",
9
11
  "lint:fix": "eslint src --fix",
@@ -15,7 +17,7 @@
15
17
  "dependencies": {
16
18
  "@elysiajs/cors": "^1.4.0",
17
19
  "@elysiajs/server-timing": "^1.4.0",
18
- "@lssm/lib.logger": "workspace:*",
20
+ "@lssm/lib.logger": "0.0.0-canary-20251217054315",
19
21
  "elysia": "^1.4.19"
20
22
  }
21
23
  }