@lssm/example.wealth-snapshot 1.41.0 → 1.41.1

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 (1) hide show
  1. package/package.json +10 -9
package/package.json CHANGED
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "@lssm/example.wealth-snapshot",
3
- "version": "1.41.0",
3
+ "version": "1.41.1",
4
4
  "description": "Wealth Snapshot mini-app for accounts, assets, liabilities, and goals",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "type": "module",
8
8
  "scripts": {
9
9
  "publish:pkg": "bun publish --tolerate-republish --ignore-scripts --verbose",
10
+ "publish:pkg:canary": "bun publish:pkg --tag canary",
10
11
  "build": "bun build:bundle && bun build:types",
11
12
  "build:bundle": "tsdown",
12
13
  "build:types": "tsc --noEmit",
@@ -17,17 +18,17 @@
17
18
  "lint:check": "eslint src"
18
19
  },
19
20
  "dependencies": {
20
- "@lssm/lib.schema": "workspace:*",
21
- "@lssm/lib.contracts": "workspace:*",
22
- "@lssm/lib.bus": "workspace:*",
23
- "@lssm/lib.identity-rbac": "workspace:*",
24
- "@lssm/module.audit-trail": "workspace:*",
25
- "@lssm/module.notifications": "workspace:*",
21
+ "@lssm/lib.schema": "1.41.1",
22
+ "@lssm/lib.contracts": "1.41.1",
23
+ "@lssm/lib.bus": "1.41.1",
24
+ "@lssm/lib.identity-rbac": "1.41.1",
25
+ "@lssm/module.audit-trail": "1.41.1",
26
+ "@lssm/module.notifications": "1.41.1",
26
27
  "zod": "^4.1.13"
27
28
  },
28
29
  "devDependencies": {
29
- "@lssm/tool.typescript": "workspace:*",
30
- "@lssm/tool.tsdown": "workspace:*",
30
+ "@lssm/tool.typescript": "1.41.1",
31
+ "@lssm/tool.tsdown": "1.41.1",
31
32
  "typescript": "^5.9.3"
32
33
  },
33
34
  "exports": {