Skip to content

Commit 3795cec

Browse files
committed
chore: updated packages structure
1 parent b76da67 commit 3795cec

133 files changed

Lines changed: 195 additions & 26 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

package.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
"type": "module",
66
"scripts": {
77
"build": "pnpm -r build",
8-
"build:feathers-distributed": "pnpm --filter @kalisio/feathers-distributed build",
9-
"build:feathers-import-export": "pnpm --filter @kalisio/feathers-import-export build",
10-
"build:feathers-keycloak-listener": "pnpm --filter @kalisio/feathers-keycloak-listener build",
11-
"build:feathers-mongodb-management": "pnpm --filter @kalisio/feathers-mongodb-management build",
12-
"build:feathers-s3": "pnpm --filter @kalisio/feathers-s3 build",
13-
"build:feathers-tasks": "pnpm --filter @kalisio/feathers-tasks build",
14-
"build:feathers-webpush": "pnpm --filter @kalisio/feathers-webpush build",
15-
"build:feathers-localforage": "pnpm --filter @kalisio/feathers-localforage build",
8+
"build:distributed": "pnpm --filter @kalisio/feathers-distributed build",
9+
"build:import-export": "pnpm --filter @kalisio/feathers-import-export build",
10+
"build:keycloak-listener": "pnpm --filter @kalisio/feathers-keycloak-listener build",
11+
"build:mongodb-management": "pnpm --filter @kalisio/feathers-mongodb-management build",
12+
"build:s3": "pnpm --filter @kalisio/feathers-s3 build",
13+
"build:tasks": "pnpm --filter @kalisio/feathers-tasks build",
14+
"build:webpush": "pnpm --filter @kalisio/feathers-webpush build",
15+
"build:localforage": "pnpm --filter @kalisio/feathers-localforage build",
1616
"changeset": "changeset",
1717
"changeset:release": "pnpm build && changeset publish",
1818
"changeset:status": "changeset status",
@@ -21,26 +21,26 @@
2121
"docs:build": "vitepress build docs",
2222
"docs:dev": "vitepress dev docs",
2323
"lint": "pnpm -r lint",
24-
"lint:feathers-distributed": "pnpm --filter @kalisio/feathers-distributed lint",
25-
"lint:feathers-import-export": "pnpm --filter @kalisio/feathers-import-export lint",
26-
"lint:feathers-keycloak-listener": "pnpm --filter @kalisio/feathers-keycloak-listener lint",
27-
"lint:feathers-mongodb-management": "pnpm --filter @kalisio/feathers-mongodb-management lint",
28-
"lint:feathers-s3": "pnpm --filter @kalisio/feathers-s3 lint",
29-
"lint:feathers-tasks": "pnpm --filter @kalisio/feathers-tasks lint",
30-
"lint:feathers-webpush": "pnpm --filter @kalisio/feathers-webpush lint",
31-
"lint:feathers-localforage": "pnpm --filter @kalisio/feathers-localforage lint",
24+
"lint:distributed": "pnpm --filter @kalisio/feathers-distributed lint",
25+
"lint:import-export": "pnpm --filter @kalisio/feathers-import-export lint",
26+
"lint:keycloak-listener": "pnpm --filter @kalisio/feathers-keycloak-listener lint",
27+
"lint:mongodb-management": "pnpm --filter @kalisio/feathers-mongodb-management lint",
28+
"lint:s3": "pnpm --filter @kalisio/feathers-s3 lint",
29+
"lint:tasks": "pnpm --filter @kalisio/feathers-tasks lint",
30+
"lint:webpush": "pnpm --filter @kalisio/feathers-webpush lint",
31+
"lint:localforage": "pnpm --filter @kalisio/feathers-localforage lint",
3232
"posttest": "pnpm lcov-result-merger --prepend-source-files 'packages/*/coverage/lcov.info' coverage/lcov.info",
3333
"prepare": "husky",
3434
"pretest": "mkdir -p coverage",
3535
"test": "pnpm -r test",
36-
"test:feathers-distributed": "pnpm --filter @kalisio/feathers-distributed test",
37-
"test:feathers-import-export": "pnpm --filter @kalisio/feathers-import-export test",
38-
"test:feathers-keycloak-listener": "pnpm --filter @kalisio/feathers-keycloak-listener test",
39-
"test:feathers-mongodb-management": "pnpm --filter @kalisio/feathers-mongodb-management test",
40-
"test:feathers-s3": "pnpm --filter @kalisio/feathers-s3 test",
41-
"test:feathers-tasks": "pnpm --filter @kalisio/feathers-tasks test",
42-
"test:feathers-webpush": "pnpm --filter @kalisio/feathers-webpush test",
43-
"test:feathers-localforage": "pnpm --filter @kalisio/feathers-localforage test"
36+
"test:distributed": "pnpm --filter @kalisio/feathers-distributed test",
37+
"test:import-export": "pnpm --filter @kalisio/feathers-import-export test",
38+
"test:keycloak-listener": "pnpm --filter @kalisio/feathers-keycloak-listener test",
39+
"test:mongodb-management": "pnpm --filter @kalisio/feathers-mongodb-management test",
40+
"test:s3": "pnpm --filter @kalisio/feathers-s3 test",
41+
"test:tasks": "pnpm --filter @kalisio/feathers-tasks test",
42+
"test:webpush": "pnpm --filter @kalisio/feathers-webpush test",
43+
"test:localforage": "pnpm --filter @kalisio/feathers-localforage test"
4444
},
4545
"keywords": [
4646
"keycloak",
@@ -100,7 +100,7 @@
100100
"overrides": {}
101101
},
102102
"metaCatalog": {
103-
"version": "0.7.0",
104-
"syncedAt": "2026-04-22T21:48:30.258Z"
103+
"version": "0.8.0",
104+
"syncedAt": "2026-04-23T13:35:28.568Z"
105105
}
106106
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)