@lssm/example.team-hub 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.
- package/package.json +11 -10
package/package.json
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lssm/example.team-hub",
|
|
3
|
-
"version": "1.41.
|
|
3
|
+
"version": "1.41.1",
|
|
4
4
|
"description": "Team Hub example with spaces, tasks, rituals, and announcements",
|
|
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,18 +18,18 @@
|
|
|
17
18
|
"lint:check": "eslint src"
|
|
18
19
|
},
|
|
19
20
|
"dependencies": {
|
|
20
|
-
"@lssm/lib.schema": "
|
|
21
|
-
"@lssm/lib.contracts": "
|
|
22
|
-
"@lssm/lib.bus": "
|
|
23
|
-
"@lssm/lib.identity-rbac": "
|
|
24
|
-
"@lssm/lib.jobs": "
|
|
25
|
-
"@lssm/module.audit-trail": "
|
|
26
|
-
"@lssm/module.notifications": "
|
|
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/lib.jobs": "1.41.1",
|
|
26
|
+
"@lssm/module.audit-trail": "1.41.1",
|
|
27
|
+
"@lssm/module.notifications": "1.41.1",
|
|
27
28
|
"zod": "^4.1.13"
|
|
28
29
|
},
|
|
29
30
|
"devDependencies": {
|
|
30
|
-
"@lssm/tool.typescript": "
|
|
31
|
-
"@lssm/tool.tsdown": "
|
|
31
|
+
"@lssm/tool.typescript": "1.41.1",
|
|
32
|
+
"@lssm/tool.tsdown": "1.41.1",
|
|
32
33
|
"typescript": "^5.9.3"
|
|
33
34
|
},
|
|
34
35
|
"exports": {
|