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

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 +7 -3
  2. package/package.json +4 -2
package/CHANGELOG.md CHANGED
@@ -1,8 +1,12 @@
1
1
  # @lssm/app.registry-server
2
2
 
3
- ## 0.0.0-canary-20251217034842
3
+ ## 0.0.0-canary-20251217060433
4
+
5
+ ### Minor Changes
6
+
7
+ - 66a5dfd: initial release
4
8
 
5
9
  ### Patch Changes
6
10
 
7
- - Updated dependencies [3086383]
8
- - @lssm/lib.logger@0.0.0-canary-20251217034842
11
+ - Updated dependencies [66a5dfd]
12
+ - @lssm/lib.logger@0.0.0-canary-20251217060433
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-20251217060433",
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-20251217060433",
19
21
  "elysia": "^1.4.19"
20
22
  }
21
23
  }