From 5b6ef778f38a891af7e82a17c82b2c69d8dab371 Mon Sep 17 00:00:00 2001 From: Andrey Sobolev Date: Wed, 21 Sep 2022 15:08:25 +0700 Subject: [PATCH] Migrate to hcengineering and publish to github packages (#2273) Signed-off-by: Andrey Sobolev --- .npmrc | 1 + README.md | 8 + cloud/app/dev-server/index.mjs | 2 +- cloud/app/dev-server/package-lock.json | 38 +- cloud/app/dev-server/package.json | 4 +- cloud/app/index.ts | 2 +- cloud/app/package-lock.json | 10 +- cloud/app/package.json | 2 +- dev/account/.eslintrc.js | 2 +- dev/account/CHANGELOG.json | 18 +- dev/account/CHANGELOG.md | 2 +- dev/account/config/rig.json | 2 +- dev/account/package.json | 8 +- dev/account/src/account.ts | 6 +- dev/account/tsconfig.json | 2 +- dev/client-resources/.eslintrc.js | 2 +- dev/client-resources/CHANGELOG.json | 12 +- dev/client-resources/CHANGELOG.md | 2 +- dev/client-resources/config/rig.json | 2 +- dev/client-resources/package.json | 18 +- .../src/__tests__/client.test.ts | 2 +- dev/client-resources/src/connection.ts | 10 +- dev/client-resources/src/index.ts | 8 +- dev/client-resources/tsconfig.json | 2 +- dev/generator/.eslintrc.js | 2 +- dev/generator/config/rig.json | 2 +- dev/generator/package.json | 36 +- dev/generator/src/attachments.ts | 4 +- dev/generator/src/comments.ts | 4 +- dev/generator/src/connect.ts | 10 +- dev/generator/src/kanban.ts | 4 +- dev/generator/src/recruit.ts | 10 +- dev/generator/src/utils.ts | 2 +- dev/generator/tsconfig.json | 2 +- dev/prod/CHANGELOG.json | 14 +- dev/prod/package.json | 228 +++++------ dev/prod/src/main-dev.ts | 2 +- dev/prod/src/main.ts | 2 +- dev/prod/src/platform-dev.ts | 76 ++-- dev/prod/src/platform.ts | 158 ++++---- dev/prod/webpack.config.js | 4 +- dev/server/.eslintrc.js | 2 +- dev/server/CHANGELOG.json | 58 +-- dev/server/CHANGELOG.md | 2 +- dev/server/config/rig.json | 2 +- dev/server/package.json | 14 +- dev/server/src/server.ts | 10 +- dev/server/tsconfig.json | 2 +- dev/storage/.eslintrc.js | 2 +- dev/storage/CHANGELOG.json | 22 +- dev/storage/CHANGELOG.md | 2 +- dev/storage/config/rig.json | 2 +- dev/storage/package.json | 12 +- dev/storage/src/__tests__/storage.test.txt | 2 +- dev/storage/src/storage.ts | 8 +- dev/storage/tsconfig.json | 2 +- dev/tool/.eslintrc.js | 2 +- dev/tool/config/rig.json | 2 +- dev/tool/package.json | 120 +++--- dev/tool/src/csv/classes.ts | 6 +- dev/tool/src/csv/duplicates.ts | 6 +- dev/tool/src/csv/lead-importer.ts | 10 +- dev/tool/src/csv/lead-importer2.ts | 8 +- dev/tool/src/csv/org-importer.ts | 12 +- dev/tool/src/csv/talant-importer.ts | 18 +- dev/tool/src/csv/types.ts | 6 +- dev/tool/src/csv/utils.ts | 4 +- dev/tool/src/elastic.ts | 74 ++-- dev/tool/src/importer.ts | 16 +- dev/tool/src/index.ts | 16 +- dev/tool/src/mdiff.ts | 2 +- dev/tool/src/recruit.ts | 20 +- dev/tool/src/telegram.ts | 10 +- dev/tool/src/utils.ts | 2 +- dev/tool/src/workspace.ts | 8 +- dev/tool/tsconfig.json | 2 +- models/activity/.eslintrc.js | 2 +- models/activity/config/rig.json | 2 +- models/activity/package.json | 18 +- models/activity/src/index.ts | 14 +- models/activity/tsconfig.json | 2 +- models/all/.eslintrc.js | 2 +- models/all/CHANGELOG.json | 6 +- models/all/CHANGELOG.md | 2 +- models/all/config/rig.json | 2 +- models/all/package.json | 92 ++--- models/all/src/index.ts | 86 ++-- models/all/src/migration.ts | 40 +- models/all/tsconfig.json | 2 +- models/attachment/.eslintrc.js | 2 +- models/attachment/config/rig.json | 2 +- models/attachment/package.json | 26 +- models/attachment/src/index.ts | 14 +- models/attachment/src/migration.ts | 2 +- models/attachment/src/plugin.ts | 16 +- models/attachment/tsconfig.json | 2 +- models/automation/.eslintrc.js | 2 +- models/automation/config/rig.json | 2 +- models/automation/package.json | 20 +- models/automation/src/index.ts | 10 +- models/automation/src/migration.ts | 2 +- models/automation/src/plugin.ts | 10 +- models/automation/tsconfig.json | 2 +- models/board/.eslintrc.js | 2 +- models/board/config/rig.json | 2 +- models/board/package.json | 46 +-- models/board/src/index.ts | 32 +- models/board/src/migration.ts | 16 +- models/board/src/plugin.ts | 14 +- models/board/tsconfig.json | 2 +- models/calendar/.eslintrc.js | 2 +- models/calendar/config/rig.json | 2 +- models/calendar/package.json | 40 +- models/calendar/src/index.ts | 30 +- models/calendar/src/plugin.ts | 16 +- models/calendar/tsconfig.json | 2 +- models/chunter/.eslintrc.js | 2 +- models/chunter/CHANGELOG.json | 6 +- models/chunter/CHANGELOG.md | 2 +- models/chunter/config/rig.json | 2 +- models/chunter/package.json | 36 +- models/chunter/src/index.ts | 24 +- models/chunter/src/migration.ts | 6 +- models/chunter/src/plugin.ts | 16 +- models/chunter/tsconfig.json | 2 +- models/contact/.eslintrc.js | 2 +- models/contact/CHANGELOG.json | 10 +- models/contact/CHANGELOG.md | 2 +- models/contact/config/rig.json | 2 +- models/contact/package.json | 32 +- models/contact/src/index.ts | 24 +- models/contact/src/migration.ts | 8 +- models/contact/src/plugin.ts | 16 +- models/contact/tsconfig.json | 2 +- models/core/.eslintrc.js | 2 +- models/core/CHANGELOG.json | 6 +- models/core/CHANGELOG.md | 2 +- models/core/config/rig.json | 2 +- models/core/package.json | 10 +- models/core/src/component.ts | 4 +- models/core/src/core.ts | 16 +- models/core/src/index.ts | 2 +- models/core/src/migration.ts | 2 +- models/core/src/security.ts | 4 +- models/core/src/transient.ts | 4 +- models/core/src/tx.ts | 4 +- models/core/tsconfig.json | 2 +- models/demo/.eslintrc.js | 2 +- models/demo/CHANGELOG.json | 6 +- models/demo/CHANGELOG.md | 2 +- models/demo/config/rig.json | 2 +- models/demo/package.json | 16 +- models/demo/src/migration.ts | 10 +- models/demo/tsconfig.json | 2 +- models/gmail/.eslintrc.js | 2 +- models/gmail/config/rig.json | 2 +- models/gmail/package.json | 28 +- models/gmail/src/index.ts | 28 +- models/gmail/src/migration.ts | 4 +- models/gmail/src/plugin.ts | 12 +- models/gmail/tsconfig.json | 2 +- models/hr/.eslintrc.js | 2 +- models/hr/config/rig.json | 2 +- models/hr/package.json | 34 +- models/hr/src/index.ts | 24 +- models/hr/src/migration.ts | 10 +- models/hr/src/plugin.ts | 12 +- models/hr/tsconfig.json | 2 +- models/inventory/.eslintrc.js | 2 +- models/inventory/config/rig.json | 2 +- models/inventory/package.json | 32 +- models/inventory/src/index.ts | 22 +- models/inventory/src/plugin.ts | 12 +- models/inventory/tsconfig.json | 2 +- models/lead/.eslintrc.js | 2 +- models/lead/config/rig.json | 2 +- models/lead/package.json | 40 +- models/lead/src/index.ts | 35 +- models/lead/src/migration.ts | 10 +- models/lead/src/plugin.ts | 16 +- models/lead/tsconfig.json | 2 +- models/model-rig/package.json | 2 +- models/notification/.eslintrc.js | 2 +- models/notification/config/rig.json | 2 +- models/notification/package.json | 18 +- models/notification/src/index.ts | 12 +- models/notification/src/migration.ts | 6 +- models/notification/src/plugin.ts | 6 +- models/notification/tsconfig.json | 2 +- models/preference/.eslintrc.js | 2 +- models/preference/config/rig.json | 2 +- models/preference/package.json | 16 +- models/preference/src/index.ts | 8 +- models/preference/tsconfig.json | 2 +- models/presentation/.eslintrc.js | 2 +- models/presentation/config/rig.json | 2 +- models/presentation/package.json | 16 +- models/presentation/src/index.ts | 10 +- models/presentation/src/plugin.ts | 4 +- models/presentation/tsconfig.json | 2 +- models/recruit/.eslintrc.js | 2 +- models/recruit/CHANGELOG.json | 6 +- models/recruit/CHANGELOG.md | 2 +- models/recruit/config/rig.json | 2 +- models/recruit/package.json | 48 +-- models/recruit/src/index.ts | 34 +- models/recruit/src/migration.ts | 20 +- models/recruit/src/plugin.ts | 18 +- models/recruit/src/review-model.ts | 20 +- models/recruit/src/review.ts | 16 +- models/recruit/tsconfig.json | 2 +- models/server-attachment/.eslintrc.js | 2 +- models/server-attachment/config/rig.json | 2 +- models/server-attachment/package.json | 14 +- models/server-attachment/src/index.ts | 8 +- models/server-attachment/tsconfig.json | 2 +- models/server-calendar/.eslintrc.js | 2 +- models/server-calendar/config/rig.json | 2 +- models/server-calendar/package.json | 14 +- models/server-calendar/src/index.ts | 8 +- models/server-calendar/tsconfig.json | 2 +- models/server-chunter/.eslintrc.js | 2 +- models/server-chunter/config/rig.json | 2 +- models/server-chunter/package.json | 18 +- models/server-chunter/src/index.ts | 12 +- models/server-chunter/tsconfig.json | 2 +- models/server-contact/.eslintrc.js | 2 +- models/server-contact/config/rig.json | 2 +- models/server-contact/package.json | 18 +- models/server-contact/src/index.ts | 12 +- models/server-contact/tsconfig.json | 2 +- models/server-core/.eslintrc.js | 2 +- models/server-core/CHANGELOG.json | 6 +- models/server-core/CHANGELOG.md | 2 +- models/server-core/config/rig.json | 2 +- models/server-core/package.json | 14 +- models/server-core/src/index.ts | 21 +- models/server-core/tsconfig.json | 2 +- models/server-gmail/.eslintrc.js | 2 +- models/server-gmail/config/rig.json | 2 +- models/server-gmail/package.json | 16 +- models/server-gmail/src/index.ts | 10 +- models/server-gmail/tsconfig.json | 2 +- models/server-hr/.eslintrc.js | 2 +- models/server-hr/config/rig.json | 2 +- models/server-hr/package.json | 14 +- models/server-hr/src/index.ts | 8 +- models/server-hr/tsconfig.json | 2 +- models/server-inventory/.eslintrc.js | 2 +- models/server-inventory/config/rig.json | 2 +- models/server-inventory/package.json | 18 +- models/server-inventory/src/index.ts | 10 +- models/server-inventory/tsconfig.json | 2 +- models/server-lead/.eslintrc.js | 2 +- models/server-lead/config/rig.json | 2 +- models/server-lead/package.json | 18 +- models/server-lead/src/index.ts | 12 +- models/server-lead/tsconfig.json | 2 +- models/server-notification/.eslintrc.js | 2 +- models/server-notification/config/rig.json | 2 +- models/server-notification/package.json | 14 +- models/server-notification/src/index.ts | 8 +- models/server-notification/tsconfig.json | 2 +- models/server-recruit/.eslintrc.js | 2 +- models/server-recruit/config/rig.json | 2 +- models/server-recruit/package.json | 18 +- models/server-recruit/src/index.ts | 12 +- models/server-recruit/tsconfig.json | 2 +- models/server-setting/.eslintrc.js | 2 +- models/server-setting/config/rig.json | 2 +- models/server-setting/package.json | 14 +- models/server-setting/src/index.ts | 8 +- models/server-setting/tsconfig.json | 2 +- models/server-tags/.eslintrc.js | 2 +- models/server-tags/config/rig.json | 2 +- models/server-tags/package.json | 16 +- models/server-tags/src/index.ts | 10 +- models/server-tags/tsconfig.json | 2 +- models/server-task/.eslintrc.js | 2 +- models/server-task/config/rig.json | 2 +- models/server-task/package.json | 18 +- models/server-task/src/index.ts | 10 +- models/server-task/tsconfig.json | 2 +- models/server-telegram/.eslintrc.js | 2 +- models/server-telegram/config/rig.json | 2 +- models/server-telegram/package.json | 16 +- models/server-telegram/src/index.ts | 10 +- models/server-telegram/tsconfig.json | 2 +- models/server-tracker/.eslintrc.js | 2 +- models/server-tracker/config/rig.json | 2 +- models/server-tracker/package.json | 12 +- models/server-tracker/src/index.ts | 8 +- models/server-tracker/tsconfig.json | 2 +- models/setting/.eslintrc.js | 2 +- models/setting/config/rig.json | 2 +- models/setting/package.json | 28 +- models/setting/src/index.ts | 20 +- models/setting/src/migration.ts | 2 +- models/setting/src/plugin.ts | 14 +- models/setting/tsconfig.json | 2 +- models/tags/.eslintrc.js | 2 +- models/tags/config/rig.json | 2 +- models/tags/package.json | 24 +- models/tags/src/index.ts | 14 +- models/tags/src/migration.ts | 6 +- models/tags/src/plugin.ts | 14 +- models/tags/tsconfig.json | 2 +- models/task/.eslintrc.js | 2 +- models/task/CHANGELOG.json | 6 +- models/task/CHANGELOG.md | 2 +- models/task/config/rig.json | 2 +- models/task/package.json | 42 +- models/task/src/index.ts | 39 +- models/task/src/migration.ts | 10 +- models/task/src/plugin.ts | 14 +- models/task/tsconfig.json | 2 +- models/telegram/.eslintrc.js | 2 +- models/telegram/config/rig.json | 2 +- models/telegram/package.json | 28 +- models/telegram/src/index.ts | 28 +- models/telegram/src/migration.ts | 6 +- models/telegram/src/plugin.ts | 12 +- models/telegram/tsconfig.json | 2 +- models/templates/.eslintrc.js | 2 +- models/templates/config/rig.json | 2 +- models/templates/package.json | 26 +- models/templates/src/index.ts | 12 +- models/templates/src/migration.ts | 4 +- models/templates/src/plugin.ts | 14 +- models/templates/tsconfig.json | 2 +- models/text-editor/.eslintrc.js | 2 +- models/text-editor/config/rig.json | 2 +- models/text-editor/package.json | 16 +- models/text-editor/src/index.ts | 10 +- models/text-editor/src/plugin.ts | 4 +- models/text-editor/tsconfig.json | 2 +- models/tracker/.eslintrc.js | 2 +- models/tracker/config/rig.json | 2 +- models/tracker/package.json | 44 +-- models/tracker/src/index.ts | 36 +- models/tracker/src/migration.ts | 8 +- models/tracker/src/plugin.ts | 16 +- models/tracker/tsconfig.json | 2 +- models/view/.eslintrc.js | 2 +- models/view/CHANGELOG.json | 6 +- models/view/CHANGELOG.md | 2 +- models/view/config/rig.json | 2 +- models/view/package.json | 20 +- models/view/src/index.ts | 16 +- models/view/src/migration.ts | 2 +- models/view/src/plugin.ts | 10 +- models/view/tsconfig.json | 2 +- models/workbench/.eslintrc.js | 2 +- models/workbench/CHANGELOG.json | 12 +- models/workbench/CHANGELOG.md | 2 +- models/workbench/config/rig.json | 2 +- models/workbench/package.json | 22 +- models/workbench/src/index.ts | 14 +- models/workbench/src/plugin.ts | 10 +- models/workbench/tsconfig.json | 2 +- packages/core/.eslintrc.js | 2 +- packages/core/CHANGELOG.json | 26 +- packages/core/CHANGELOG.md | 2 +- packages/core/config/rig.json | 2 +- packages/core/package.json | 10 +- packages/core/src/__tests__/minmodel.ts | 4 +- packages/core/src/classes.ts | 2 +- packages/core/src/client.ts | 2 +- packages/core/src/component.ts | 4 +- packages/core/src/index.ts | 2 +- packages/core/src/memdb.ts | 2 +- packages/core/tsconfig.json | 2 +- packages/kanban/.eslintrc.js | 2 +- packages/kanban/config/rig.json | 2 +- packages/kanban/package.json | 14 +- packages/kanban/src/components/Kanban.svelte | 6 +- .../kanban/src/components/KanbanRow.svelte | 2 +- packages/kanban/src/index.ts | 2 +- packages/kanban/src/types.ts | 4 +- packages/model/.eslintrc.js | 2 +- packages/model/CHANGELOG.json | 6 +- packages/model/CHANGELOG.md | 2 +- packages/model/config/rig.json | 2 +- packages/model/package.json | 8 +- packages/model/src/__tests__/dsl.test.ts | 6 +- packages/model/src/dsl.ts | 4 +- packages/model/src/migration.ts | 2 +- packages/model/src/utils.ts | 2 +- packages/model/tsconfig.json | 2 +- packages/panel/.eslintrc.js | 2 +- packages/panel/CHANGELOG.json | 6 +- packages/panel/CHANGELOG.md | 2 +- packages/panel/package.json | 22 +- packages/panel/src/components/Panel.svelte | 12 +- packages/panel/src/index.ts | 2 +- packages/panel/tsconfig.json | 2 +- packages/platform-rig/package.json | 2 +- .../profiles/ui/config/jest.config.js | 2 +- packages/platform/.eslintrc.js | 2 +- packages/platform/CHANGELOG.json | 12 +- packages/platform/CHANGELOG.md | 2 +- packages/platform/config/rig.json | 2 +- packages/platform/package.json | 10 +- packages/platform/tsconfig.json | 2 +- packages/presentation/.eslintrc.js | 2 +- packages/presentation/CHANGELOG.json | 16 +- packages/presentation/CHANGELOG.md | 2 +- packages/presentation/config/rig.json | 2 +- packages/presentation/package.json | 24 +- packages/presentation/src/attributes.ts | 2 +- .../src/components/AttributeBarEditor.svelte | 8 +- .../src/components/AttributeEditor.svelte | 10 +- .../src/components/AttributesBar.svelte | 2 +- .../presentation/src/components/Avatar.svelte | 4 +- .../presentation/src/components/Card.svelte | 4 +- .../src/components/CombineAvatars.svelte | 6 +- .../src/components/EditAvatarPopup.svelte | 6 +- .../src/components/EditableAvatar.svelte | 4 +- .../src/components/EmployeeBox.svelte | 8 +- .../src/components/Members.svelte | 12 +- .../src/components/MembersBox.svelte | 6 +- .../src/components/MessageBox.svelte | 4 +- .../src/components/ObjectPopup.svelte | 6 +- .../src/components/ObjectSearchPopup.svelte | 6 +- .../src/components/PDFViewer.svelte | 4 +- .../src/components/SpaceCreateCard.svelte | 4 +- .../src/components/SpaceInfo.svelte | 4 +- .../src/components/SpaceMultiBoxList.svelte | 10 +- .../src/components/SpaceSelect.svelte | 6 +- .../src/components/SpaceSelector.svelte | 6 +- .../src/components/SpacesMultiPopup.svelte | 8 +- .../src/components/SpacesPopup.svelte | 4 +- .../src/components/UserBox.svelte | 10 +- .../src/components/UserBoxList.svelte | 10 +- .../src/components/UserInfo.svelte | 6 +- .../src/components/UsersPopup.svelte | 8 +- .../src/components/icons/Avatar.svelte | 2 +- .../src/components/message/Nodes.svelte | 4 +- packages/presentation/src/connect.ts | 12 +- packages/presentation/src/index.ts | 2 +- packages/presentation/src/plugin.ts | 6 +- packages/presentation/src/types.ts | 6 +- packages/presentation/src/utils.ts | 10 +- packages/query/.eslintrc.js | 2 +- packages/query/CHANGELOG.json | 10 +- packages/query/CHANGELOG.md | 2 +- packages/query/config/rig.json | 2 +- packages/query/package.json | 8 +- packages/query/src/__tests__/connection.ts | 4 +- packages/query/src/__tests__/minmodel.ts | 8 +- packages/query/src/__tests__/query.test.ts | 2 +- packages/query/src/index.ts | 2 +- packages/query/tsconfig.json | 2 +- packages/rekoni/.eslintrc.js | 2 +- packages/rekoni/config/rig.json | 2 +- packages/rekoni/package.json | 8 +- packages/rekoni/src/index.ts | 2 +- packages/rekoni/src/plugin.ts | 4 +- packages/text-editor/.eslintrc.js | 2 +- packages/text-editor/CHANGELOG.json | 8 +- packages/text-editor/CHANGELOG.md | 2 +- packages/text-editor/config/rig.json | 2 +- packages/text-editor/package.json | 14 +- .../src/components/EmojiPopup.svelte | 4 +- .../src/components/FullDescriptionBox.svelte | 6 +- .../src/components/LinkPopup.svelte | 6 +- .../src/components/MentionList.svelte | 4 +- .../src/components/ReferenceInput.svelte | 6 +- .../src/components/StyleButton.svelte | 4 +- .../src/components/StyledTextArea.svelte | 4 +- .../src/components/StyledTextBox.svelte | 6 +- .../src/components/StyledTextEditor.svelte | 8 +- .../src/components/TextEditor.svelte | 2 +- packages/text-editor/src/index.ts | 4 +- packages/text-editor/src/plugin.ts | 4 +- packages/text-editor/src/types.ts | 4 +- packages/theme/.eslintrc.js | 2 +- packages/theme/config/rig.json | 2 +- packages/theme/package.json | 12 +- packages/theme/src/Theme.svelte | 2 +- packages/theme/src/index.ts | 2 +- packages/ui/.eslintrc.js | 2 +- packages/ui/CHANGELOG.json | 6 +- packages/ui/CHANGELOG.md | 2 +- packages/ui/config/rig.json | 2 +- packages/ui/package.json | 22 +- packages/ui/src/components/ActionIcon.svelte | 2 +- packages/ui/src/components/Button.svelte | 2 +- .../ui/src/components/CheckBoxList.svelte.txt | 2 +- .../components/CheckBoxWithLabel.svelte.txt | 2 +- .../ui/src/components/CircleButton.svelte | 2 +- packages/ui/src/components/ColorPopup.svelte | 4 +- packages/ui/src/components/Component.svelte | 2 +- packages/ui/src/components/Dialog.svelte | 2 +- packages/ui/src/components/Dropdown.svelte | 2 +- .../ui/src/components/DropdownLabels.svelte | 2 +- .../src/components/DropdownLabelsIntl.svelte | 2 +- .../src/components/DropdownLabelsPopup.svelte | 4 +- .../ui/src/components/DropdownPopup.svelte | 4 +- .../ui/src/components/DropdownRecord.svelte | 2 +- .../src/components/DropdownRecordPopup.svelte | 2 +- packages/ui/src/components/EditBox.svelte | 4 +- .../ui/src/components/EditWithIcon.svelte | 4 +- packages/ui/src/components/Icon.svelte | 2 +- packages/ui/src/components/Label.svelte | 4 +- packages/ui/src/components/Link.svelte | 2 +- packages/ui/src/components/Menu.svelte | 2 +- packages/ui/src/components/MiniToggle.svelte | 2 +- .../ui/src/components/PanelInstance.svelte | 2 +- .../ui/src/components/PopupItem.svelte.txt | 2 +- packages/ui/src/components/Scroller.svelte | 2 +- packages/ui/src/components/Section.svelte | 2 +- packages/ui/src/components/SelectPopup.svelte | 2 +- packages/ui/src/components/Status.svelte | 4 +- packages/ui/src/components/StylishEdit.svelte | 2 +- packages/ui/src/components/Submenu.svelte | 2 +- packages/ui/src/components/TextArea.svelte | 4 +- .../ui/src/components/TextAreaEditor.svelte | 2 +- .../ui/src/components/TimeShiftPicker.svelte | 2 +- .../src/components/TimeShiftPresenter.svelte | 2 +- packages/ui/src/components/TimeSince.svelte | 2 +- .../ui/src/components/ToggleButton.svelte | 2 +- .../ui/src/components/ToggleWithLabel.svelte | 2 +- .../src/components/calendar/DatePicker.svelte | 2 +- .../components/calendar/DatePresenter.svelte | 2 +- .../calendar/DateRangePicker.svelte | 2 +- .../calendar/DateRangePresenter.svelte | 2 +- .../calendar/DateTimeRangePresenter.svelte | 2 +- .../ui/src/components/internal/Root.svelte | 6 +- packages/ui/src/index.ts | 2 +- packages/ui/src/plugin.ts | 4 +- packages/ui/src/popups.ts | 2 +- packages/ui/src/tooltips.ts | 2 +- packages/ui/src/types.ts | 4 +- packages/ui/src/utils.ts | 4 +- plugins/activity-assets/.eslintrc.js | 2 +- plugins/activity-assets/config/rig.json | 2 +- plugins/activity-assets/package.json | 10 +- plugins/activity-assets/src/index.ts | 4 +- plugins/activity-resources/.eslintrc.js | 2 +- plugins/activity-resources/config/rig.json | 2 +- plugins/activity-resources/package.json | 26 +- plugins/activity-resources/src/activity.ts | 4 +- .../src/components/Activity.svelte | 14 +- .../src/components/TxView.svelte | 16 +- .../src/components/TxViewTx.svelte | 4 +- .../src/components/utils.ts | 12 +- plugins/activity-resources/src/index.ts | 2 +- plugins/activity-resources/src/plugin.ts | 6 +- plugins/activity/.eslintrc.js | 2 +- plugins/activity/config/rig.json | 2 +- plugins/activity/package.json | 10 +- plugins/activity/src/index.ts | 8 +- plugins/activity/tsconfig.json | 2 +- plugins/attachment-assets/.eslintrc.js | 2 +- plugins/attachment-assets/config/rig.json | 2 +- plugins/attachment-assets/package.json | 10 +- plugins/attachment-assets/src/index.ts | 4 +- plugins/attachment-resources/.eslintrc.js | 2 +- plugins/attachment-resources/config/rig.json | 2 +- plugins/attachment-resources/package.json | 28 +- .../src/components/AddAttachment.svelte | 6 +- .../src/components/AttachmentActions.svelte | 10 +- .../src/components/AttachmentDocList.svelte | 6 +- .../src/components/AttachmentDroppable.svelte | 4 +- .../AttachmentGalleryPresenter.svelte | 6 +- .../src/components/AttachmentList.svelte | 4 +- .../src/components/AttachmentPopup.svelte | 6 +- .../src/components/AttachmentPresenter.svelte | 6 +- .../src/components/AttachmentPreview.svelte | 6 +- .../src/components/AttachmentRefInput.svelte | 10 +- .../src/components/AttachmentStyledBox.svelte | 10 +- .../src/components/Attachments.svelte | 8 +- .../components/AttachmentsGalleryView.svelte | 8 +- .../src/components/AttachmentsListView.svelte | 8 +- .../components/AttachmentsPresenter.svelte | 4 +- .../src/components/AudioPlayer.svelte | 6 +- .../src/components/FileBrowser.svelte | 20 +- .../src/components/FileBrowserFilters.svelte | 8 +- .../src/components/FileBrowserSortMenu.svelte | 4 +- .../src/components/Photos.svelte | 10 +- .../activity/TxAttachmentCreate.svelte | 6 +- plugins/attachment-resources/src/index.ts | 10 +- plugins/attachment-resources/src/plugin.ts | 8 +- plugins/attachment-resources/src/utils.ts | 6 +- plugins/attachment/.eslintrc.js | 2 +- plugins/attachment/config/rig.json | 2 +- plugins/attachment/package.json | 12 +- plugins/attachment/src/index.ts | 10 +- plugins/attachment/tsconfig.json | 2 +- plugins/automation-assets/.eslintrc.js | 2 +- plugins/automation-assets/config/rig.json | 2 +- plugins/automation-assets/package.json | 10 +- plugins/automation-assets/src/index.ts | 4 +- plugins/automation-resources/.eslintrc.js | 2 +- plugins/automation-resources/config/rig.json | 2 +- plugins/automation-resources/package.json | 18 +- .../src/components/AddActionTrigger.svelte | 12 +- .../src/components/AddAutomation.svelte | 8 +- .../src/components/AutomationActions.svelte | 8 +- .../AutomationSettingsElement.svelte | 2 +- .../src/components/AutomationTrigger.svelte | 2 +- .../src/components/Automations.svelte | 4 +- .../actions/ContentActionCreate.svelte | 8 +- .../presenters/CommandPresenter.svelte | 10 +- .../presenters/TriggerPresenter.svelte | 6 +- .../components/selectors/ClassSelector.svelte | 6 +- .../components/selectors/IconChooser.svelte | 8 +- plugins/automation-resources/src/index.ts | 2 +- plugins/automation-resources/src/models.ts | 4 +- plugins/automation-resources/src/plugin.ts | 6 +- plugins/automation-resources/src/utils.ts | 10 +- plugins/automation/.eslintrc.js | 2 +- plugins/automation/config/rig.json | 2 +- plugins/automation/package.json | 10 +- plugins/automation/src/index.ts | 6 +- plugins/automation/tsconfig.json | 2 +- plugins/board-assets/.eslintrc.js | 2 +- plugins/board-assets/config/rig.json | 2 +- plugins/board-assets/package.json | 10 +- plugins/board-assets/src/index.ts | 4 +- plugins/board-resources/.eslintrc.js | 2 +- plugins/board-resources/config/rig.json | 2 +- plugins/board-resources/package.json | 54 +-- .../src/components/AddPanel.svelte | 2 +- .../src/components/Archive.svelte | 6 +- .../src/components/BoardHeader.svelte | 8 +- .../src/components/BoardMenu.svelte | 10 +- .../src/components/BoardPresenter.svelte | 6 +- .../src/components/CardArchive.svelte | 12 +- .../src/components/CardPresenter.svelte | 6 +- .../src/components/CreateBoard.svelte | 8 +- .../src/components/CreateCard.svelte | 14 +- .../src/components/EditCard.svelte | 20 +- .../src/components/KanbanCard.svelte | 22 +- .../src/components/KanbanView.svelte | 16 +- .../src/components/LabelsView.svelte | 4 +- .../src/components/ListArchive.svelte | 8 +- .../src/components/ListHeader.svelte | 8 +- .../src/components/MenuMainPage.svelte | 10 +- .../src/components/TableView.svelte | 12 +- .../src/components/TemplatesIcon.svelte | 4 +- .../src/components/UserBoxList.svelte | 6 +- .../src/components/add-card/AddCard.svelte | 10 +- .../components/add-card/AddCardEditor.svelte | 2 +- .../add-card/AddMultipleCardsPopup.svelte | 2 +- .../src/components/editor/CardActions.svelte | 8 +- .../components/editor/CardChecklist.svelte | 14 +- .../components/editor/CardCoverEditor.svelte | 4 +- .../src/components/popups/AddChecklist.svelte | 14 +- .../components/popups/CardCoverPicker.svelte | 6 +- .../src/components/popups/CopyCard.svelte | 16 +- .../components/popups/DateRangePicker.svelte | 12 +- .../src/components/popups/MoveCard.svelte | 12 +- .../presenters/CardCoverPresenter.svelte | 2 +- .../presenters/ChecklistsPresenter.svelte | 10 +- .../presenters/ColorPresenter.svelte | 2 +- .../presenters/DatePresenter.svelte | 4 +- .../presenters/LabelPresenter.svelte | 2 +- .../presenters/NotificationPresenter.svelte | 8 +- .../components/selectors/RankSelect.svelte | 14 +- .../components/selectors/SpaceSelect.svelte | 12 +- .../components/selectors/StateSelect.svelte | 14 +- plugins/board-resources/src/index.ts | 6 +- plugins/board-resources/src/plugin.ts | 6 +- .../board-resources/src/utils/BoardUtils.ts | 14 +- .../src/utils/CardActionUtils.ts | 6 +- .../board-resources/src/utils/CardUtils.ts | 10 +- plugins/board/.eslintrc.js | 2 +- plugins/board/config/rig.json | 2 +- plugins/board/package.json | 20 +- plugins/board/src/index.ts | 18 +- plugins/board/tsconfig.json | 2 +- plugins/calendar-assets/.eslintrc.js | 2 +- plugins/calendar-assets/config/rig.json | 2 +- plugins/calendar-assets/package.json | 10 +- plugins/calendar-assets/src/index.ts | 4 +- plugins/calendar-resources/.eslintrc.js | 2 +- plugins/calendar-resources/config/rig.json | 2 +- plugins/calendar-resources/package.json | 26 +- .../src/components/CalendarView.svelte | 12 +- .../src/components/CreateEvent.svelte | 8 +- .../src/components/CreateReminder.svelte | 8 +- .../src/components/DateTimePresenter.svelte | 6 +- .../src/components/Day.svelte | 8 +- .../src/components/DocReminder.svelte | 8 +- .../src/components/DocRemindersPopup.svelte | 8 +- .../src/components/EditEvent.svelte | 14 +- .../src/components/EventPresenter.svelte | 6 +- .../src/components/Events.svelte | 14 +- .../src/components/EventsPopup.svelte | 6 +- .../src/components/Hour.svelte | 10 +- .../src/components/PersonsPresenter.svelte | 10 +- .../src/components/ReminderPresenter.svelte | 8 +- .../src/components/RemindersPopup.svelte | 10 +- .../src/components/SaveEventReminder.svelte | 8 +- .../activity/ReminderViewlet.svelte | 10 +- plugins/calendar-resources/src/index.ts | 6 +- plugins/calendar-resources/src/plugin.ts | 6 +- plugins/calendar/.eslintrc.js | 2 +- plugins/calendar/config/rig.json | 2 +- plugins/calendar/package.json | 14 +- plugins/calendar/src/index.ts | 12 +- plugins/calendar/tsconfig.json | 2 +- plugins/chunter-assets/.eslintrc.js | 2 +- plugins/chunter-assets/CHANGELOG.json | 6 +- plugins/chunter-assets/CHANGELOG.md | 2 +- plugins/chunter-assets/config/rig.json | 2 +- plugins/chunter-assets/package.json | 10 +- plugins/chunter-assets/src/index.ts | 4 +- plugins/chunter-resources/.eslintrc.js | 2 +- plugins/chunter-resources/CHANGELOG.json | 6 +- plugins/chunter-resources/CHANGELOG.md | 2 +- plugins/chunter-resources/config/rig.json | 2 +- plugins/chunter-resources/package.json | 40 +- plugins/chunter-resources/src/backlinks.ts | 6 +- .../src/components/AddMembersPopup.svelte | 10 +- .../src/components/Channel.svelte | 14 +- .../src/components/ChannelHeader.svelte | 8 +- .../src/components/ChannelPresenter.svelte | 6 +- .../src/components/ChannelSeparator.svelte | 4 +- .../src/components/ChannelView.svelte | 14 +- .../src/components/ChunterBrowser.svelte | 16 +- .../src/components/Comment.svelte | 6 +- .../src/components/CommentInput.svelte | 8 +- .../src/components/CommentPopup.svelte | 6 +- .../src/components/CommentPresenter.svelte | 10 +- .../src/components/CommentsPresenter.svelte | 6 +- .../ConvertDmToPrivateChannel.svelte | 10 +- .../src/components/CreateChannel.svelte | 10 +- .../src/components/CreateDirectMessage.svelte | 10 +- .../src/components/DateSeparator.svelte | 2 +- .../src/components/DmHeader.svelte | 12 +- .../src/components/DmPresenter.svelte | 6 +- .../src/components/EditChannel.svelte | 10 +- .../EditChannelDescriptionAttachments.svelte | 12 +- .../EditChannelDescriptionTab.svelte | 8 +- .../components/EditChannelSettingsTab.svelte | 4 +- .../src/components/Header.svelte | 4 +- .../src/components/JumpToDateSelector.svelte | 4 +- .../src/components/Message.svelte | 26 +- .../src/components/MessagesBrowser.svelte | 14 +- .../src/components/PinnedMessages.svelte | 6 +- .../src/components/PinnedMessagesPopup.svelte | 10 +- .../src/components/Reactions.svelte | 6 +- .../src/components/ReactionsTooltip.svelte | 6 +- .../src/components/Replies.svelte | 10 +- .../src/components/SavedMessages.svelte | 14 +- .../src/components/Thread.svelte | 16 +- .../src/components/ThreadView.svelte | 16 +- .../src/components/Threads.svelte | 10 +- .../activity/TxBacklinkCreate.svelte | 4 +- .../activity/TxBacklinkReference.svelte | 12 +- .../activity/TxCommentCreate.svelte | 12 +- plugins/chunter-resources/src/index.ts | 14 +- plugins/chunter-resources/src/plugin.ts | 12 +- plugins/chunter-resources/src/utils.ts | 10 +- plugins/chunter/.eslintrc.js | 2 +- plugins/chunter/CHANGELOG.json | 6 +- plugins/chunter/CHANGELOG.md | 2 +- plugins/chunter/config/rig.json | 2 +- plugins/chunter/package.json | 14 +- plugins/chunter/src/index.ts | 12 +- plugins/chunter/tsconfig.json | 2 +- plugins/client-resources/.eslintrc.js | 2 +- plugins/client-resources/CHANGELOG.json | 18 +- plugins/client-resources/CHANGELOG.md | 2 +- plugins/client-resources/config/rig.json | 2 +- plugins/client-resources/package.json | 16 +- plugins/client-resources/readme.md | 4 +- plugins/client-resources/src/connection.ts | 8 +- plugins/client-resources/src/index.ts | 6 +- plugins/client-resources/tsconfig.json | 2 +- plugins/client/.eslintrc.js | 2 +- plugins/client/CHANGELOG.json | 10 +- plugins/client/CHANGELOG.md | 2 +- plugins/client/config/rig.json | 2 +- plugins/client/package.json | 14 +- plugins/client/src/index.ts | 8 +- plugins/client/tsconfig.json | 2 +- plugins/contact-assets/.eslintrc.js | 2 +- plugins/contact-assets/CHANGELOG.json | 6 +- plugins/contact-assets/CHANGELOG.md | 2 +- plugins/contact-assets/config/rig.json | 2 +- plugins/contact-assets/package.json | 10 +- plugins/contact-assets/src/index.ts | 4 +- plugins/contact-resources/.eslintrc.js | 2 +- plugins/contact-resources/CHANGELOG.json | 6 +- plugins/contact-resources/CHANGELOG.md | 2 +- plugins/contact-resources/config/rig.json | 2 +- plugins/contact-resources/package.json | 30 +- .../src/components/AccountArrayEditor.svelte | 8 +- .../src/components/ChannelEditor.svelte | 8 +- .../src/components/Channels.svelte | 8 +- .../src/components/ChannelsDropdown.svelte | 16 +- .../src/components/ChannelsEditor.svelte | 10 +- .../src/components/ChannelsPopup.svelte | 4 +- .../src/components/ChannelsPresenter.svelte | 12 +- .../src/components/ChannelsView.svelte | 12 +- .../src/components/ContactPresenter.svelte | 6 +- .../src/components/Contacts.svelte | 10 +- .../src/components/CreateContact.svelte | 8 +- .../src/components/CreateEmployee.svelte | 12 +- .../src/components/CreateMember.svelte | 8 +- .../src/components/CreateOrganization.svelte | 8 +- .../src/components/CreateOrganizations.svelte | 6 +- .../src/components/CreatePerson.svelte | 12 +- .../src/components/CreatePersons.svelte | 6 +- .../src/components/EditMember.svelte | 6 +- .../src/components/EditOrganization.svelte | 12 +- .../src/components/EditPerson.svelte | 14 +- .../EmployeeAccountPresenter.svelte | 10 +- .../src/components/EmployeeArrayEditor.svelte | 8 +- .../src/components/EmployeeBrowser.svelte | 8 +- .../src/components/EmployeeEditor.svelte | 10 +- .../src/components/EmployeePresenter.svelte | 10 +- .../components/EmployeePreviewPopup.svelte | 10 +- .../components/EmployeeSetStatusPopup.svelte | 8 +- .../EmployeeStatusDueDatePopup.svelte | 2 +- .../EmployeeStatusDueDatePresenter.svelte | 6 +- .../components/EmployeeStatusPresenter.svelte | 8 +- .../src/components/MemberPresenter.svelte | 10 +- .../src/components/Members.svelte | 12 +- .../src/components/OrganizationCard.svelte | 6 +- .../src/components/OrganizationEditor.svelte | 10 +- .../components/OrganizationPresenter.svelte | 6 +- .../src/components/PersonCard.svelte | 10 +- .../src/components/PersonContent.svelte | 12 +- .../src/components/PersonEditor.svelte | 10 +- .../src/components/PersonPresenter.svelte | 6 +- .../src/components/SocialEditor.svelte | 8 +- plugins/contact-resources/src/index.ts | 12 +- plugins/contact-resources/src/plugin.ts | 4 +- plugins/contact-resources/src/utils.ts | 6 +- plugins/contact/.eslintrc.js | 2 +- plugins/contact/CHANGELOG.json | 8 +- plugins/contact/CHANGELOG.md | 2 +- plugins/contact/config/rig.json | 2 +- plugins/contact/package.json | 18 +- plugins/contact/src/index.ts | 10 +- plugins/contact/tsconfig.json | 2 +- plugins/devmodel-resources/.eslintrc.js | 2 +- plugins/devmodel-resources/config/rig.json | 2 +- plugins/devmodel-resources/package.json | 32 +- .../src/components/ModelView.svelte | 6 +- .../src/components/QueryView.svelte | 6 +- plugins/devmodel-resources/src/index.ts | 12 +- plugins/devmodel-resources/src/plugin.ts | 8 +- plugins/devmodel/.eslintrc.js | 2 +- plugins/devmodel/config/rig.json | 2 +- plugins/devmodel/package.json | 12 +- plugins/devmodel/src/index.ts | 8 +- plugins/devmodel/tsconfig.json | 2 +- plugins/gmail-assets/.eslintrc.js | 2 +- plugins/gmail-assets/config/rig.json | 2 +- plugins/gmail-assets/package.json | 10 +- plugins/gmail-assets/src/index.ts | 4 +- plugins/gmail-resources/.eslintrc.js | 2 +- plugins/gmail-resources/config/rig.json | 2 +- plugins/gmail-resources/package.json | 34 +- .../src/components/Chats.svelte | 16 +- .../src/components/Connect.svelte | 6 +- .../src/components/FullMessage.svelte | 12 +- .../src/components/FullMessagePopup.svelte | 4 +- .../src/components/Main.svelte | 12 +- .../src/components/Message.svelte | 6 +- .../src/components/Messages.svelte | 4 +- .../src/components/NewMessage.svelte | 24 +- .../src/components/SharedMessages.svelte | 4 +- .../components/activity/TxSharedCreate.svelte | 6 +- plugins/gmail-resources/src/index.ts | 4 +- plugins/gmail-resources/src/plugin.ts | 4 +- plugins/gmail/.eslintrc.js | 2 +- plugins/gmail/config/rig.json | 2 +- plugins/gmail/package.json | 14 +- plugins/gmail/src/index.ts | 12 +- plugins/gmail/tsconfig.json | 2 +- plugins/hr-assets/.eslintrc.js | 2 +- plugins/hr-assets/config/rig.json | 2 +- plugins/hr-assets/package.json | 10 +- plugins/hr-assets/src/index.ts | 4 +- plugins/hr-resources/.eslintrc.js | 2 +- plugins/hr-resources/config/rig.json | 2 +- plugins/hr-resources/package.json | 36 +- .../src/components/CreateDepartment.svelte | 8 +- .../src/components/CreateRequest.svelte | 14 +- .../src/components/DepartmentCard.svelte | 16 +- .../src/components/DepartmentEditor.svelte | 10 +- .../src/components/DepartmentStaff.svelte | 14 +- .../src/components/EditDepartment.svelte | 16 +- .../src/components/EditRequest.svelte | 10 +- .../src/components/PersonsPresenter.svelte | 12 +- .../src/components/RequestPresenter.svelte | 6 +- .../src/components/RequestsPopup.svelte | 6 +- .../src/components/Schedule.svelte | 14 +- .../src/components/ScheduleRequests.svelte | 8 +- .../src/components/ScheduleView.svelte | 12 +- .../src/components/Structure.svelte | 10 +- .../src/components/TzDateEditor.svelte | 6 +- .../src/components/TzDatePresenter.svelte | 4 +- .../components/schedule/MonthTableView.svelte | 14 +- .../src/components/schedule/MonthView.svelte | 12 +- .../components/schedule/StatPresenter.svelte | 4 +- .../src/components/schedule/YearView.svelte | 10 +- plugins/hr-resources/src/index.ts | 2 +- plugins/hr-resources/src/plugin.ts | 4 +- plugins/hr-resources/src/utils.ts | 10 +- plugins/hr/.eslintrc.js | 2 +- plugins/hr/config/rig.json | 2 +- plugins/hr/package.json | 12 +- plugins/hr/src/index.ts | 10 +- plugins/hr/tsconfig.json | 2 +- plugins/image-cropper-resources/.eslintrc.js | 2 +- .../image-cropper-resources/config/rig.json | 2 +- plugins/image-cropper-resources/package.json | 6 +- plugins/image-cropper-resources/src/index.ts | 4 +- plugins/image-cropper/.eslintrc.js | 2 +- plugins/image-cropper/config/rig.json | 2 +- plugins/image-cropper/package.json | 8 +- plugins/image-cropper/src/index.ts | 6 +- plugins/image-cropper/tsconfig.json | 2 +- plugins/inventory-assets/.eslintrc.js | 2 +- plugins/inventory-assets/config/rig.json | 2 +- plugins/inventory-assets/package.json | 10 +- plugins/inventory-assets/src/index.ts | 4 +- plugins/inventory-resources/.eslintrc.js | 2 +- plugins/inventory-resources/config/rig.json | 2 +- plugins/inventory-resources/package.json | 24 +- .../src/components/Categories.svelte | 6 +- .../src/components/CategoryPresenter.svelte | 6 +- .../src/components/CreateCategory.svelte | 12 +- .../src/components/CreateProduct.svelte | 10 +- .../src/components/CreateVariant.svelte | 8 +- .../src/components/HierarchyElement.svelte | 10 +- .../src/components/HierarchyView.svelte | 12 +- .../src/components/ProductPresenter.svelte | 6 +- .../src/components/VariantPresenter.svelte | 2 +- .../src/components/Variants.svelte | 6 +- plugins/inventory-resources/src/index.ts | 6 +- plugins/inventory-resources/src/plugin.ts | 4 +- plugins/inventory/.eslintrc.js | 2 +- plugins/inventory/config/rig.json | 2 +- plugins/inventory/package.json | 8 +- plugins/inventory/src/index.ts | 6 +- plugins/inventory/tsconfig.json | 2 +- plugins/lead-assets/.eslintrc.js | 2 +- plugins/lead-assets/config/rig.json | 2 +- plugins/lead-assets/package.json | 10 +- plugins/lead-assets/src/index.ts | 4 +- plugins/lead-resources/.eslintrc.js | 2 +- plugins/lead-resources/config/rig.json | 2 +- plugins/lead-resources/package.json | 40 +- .../src/components/CreateCustomer.svelte | 20 +- .../src/components/CreateFunnel.svelte | 8 +- .../src/components/CreateLead.svelte | 14 +- .../src/components/EditFunnel.svelte | 18 +- .../src/components/EditLead.svelte | 8 +- .../src/components/KanbanCard.svelte | 18 +- .../src/components/LeadPresenter.svelte | 6 +- .../src/components/Leads.svelte | 8 +- .../src/components/LeadsPopup.svelte | 4 +- .../src/components/LeadsPresenter.svelte | 4 +- .../src/components/NewItemsHeader.svelte | 2 +- .../src/components/TemplatesIcon.svelte | 4 +- plugins/lead-resources/src/index.ts | 2 +- plugins/lead-resources/src/plugin.ts | 8 +- plugins/lead-resources/src/utils.ts | 4 +- plugins/lead/.eslintrc.js | 2 +- plugins/lead/config/rig.json | 2 +- plugins/lead/package.json | 14 +- plugins/lead/src/index.ts | 12 +- plugins/lead/tsconfig.json | 2 +- plugins/login-assets/.eslintrc.js | 2 +- plugins/login-assets/CHANGELOG.json | 6 +- plugins/login-assets/CHANGELOG.md | 2 +- plugins/login-assets/config/rig.json | 2 +- plugins/login-assets/package.json | 10 +- plugins/login-assets/src/index.ts | 4 +- plugins/login-resources/.eslintrc.js | 2 +- plugins/login-resources/CHANGELOG.json | 14 +- plugins/login-resources/CHANGELOG.md | 2 +- plugins/login-resources/config/rig.json | 2 +- plugins/login-resources/package.json | 14 +- .../src/components/CreateWorkspaceForm.svelte | 6 +- .../src/components/Form.svelte | 8 +- .../src/components/InviteLink.svelte | 4 +- .../src/components/Join.svelte | 6 +- .../src/components/LoginApp.svelte | 4 +- .../src/components/LoginForm.svelte | 4 +- .../src/components/SelectWorkspace.svelte | 6 +- .../src/components/SignupForm.svelte | 4 +- .../src/components/StatusControl.svelte | 6 +- plugins/login-resources/src/plugin.ts | 6 +- plugins/login-resources/src/utils.ts | 6 +- plugins/login/.eslintrc.js | 2 +- plugins/login/CHANGELOG.json | 8 +- plugins/login/CHANGELOG.md | 2 +- plugins/login/config/rig.json | 2 +- plugins/login/package.json | 8 +- plugins/login/src/index.ts | 6 +- plugins/login/tsconfig.json | 2 +- plugins/notification-assets/.eslintrc.js | 2 +- plugins/notification-assets/config/rig.json | 2 +- plugins/notification-assets/package.json | 10 +- plugins/notification-assets/src/index.ts | 4 +- plugins/notification-resources/.eslintrc.js | 2 +- .../config copy/rig.json | 2 +- plugins/notification-resources/package.json | 22 +- .../components/BrowserNotificatator.svelte | 12 +- .../src/components/LastViewEditor.svelte | 4 +- .../components/NotificationPresenter.svelte | 4 +- .../components/NotificationSettings.svelte | 8 +- .../src/components/NotificationView.svelte | 14 +- .../src/components/NotificationsPopup.svelte | 16 +- plugins/notification-resources/src/index.ts | 2 +- plugins/notification-resources/src/plugin.ts | 6 +- plugins/notification-resources/src/utils.ts | 6 +- plugins/notification/.eslintrc.js | 2 +- plugins/notification/config/rig.json | 2 +- plugins/notification/package.json | 19 +- plugins/notification/src/index.ts | 12 +- plugins/notification/src/types.ts | 72 ++++ plugins/notification/tsconfig.json | 2 +- plugins/preference-assets/.eslintrc.js | 2 +- plugins/preference-assets/config/rig.json | 2 +- plugins/preference-assets/package.json | 10 +- plugins/preference-assets/src/index.ts | 4 +- plugins/preference/.eslintrc.js | 2 +- plugins/preference/config/rig.json | 2 +- plugins/preference/package.json | 16 +- plugins/preference/src/index.ts | 6 +- plugins/preference/tsconfig.json | 2 +- plugins/recruit-assets/.eslintrc.js | 2 +- plugins/recruit-assets/CHANGELOG.json | 6 +- plugins/recruit-assets/CHANGELOG.md | 2 +- plugins/recruit-assets/config/rig.json | 2 +- plugins/recruit-assets/package.json | 10 +- plugins/recruit-assets/src/index.ts | 4 +- plugins/recruit-resources/.eslintrc.js | 2 +- plugins/recruit-resources/CHANGELOG.json | 6 +- plugins/recruit-resources/CHANGELOG.md | 2 +- plugins/recruit-resources/config/rig.json | 2 +- plugins/recruit-resources/package.json | 54 +-- .../src/components/ApplicantFilter.svelte | 8 +- .../src/components/ApplicationItem.svelte | 10 +- .../components/ApplicationPresenter.svelte | 12 +- .../src/components/ApplicationTitle.svelte | 4 +- .../src/components/Applications.svelte | 8 +- .../src/components/ApplicationsPopup.svelte | 6 +- .../components/ApplicationsPresenter.svelte | 4 +- .../src/components/CandidateCard.svelte | 14 +- .../src/components/CreateApplication.svelte | 20 +- .../src/components/CreateCandidate.svelte | 34 +- .../src/components/CreateVacancy.svelte | 10 +- .../src/components/EditApplication.svelte | 6 +- .../src/components/EditVacancy.svelte | 20 +- .../src/components/KanbanCard.svelte | 22 +- .../src/components/NewCandidateHeader.svelte | 2 +- .../src/components/SkillsView.svelte | 4 +- .../src/components/Vacancies.svelte | 12 +- .../VacancyApplicationsPopup.svelte | 8 +- .../src/components/VacancyCard.svelte | 24 +- .../components/VacancyCountPresenter.svelte | 6 +- .../src/components/VacancyItem.svelte | 4 +- .../components/VacancyItemPresenter.svelte | 6 +- .../src/components/VacancyList.svelte | 12 +- .../VacancyModifiedPresenter.svelte | 6 +- .../src/components/VacancyOrgPresenter.svelte | 4 +- .../src/components/VacancyPresenter.svelte | 6 +- .../src/components/YesNo.svelte | 6 +- .../components/review/CreateOpinion.svelte | 16 +- .../src/components/review/CreateReview.svelte | 22 +- .../src/components/review/EditOpinion.svelte | 10 +- .../src/components/review/EditReview.svelte | 14 +- .../components/review/OpinionPresenter.svelte | 10 +- .../src/components/review/Opinions.svelte | 6 +- .../components/review/OpinionsPopup.svelte | 6 +- .../review/OpinionsPresenter.svelte | 4 +- .../components/review/PersonsPresenter.svelte | 12 +- .../components/review/ReviewPresenter.svelte | 12 +- .../src/components/review/Reviews.svelte | 12 +- plugins/recruit-resources/src/index.ts | 16 +- plugins/recruit-resources/src/plugin.ts | 14 +- plugins/recruit-resources/src/utils.ts | 12 +- plugins/recruit/.eslintrc.js | 2 +- plugins/recruit/CHANGELOG.json | 10 +- plugins/recruit/CHANGELOG.md | 2 +- plugins/recruit/config/rig.json | 2 +- plugins/recruit/package.json | 18 +- plugins/recruit/src/index.ts | 14 +- plugins/recruit/tsconfig.json | 2 +- plugins/setting-assets/.eslintrc.js | 2 +- plugins/setting-assets/config/rig.json | 2 +- plugins/setting-assets/package.json | 10 +- plugins/setting-assets/src/index.ts | 4 +- plugins/setting-resources/.eslintrc.js | 2 +- plugins/setting-resources/config/rig.json | 2 +- plugins/setting-resources/package.json | 32 +- .../src/components/CategoryElement.svelte | 4 +- .../src/components/ClassAttributes.svelte | 10 +- .../src/components/ClassHierarchy.svelte | 8 +- .../src/components/ClassSetting.svelte | 6 +- .../src/components/CreateAttribute.svelte | 22 +- .../src/components/CreateMixin.svelte | 8 +- .../src/components/EditAttribute.svelte | 10 +- .../src/components/EditClassLabel.svelte | 8 +- .../src/components/EditEnum.svelte | 17 +- .../src/components/EnumSetting.svelte | 17 +- .../src/components/EnumValues.svelte | 17 +- .../src/components/Integrations.svelte | 10 +- .../src/components/Owners.svelte | 10 +- .../src/components/Password.svelte | 8 +- .../src/components/PluginCard.svelte | 12 +- .../src/components/Privacy.svelte | 4 +- .../src/components/Profile.svelte | 20 +- .../src/components/Settings.svelte | 14 +- .../src/components/Support.svelte | 4 +- .../src/components/Terms.svelte | 4 +- .../src/components/WorkspaceSettings.svelte | 10 +- .../activity/TxIntegrationDisable.svelte | 10 +- .../TxIntegrationDisableReconnect.svelte | 8 +- .../src/components/statuses/Folders.svelte | 8 +- .../components/statuses/ManageStatuses.svelte | 8 +- .../src/components/statuses/Templates.svelte | 12 +- .../typeEditors/BooleanTypeEditor.svelte | 2 +- .../typeEditors/DateTypeEditor.svelte | 10 +- .../components/typeEditors/EnumPopup.svelte | 4 +- .../components/typeEditors/EnumSelect.svelte | 8 +- .../typeEditors/EnumTypeEditor.svelte | 8 +- .../typeEditors/NumberTypeEditor.svelte | 2 +- .../components/typeEditors/RefEditor.svelte | 12 +- .../typeEditors/StringTypeEditor.svelte | 4 +- plugins/setting-resources/src/index.ts | 10 +- plugins/setting-resources/src/plugin.ts | 8 +- plugins/setting/.eslintrc.js | 2 +- plugins/setting/config/rig.json | 2 +- plugins/setting/package.json | 10 +- plugins/setting/src/index.ts | 8 +- plugins/setting/tsconfig.json | 2 +- plugins/tags-assets/.eslintrc.js | 2 +- plugins/tags-assets/config/rig.json | 2 +- plugins/tags-assets/package.json | 10 +- plugins/tags-assets/src/index.ts | 4 +- plugins/tags-resources/.eslintrc.js | 2 +- plugins/tags-resources/config/rig.json | 2 +- plugins/tags-resources/package.json | 18 +- .../src/components/CategoryBar.svelte | 8 +- .../src/components/CategoryPresenter.svelte | 2 +- .../src/components/CreateTagElement.svelte | 12 +- .../src/components/EditTagElement.svelte | 12 +- .../src/components/LabelsPresenter.svelte | 10 +- .../TagElementCountPresenter.svelte | 8 +- .../src/components/TagElementPresenter.svelte | 4 +- .../src/components/TagItem.svelte | 6 +- .../components/TagReferencePresenter.svelte | 4 +- .../tags-resources/src/components/Tags.svelte | 6 +- .../src/components/TagsAttributeEditor.svelte | 12 +- .../src/components/TagsCategoryPopup.svelte | 12 +- .../src/components/TagsDropdownEditor.svelte | 12 +- .../src/components/TagsEditor.svelte | 10 +- .../src/components/TagsEditorPopup.svelte | 6 +- .../src/components/TagsFilter.svelte | 16 +- .../src/components/TagsItemPresenter.svelte | 2 +- .../src/components/TagsPopup.svelte | 12 +- .../components/TagsPresentationPopup.svelte | 8 +- .../src/components/TagsPresenter.svelte | 10 +- .../src/components/TagsView.svelte | 12 +- plugins/tags-resources/src/index.ts | 10 +- plugins/tags-resources/src/plugin.ts | 10 +- plugins/tags-resources/src/utils.ts | 8 +- plugins/tags/.eslintrc.js | 2 +- plugins/tags/config/rig.json | 2 +- plugins/tags/package.json | 14 +- plugins/tags/src/index.ts | 10 +- plugins/tags/tsconfig.json | 2 +- plugins/task-assets/.eslintrc.js | 2 +- plugins/task-assets/CHANGELOG.json | 6 +- plugins/task-assets/CHANGELOG.md | 2 +- plugins/task-assets/config/rig.json | 2 +- plugins/task-assets/package.json | 10 +- plugins/task-assets/src/index.ts | 4 +- plugins/task-resources/.eslintrc.js | 2 +- plugins/task-resources/CHANGELOG.json | 6 +- plugins/task-resources/CHANGELOG.md | 2 +- plugins/task-resources/config/rig.json | 2 +- plugins/task-resources/package.json | 42 +- .../src/components/AssignedTasks.svelte | 14 +- .../src/components/AssigneePresenter.svelte | 16 +- .../src/components/CreateFilter.svelte | 6 +- .../src/components/CreateFilterPopup.svelte | 6 +- .../src/components/CreateProject.svelte | 8 +- .../src/components/Dashboard.svelte | 12 +- .../src/components/EditIssue.svelte | 10 +- .../src/components/KanbanCard.svelte | 16 +- .../src/components/StatusTableView.svelte | 12 +- .../src/components/TaskHeader.svelte | 10 +- .../src/components/TaskItem.svelte | 6 +- .../src/components/TaskPresenter.svelte | 8 +- .../src/components/TemplatesIcon.svelte | 2 +- .../components/kanban/KanbanDragDone.svelte | 8 +- .../src/components/kanban/KanbanEditor.svelte | 8 +- .../kanban/KanbanTemplateEditor.svelte | 10 +- .../kanban/KanbanTemplateSelector.svelte | 12 +- .../src/components/kanban/KanbanView.svelte | 18 +- .../components/state/DoneStateEditor.svelte | 10 +- .../state/DoneStatePresenter.svelte | 6 +- .../components/state/DoneStatesPopup.svelte | 8 +- .../src/components/state/EditStatuses.svelte | 12 +- .../src/components/state/PopupDialog.svelte | 4 +- .../src/components/state/StateEditor.svelte | 10 +- .../components/state/StatePresenter.svelte | 4 +- .../src/components/state/StatesBar.svelte | 8 +- .../src/components/state/StatesEditor.svelte | 18 +- .../src/components/state/StatesPopup.svelte | 8 +- .../src/components/state/StatusesPopup.svelte | 2 +- .../src/components/todos/CreateTodo.svelte | 10 +- .../src/components/todos/EditTodo.svelte | 10 +- .../components/todos/TodoItemPresenter.svelte | 4 +- .../components/todos/TodoItemsPopup.svelte | 8 +- .../todos/TodoStatePresenter.svelte | 2 +- .../src/components/todos/Todos.svelte | 12 +- plugins/task-resources/src/index.ts | 6 +- plugins/task-resources/src/plugin.ts | 8 +- plugins/task/.eslintrc.js | 2 +- plugins/task/CHANGELOG.json | 6 +- plugins/task/CHANGELOG.md | 2 +- plugins/task/config/rig.json | 2 +- plugins/task/package.json | 16 +- plugins/task/src/index.ts | 14 +- plugins/task/tsconfig.json | 2 +- plugins/telegram-assets/.eslintrc.js | 2 +- plugins/telegram-assets/config/rig.json | 2 +- plugins/telegram-assets/package.json | 10 +- plugins/telegram-assets/src/index.ts | 4 +- plugins/telegram-resources/.eslintrc.js | 2 +- plugins/telegram-resources/config/rig.json | 2 +- plugins/telegram-resources/package.json | 32 +- .../src/components/Chat.svelte | 18 +- .../src/components/Connect.svelte | 6 +- .../src/components/Date.svelte | 2 +- .../src/components/Message.svelte | 14 +- .../src/components/Messages.svelte | 4 +- .../src/components/PinPad.svelte | 2 +- .../src/components/Reconnect.svelte | 12 +- .../src/components/SharedMessages.svelte | 2 +- .../components/activity/TxSharedCreate.svelte | 6 +- plugins/telegram-resources/src/index.ts | 4 +- plugins/telegram-resources/src/plugin.ts | 4 +- plugins/telegram/.eslintrc.js | 2 +- plugins/telegram/config/rig.json | 2 +- plugins/telegram/package.json | 14 +- plugins/telegram/src/index.ts | 12 +- plugins/telegram/tsconfig.json | 2 +- plugins/templates-assets/.eslintrc.js | 2 +- plugins/templates-assets/config/rig.json | 2 +- plugins/templates-assets/package.json | 10 +- plugins/templates-assets/src/index.ts | 4 +- plugins/templates-resources/.eslintrc.js | 2 +- plugins/templates-resources/config/rig.json | 2 +- plugins/templates-resources/package.json | 18 +- .../src/components/TemplateElement.svelte | 6 +- .../src/components/TemplatePopup.svelte | 8 +- .../src/components/Templates.svelte | 10 +- plugins/templates-resources/src/index.ts | 6 +- plugins/templates-resources/src/plugin.ts | 6 +- plugins/templates/.eslintrc.js | 2 +- plugins/templates/config/rig.json | 2 +- plugins/templates/package.json | 10 +- plugins/templates/src/index.ts | 6 +- plugins/templates/tsconfig.json | 2 +- plugins/tracker-assets/.eslintrc.js | 2 +- plugins/tracker-assets/config/rig.json | 2 +- plugins/tracker-assets/package.json | 10 +- plugins/tracker-assets/src/index.ts | 4 +- plugins/tracker-resources/.eslintrc.js | 2 +- plugins/tracker-resources/config/rig.json | 2 +- plugins/tracker-resources/package.json | 52 +-- .../src/components/AccountPopup.svelte | 14 +- .../src/components/AppItem.svelte | 6 +- .../CommonTrackerDatePresenter.svelte | 4 +- .../src/components/CreateIssue.svelte | 20 +- .../src/components/DueDatePopup.svelte | 2 +- .../src/components/FilterMenu.svelte | 2 +- .../src/components/FilterMenuSection.svelte | 2 +- .../src/components/FilterSummary.svelte | 6 +- .../components/FilterSummarySection.svelte | 2 +- .../src/components/ModeSelector.svelte | 4 +- .../src/components/NewIssueHeader.svelte | 6 +- .../src/components/ProjectSelector.svelte | 12 +- .../src/components/RelationsPopup.svelte | 12 +- .../components/SetDueDateActionPopup.svelte | 8 +- .../SetParentIssueActionPopup.svelte | 6 +- .../src/components/SpaceInfo.svelte | 4 +- .../src/components/SpacesPopup.svelte | 6 +- .../src/components/icons/StatusIcon.svelte | 4 +- .../src/components/issues/Active.svelte | 6 +- .../components/issues/AssigneeEditor.svelte | 10 +- .../issues/AssigneePresenter.svelte | 16 +- .../src/components/issues/Backlog.svelte | 6 +- .../components/issues/DueDateEditor.svelte | 6 +- .../components/issues/DueDatePresenter.svelte | 6 +- .../src/components/issues/Duration.svelte | 2 +- .../src/components/issues/IssueItem.svelte | 6 +- .../components/issues/IssuePresenter.svelte | 8 +- .../src/components/issues/IssuePreview.svelte | 16 +- .../issues/IssueStatusActivity.svelte | 8 +- .../components/issues/IssueStatusIcon.svelte | 8 +- .../src/components/issues/Issues.svelte | 4 +- .../components/issues/IssuesContent.svelte | 10 +- .../components/issues/IssuesFilterMenu.svelte | 6 +- .../src/components/issues/IssuesHeader.svelte | 8 +- .../src/components/issues/IssuesList.svelte | 16 +- .../issues/IssuesListBrowser.svelte | 10 +- .../src/components/issues/IssuesView.svelte | 14 +- .../src/components/issues/KanbanView.svelte | 22 +- .../src/components/issues/ListView.svelte | 12 +- .../issues/ModificationDatePresenter.svelte | 2 +- .../src/components/issues/ParentIssue.svelte | 6 +- .../issues/ParentNamesPresenter.svelte | 2 +- .../components/issues/PriorityEditor.svelte | 10 +- .../issues/PriorityFilterMenuSection.svelte | 6 +- .../issues/PriorityPresenter.svelte | 6 +- .../issues/ProjectFilterMenuSection.svelte | 6 +- .../components/issues/RelationEditor.svelte | 4 +- .../issues/RelationEditorPart.svelte | 14 +- .../issues/SprintFilterMenuSection.svelte | 6 +- .../src/components/issues/StatusEditor.svelte | 10 +- .../issues/StatusFilterMenuSection.svelte | 8 +- .../components/issues/StatusPresenter.svelte | 4 +- .../components/issues/TitlePresenter.svelte | 2 +- .../issues/edit/ControlPanel.svelte | 12 +- .../issues/edit/CopyToClipboardButton.svelte | 4 +- .../issues/edit/CreateSubIssue.svelte | 12 +- .../components/issues/edit/EditIssue.svelte | 20 +- .../issues/edit/SubIssueList.svelte | 8 +- .../issues/edit/SubIssueSelector.svelte | 8 +- .../components/issues/edit/SubIssues.svelte | 8 +- .../issues/edit/SubIssuesSelector.svelte | 10 +- .../issues/related/CreateRelatedIssue.svelte | 12 +- .../issues/related/RelatedIssues.svelte | 8 +- .../issues/timereport/EstimationEditor.svelte | 10 +- .../issues/timereport/EstimationPopup.svelte | 12 +- .../EstimationProgressCircle.svelte | 2 +- .../timereport/ReportedTimeEditor.svelte | 6 +- .../issues/timereport/ReportsPopup.svelte | 12 +- .../issues/timereport/TimeSpendReport.svelte | 14 +- .../timereport/TimeSpendReportPopup.svelte | 12 +- .../src/components/myissues/MyIssues.svelte | 12 +- .../components/projects/EditProject.svelte | 10 +- .../components/projects/IconPresenter.svelte | 6 +- .../src/components/projects/LeadPopup.svelte | 6 +- .../components/projects/LeadPresenter.svelte | 16 +- .../src/components/projects/NewProject.svelte | 10 +- .../components/projects/ProjectBrowser.svelte | 12 +- .../components/projects/ProjectEditor.svelte | 10 +- .../projects/ProjectMembersPresenter.svelte | 14 +- .../components/projects/ProjectPopup.svelte | 6 +- .../projects/ProjectPresenter.svelte | 6 +- .../projects/ProjectStatusEditor.svelte | 2 +- .../projects/ProjectStatusPresenter.svelte | 6 +- .../projects/ProjectStatusSelector.svelte | 6 +- .../projects/ProjectTitlePresenter.svelte | 4 +- .../src/components/projects/Projects.svelte | 10 +- .../components/projects/ProjectsList.svelte | 14 +- .../projects/ProjectsListBrowser.svelte | 8 +- .../projects/TargetDatePresenter.svelte | 4 +- .../components/projects/TeamProjects.svelte | 4 +- .../src/components/sprints/EditSprint.svelte | 10 +- .../src/components/sprints/NewSprint.svelte | 10 +- .../components/sprints/SprintBrowser.svelte | 12 +- .../sprints/SprintDatePresenter.svelte | 8 +- .../components/sprints/SprintEditor.svelte | 12 +- .../src/components/sprints/SprintList.svelte | 14 +- .../sprints/SprintListBrowser.svelte | 8 +- .../src/components/sprints/SprintPopup.svelte | 8 +- .../components/sprints/SprintPresenter.svelte | 6 +- .../components/sprints/SprintSelector.svelte | 12 +- .../sprints/SprintStatusPresenter.svelte | 6 +- .../sprints/SprintStatusSelector.svelte | 6 +- .../sprints/SprintTitlePresenter.svelte | 4 +- .../src/components/sprints/Sprints.svelte | 10 +- .../components/workflow/StatusEditor.svelte | 10 +- .../components/workflow/StatusInput.svelte | 2 +- .../workflow/StatusPresenter.svelte | 4 +- .../src/components/workflow/Statuses.svelte | 10 +- plugins/tracker-resources/src/index.ts | 10 +- plugins/tracker-resources/src/issues.ts | 10 +- plugins/tracker-resources/src/plugin.ts | 8 +- plugins/tracker-resources/src/types.ts | 6 +- plugins/tracker-resources/src/utils.ts | 20 +- plugins/tracker/.eslintrc.js | 2 +- plugins/tracker/config/rig.json | 2 +- plugins/tracker/package.json | 22 +- plugins/tracker/src/index.ts | 14 +- plugins/tracker/tsconfig.json | 2 +- plugins/view-assets/.eslintrc.js | 2 +- plugins/view-assets/CHANGELOG.json | 6 +- plugins/view-assets/CHANGELOG.md | 2 +- plugins/view-assets/config/rig.json | 2 +- plugins/view-assets/package.json | 10 +- plugins/view-assets/src/index.ts | 4 +- plugins/view-resources/.eslintrc.js | 2 +- plugins/view-resources/CHANGELOG.json | 6 +- plugins/view-resources/CHANGELOG.md | 2 +- plugins/view-resources/config/rig.json | 2 +- plugins/view-resources/package.json | 30 +- plugins/view-resources/src/actionImpl.ts | 10 +- plugins/view-resources/src/actions.ts | 15 +- .../src/components/ActionContext.svelte | 4 +- .../src/components/ActionHandler.svelte | 10 +- .../src/components/ActionsPopup.svelte | 12 +- .../src/components/BooleanEditor.svelte | 4 +- .../src/components/BooleanEditorPopup.svelte | 2 +- .../src/components/BooleanPresenter.svelte | 2 +- .../components/BooleanTruePresenter.svelte | 2 +- .../src/components/ClassAttributeBar.svelte | 8 +- .../src/components/ClassPresenter.svelte | 4 +- .../src/components/ColorsPopup.svelte | 2 +- .../src/components/DateEditor.svelte | 6 +- .../src/components/DatePresenter.svelte | 4 +- .../src/components/DocAttributeBar.svelte | 6 +- .../src/components/EditBoxPopup.svelte | 6 +- .../src/components/EditDoc.svelte | 16 +- .../src/components/EnumEditor.svelte | 8 +- .../src/components/FixedColumn.svelte | 2 +- .../src/components/HTMLEditor.svelte | 6 +- .../src/components/HTMLPresenter.svelte | 4 +- .../src/components/IntlStringPresenter.svelte | 4 +- .../src/components/LinkPresenter.svelte | 4 +- .../view-resources/src/components/Menu.svelte | 10 +- .../view-resources/src/components/Move.svelte | 12 +- .../src/components/NumberEditor.svelte | 4 +- .../src/components/ObjectPresenter.svelte | 6 +- .../src/components/PopupDialog.svelte | 4 +- .../src/components/RolePresenter.svelte | 8 +- .../src/components/SpacePresenter.svelte | 2 +- .../src/components/StringEditor.svelte | 4 +- .../src/components/Table.svelte | 12 +- .../src/components/TableBrowser.svelte | 6 +- .../src/components/TableView.svelte | 2 +- .../src/components/TimestampPresenter.svelte | 2 +- .../src/components/UpDownNavigator.svelte | 4 +- .../src/components/ValueSelector.svelte | 8 +- .../src/components/ViewOptionsButton.svelte | 4 +- .../src/components/ViewOptionsPopup.svelte | 2 +- .../src/components/ViewletSetting.svelte | 12 +- .../components/ViewletSettingButton.svelte | 4 +- .../src/components/filter/FilterBar.svelte | 10 +- .../src/components/filter/FilterButton.svelte | 8 +- .../components/filter/FilterSection.svelte | 14 +- .../components/filter/FilterTypePopup.svelte | 8 +- .../src/components/filter/ObjectFilter.svelte | 14 +- .../components/filter/TimestampFilter.svelte | 4 +- .../src/components/filter/ValueFilter.svelte | 10 +- .../linkPresenters/GithubPresenter.svelte | 4 +- .../linkPresenters/YoutubePresenter.svelte | 2 +- plugins/view-resources/src/context.ts | 2 +- plugins/view-resources/src/filter.ts | 8 +- plugins/view-resources/src/index.ts | 4 +- plugins/view-resources/src/plugin.ts | 6 +- plugins/view-resources/src/selection.ts | 4 +- plugins/view-resources/src/utils.ts | 20 +- plugins/view-resources/src/viewOptions.ts | 4 +- plugins/view/.eslintrc.js | 2 +- plugins/view/CHANGELOG.json | 6 +- plugins/view/CHANGELOG.md | 2 +- plugins/view/config/rig.json | 2 +- plugins/view/package.json | 18 +- plugins/view/src/index.ts | 8 +- plugins/view/tsconfig.json | 2 +- plugins/workbench-assets/.eslintrc.js | 2 +- plugins/workbench-assets/config/rig.json | 2 +- plugins/workbench-assets/package.json | 10 +- plugins/workbench-assets/src/index.ts | 4 +- plugins/workbench-resources/.eslintrc.js | 2 +- plugins/workbench-resources/CHANGELOG.json | 18 +- plugins/workbench-resources/CHANGELOG.md | 2 +- plugins/workbench-resources/config/rig.json | 2 +- plugins/workbench-resources/package.json | 34 +- .../src/components/AccountPopup.svelte | 18 +- .../src/components/AppItem.svelte | 6 +- .../components/ApplicationPresenter.svelte | 4 +- .../src/components/Applications.svelte | 6 +- .../src/components/Archive.svelte | 10 +- .../src/components/AsideHeader.svelte | 2 +- .../src/components/Header.svelte | 8 +- .../src/components/NavHeader.svelte | 4 +- .../src/components/Navigator.svelte | 14 +- .../src/components/SpaceBrowser.svelte | 10 +- .../src/components/SpaceContent.svelte | 8 +- .../src/components/SpaceHeader.svelte | 14 +- .../src/components/SpaceView.svelte | 12 +- .../src/components/SpecialView.svelte | 12 +- .../src/components/Workbench.svelte | 22 +- .../src/components/WorkbenchApp.svelte | 6 +- .../src/components/navigator/ListItem.svelte | 2 +- .../components/navigator/SpacePanel.svelte | 8 +- .../src/components/navigator/SpacesNav.svelte | 20 +- .../navigator/SpecialElement.svelte | 6 +- .../components/navigator/StarredNav.svelte | 20 +- .../components/navigator/TreeElement.svelte | 8 +- .../src/components/navigator/TreeItem.svelte | 6 +- .../src/components/navigator/TreeNode.svelte | 4 +- plugins/workbench-resources/src/index.ts | 4 +- plugins/workbench-resources/src/plugin.ts | 8 +- plugins/workbench-resources/src/utils.ts | 16 +- plugins/workbench/.eslintrc.js | 2 +- plugins/workbench/CHANGELOG.json | 10 +- plugins/workbench/CHANGELOG.md | 2 +- plugins/workbench/config/rig.json | 2 +- plugins/workbench/package.json | 12 +- plugins/workbench/src/index.ts | 10 +- plugins/workbench/tsconfig.json | 2 +- pods/account/.eslintrc.js | 2 +- pods/account/config/rig.json | 2 +- pods/account/package.json | 12 +- pods/account/src/index.ts | 8 +- pods/account/tsconfig.json | 2 +- pods/backup/.eslintrc.js | 2 +- pods/backup/config/rig.json | 2 +- pods/backup/package.json | 18 +- pods/backup/src/platform.ts | 6 +- pods/backup/tsconfig.json | 2 +- products/tracker/package.json | 166 ++++---- products/tracker/src/main-dev.ts | 2 +- products/tracker/src/main.ts | 2 +- products/tracker/src/platform-dev.ts | 56 +-- products/tracker/src/platform.ts | 110 +++--- products/tracker/webpack.config.js | 2 +- rush.json | 368 +++++++++--------- .../attachment-resources/.eslintrc.js | 2 +- .../attachment-resources/config/rig.json | 2 +- .../attachment-resources/package.json | 12 +- .../attachment-resources/src/index.ts | 10 +- .../attachment-resources/tsconfig.json | 2 +- server-plugins/attachment/.eslintrc.js | 2 +- server-plugins/attachment/config/rig.json | 2 +- server-plugins/attachment/package.json | 10 +- server-plugins/attachment/src/index.ts | 6 +- server-plugins/attachment/tsconfig.json | 2 +- .../calendar-resources/.eslintrc.js | 2 +- .../calendar-resources/config/rig.json | 2 +- .../calendar-resources/package.json | 8 +- .../calendar-resources/src/index.ts | 4 +- .../calendar-resources/tsconfig.json | 2 +- server-plugins/calendar/.eslintrc.js | 2 +- server-plugins/calendar/config/rig.json | 2 +- server-plugins/calendar/package.json | 8 +- server-plugins/calendar/src/index.ts | 6 +- server-plugins/calendar/tsconfig.json | 2 +- server-plugins/chunter-resources/.eslintrc.js | 2 +- .../chunter-resources/config/rig.json | 2 +- server-plugins/chunter-resources/package.json | 20 +- server-plugins/chunter-resources/src/index.ts | 14 +- .../chunter-resources/tsconfig.json | 2 +- server-plugins/chunter/.eslintrc.js | 2 +- server-plugins/chunter/config/rig.json | 2 +- server-plugins/chunter/package.json | 10 +- server-plugins/chunter/src/index.ts | 8 +- server-plugins/chunter/tsconfig.json | 2 +- server-plugins/contact-resources/.eslintrc.js | 2 +- .../contact-resources/config/rig.json | 2 +- server-plugins/contact-resources/package.json | 18 +- server-plugins/contact-resources/src/index.ts | 14 +- .../contact-resources/tsconfig.json | 2 +- server-plugins/contact/.eslintrc.js | 2 +- server-plugins/contact/config/rig.json | 2 +- server-plugins/contact/package.json | 10 +- server-plugins/contact/src/index.ts | 8 +- server-plugins/contact/tsconfig.json | 2 +- server-plugins/gmail-resources/.eslintrc.js | 2 +- .../gmail-resources/config/rig.json | 2 +- server-plugins/gmail-resources/package.json | 14 +- server-plugins/gmail-resources/src/index.ts | 8 +- server-plugins/gmail-resources/tsconfig.json | 2 +- server-plugins/gmail/.eslintrc.js | 2 +- server-plugins/gmail/config/rig.json | 2 +- server-plugins/gmail/package.json | 10 +- server-plugins/gmail/src/index.ts | 8 +- server-plugins/gmail/tsconfig.json | 2 +- server-plugins/hr-resources/.eslintrc.js | 2 +- server-plugins/hr-resources/config/rig.json | 2 +- server-plugins/hr-resources/package.json | 14 +- server-plugins/hr-resources/src/index.ts | 8 +- server-plugins/hr-resources/tsconfig.json | 2 +- server-plugins/hr/.eslintrc.js | 2 +- server-plugins/hr/config/rig.json | 2 +- server-plugins/hr/package.json | 10 +- server-plugins/hr/src/index.ts | 6 +- server-plugins/hr/tsconfig.json | 2 +- .../inventory-resources/.eslintrc.js | 2 +- .../inventory-resources/config/rig.json | 2 +- .../inventory-resources/package.json | 20 +- .../inventory-resources/src/index.ts | 12 +- .../inventory-resources/tsconfig.json | 2 +- server-plugins/inventory/.eslintrc.js | 2 +- server-plugins/inventory/config/rig.json | 2 +- server-plugins/inventory/package.json | 10 +- server-plugins/inventory/src/index.ts | 6 +- server-plugins/inventory/tsconfig.json | 2 +- server-plugins/lead-resources/.eslintrc.js | 2 +- server-plugins/lead-resources/config/rig.json | 2 +- server-plugins/lead-resources/package.json | 22 +- server-plugins/lead-resources/src/index.ts | 16 +- server-plugins/lead-resources/tsconfig.json | 2 +- server-plugins/lead/.eslintrc.js | 2 +- server-plugins/lead/config/rig.json | 2 +- server-plugins/lead/package.json | 14 +- server-plugins/lead/src/index.ts | 8 +- server-plugins/lead/tsconfig.json | 2 +- .../notification-resources/.eslintrc.js | 2 +- .../notification-resources/config/rig.json | 2 +- .../notification-resources/package.json | 20 +- .../notification-resources/src/index.ts | 16 +- .../notification-resources/tsconfig.json | 2 +- server-plugins/notification/.eslintrc.js | 2 +- server-plugins/notification/config/rig.json | 2 +- server-plugins/notification/package.json | 12 +- server-plugins/notification/src/index.ts | 10 +- server-plugins/notification/tsconfig.json | 2 +- server-plugins/preference/.eslintrc.js | 2 +- server-plugins/preference/config/rig.json | 2 +- server-plugins/preference/package.json | 12 +- server-plugins/preference/src/index.ts | 6 +- server-plugins/preference/tsconfig.json | 2 +- server-plugins/recruit-resources/.eslintrc.js | 2 +- .../recruit-resources/config/rig.json | 2 +- server-plugins/recruit-resources/package.json | 22 +- server-plugins/recruit-resources/src/index.ts | 18 +- .../recruit-resources/tsconfig.json | 2 +- server-plugins/recruit/.eslintrc.js | 2 +- server-plugins/recruit/config/rig.json | 2 +- server-plugins/recruit/package.json | 10 +- server-plugins/recruit/src/index.ts | 8 +- server-plugins/recruit/tsconfig.json | 2 +- server-plugins/setting-resources/.eslintrc.js | 2 +- .../setting-resources/config/rig.json | 2 +- server-plugins/setting-resources/package.json | 16 +- server-plugins/setting-resources/src/index.ts | 20 +- .../setting-resources/tsconfig.json | 2 +- server-plugins/setting/.eslintrc.js | 2 +- server-plugins/setting/config/rig.json | 2 +- server-plugins/setting/package.json | 10 +- server-plugins/setting/src/index.ts | 6 +- server-plugins/setting/tsconfig.json | 2 +- server-plugins/tags-resources/.eslintrc.js | 2 +- server-plugins/tags-resources/config/rig.json | 2 +- server-plugins/tags-resources/package.json | 12 +- server-plugins/tags-resources/src/index.ts | 6 +- server-plugins/tags-resources/tsconfig.json | 2 +- server-plugins/tags/.eslintrc.js | 2 +- server-plugins/tags/config/rig.json | 2 +- server-plugins/tags/package.json | 10 +- server-plugins/tags/src/index.ts | 8 +- server-plugins/tags/tsconfig.json | 2 +- server-plugins/task-resources/.eslintrc.js | 2 +- server-plugins/task-resources/config/rig.json | 2 +- server-plugins/task-resources/package.json | 24 +- server-plugins/task-resources/src/index.ts | 20 +- server-plugins/task-resources/tsconfig.json | 2 +- server-plugins/task/.eslintrc.js | 2 +- server-plugins/task/config/rig.json | 2 +- server-plugins/task/package.json | 10 +- server-plugins/task/src/index.ts | 6 +- server-plugins/task/tsconfig.json | 2 +- .../telegram-resources/.eslintrc.js | 2 +- .../telegram-resources/config/rig.json | 2 +- .../telegram-resources/package.json | 14 +- .../telegram-resources/src/index.ts | 8 +- .../telegram-resources/tsconfig.json | 2 +- server-plugins/telegram/.eslintrc.js | 2 +- server-plugins/telegram/config/rig.json | 2 +- server-plugins/telegram/package.json | 10 +- server-plugins/telegram/src/index.ts | 8 +- server-plugins/telegram/tsconfig.json | 2 +- server-plugins/tracker-resources/.eslintrc.js | 2 +- .../tracker-resources/config/rig.json | 2 +- server-plugins/tracker-resources/package.json | 20 +- server-plugins/tracker-resources/src/index.ts | 10 +- .../tracker-resources/tsconfig.json | 2 +- server-plugins/tracker/.eslintrc.js | 2 +- server-plugins/tracker/config/rig.json | 2 +- server-plugins/tracker/package.json | 8 +- server-plugins/tracker/src/index.ts | 6 +- server-plugins/tracker/tsconfig.json | 2 +- server/account/.eslintrc.js | 2 +- server/account/config/rig.json | 2 +- server/account/package.json | 20 +- server/account/src/index.ts | 10 +- server/account/tsconfig.json | 2 +- server/backup/.eslintrc.js | 2 +- server/backup/config/rig.json | 2 +- server/backup/package.json | 18 +- server/backup/src/index.ts | 4 +- server/backup/tsconfig.json | 2 +- server/contrib/.eslintrc.js | 2 +- server/contrib/config/rig.json | 2 +- server/contrib/package.json | 8 +- server/contrib/src/connection.ts | 14 +- server/contrib/tsconfig.json | 2 +- server/core/.eslintrc.js | 2 +- server/core/CHANGELOG.json | 6 +- server/core/CHANGELOG.md | 2 +- server/core/config/rig.json | 2 +- server/core/package.json | 8 +- server/core/src/adapter.ts | 2 +- server/core/src/fulltext.ts | 2 +- server/core/src/pipeline.ts | 2 +- server/core/src/plugin.ts | 6 +- server/core/src/storage.ts | 4 +- server/core/src/triggers.ts | 6 +- server/core/src/types.ts | 6 +- server/core/tsconfig.json | 2 +- server/elastic/.eslintrc.js | 2 +- server/elastic/config/rig.json | 2 +- server/elastic/package.json | 10 +- server/elastic/src/__tests__/adapter.test.ts | 4 +- server/elastic/src/adapter.ts | 4 +- server/elastic/src/backup.ts | 6 +- server/elastic/tsconfig.json | 2 +- server/front/.eslintrc.js | 2 +- server/front/config/rig.json | 2 +- server/front/package.json | 18 +- server/front/src/__start.ts | 4 +- server/front/src/app.ts | 10 +- server/front/tsconfig.json | 2 +- server/middleware/.eslintrc.js | 2 +- server/middleware/config/rig.json | 2 +- server/middleware/package.json | 12 +- server/middleware/src/base.ts | 4 +- server/middleware/src/modified.ts | 4 +- server/middleware/src/private.ts | 18 +- server/middleware/tsconfig.json | 2 +- server/mongo/.eslintrc.js | 2 +- server/mongo/CHANGELOG.json | 6 +- server/mongo/CHANGELOG.md | 2 +- server/mongo/config/rig.json | 2 +- server/mongo/package.json | 10 +- server/mongo/src/__tests__/minmodel.ts | 8 +- server/mongo/src/__tests__/storage.test.ts | 10 +- server/mongo/src/__tests__/tasks.ts | 4 +- server/mongo/src/storage.ts | 4 +- server/mongo/tsconfig.json | 2 +- server/server/.eslintrc.js | 2 +- server/server/CHANGELOG.json | 12 +- server/server/CHANGELOG.md | 2 +- server/server/config/rig.json | 2 +- server/server/package.json | 82 ++-- server/server/src/__start.ts | 4 +- server/server/src/apm.ts | 2 +- server/server/src/backup.ts | 8 +- server/server/src/metrics.ts | 2 +- server/server/src/minio.ts | 4 +- server/server/src/server.ts | 76 ++-- server/server/tsconfig.json | 2 +- server/token/.eslintrc.js | 2 +- server/token/config/rig.json | 2 +- server/token/package.json | 8 +- server/token/src/plugin.ts | 4 +- server/token/src/token.ts | 2 +- server/token/tsconfig.json | 2 +- server/tool/.eslintrc.js | 2 +- server/tool/config/rig.json | 2 +- server/tool/package.json | 20 +- server/tool/src/connect.ts | 10 +- server/tool/src/index.ts | 8 +- server/tool/src/plugin.ts | 2 +- server/tool/src/upgrade.ts | 4 +- server/tool/tsconfig.json | 2 +- server/ws/.eslintrc.js | 2 +- server/ws/CHANGELOG.json | 30 +- server/ws/CHANGELOG.md | 2 +- server/ws/config/rig.json | 2 +- server/ws/package.json | 12 +- server/ws/src/__tests__/minmodel.ts | 8 +- server/ws/src/__tests__/remote.test.ts.txt | 4 +- server/ws/src/__tests__/server.test.ts | 8 +- server/ws/src/client.ts | 16 +- server/ws/src/server.ts | 8 +- server/ws/src/types.ts | 16 +- server/ws/tsconfig.json | 2 +- templates/assets/.eslintrc.js | 2 +- templates/assets/config/rig.json | 2 +- templates/assets/package.json | 4 +- templates/default/package.json | 2 +- templates/model/.eslintrc.js | 2 +- templates/model/config/rig.json | 2 +- templates/model/package.json | 4 +- templates/model/tsconfig.json | 2 +- templates/platform/.eslintrc.js | 2 +- templates/platform/config/rig.json | 2 +- templates/platform/package.json | 4 +- templates/platform/tsconfig.json | 2 +- templates/ui/.eslintrc.js | 2 +- templates/ui/package.json | 4 +- templates/ui/tsconfig.json | 2 +- templates/webpack/package.json | 2 +- tests/sanity/.eslintrc.js | 2 +- tests/sanity/config/rig.json | 2 +- tests/sanity/package.json | 10 +- tests/sanity/tsconfig.json | 2 +- 1801 files changed, 7600 insertions(+), 7263 deletions(-) create mode 100644 .npmrc create mode 100644 plugins/notification/src/types.ts diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000000..35a6c269a7 --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +@hcengineering/anticrm:registry=https://npm.pkg.github.com/ \ No newline at end of file diff --git a/README.md b/README.md index 5873980325..af5baee672 100644 --- a/README.md +++ b/README.md @@ -84,4 +84,12 @@ rush docker:build ./prepare.sh ## runs UI tests rushx uitest +``` + + +## Package publishing + +``` +npm login --registry=https://npm.pkg.github.com --scope=@hcengineering/anticrm +npm publish ``` \ No newline at end of file diff --git a/cloud/app/dev-server/index.mjs b/cloud/app/dev-server/index.mjs index 06b46d4789..ee214c9bd4 100644 --- a/cloud/app/dev-server/index.mjs +++ b/cloud/app/dev-server/index.mjs @@ -14,7 +14,7 @@ // limitations under the License. // -import pkg from '@anticrm/dev-server' +import pkg from '@hcengineering/dev-server' pkg.start(3333) diff --git a/cloud/app/dev-server/package-lock.json b/cloud/app/dev-server/package-lock.json index 59f873e6b6..2022dcafab 100644 --- a/cloud/app/dev-server/package-lock.json +++ b/cloud/app/dev-server/package-lock.json @@ -1,51 +1,51 @@ { - "name": "@anticrm/dev-server-app", + "name": "@hcengineering/dev-server-app", "version": "0.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { - "@anticrm/core": { + "@hcengineering/core": { "version": "0.6.7", - "resolved": "https://registry.npmjs.org/@anticrm/core/-/core-0.6.7.tgz", + "resolved": "https://registry.npmjs.org/@hcengineering/core/-/core-0.6.7.tgz", "integrity": "sha512-XKJS77PrgBoxCcbdh8mrXjZkq5tezgdlhQNxs2aphIakUdbJ5clkX6MxFarzRdraQNZdVd5f5rURIwlz6ywrGQ==", "requires": { - "@anticrm/platform": "~0.6.3" + "@hcengineering/platform": "~0.6.3" } }, - "@anticrm/dev-server": { + "@hcengineering/dev-server": { "version": "0.6.5", - "resolved": "https://registry.npmjs.org/@anticrm/dev-server/-/dev-server-0.6.5.tgz", + "resolved": "https://registry.npmjs.org/@hcengineering/dev-server/-/dev-server-0.6.5.tgz", "integrity": "sha512-pvJ/9+sq+5ttar6ekKUrFQ0uULzL8cco1VTM+I6+SkAOtAUxOwXYSPUshxWjUM04JRk36RZK0wUPmB+/yhvc4A==", "requires": { - "@anticrm/core": "~0.6.7", - "@anticrm/dev-storage": "~0.6.3", - "@anticrm/platform": "~0.6.3", - "@anticrm/server-ws": "~0.6.4" + "@hcengineering/core": "~0.6.7", + "@hcengineering/dev-storage": "~0.6.3", + "@hcengineering/platform": "~0.6.3", + "@hcengineering/server-ws": "~0.6.4" } }, - "@anticrm/dev-storage": { + "@hcengineering/dev-storage": { "version": "0.6.3", - "resolved": "https://registry.npmjs.org/@anticrm/dev-storage/-/dev-storage-0.6.3.tgz", + "resolved": "https://registry.npmjs.org/@hcengineering/dev-storage/-/dev-storage-0.6.3.tgz", "integrity": "sha512-gL036ipJjXdiywK3Ej9ftHsleo69JrmLboIlZG18jJ4ur6U1Y5UnTbXiAyAJ/JQNucfQx136d0ejYMUJaHV+Yw==", "requires": { - "@anticrm/core": "~0.6.7", - "@anticrm/platform": "~0.6.3" + "@hcengineering/core": "~0.6.7", + "@hcengineering/platform": "~0.6.3" } }, - "@anticrm/platform": { + "@hcengineering/platform": { "version": "0.6.3", - "resolved": "https://registry.npmjs.org/@anticrm/platform/-/platform-0.6.3.tgz", + "resolved": "https://registry.npmjs.org/@hcengineering/platform/-/platform-0.6.3.tgz", "integrity": "sha512-gLjxO2Oa9P5x69NZ11gQ+JNB2texUT/MNilsZcf5OP13nJiFfTEhjXnYw+JCc0GnYOTIhKwycPUJJl0kISGeXA==", "requires": { "intl-messageformat": "^9.7.1" } }, - "@anticrm/server-ws": { + "@hcengineering/server-ws": { "version": "0.6.4", - "resolved": "https://registry.npmjs.org/@anticrm/server-ws/-/server-ws-0.6.4.tgz", + "resolved": "https://registry.npmjs.org/@hcengineering/server-ws/-/server-ws-0.6.4.tgz", "integrity": "sha512-t3TU2FR2KTUGlwBAcK784N3/QqLxKek0MDtFEvrh/eWshISrxYVL5grhG0su+NoQVqukXOsGCMg5emMhjQXtdw==", "requires": { - "@anticrm/platform": "~0.6.3", + "@hcengineering/platform": "~0.6.3", "jwt-simple": "^0.5.6", "ws": "^8.0.0" } diff --git a/cloud/app/dev-server/package.json b/cloud/app/dev-server/package.json index 1fc0a60f3b..c1c1ba58e2 100644 --- a/cloud/app/dev-server/package.json +++ b/cloud/app/dev-server/package.json @@ -1,5 +1,5 @@ { - "name": "@anticrm/dev-server-app", + "name": "@hcengineering/dev-server-app", "version": "0.6.0", "description": "", "main": "index.js", @@ -7,6 +7,6 @@ "start": "node ./index.js" }, "dependencies": { - "@anticrm/dev-server": "^0.6.5" + "@hcengineering/dev-server": "^0.6.5" } } diff --git a/cloud/app/index.ts b/cloud/app/index.ts index f11f394547..1b3d2a68c1 100644 --- a/cloud/app/index.ts +++ b/cloud/app/index.ts @@ -8,7 +8,7 @@ import { getType } from 'mime' import { readdirSync, lstatSync } from 'fs' import { join } from 'path' -import { handle } from '@anticrm/dev-account' +import { handle } from '@hcengineering/dev-account' const siteBucket = new aws.s3.Bucket('anticrm-app', { acl: "public-read", diff --git a/cloud/app/package-lock.json b/cloud/app/package-lock.json index fc268ba75e..7601a6ce92 100644 --- a/cloud/app/package-lock.json +++ b/cloud/app/package-lock.json @@ -3,18 +3,18 @@ "requires": true, "lockfileVersion": 1, "dependencies": { - "@anticrm/dev-account": { + "@hcengineering/dev-account": { "version": "0.6.7", - "resolved": "https://registry.npmjs.org/@anticrm/dev-account/-/dev-account-0.6.7.tgz", + "resolved": "https://registry.npmjs.org/@hcengineering/dev-account/-/dev-account-0.6.7.tgz", "integrity": "sha512-MG73FnKHoT4caYjdoPRvU4vsUaMMu2SYKJdpjHndgNPAiWJzh+RJiL3NKZ9lXCbe5S2b10AvJ5eJ+hvbn/7e8A==", "requires": { - "@anticrm/platform": "~0.6.6", + "@hcengineering/platform": "^0.6.7", "jwt-simple": "^0.5.6" }, "dependencies": { - "@anticrm/platform": { + "@hcengineering/platform": { "version": "0.6.6", - "resolved": "https://registry.npmjs.org/@anticrm/platform/-/platform-0.6.6.tgz", + "resolved": "https://registry.npmjs.org/@hcengineering/platform/-/platform-0.6.6.tgz", "integrity": "sha512-URykmQOvhIjpVFmr6aqETEioQt7ucadTI3262Wrrm8cLmc3iG456INwhg7HvYnQL0n2DHQpcPw3a1f9t80hmAg==", "requires": { "intl-messageformat": "^9.7.1" diff --git a/cloud/app/package.json b/cloud/app/package.json index f6961e5b87..c8bef9d264 100644 --- a/cloud/app/package.json +++ b/cloud/app/package.json @@ -5,7 +5,7 @@ "@types/mime": "^2.0.3" }, "dependencies": { - "@anticrm/dev-account": "^0.6.7", + "@hcengineering/dev-account": "^0.6.7", "@pulumi/aws": "^4.14.0", "@pulumi/cloud": "^0.30.1", "@pulumi/cloud-aws": "^0.30.1", diff --git a/dev/account/.eslintrc.js b/dev/account/.eslintrc.js index 5da5872d4a..7f7cebe58b 100644 --- a/dev/account/.eslintrc.js +++ b/dev/account/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@anticrm/platform-rig/profiles/default/config/eslint.config.json'], + extends: ['./node_modules/@hcengineering/platform-rig/profiles/default/config/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname, project: './tsconfig.json' diff --git a/dev/account/CHANGELOG.json b/dev/account/CHANGELOG.json index 4c781fceef..9bbc7b0f70 100644 --- a/dev/account/CHANGELOG.json +++ b/dev/account/CHANGELOG.json @@ -1,9 +1,9 @@ { - "name": "@anticrm/dev-account", + "name": "@hcengineering/dev-account", "entries": [ { "version": "0.6.7", - "tag": "@anticrm/dev-account_v0.6.7", + "tag": "@hcengineering/dev-account_v0.6.7", "date": "Mon, 09 Aug 2021 08:00:44 GMT", "comments": { "patch": [ @@ -15,7 +15,7 @@ }, { "version": "0.6.6", - "tag": "@anticrm/dev-account_v0.6.6", + "tag": "@hcengineering/dev-account_v0.6.6", "date": "Sun, 08 Aug 2021 12:00:07 GMT", "comments": { "patch": [ @@ -27,7 +27,7 @@ }, { "version": "0.6.5", - "tag": "@anticrm/dev-account_v0.6.5", + "tag": "@hcengineering/dev-account_v0.6.5", "date": "Sun, 08 Aug 2021 11:43:36 GMT", "comments": { "patch": [ @@ -39,7 +39,7 @@ }, { "version": "0.6.4", - "tag": "@anticrm/dev-account_v0.6.4", + "tag": "@hcengineering/dev-account_v0.6.4", "date": "Sun, 08 Aug 2021 11:38:34 GMT", "comments": { "patch": [ @@ -51,7 +51,7 @@ }, { "version": "0.6.3", - "tag": "@anticrm/dev-account_v0.6.3", + "tag": "@hcengineering/dev-account_v0.6.3", "date": "Sun, 08 Aug 2021 10:21:31 GMT", "comments": { "patch": [ @@ -63,7 +63,7 @@ }, { "version": "0.6.2", - "tag": "@anticrm/dev-account_v0.6.2", + "tag": "@hcengineering/dev-account_v0.6.2", "date": "Sun, 08 Aug 2021 10:14:57 GMT", "comments": { "patch": [ @@ -73,14 +73,14 @@ ], "dependency": [ { - "comment": "Updating dependency \"@anticrm/platform\" from `~0.6.0` to `~0.6.4`" + "comment": "Updating dependency \"@hcengineering/platform\" from `~0.6.0` to `~0.6.4`" } ] } }, { "version": "0.6.1", - "tag": "@anticrm/dev-account_v0.6.1", + "tag": "@hcengineering/dev-account_v0.6.1", "date": "Sun, 08 Aug 2021 09:33:36 GMT", "comments": { "patch": [ diff --git a/dev/account/CHANGELOG.md b/dev/account/CHANGELOG.md index bf76e95e16..67170aeb5f 100644 --- a/dev/account/CHANGELOG.md +++ b/dev/account/CHANGELOG.md @@ -1,4 +1,4 @@ -# Change Log - @anticrm/dev-account +# Change Log - @hcengineering/dev-account This log was last generated on Mon, 09 Aug 2021 08:00:44 GMT and should not be manually modified. diff --git a/dev/account/config/rig.json b/dev/account/config/rig.json index af1257a896..2fdc07ba20 100644 --- a/dev/account/config/rig.json +++ b/dev/account/config/rig.json @@ -7,7 +7,7 @@ * (Required) The name of the rig package to inherit from. * It should be an NPM package name with the "-rig" suffix. */ - "rigPackageName": "@anticrm/platform-rig" + "rigPackageName": "@hcengineering/platform-rig" /** * (Optional) Selects a config profile from the rig package. The name must consist of diff --git a/dev/account/package.json b/dev/account/package.json index bbbf7fbdae..1fcc60e16e 100644 --- a/dev/account/package.json +++ b/dev/account/package.json @@ -1,5 +1,5 @@ { - "name": "@anticrm/dev-account", + "name": "@hcengineering/dev-account", "version": "0.6.7", "main": "lib/index.js", "author": "Anticrm Platform Contributors", @@ -12,7 +12,7 @@ "format": "prettier --write src && eslint --fix src" }, "devDependencies": { - "@anticrm/platform-rig": "~0.6.0", + "@hcengineering/platform-rig": "~0.6.0", "@types/heft-jest": "^1.0.3", "@typescript-eslint/eslint-plugin": "^5.30.0", "eslint-plugin-import": "^2.26.0", @@ -27,7 +27,7 @@ "typescript": "^4.3.5" }, "dependencies": { - "@anticrm/platform": "~0.6.6", - "@anticrm/server-token": "~0.6.0" + "@hcengineering/platform": "^0.6.7", + "@hcengineering/server-token": "~0.6.0" } } diff --git a/dev/account/src/account.ts b/dev/account/src/account.ts index c0f2c2f9c4..fab9ca158f 100644 --- a/dev/account/src/account.ts +++ b/dev/account/src/account.ts @@ -14,10 +14,10 @@ // limitations under the License. // -import type { Request, Response } from '@anticrm/platform' -import platform, { Status, Severity } from '@anticrm/platform' +import type { Request, Response } from '@hcengineering/platform' +import platform, { Status, Severity } from '@hcengineering/platform' -import { generateToken } from '@anticrm/server-token' +import { generateToken } from '@hcengineering/server-token' interface LoginInfo { token: string diff --git a/dev/account/tsconfig.json b/dev/account/tsconfig.json index cdad23c908..7150d69ba6 100644 --- a/dev/account/tsconfig.json +++ b/dev/account/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@anticrm/platform-rig/profiles/default/tsconfig.json", + "extends": "./node_modules/@hcengineering/platform-rig/profiles/default/tsconfig.json", "compilerOptions": { "target": "ES6", diff --git a/dev/client-resources/.eslintrc.js b/dev/client-resources/.eslintrc.js index 5da5872d4a..7f7cebe58b 100644 --- a/dev/client-resources/.eslintrc.js +++ b/dev/client-resources/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@anticrm/platform-rig/profiles/default/config/eslint.config.json'], + extends: ['./node_modules/@hcengineering/platform-rig/profiles/default/config/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname, project: './tsconfig.json' diff --git a/dev/client-resources/CHANGELOG.json b/dev/client-resources/CHANGELOG.json index 3139602009..82ad8a6013 100644 --- a/dev/client-resources/CHANGELOG.json +++ b/dev/client-resources/CHANGELOG.json @@ -1,9 +1,9 @@ { - "name": "@anticrm/dev-client-resources", + "name": "@hcengineering/dev-client-resources", "entries": [ { "version": "0.6.1", - "tag": "@anticrm/dev-client-resources_v0.6.1", + "tag": "@hcengineering/dev-client-resources_v0.6.1", "date": "Wed, 11 Aug 2021 09:37:04 GMT", "comments": { "patch": [ @@ -13,22 +13,22 @@ ], "dependency": [ { - "comment": "Updating dependency \"@anticrm/core\" from `~0.6.8` to `~0.6.10`" + "comment": "Updating dependency \"@hcengineering/core\" from `~0.6.8` to `~0.6.10`" }, { - "comment": "Updating dependency \"@anticrm/dev-storage\" from `~0.6.3` to `~0.6.6`" + "comment": "Updating dependency \"@hcengineering/dev-storage\" from `~0.6.3` to `~0.6.6`" } ] } }, { "version": "0.6.0", - "tag": "@anticrm/dev-client-resources_v0.6.0", + "tag": "@hcengineering/dev-client-resources_v0.6.0", "date": "Sun, 08 Aug 2021 10:14:57 GMT", "comments": { "dependency": [ { - "comment": "Updating dependency \"@anticrm/platform\" from `~0.6.3` to `~0.6.4`" + "comment": "Updating dependency \"@hcengineering/platform\" from `~0.6.3` to `~0.6.4`" } ] } diff --git a/dev/client-resources/CHANGELOG.md b/dev/client-resources/CHANGELOG.md index 9812a96e05..ac51074e61 100644 --- a/dev/client-resources/CHANGELOG.md +++ b/dev/client-resources/CHANGELOG.md @@ -1,4 +1,4 @@ -# Change Log - @anticrm/dev-client-resources +# Change Log - @hcengineering/dev-client-resources This log was last generated on Wed, 11 Aug 2021 09:37:04 GMT and should not be manually modified. diff --git a/dev/client-resources/config/rig.json b/dev/client-resources/config/rig.json index af1257a896..2fdc07ba20 100644 --- a/dev/client-resources/config/rig.json +++ b/dev/client-resources/config/rig.json @@ -7,7 +7,7 @@ * (Required) The name of the rig package to inherit from. * It should be an NPM package name with the "-rig" suffix. */ - "rigPackageName": "@anticrm/platform-rig" + "rigPackageName": "@hcengineering/platform-rig" /** * (Optional) Selects a config profile from the rig package. The name must consist of diff --git a/dev/client-resources/package.json b/dev/client-resources/package.json index 5aa94b10fb..b09f2519ec 100644 --- a/dev/client-resources/package.json +++ b/dev/client-resources/package.json @@ -1,5 +1,5 @@ { - "name": "@anticrm/dev-client-resources", + "name": "@hcengineering/dev-client-resources", "version": "0.6.1", "main": "lib/index.js", "author": "Anticrm Platform Contributors", @@ -12,7 +12,7 @@ "format": "prettier --write src && eslint --fix src" }, "devDependencies": { - "@anticrm/platform-rig": "~0.6.0", + "@hcengineering/platform-rig": "~0.6.0", "@types/heft-jest": "^1.0.3", "@typescript-eslint/eslint-plugin": "^5.30.0", "eslint-plugin-import": "^2.26.0", @@ -26,12 +26,12 @@ "typescript": "^4.3.5" }, "dependencies": { - "@anticrm/platform": "~0.6.6", - "@anticrm/core": "~0.6.16", - "@anticrm/client": "~0.6.2", - "@anticrm/dev-storage": "~0.6.6", - "@anticrm/server-core": "~0.6.1", - "@anticrm/model-all": "~0.6.0", - "@anticrm/devmodel": "~0.6.0" + "@hcengineering/platform": "^0.6.7", + "@hcengineering/core": "^0.6.17", + "@hcengineering/client": "^0.6.3", + "@hcengineering/dev-storage": "~0.6.6", + "@hcengineering/server-core": "~0.6.1", + "@hcengineering/model-all": "~0.6.0", + "@hcengineering/devmodel": "~0.6.0" } } diff --git a/dev/client-resources/src/__tests__/client.test.ts b/dev/client-resources/src/__tests__/client.test.ts index 8c38d0b10e..765e7fd9de 100644 --- a/dev/client-resources/src/__tests__/client.test.ts +++ b/dev/client-resources/src/__tests__/client.test.ts @@ -14,7 +14,7 @@ // import { connect } from '../connection' -import core, { createClient, TxOperations } from '@anticrm/core' +import core, { createClient, TxOperations } from '@hcengineering/core' describe('client', () => { it('should create connection', async () => { diff --git a/dev/client-resources/src/connection.ts b/dev/client-resources/src/connection.ts index 3f25887077..d3d8fe03a9 100644 --- a/dev/client-resources/src/connection.ts +++ b/dev/client-resources/src/connection.ts @@ -29,17 +29,17 @@ import { Tx, TxHander, TxResult -} from '@anticrm/core' -import { createInMemoryTxAdapter } from '@anticrm/dev-storage' -import devmodel from '@anticrm/devmodel' -import { protoDeserialize, protoSerialize, setMetadata } from '@anticrm/platform' +} from '@hcengineering/core' +import { createInMemoryTxAdapter } from '@hcengineering/dev-storage' +import devmodel from '@hcengineering/devmodel' +import { protoDeserialize, protoSerialize, setMetadata } from '@hcengineering/platform' import { createInMemoryAdapter, createServerStorage, DbConfiguration, FullTextAdapter, IndexedDoc -} from '@anticrm/server-core' +} from '@hcengineering/server-core' class ServerStorageWrapper implements ClientConnection { measureCtx = new MeasureMetricsContext('client', {}) diff --git a/dev/client-resources/src/index.ts b/dev/client-resources/src/index.ts index 84c2ff0b08..3b5f7e3ff0 100644 --- a/dev/client-resources/src/index.ts +++ b/dev/client-resources/src/index.ts @@ -13,11 +13,11 @@ // limitations under the License. // -import { createClient, Client } from '@anticrm/core' -import { getMetadata, getResource } from '@anticrm/platform' -import { migrateOperations } from '@anticrm/model-all' +import { createClient, Client } from '@hcengineering/core' +import { getMetadata, getResource } from '@hcengineering/platform' +import { migrateOperations } from '@hcengineering/model-all' import { connect } from './connection' -import clientPlugin from '@anticrm/client' +import clientPlugin from '@hcengineering/client' // eslint-disable-next-line @typescript-eslint/explicit-function-return-type export default async () => { diff --git a/dev/client-resources/tsconfig.json b/dev/client-resources/tsconfig.json index b629b14fd0..357ae66adf 100644 --- a/dev/client-resources/tsconfig.json +++ b/dev/client-resources/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@anticrm/platform-rig/profiles/default/tsconfig.json", + "extends": "./node_modules/@hcengineering/platform-rig/profiles/default/tsconfig.json", "compilerOptions": { "rootDir": "./src", diff --git a/dev/generator/.eslintrc.js b/dev/generator/.eslintrc.js index 5da5872d4a..7f7cebe58b 100644 --- a/dev/generator/.eslintrc.js +++ b/dev/generator/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@anticrm/platform-rig/profiles/default/config/eslint.config.json'], + extends: ['./node_modules/@hcengineering/platform-rig/profiles/default/config/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname, project: './tsconfig.json' diff --git a/dev/generator/config/rig.json b/dev/generator/config/rig.json index af1257a896..2fdc07ba20 100644 --- a/dev/generator/config/rig.json +++ b/dev/generator/config/rig.json @@ -7,7 +7,7 @@ * (Required) The name of the rig package to inherit from. * It should be an NPM package name with the "-rig" suffix. */ - "rigPackageName": "@anticrm/platform-rig" + "rigPackageName": "@hcengineering/platform-rig" /** * (Optional) Selects a config profile from the rig package. The name must consist of diff --git a/dev/generator/package.json b/dev/generator/package.json index dfc3cfe054..c401123f0b 100644 --- a/dev/generator/package.json +++ b/dev/generator/package.json @@ -1,5 +1,5 @@ { - "name": "@anticrm/generator", + "name": "@hcengineering/generator", "version": "0.6.0", "main": "lib/index.js", "author": "Anticrm Platform Contributors", @@ -15,7 +15,7 @@ "format": "prettier --write src && eslint --fix src" }, "devDependencies": { - "@anticrm/platform-rig": "~0.6.0", + "@hcengineering/platform-rig": "~0.6.0", "@types/heft-jest": "^1.0.3", "@typescript-eslint/eslint-plugin": "^5.30.0", "eslint-plugin-import": "^2.26.0", @@ -36,27 +36,27 @@ }, "dependencies": { "commander": "^8.1.0", - "@anticrm/account": "~0.6.0", - "@anticrm/core": "~0.6.16", - "@anticrm/contact": "~0.6.5", - "@anticrm/model-all": "~0.6.0", - "@anticrm/model-telegram": "~0.6.0", - "@anticrm/telegram": "~0.6.2", - "@anticrm/client-resources": "~0.6.4", + "@hcengineering/account": "~0.6.0", + "@hcengineering/core": "^0.6.17", + "@hcengineering/contact": "~0.6.5", + "@hcengineering/model-all": "~0.6.0", + "@hcengineering/model-telegram": "~0.6.0", + "@hcengineering/telegram": "~0.6.2", + "@hcengineering/client-resources": "~0.6.4", "ws": "^8.2.0", - "@anticrm/client": "~0.6.2", - "@anticrm/platform": "~0.6.6", - "@anticrm/model": "~0.6.0", - "@anticrm/recruit": "~0.6.3", + "@hcengineering/client": "^0.6.3", + "@hcengineering/platform": "^0.6.7", + "@hcengineering/model": "~0.6.0", + "@hcengineering/recruit": "~0.6.3", "faker": "~5.5.3", - "@anticrm/model-recruit": "~0.6.0", - "@anticrm/chunter": "~0.6.1", + "@hcengineering/model-recruit": "~0.6.0", + "@hcengineering/chunter": "~0.6.1", "pdfkit": "~0.13.0", - "@anticrm/attachment": "~0.6.1", + "@hcengineering/attachment": "~0.6.1", "minio": "^7.0.26", "@types/pdfkit": "~0.12.3", - "@anticrm/task": "~0.6.0", + "@hcengineering/task": "~0.6.0", "jpeg-js": "~0.4.3", - "@anticrm/server-token": "~0.6.0" + "@hcengineering/server-token": "~0.6.0" } } diff --git a/dev/generator/src/attachments.ts b/dev/generator/src/attachments.ts index 28b5cafa51..d991bd9529 100644 --- a/dev/generator/src/attachments.ts +++ b/dev/generator/src/attachments.ts @@ -1,5 +1,5 @@ -import attachment, { Attachment } from '@anticrm/attachment' -import { Class, Doc, generateId, Ref, Space, TxOperations } from '@anticrm/core' +import attachment, { Attachment } from '@hcengineering/attachment' +import { Class, Doc, generateId, Ref, Space, TxOperations } from '@hcengineering/core' import faker from 'faker' import { Client } from 'minio' import PDFDocument from 'pdfkit' diff --git a/dev/generator/src/comments.ts b/dev/generator/src/comments.ts index bdb2ee1b32..d078f85fe2 100644 --- a/dev/generator/src/comments.ts +++ b/dev/generator/src/comments.ts @@ -1,5 +1,5 @@ -import chunter, { Comment } from '@anticrm/chunter' -import { AttachedData, Class, Doc, generateId, Ref, Space, TxOperations } from '@anticrm/core' +import chunter, { Comment } from '@hcengineering/chunter' +import { AttachedData, Class, Doc, generateId, Ref, Space, TxOperations } from '@hcengineering/core' import faker from 'faker' export interface CommentOptions { diff --git a/dev/generator/src/connect.ts b/dev/generator/src/connect.ts index 67111fab92..26c483d17b 100644 --- a/dev/generator/src/connect.ts +++ b/dev/generator/src/connect.ts @@ -1,8 +1,8 @@ -import client from '@anticrm/client' -import clientResources from '@anticrm/client-resources' -import { Client } from '@anticrm/core' -import { setMetadata } from '@anticrm/platform' -import { generateToken } from '@anticrm/server-token' +import client from '@hcengineering/client' +import clientResources from '@hcengineering/client-resources' +import { Client } from '@hcengineering/core' +import { setMetadata } from '@hcengineering/platform' +import { generateToken } from '@hcengineering/server-token' // eslint-disable-next-line const WebSocket = require('ws') diff --git a/dev/generator/src/kanban.ts b/dev/generator/src/kanban.ts index ceeba7c4e2..09d8f1bd8c 100644 --- a/dev/generator/src/kanban.ts +++ b/dev/generator/src/kanban.ts @@ -1,5 +1,5 @@ -import { MeasureContext, Ref, TxOperations } from '@anticrm/core' -import task, { DoneState, genRanks, Kanban, SpaceWithStates, State } from '@anticrm/task' +import { MeasureContext, Ref, TxOperations } from '@hcengineering/core' +import task, { DoneState, genRanks, Kanban, SpaceWithStates, State } from '@hcengineering/task' import { findOrUpdate } from './utils' export async function createUpdateSpaceKanban ( diff --git a/dev/generator/src/recruit.ts b/dev/generator/src/recruit.ts index ab3129d47d..0240384dd3 100644 --- a/dev/generator/src/recruit.ts +++ b/dev/generator/src/recruit.ts @@ -1,4 +1,4 @@ -import contact, { Channel, Employee, EmployeeAccount, Person } from '@anticrm/contact' +import contact, { Channel, Employee, EmployeeAccount, Person } from '@hcengineering/contact' import core, { AttachedData, Data, @@ -9,10 +9,10 @@ import core, { MixinUpdate, Ref, TxOperations -} from '@anticrm/core' -import recruit from '@anticrm/model-recruit' -import { Applicant, Candidate, Vacancy } from '@anticrm/recruit' -import { genRanks, State } from '@anticrm/task' +} from '@hcengineering/core' +import recruit from '@hcengineering/model-recruit' +import { Applicant, Candidate, Vacancy } from '@hcengineering/recruit' +import { genRanks, State } from '@hcengineering/task' import faker from 'faker' import jpeg, { BufferRet } from 'jpeg-js' import { Client } from 'minio' diff --git a/dev/generator/src/utils.ts b/dev/generator/src/utils.ts index a1424a9bd4..0ece888a0f 100644 --- a/dev/generator/src/utils.ts +++ b/dev/generator/src/utils.ts @@ -9,7 +9,7 @@ import { Ref, Space, TxOperations -} from '@anticrm/core' +} from '@hcengineering/core' export async function findOrUpdate ( ctx: MeasureContext, diff --git a/dev/generator/tsconfig.json b/dev/generator/tsconfig.json index 1af7493d20..0a48e04279 100644 --- a/dev/generator/tsconfig.json +++ b/dev/generator/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@anticrm/platform-rig/profiles/default/tsconfig.json", + "extends": "./node_modules/@hcengineering/platform-rig/profiles/default/tsconfig.json", "compilerOptions": { "rootDir": "./src", diff --git a/dev/prod/CHANGELOG.json b/dev/prod/CHANGELOG.json index 89de04f955..1e32c2090e 100644 --- a/dev/prod/CHANGELOG.json +++ b/dev/prod/CHANGELOG.json @@ -13,22 +13,22 @@ ], "dependency": [ { - "comment": "Updating dependency \"@anticrm/login\" from `~0.6.0` to `~0.6.1`" + "comment": "Updating dependency \"@hcengineering/login\" from `~0.6.0` to `~0.6.1`" }, { - "comment": "Updating dependency \"@anticrm/login-resources\" from `~0.6.0` to `~0.6.1`" + "comment": "Updating dependency \"@hcengineering/login-resources\" from `~0.6.0` to `~0.6.1`" }, { - "comment": "Updating dependency \"@anticrm/client\" from `~0.6.0` to `~0.6.1`" + "comment": "Updating dependency \"@hcengineering/client\" from `~0.6.0` to `~0.6.1`" }, { - "comment": "Updating dependency \"@anticrm/workbench\" from `~0.6.0` to `~0.6.1`" + "comment": "Updating dependency \"@hcengineering/workbench\" from `~0.6.0` to `~0.6.1`" }, { - "comment": "Updating dependency \"@anticrm/workbench-resources\" from `~0.6.0` to `~0.6.1`" + "comment": "Updating dependency \"@hcengineering/workbench-resources\" from `~0.6.0` to `~0.6.1`" }, { - "comment": "Updating dependency \"@anticrm/client-resources\" from `~0.6.0` to `~0.6.1`" + "comment": "Updating dependency \"@hcengineering/client-resources\" from `~0.6.0` to `~0.6.1`" } ] } @@ -40,7 +40,7 @@ "comments": { "dependency": [ { - "comment": "Updating dependency \"@anticrm/platform\" from `~0.6.3` to `~0.6.4`" + "comment": "Updating dependency \"@hcengineering/platform\" from `~0.6.3` to `~0.6.4`" } ] } diff --git a/dev/prod/package.json b/dev/prod/package.json index 0bff94c98a..ba7e4bdc24 100644 --- a/dev/prod/package.json +++ b/dev/prod/package.json @@ -1,8 +1,8 @@ { - "name": "@anticrm/prod", + "name": "@hcengineering/prod", "version": "1.0.1", "license": "EPL-2.0", - "template": "@anticrm/webpack-package", + "template": "@hcengineering/webpack-package", "scripts": { "build": "rm -rf ./dist && cross-env NODE_ENV=production webpack --stats-error-details && echo 'done'", "analyze": "cross-env NODE_ENV=production webpack --json > stats.json", @@ -39,118 +39,118 @@ "html-webpack-plugin": "~5.5.0" }, "dependencies": { - "@anticrm/platform": "~0.6.6", - "@anticrm/ui": "~0.6.0", - "@anticrm/theme": "~0.6.0", + "@hcengineering/platform": "^0.6.7", + "@hcengineering/ui": "^0.6.2", + "@hcengineering/theme": "^0.6.1", "svelte": "^3.47", - "@anticrm/login": "~0.6.1", - "@anticrm/login-assets": "~0.6.0", - "@anticrm/login-resources": "~0.6.2", - "@anticrm/client": "~0.6.2", - "@anticrm/dev-client-resources": "~0.6.1", - "@anticrm/workbench": "~0.6.1", - "@anticrm/workbench-resources": "~0.6.1", - "@anticrm/view": "~0.6.0", - "@anticrm/view-assets": "~0.6.0", - "@anticrm/view-resources": "~0.6.0", - "@anticrm/contact": "~0.6.5", - "@anticrm/contact-resources": "~0.6.0", - "@anticrm/task": "~0.6.0", - "@anticrm/task-assets": "~0.6.0", - "@anticrm/task-resources": "~0.6.0", - "@anticrm/chunter": "~0.6.1", - "@anticrm/chunter-assets": "~0.6.0", - "@anticrm/chunter-resources": "~0.6.0", - "@anticrm/recruit": "~0.6.3", - "@anticrm/recruit-assets": "~0.6.0", - "@anticrm/recruit-resources": "~0.6.0", - "@anticrm/setting": "~0.6.1", - "@anticrm/setting-assets": "~0.6.0", - "@anticrm/setting-resources": "~0.6.0", - "@anticrm/client-resources": "~0.6.4", - "@anticrm/contact-assets": "~0.6.0", - "@anticrm/activity": "~0.6.0", - "@anticrm/activity-assets": "~0.6.0", - "@anticrm/activity-resources": "~0.6.0", - "@anticrm/automation": "~0.6.0", - "@anticrm/automation-assets": "~0.6.0", - "@anticrm/automation-resources": "~0.6.0", - "@anticrm/telegram": "~0.6.2", - "@anticrm/telegram-assets": "~0.6.0", - "@anticrm/telegram-resources": "~0.6.0", - "@anticrm/devmodel": "~0.6.0", - "@anticrm/devmodel-resources": "~0.6.0", - "@anticrm/workbench-assets": "~0.6.0", - "@anticrm/attachment": "~0.6.1", - "@anticrm/attachment-assets": "~0.6.0", - "@anticrm/attachment-resources": "~0.6.0", - "@anticrm/lead": "~0.6.0", - "@anticrm/lead-assets": "~0.6.0", - "@anticrm/lead-resources": "~0.6.0", - "@anticrm/gmail": "~0.6.0", - "@anticrm/gmail-assets": "~0.6.0", - "@anticrm/gmail-resources": "~0.6.0", - "@anticrm/image-cropper": "~0.6.0", - "@anticrm/image-cropper-resources": "~0.6.0", - "@anticrm/inventory": "~0.6.0", - "@anticrm/inventory-assets": "~0.6.0", - "@anticrm/inventory-resources": "~0.6.0", - "@anticrm/server-attachment": "~0.6.1", - "@anticrm/server-attachment-resources": "~0.6.0", - "@anticrm/server-contact": "~0.6.1", - "@anticrm/server-contact-resources": "~0.6.0", - "@anticrm/server-notification": "~0.6.0", - "@anticrm/server-notification-resources": "~0.6.0", - "@anticrm/server-setting": "~0.6.0", - "@anticrm/server-setting-resources": "~0.6.0", - "@anticrm/templates": "~0.6.0", - "@anticrm/templates-assets": "~0.6.0", - "@anticrm/templates-resources": "~0.6.0", - "@anticrm/notification": "~0.6.0", - "@anticrm/notification-assets": "~0.6.0", - "@anticrm/notification-resources": "~0.6.0", - "@anticrm/preference": "~0.6.0", - "@anticrm/preference-assets": "~0.6.0", - "@anticrm/core": "~0.6.16", - "@anticrm/rekoni": "~0.6.0", - "@anticrm/tags-assets": "~0.6.0", - "@anticrm/tags": "~0.6.2", - "@anticrm/tags-resources": "~0.6.0", - "@anticrm/server-chunter": "~0.6.0", - "@anticrm/server-chunter-resources": "~0.6.0", - "@anticrm/server-inventory": "~0.6.0", - "@anticrm/server-inventory-resources": "~0.6.0", - "@anticrm/server-lead": "~0.6.0", - "@anticrm/server-lead-resources": "~0.6.0", - "@anticrm/server-recruit": "~0.6.0", - "@anticrm/server-recruit-resources": "~0.6.0", - "@anticrm/server-tags": "~0.6.0", - "@anticrm/server-tags-resources": "~0.6.0", - "@anticrm/server-task": "~0.6.0", - "@anticrm/server-task-resources": "~0.6.0", - "@anticrm/calendar": "~0.6.0", - "@anticrm/calendar-assets": "~0.6.0", - "@anticrm/calendar-resources": "~0.6.0", - "@anticrm/server-calendar": "~0.6.0", - "@anticrm/server-calendar-resources": "~0.6.0", - "@anticrm/server-gmail": "~0.6.0", - "@anticrm/server-gmail-resources": "~0.6.0", - "@anticrm/server-telegram": "~0.6.0", - "@anticrm/server-telegram-resources": "~0.6.0", - "@anticrm/presentation": "~0.6.2", - "@anticrm/server-tracker": "~0.6.0", - "@anticrm/server-tracker-resources": "~0.6.0", - "@anticrm/tracker": "~0.6.0", - "@anticrm/tracker-assets": "~0.6.0", - "@anticrm/tracker-resources": "~0.6.0", - "@anticrm/text-editor": "~0.6.0", - "@anticrm/board": "~0.6.0", - "@anticrm/board-assets": "~0.6.0", - "@anticrm/board-resources": "~0.6.0", - "@anticrm/hr": "~0.6.0", - "@anticrm/hr-assets": "~0.6.0", - "@anticrm/hr-resources": "~0.6.0", - "@anticrm/server-hr": "~0.6.0", - "@anticrm/server-hr-resources": "~0.6.0" + "@hcengineering/login": "~0.6.1", + "@hcengineering/login-assets": "~0.6.0", + "@hcengineering/login-resources": "~0.6.2", + "@hcengineering/client": "^0.6.3", + "@hcengineering/dev-client-resources": "~0.6.1", + "@hcengineering/workbench": "~0.6.1", + "@hcengineering/workbench-resources": "~0.6.1", + "@hcengineering/view": "^0.6.1", + "@hcengineering/view-assets": "~0.6.0", + "@hcengineering/view-resources": "~0.6.0", + "@hcengineering/contact": "~0.6.5", + "@hcengineering/contact-resources": "~0.6.0", + "@hcengineering/task": "~0.6.0", + "@hcengineering/task-assets": "~0.6.0", + "@hcengineering/task-resources": "~0.6.0", + "@hcengineering/chunter": "~0.6.1", + "@hcengineering/chunter-assets": "~0.6.0", + "@hcengineering/chunter-resources": "~0.6.0", + "@hcengineering/recruit": "~0.6.3", + "@hcengineering/recruit-assets": "~0.6.0", + "@hcengineering/recruit-resources": "~0.6.0", + "@hcengineering/setting": "~0.6.1", + "@hcengineering/setting-assets": "~0.6.0", + "@hcengineering/setting-resources": "~0.6.0", + "@hcengineering/client-resources": "~0.6.4", + "@hcengineering/contact-assets": "~0.6.0", + "@hcengineering/activity": "~0.6.0", + "@hcengineering/activity-assets": "~0.6.0", + "@hcengineering/activity-resources": "~0.6.0", + "@hcengineering/automation": "~0.6.0", + "@hcengineering/automation-assets": "~0.6.0", + "@hcengineering/automation-resources": "~0.6.0", + "@hcengineering/telegram": "~0.6.2", + "@hcengineering/telegram-assets": "~0.6.0", + "@hcengineering/telegram-resources": "~0.6.0", + "@hcengineering/devmodel": "~0.6.0", + "@hcengineering/devmodel-resources": "~0.6.0", + "@hcengineering/workbench-assets": "~0.6.0", + "@hcengineering/attachment": "~0.6.1", + "@hcengineering/attachment-assets": "~0.6.0", + "@hcengineering/attachment-resources": "~0.6.0", + "@hcengineering/lead": "~0.6.0", + "@hcengineering/lead-assets": "~0.6.0", + "@hcengineering/lead-resources": "~0.6.0", + "@hcengineering/gmail": "~0.6.0", + "@hcengineering/gmail-assets": "~0.6.0", + "@hcengineering/gmail-resources": "~0.6.0", + "@hcengineering/image-cropper": "~0.6.0", + "@hcengineering/image-cropper-resources": "~0.6.0", + "@hcengineering/inventory": "~0.6.0", + "@hcengineering/inventory-assets": "~0.6.0", + "@hcengineering/inventory-resources": "~0.6.0", + "@hcengineering/server-attachment": "~0.6.1", + "@hcengineering/server-attachment-resources": "~0.6.0", + "@hcengineering/server-contact": "~0.6.1", + "@hcengineering/server-contact-resources": "~0.6.0", + "@hcengineering/server-notification": "~0.6.0", + "@hcengineering/server-notification-resources": "~0.6.0", + "@hcengineering/server-setting": "~0.6.0", + "@hcengineering/server-setting-resources": "~0.6.0", + "@hcengineering/templates": "~0.6.0", + "@hcengineering/templates-assets": "~0.6.0", + "@hcengineering/templates-resources": "~0.6.0", + "@hcengineering/notification": "~0.6.0", + "@hcengineering/notification-assets": "~0.6.0", + "@hcengineering/notification-resources": "~0.6.0", + "@hcengineering/preference": "^0.6.1", + "@hcengineering/preference-assets": "~0.6.0", + "@hcengineering/core": "^0.6.17", + "@hcengineering/rekoni": "~0.6.0", + "@hcengineering/tags-assets": "~0.6.0", + "@hcengineering/tags": "~0.6.2", + "@hcengineering/tags-resources": "~0.6.0", + "@hcengineering/server-chunter": "~0.6.0", + "@hcengineering/server-chunter-resources": "~0.6.0", + "@hcengineering/server-inventory": "~0.6.0", + "@hcengineering/server-inventory-resources": "~0.6.0", + "@hcengineering/server-lead": "~0.6.0", + "@hcengineering/server-lead-resources": "~0.6.0", + "@hcengineering/server-recruit": "~0.6.0", + "@hcengineering/server-recruit-resources": "~0.6.0", + "@hcengineering/server-tags": "~0.6.0", + "@hcengineering/server-tags-resources": "~0.6.0", + "@hcengineering/server-task": "~0.6.0", + "@hcengineering/server-task-resources": "~0.6.0", + "@hcengineering/calendar": "~0.6.0", + "@hcengineering/calendar-assets": "~0.6.0", + "@hcengineering/calendar-resources": "~0.6.0", + "@hcengineering/server-calendar": "~0.6.0", + "@hcengineering/server-calendar-resources": "~0.6.0", + "@hcengineering/server-gmail": "~0.6.0", + "@hcengineering/server-gmail-resources": "~0.6.0", + "@hcengineering/server-telegram": "~0.6.0", + "@hcengineering/server-telegram-resources": "~0.6.0", + "@hcengineering/presentation": "~0.6.2", + "@hcengineering/server-tracker": "~0.6.0", + "@hcengineering/server-tracker-resources": "~0.6.0", + "@hcengineering/tracker": "~0.6.0", + "@hcengineering/tracker-assets": "~0.6.0", + "@hcengineering/tracker-resources": "~0.6.0", + "@hcengineering/text-editor": "~0.6.0", + "@hcengineering/board": "~0.6.0", + "@hcengineering/board-assets": "~0.6.0", + "@hcengineering/board-resources": "~0.6.0", + "@hcengineering/hr": "~0.6.0", + "@hcengineering/hr-assets": "~0.6.0", + "@hcengineering/hr-resources": "~0.6.0", + "@hcengineering/server-hr": "~0.6.0", + "@hcengineering/server-hr-resources": "~0.6.0" } } diff --git a/dev/prod/src/main-dev.ts b/dev/prod/src/main-dev.ts index 1f1406733e..c4c3974c5b 100644 --- a/dev/prod/src/main-dev.ts +++ b/dev/prod/src/main-dev.ts @@ -14,7 +14,7 @@ // limitations under the License. // -import { createApp } from '@anticrm/ui' +import { createApp } from '@hcengineering/ui' import { configurePlatform } from './platform' import { configurePlatformDev, configurePlatformDevServer } from './platform-dev' diff --git a/dev/prod/src/main.ts b/dev/prod/src/main.ts index 4b586d4443..ea4d431004 100644 --- a/dev/prod/src/main.ts +++ b/dev/prod/src/main.ts @@ -14,7 +14,7 @@ // limitations under the License. // -import { createApp } from '@anticrm/ui' +import { createApp } from '@hcengineering/ui' import { configurePlatform } from './platform' configurePlatform().then(() => { diff --git a/dev/prod/src/platform-dev.ts b/dev/prod/src/platform-dev.ts index f1c6d0e078..74301f796e 100644 --- a/dev/prod/src/platform-dev.ts +++ b/dev/prod/src/platform-dev.ts @@ -13,52 +13,52 @@ // limitations under the License. // -import { addLocation } from '@anticrm/platform' +import { addLocation } from '@hcengineering/platform' -import login from '@anticrm/login' -import { clientId } from '@anticrm/client' -import { serverAttachmentId } from '@anticrm/server-attachment' -import { serverContactId } from '@anticrm/server-contact' -import { serverNotificationId } from '@anticrm/server-notification' -import { serverSettingId } from '@anticrm/server-setting' -import { serverChunterId } from '@anticrm/server-chunter' -import { serverInventoryId } from '@anticrm/server-inventory' -import { serverLeadId } from '@anticrm/server-lead' -import { serverRecruitId } from '@anticrm/server-recruit' -import { serverTaskId } from '@anticrm/server-task' -import { serverTrackerId } from '@anticrm/server-tracker' -import { serverTagsId } from '@anticrm/server-tags' -import { serverCalendarId } from '@anticrm/server-calendar' -import { serverGmailId } from '@anticrm/server-gmail' -import { serverTelegramId } from '@anticrm/server-telegram' -import { serverHrId } from '@anticrm/server-hr' +import login from '@hcengineering/login' +import { clientId } from '@hcengineering/client' +import { serverAttachmentId } from '@hcengineering/server-attachment' +import { serverContactId } from '@hcengineering/server-contact' +import { serverNotificationId } from '@hcengineering/server-notification' +import { serverSettingId } from '@hcengineering/server-setting' +import { serverChunterId } from '@hcengineering/server-chunter' +import { serverInventoryId } from '@hcengineering/server-inventory' +import { serverLeadId } from '@hcengineering/server-lead' +import { serverRecruitId } from '@hcengineering/server-recruit' +import { serverTaskId } from '@hcengineering/server-task' +import { serverTrackerId } from '@hcengineering/server-tracker' +import { serverTagsId } from '@hcengineering/server-tags' +import { serverCalendarId } from '@hcengineering/server-calendar' +import { serverGmailId } from '@hcengineering/server-gmail' +import { serverTelegramId } from '@hcengineering/server-telegram' +import { serverHrId } from '@hcengineering/server-hr' -import { setMetadata } from '@anticrm/platform' +import { setMetadata } from '@hcengineering/platform' -import devmodel, { devModelId } from '@anticrm/devmodel' -import client from '@anticrm/client' +import devmodel, { devModelId } from '@hcengineering/devmodel' +import client from '@hcengineering/client' export function configurePlatformDev() { setMetadata(login.metadata.OverrideLoginToken, process.env.LOGIN_TOKEN_DEV) setMetadata(login.metadata.OverrideEndpoint, process.env.LOGIN_ENDPOINT_DEV) console.log('Use DEV server') - addLocation(clientId, () => import(/* webpackChunkName: "client-dev" */ '@anticrm/dev-client-resources')) + addLocation(clientId, () => import(/* webpackChunkName: "client-dev" */ '@hcengineering/dev-client-resources')) - addLocation(serverAttachmentId, () => import(/* webpackChunkName: "server-attachment" */ '@anticrm/server-attachment-resources')) - addLocation(serverContactId, () => import(/* webpackChunkName: "server-contact" */ '@anticrm/server-contact-resources')) - addLocation(serverNotificationId, () => import(/* webpackChunkName: "server-notification" */ '@anticrm/server-notification-resources')) - addLocation(serverSettingId, () => import(/* webpackChunkName: "server-setting" */ '@anticrm/server-setting-resources')) - addLocation(serverChunterId, () => import(/* webpackChunkName: "server-chunter" */ '@anticrm/server-chunter-resources')) - addLocation(serverInventoryId, () => import(/* webpackChunkName: "server-inventory" */ '@anticrm/server-inventory-resources')) - addLocation(serverLeadId, () => import(/* webpackChunkName: "server-lead" */ '@anticrm/server-lead-resources')) - addLocation(serverRecruitId, () => import(/* webpackChunkName: "server-recruit" */ '@anticrm/server-recruit-resources')) - addLocation(serverTaskId, () => import/* webpackChunkName: "server-task" */ ('@anticrm/server-task-resources')) - addLocation(serverTrackerId, () => import/* webpackChunkName: "server-tracker" */ ('@anticrm/server-tracker-resources')) - addLocation(serverTagsId, () => import/* webpackChunkName: "server-tags" */ ('@anticrm/server-tags-resources')) - addLocation(serverCalendarId, () => import/* webpackChunkName: "server-calendar" */ ('@anticrm/server-calendar-resources')) - addLocation(serverGmailId, () => import/* webpackChunkName: "server-gmail" */ ('@anticrm/server-gmail-resources')) - addLocation(serverTelegramId, () => import/* webpackChunkName: "server-telegram" */ ('@anticrm/server-telegram-resources')) - addLocation(serverHrId, () => import(/* webpackChunkName: "server-attachment" */ '@anticrm/server-hr-resources')) + addLocation(serverAttachmentId, () => import(/* webpackChunkName: "server-attachment" */ '@hcengineering/server-attachment-resources')) + addLocation(serverContactId, () => import(/* webpackChunkName: "server-contact" */ '@hcengineering/server-contact-resources')) + addLocation(serverNotificationId, () => import(/* webpackChunkName: "server-notification" */ '@hcengineering/server-notification-resources')) + addLocation(serverSettingId, () => import(/* webpackChunkName: "server-setting" */ '@hcengineering/server-setting-resources')) + addLocation(serverChunterId, () => import(/* webpackChunkName: "server-chunter" */ '@hcengineering/server-chunter-resources')) + addLocation(serverInventoryId, () => import(/* webpackChunkName: "server-inventory" */ '@hcengineering/server-inventory-resources')) + addLocation(serverLeadId, () => import(/* webpackChunkName: "server-lead" */ '@hcengineering/server-lead-resources')) + addLocation(serverRecruitId, () => import(/* webpackChunkName: "server-recruit" */ '@hcengineering/server-recruit-resources')) + addLocation(serverTaskId, () => import/* webpackChunkName: "server-task" */ ('@hcengineering/server-task-resources')) + addLocation(serverTrackerId, () => import/* webpackChunkName: "server-tracker" */ ('@hcengineering/server-tracker-resources')) + addLocation(serverTagsId, () => import/* webpackChunkName: "server-tags" */ ('@hcengineering/server-tags-resources')) + addLocation(serverCalendarId, () => import/* webpackChunkName: "server-calendar" */ ('@hcengineering/server-calendar-resources')) + addLocation(serverGmailId, () => import/* webpackChunkName: "server-gmail" */ ('@hcengineering/server-gmail-resources')) + addLocation(serverTelegramId, () => import/* webpackChunkName: "server-telegram" */ ('@hcengineering/server-telegram-resources')) + addLocation(serverHrId, () => import(/* webpackChunkName: "server-attachment" */ '@hcengineering/server-hr-resources')) // Set devmodel to hook client to be able to present all activity enableDevModel() } @@ -74,5 +74,5 @@ export function configurePlatformDevServer() { function enableDevModel() { setMetadata(client.metadata.ClientHook, devmodel.hook.Hook) - addLocation(devModelId, () => import(/* webpackChunkName: "devmodel" */ '@anticrm/devmodel-resources')) + addLocation(devModelId, () => import(/* webpackChunkName: "devmodel" */ '@hcengineering/devmodel-resources')) } diff --git a/dev/prod/src/platform.ts b/dev/prod/src/platform.ts index fc41bfacfe..34f474cf80 100644 --- a/dev/prod/src/platform.ts +++ b/dev/prod/src/platform.ts @@ -13,64 +13,64 @@ // limitations under the License. // -import { addLocation } from '@anticrm/platform' +import { addLocation } from '@hcengineering/platform' -import login, { loginId } from '@anticrm/login' -import workbench, { workbenchId } from '@anticrm/workbench' -import uiPlugin from '@anticrm/ui' -import { viewId } from '@anticrm/view' -import { taskId } from '@anticrm/task' -import { contactId } from '@anticrm/contact' -import { chunterId } from '@anticrm/chunter' -import { recruitId } from '@anticrm/recruit' -import { activityId } from '@anticrm/activity' -import { automationId } from '@anticrm/automation' -import { settingId } from '@anticrm/setting' -import { telegramId } from '@anticrm/telegram' -import { attachmentId } from '@anticrm/attachment' -import { leadId } from '@anticrm/lead' -import { clientId } from '@anticrm/client' -import { gmailId } from '@anticrm/gmail' -import { imageCropperId } from '@anticrm/image-cropper' -import { inventoryId } from '@anticrm/inventory' -import { templatesId } from '@anticrm/templates' -import { notificationId } from '@anticrm/notification' -import { preferenceId } from '@anticrm/preference' -import { tagsId } from '@anticrm/tags' -import { calendarId } from '@anticrm/calendar' -import { trackerId } from '@anticrm/tracker' -import { boardId } from '@anticrm/board' -import { hrId } from '@anticrm/hr' -import rekoni from '@anticrm/rekoni' +import login, { loginId } from '@hcengineering/login' +import workbench, { workbenchId } from '@hcengineering/workbench' +import uiPlugin from '@hcengineering/ui' +import { viewId } from '@hcengineering/view' +import { taskId } from '@hcengineering/task' +import { contactId } from '@hcengineering/contact' +import { chunterId } from '@hcengineering/chunter' +import { recruitId } from '@hcengineering/recruit' +import { activityId } from '@hcengineering/activity' +import { automationId } from '@hcengineering/automation' +import { settingId } from '@hcengineering/setting' +import { telegramId } from '@hcengineering/telegram' +import { attachmentId } from '@hcengineering/attachment' +import { leadId } from '@hcengineering/lead' +import { clientId } from '@hcengineering/client' +import { gmailId } from '@hcengineering/gmail' +import { imageCropperId } from '@hcengineering/image-cropper' +import { inventoryId } from '@hcengineering/inventory' +import { templatesId } from '@hcengineering/templates' +import { notificationId } from '@hcengineering/notification' +import { preferenceId } from '@hcengineering/preference' +import { tagsId } from '@hcengineering/tags' +import { calendarId } from '@hcengineering/calendar' +import { trackerId } from '@hcengineering/tracker' +import { boardId } from '@hcengineering/board' +import { hrId } from '@hcengineering/hr' +import rekoni from '@hcengineering/rekoni' -import '@anticrm/login-assets' -import '@anticrm/task-assets' -import '@anticrm/view-assets' -import '@anticrm/chunter-assets' -import '@anticrm/attachment-assets' -import '@anticrm/contact-assets' -import '@anticrm/recruit-assets' -import '@anticrm/activity-assets' -import '@anticrm/automation-assets' -import '@anticrm/setting-assets' -import '@anticrm/telegram-assets' -import '@anticrm/lead-assets' -import '@anticrm/gmail-assets' -import '@anticrm/workbench-assets' -import '@anticrm/inventory-assets' -import '@anticrm/templates-assets' -import '@anticrm/notification-assets' -import '@anticrm/tags-assets' -import '@anticrm/calendar-assets' -import '@anticrm/tracker-assets' -import '@anticrm/board-assets' -import '@anticrm/preference-assets' -import '@anticrm/hr-assets' -import presentation, { presentationId } from '@anticrm/presentation' -import { coreId } from '@anticrm/core' -import { textEditorId } from '@anticrm/text-editor' +import '@hcengineering/login-assets' +import '@hcengineering/task-assets' +import '@hcengineering/view-assets' +import '@hcengineering/chunter-assets' +import '@hcengineering/attachment-assets' +import '@hcengineering/contact-assets' +import '@hcengineering/recruit-assets' +import '@hcengineering/activity-assets' +import '@hcengineering/automation-assets' +import '@hcengineering/setting-assets' +import '@hcengineering/telegram-assets' +import '@hcengineering/lead-assets' +import '@hcengineering/gmail-assets' +import '@hcengineering/workbench-assets' +import '@hcengineering/inventory-assets' +import '@hcengineering/templates-assets' +import '@hcengineering/notification-assets' +import '@hcengineering/tags-assets' +import '@hcengineering/calendar-assets' +import '@hcengineering/tracker-assets' +import '@hcengineering/board-assets' +import '@hcengineering/preference-assets' +import '@hcengineering/hr-assets' +import presentation, { presentationId } from '@hcengineering/presentation' +import { coreId } from '@hcengineering/core' +import { textEditorId } from '@hcengineering/text-editor' -import { setMetadata } from '@anticrm/platform' +import { setMetadata } from '@hcengineering/platform' export async function configurePlatform() { const config = await (await fetch('/config.json')).json() @@ -103,31 +103,31 @@ export async function configurePlatform() { addLocation(presentationId, async () => ({ default: async () => ({}) })) addLocation(textEditorId, async () => ({ default: async () => ({}) })) - addLocation(clientId, () => import(/* webpackChunkName: "client" */ '@anticrm/client-resources')) - addLocation(loginId, () => import(/* webpackChunkName: "login" */ '@anticrm/login-resources')) - addLocation(workbenchId, () => import(/* webpackChunkName: "workbench" */ '@anticrm/workbench-resources')) - addLocation(viewId, () => import(/* webpackChunkName: "view" */ '@anticrm/view-resources')) - addLocation(taskId, () => import(/* webpackChunkName: "task" */ '@anticrm/task-resources')) - addLocation(contactId, () => import(/* webpackChunkName: "contact" */ '@anticrm/contact-resources')) - addLocation(chunterId, () => import(/* webpackChunkName: "chunter" */ '@anticrm/chunter-resources')) - addLocation(recruitId, () => import(/* webpackChunkName: "recruit" */ '@anticrm/recruit-resources')) - addLocation(activityId, () => import(/*webpackChunkName: "activity" */ '@anticrm/activity-resources')) - addLocation(settingId, () => import(/* webpackChunkName: "setting" */ '@anticrm/setting-resources')) - addLocation(leadId, () => import(/* webpackChunkName: "lead" */ '@anticrm/lead-resources')) - addLocation(telegramId, () => import(/* webpackChunkName: "telegram" */ '@anticrm/telegram-resources')) - addLocation(attachmentId, () => import(/* webpackChunkName: "attachment" */ '@anticrm/attachment-resources')) - addLocation(gmailId, () => import(/* webpackChunkName: "gmail" */ '@anticrm/gmail-resources')) - addLocation(imageCropperId, () => import(/* webpackChunkName: "image-cropper" */ '@anticrm/image-cropper-resources')) - addLocation(inventoryId, () => import(/* webpackChunkName: "inventory" */ '@anticrm/inventory-resources')) - addLocation(templatesId, () => import(/* webpackChunkName: "templates" */ '@anticrm/templates-resources')) - addLocation(notificationId, () => import(/* webpackChunkName: "notification" */ '@anticrm/notification-resources')) - addLocation(tagsId, () => import(/* webpackChunkName: "tags" */ '@anticrm/tags-resources')) - addLocation(calendarId, () => import(/* webpackChunkName: "calendar" */ '@anticrm/calendar-resources')) + addLocation(clientId, () => import(/* webpackChunkName: "client" */ '@hcengineering/client-resources')) + addLocation(loginId, () => import(/* webpackChunkName: "login" */ '@hcengineering/login-resources')) + addLocation(workbenchId, () => import(/* webpackChunkName: "workbench" */ '@hcengineering/workbench-resources')) + addLocation(viewId, () => import(/* webpackChunkName: "view" */ '@hcengineering/view-resources')) + addLocation(taskId, () => import(/* webpackChunkName: "task" */ '@hcengineering/task-resources')) + addLocation(contactId, () => import(/* webpackChunkName: "contact" */ '@hcengineering/contact-resources')) + addLocation(chunterId, () => import(/* webpackChunkName: "chunter" */ '@hcengineering/chunter-resources')) + addLocation(recruitId, () => import(/* webpackChunkName: "recruit" */ '@hcengineering/recruit-resources')) + addLocation(activityId, () => import(/*webpackChunkName: "activity" */ '@hcengineering/activity-resources')) + addLocation(settingId, () => import(/* webpackChunkName: "setting" */ '@hcengineering/setting-resources')) + addLocation(leadId, () => import(/* webpackChunkName: "lead" */ '@hcengineering/lead-resources')) + addLocation(telegramId, () => import(/* webpackChunkName: "telegram" */ '@hcengineering/telegram-resources')) + addLocation(attachmentId, () => import(/* webpackChunkName: "attachment" */ '@hcengineering/attachment-resources')) + addLocation(gmailId, () => import(/* webpackChunkName: "gmail" */ '@hcengineering/gmail-resources')) + addLocation(imageCropperId, () => import(/* webpackChunkName: "image-cropper" */ '@hcengineering/image-cropper-resources')) + addLocation(inventoryId, () => import(/* webpackChunkName: "inventory" */ '@hcengineering/inventory-resources')) + addLocation(templatesId, () => import(/* webpackChunkName: "templates" */ '@hcengineering/templates-resources')) + addLocation(notificationId, () => import(/* webpackChunkName: "notification" */ '@hcengineering/notification-resources')) + addLocation(tagsId, () => import(/* webpackChunkName: "tags" */ '@hcengineering/tags-resources')) + addLocation(calendarId, () => import(/* webpackChunkName: "calendar" */ '@hcengineering/calendar-resources')) - addLocation(trackerId, () => import(/* webpackChunkName: "tracker" */ '@anticrm/tracker-resources')) - addLocation(boardId, () => import(/* webpackChunkName: "board" */ '@anticrm/board-resources')) - addLocation(automationId, () => import(/* webpackChunkName: "automation" */ '@anticrm/automation-resources')) - addLocation(hrId, () => import(/* webpackChunkName: "hr" */ '@anticrm/hr-resources')) + addLocation(trackerId, () => import(/* webpackChunkName: "tracker" */ '@hcengineering/tracker-resources')) + addLocation(boardId, () => import(/* webpackChunkName: "board" */ '@hcengineering/board-resources')) + addLocation(automationId, () => import(/* webpackChunkName: "automation" */ '@hcengineering/automation-resources')) + addLocation(hrId, () => import(/* webpackChunkName: "hr" */ '@hcengineering/hr-resources')) setMetadata(workbench.metadata.PlatformTitle, 'Platform') } diff --git a/dev/prod/webpack.config.js b/dev/prod/webpack.config.js index 839725921b..6b110e69a4 100644 --- a/dev/prod/webpack.config.js +++ b/dev/prod/webpack.config.js @@ -30,7 +30,7 @@ const dev = (process.env.CLIENT_TYPE ?? '') === 'dev' || devServer module.exports = { entry: { bundle: [ - '@anticrm/theme/styles/global.scss', + '@hcengineering/theme/styles/global.scss', ...(dev ? ['./src/main-dev.ts']: ['./src/main.ts'] ), ] }, @@ -38,7 +38,7 @@ module.exports = { symlinks: true, alias: { svelte: path.resolve('./node_modules', 'svelte'), - '@anticrm/platform-rig/profiles/ui/svelte': path.resolve('./node_modules', 'svelte') + '@hcengineering/platform-rig/profiles/ui/svelte': path.resolve('./node_modules', 'svelte') }, extensions: ['.mjs', '.js', '.svelte', '.ts'], mainFields: ['svelte', 'browser', 'module', 'main'] diff --git a/dev/server/.eslintrc.js b/dev/server/.eslintrc.js index 5da5872d4a..7f7cebe58b 100644 --- a/dev/server/.eslintrc.js +++ b/dev/server/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@anticrm/platform-rig/profiles/default/config/eslint.config.json'], + extends: ['./node_modules/@hcengineering/platform-rig/profiles/default/config/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname, project: './tsconfig.json' diff --git a/dev/server/CHANGELOG.json b/dev/server/CHANGELOG.json index dc7356ca4c..7cce062922 100644 --- a/dev/server/CHANGELOG.json +++ b/dev/server/CHANGELOG.json @@ -1,9 +1,9 @@ { - "name": "@anticrm/dev-server", + "name": "@hcengineering/dev-server", "entries": [ { "version": "0.6.10", - "tag": "@anticrm/dev-server_v0.6.10", + "tag": "@hcengineering/dev-server_v0.6.10", "date": "Sat, 14 Aug 2021 09:13:32 GMT", "comments": { "patch": [ @@ -15,7 +15,7 @@ }, { "version": "0.6.9", - "tag": "@anticrm/dev-server_v0.6.9", + "tag": "@hcengineering/dev-server_v0.6.9", "date": "Wed, 11 Aug 2021 10:10:44 GMT", "comments": { "patch": [ @@ -27,7 +27,7 @@ }, { "version": "0.6.8", - "tag": "@anticrm/dev-server_v0.6.8", + "tag": "@hcengineering/dev-server_v0.6.8", "date": "Wed, 11 Aug 2021 09:37:04 GMT", "comments": { "patch": [ @@ -37,20 +37,20 @@ ], "dependency": [ { - "comment": "Updating dependency \"@anticrm/dev-storage\" from `~0.6.3` to `~0.6.6`" + "comment": "Updating dependency \"@hcengineering/dev-storage\" from `~0.6.3` to `~0.6.6`" }, { - "comment": "Updating dependency \"@anticrm/server-ws\" from `~0.6.6` to `~0.6.8`" + "comment": "Updating dependency \"@hcengineering/server-ws\" from `~0.6.6` to `~0.6.8`" }, { - "comment": "Updating dependency \"@anticrm/core\" from `~0.6.8` to `~0.6.10`" + "comment": "Updating dependency \"@hcengineering/core\" from `~0.6.8` to `~0.6.10`" } ] } }, { "version": "0.6.6", - "tag": "@anticrm/dev-server_v0.6.6", + "tag": "@hcengineering/dev-server_v0.6.6", "date": "Sun, 08 Aug 2021 21:05:26 GMT", "comments": { "patch": [ @@ -60,17 +60,17 @@ ], "dependency": [ { - "comment": "Updating dependency \"@anticrm/server-ws\" from `~0.6.4` to `~0.6.5`" + "comment": "Updating dependency \"@hcengineering/server-ws\" from `~0.6.4` to `~0.6.5`" }, { - "comment": "Updating dependency \"@anticrm/core\" from `~0.6.7` to `~0.6.8`" + "comment": "Updating dependency \"@hcengineering/core\" from `~0.6.7` to `~0.6.8`" } ] } }, { "version": "0.6.5", - "tag": "@anticrm/dev-server_v0.6.5", + "tag": "@hcengineering/dev-server_v0.6.5", "date": "Wed, 04 Aug 2021 21:18:44 GMT", "comments": { "patch": [ @@ -80,23 +80,23 @@ ], "dependency": [ { - "comment": "Updating dependency \"@anticrm/dev-storage\" from `~0.6.2` to `~0.6.3`" + "comment": "Updating dependency \"@hcengineering/dev-storage\" from `~0.6.2` to `~0.6.3`" }, { - "comment": "Updating dependency \"@anticrm/server-ws\" from `~0.6.3` to `~0.6.4`" + "comment": "Updating dependency \"@hcengineering/server-ws\" from `~0.6.3` to `~0.6.4`" }, { - "comment": "Updating dependency \"@anticrm/core\" from `~0.6.6` to `~0.6.7`" + "comment": "Updating dependency \"@hcengineering/core\" from `~0.6.6` to `~0.6.7`" }, { - "comment": "Updating dependency \"@anticrm/platform\" from `~0.6.2` to `~0.6.3`" + "comment": "Updating dependency \"@hcengineering/platform\" from `~0.6.2` to `~0.6.3`" } ] } }, { "version": "0.6.4", - "tag": "@anticrm/dev-server_v0.6.4", + "tag": "@hcengineering/dev-server_v0.6.4", "date": "Wed, 04 Aug 2021 21:00:14 GMT", "comments": { "patch": [ @@ -106,20 +106,20 @@ ], "dependency": [ { - "comment": "Updating dependency \"@anticrm/dev-storage\" from `~0.6.1` to `~0.6.2`" + "comment": "Updating dependency \"@hcengineering/dev-storage\" from `~0.6.1` to `~0.6.2`" }, { - "comment": "Updating dependency \"@anticrm/server-ws\" from `~0.6.2` to `~0.6.3`" + "comment": "Updating dependency \"@hcengineering/server-ws\" from `~0.6.2` to `~0.6.3`" }, { - "comment": "Updating dependency \"@anticrm/core\" from `~0.6.5` to `~0.6.6`" + "comment": "Updating dependency \"@hcengineering/core\" from `~0.6.5` to `~0.6.6`" } ] } }, { "version": "0.6.3", - "tag": "@anticrm/dev-server_v0.6.3", + "tag": "@hcengineering/dev-server_v0.6.3", "date": "Wed, 04 Aug 2021 20:48:46 GMT", "comments": { "patch": [ @@ -129,17 +129,17 @@ ], "dependency": [ { - "comment": "Updating dependency \"@anticrm/server-ws\" from `~0.6.1` to `~0.6.2`" + "comment": "Updating dependency \"@hcengineering/server-ws\" from `~0.6.1` to `~0.6.2`" }, { - "comment": "Updating dependency \"@anticrm/platform\" from `~0.6.1` to `~0.6.2`" + "comment": "Updating dependency \"@hcengineering/platform\" from `~0.6.1` to `~0.6.2`" } ] } }, { "version": "0.6.2", - "tag": "@anticrm/dev-server_v0.6.2", + "tag": "@hcengineering/dev-server_v0.6.2", "date": "Wed, 04 Aug 2021 20:26:15 GMT", "comments": { "patch": [ @@ -149,14 +149,14 @@ ], "dependency": [ { - "comment": "Updating dependency \"@anticrm/core\" from `~0.6.4` to `~0.6.5`" + "comment": "Updating dependency \"@hcengineering/core\" from `~0.6.4` to `~0.6.5`" } ] } }, { "version": "0.6.1", - "tag": "@anticrm/dev-server_v0.6.1", + "tag": "@hcengineering/dev-server_v0.6.1", "date": "Wed, 04 Aug 2021 17:38:30 GMT", "comments": { "patch": [ @@ -166,16 +166,16 @@ ], "dependency": [ { - "comment": "Updating dependency \"@anticrm/dev-storage\" from `~0.6.0` to `~0.6.1`" + "comment": "Updating dependency \"@hcengineering/dev-storage\" from `~0.6.0` to `~0.6.1`" }, { - "comment": "Updating dependency \"@anticrm/server-ws\" from `~0.6.0` to `~0.6.1`" + "comment": "Updating dependency \"@hcengineering/server-ws\" from `~0.6.0` to `~0.6.1`" }, { - "comment": "Updating dependency \"@anticrm/core\" from `~0.6.0` to `~0.6.1`" + "comment": "Updating dependency \"@hcengineering/core\" from `~0.6.0` to `~0.6.1`" }, { - "comment": "Updating dependency \"@anticrm/platform\" from `~0.6.0` to `~0.6.1`" + "comment": "Updating dependency \"@hcengineering/platform\" from `~0.6.0` to `~0.6.1`" } ] } diff --git a/dev/server/CHANGELOG.md b/dev/server/CHANGELOG.md index 647e2c36e6..1b4e85e2ad 100644 --- a/dev/server/CHANGELOG.md +++ b/dev/server/CHANGELOG.md @@ -1,4 +1,4 @@ -# Change Log - @anticrm/dev-server +# Change Log - @hcengineering/dev-server This log was last generated on Sat, 14 Aug 2021 09:13:32 GMT and should not be manually modified. diff --git a/dev/server/config/rig.json b/dev/server/config/rig.json index af1257a896..2fdc07ba20 100644 --- a/dev/server/config/rig.json +++ b/dev/server/config/rig.json @@ -7,7 +7,7 @@ * (Required) The name of the rig package to inherit from. * It should be an NPM package name with the "-rig" suffix. */ - "rigPackageName": "@anticrm/platform-rig" + "rigPackageName": "@hcengineering/platform-rig" /** * (Optional) Selects a config profile from the rig package. The name must consist of diff --git a/dev/server/package.json b/dev/server/package.json index 185713e626..ba56389f76 100644 --- a/dev/server/package.json +++ b/dev/server/package.json @@ -1,5 +1,5 @@ { - "name": "@anticrm/dev-server", + "name": "@hcengineering/dev-server", "version": "0.6.10", "main": "lib/index.js", "author": "Anticrm Platform Contributors", @@ -13,7 +13,7 @@ "format": "prettier --write src && eslint --fix src" }, "devDependencies": { - "@anticrm/platform-rig": "~0.6.0", + "@hcengineering/platform-rig": "~0.6.0", "@types/heft-jest": "^1.0.3", "@typescript-eslint/eslint-plugin": "^5.30.0", "eslint-plugin-import": "^2.26.0", @@ -28,11 +28,11 @@ "typescript": "^4.3.5" }, "dependencies": { - "@anticrm/dev-storage": "~0.6.6", - "@anticrm/server-ws": "~0.6.11", - "@anticrm/core": "~0.6.16", - "@anticrm/platform": "~0.6.6", + "@hcengineering/dev-storage": "~0.6.6", + "@hcengineering/server-ws": "~0.6.11", + "@hcengineering/core": "^0.6.17", + "@hcengineering/platform": "^0.6.7", "jwt-simple": "~0.5.6", - "@anticrm/server-core": "~0.6.1" + "@hcengineering/server-core": "~0.6.1" } } diff --git a/dev/server/src/server.ts b/dev/server/src/server.ts index f33751bffd..a0f8f3f4f6 100644 --- a/dev/server/src/server.ts +++ b/dev/server/src/server.ts @@ -14,17 +14,17 @@ // limitations under the License. // -import type { Doc, Ref, TxResult } from '@anticrm/core' -import { DOMAIN_TX, MeasureMetricsContext } from '@anticrm/core' -import { createInMemoryTxAdapter } from '@anticrm/dev-storage' +import type { Doc, Ref, TxResult } from '@hcengineering/core' +import { DOMAIN_TX, MeasureMetricsContext } from '@hcengineering/core' +import { createInMemoryTxAdapter } from '@hcengineering/dev-storage' import { createInMemoryAdapter, createPipeline, DbConfiguration, FullTextAdapter, IndexedDoc -} from '@anticrm/server-core' -import { ClientSession, start as startJsonRpc } from '@anticrm/server-ws' +} from '@hcengineering/server-core' +import { ClientSession, start as startJsonRpc } from '@hcengineering/server-ws' class NullFullTextAdapter implements FullTextAdapter { async index (doc: IndexedDoc): Promise { diff --git a/dev/server/tsconfig.json b/dev/server/tsconfig.json index aeb0517b13..9b47eded03 100644 --- a/dev/server/tsconfig.json +++ b/dev/server/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@anticrm/platform-rig/profiles/default/tsconfig.json", + "extends": "./node_modules/@hcengineering/platform-rig/profiles/default/tsconfig.json", "compilerOptions": { "rootDir": "./src", diff --git a/dev/storage/.eslintrc.js b/dev/storage/.eslintrc.js index 5da5872d4a..7f7cebe58b 100644 --- a/dev/storage/.eslintrc.js +++ b/dev/storage/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@anticrm/platform-rig/profiles/default/config/eslint.config.json'], + extends: ['./node_modules/@hcengineering/platform-rig/profiles/default/config/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname, project: './tsconfig.json' diff --git a/dev/storage/CHANGELOG.json b/dev/storage/CHANGELOG.json index 87e22ec2af..be031554e7 100644 --- a/dev/storage/CHANGELOG.json +++ b/dev/storage/CHANGELOG.json @@ -1,9 +1,9 @@ { - "name": "@anticrm/dev-storage", + "name": "@hcengineering/dev-storage", "entries": [ { "version": "0.6.6", - "tag": "@anticrm/dev-storage_v0.6.6", + "tag": "@hcengineering/dev-storage_v0.6.6", "date": "Wed, 11 Aug 2021 09:37:04 GMT", "comments": { "patch": [ @@ -13,14 +13,14 @@ ], "dependency": [ { - "comment": "Updating dependency \"@anticrm/core\" from `~0.6.8` to `~0.6.10`" + "comment": "Updating dependency \"@hcengineering/core\" from `~0.6.8` to `~0.6.10`" } ] } }, { "version": "0.6.3", - "tag": "@anticrm/dev-storage_v0.6.3", + "tag": "@hcengineering/dev-storage_v0.6.3", "date": "Wed, 04 Aug 2021 21:18:44 GMT", "comments": { "patch": [ @@ -30,17 +30,17 @@ ], "dependency": [ { - "comment": "Updating dependency \"@anticrm/core\" from `~0.6.6` to `~0.6.7`" + "comment": "Updating dependency \"@hcengineering/core\" from `~0.6.6` to `~0.6.7`" }, { - "comment": "Updating dependency \"@anticrm/platform\" from `~0.6.2` to `~0.6.3`" + "comment": "Updating dependency \"@hcengineering/platform\" from `~0.6.2` to `~0.6.3`" } ] } }, { "version": "0.6.2", - "tag": "@anticrm/dev-storage_v0.6.2", + "tag": "@hcengineering/dev-storage_v0.6.2", "date": "Wed, 04 Aug 2021 21:00:14 GMT", "comments": { "patch": [ @@ -50,14 +50,14 @@ ], "dependency": [ { - "comment": "Updating dependency \"@anticrm/core\" from `~0.6.5` to `~0.6.6`" + "comment": "Updating dependency \"@hcengineering/core\" from `~0.6.5` to `~0.6.6`" } ] } }, { "version": "0.6.1", - "tag": "@anticrm/dev-storage_v0.6.1", + "tag": "@hcengineering/dev-storage_v0.6.1", "date": "Wed, 04 Aug 2021 17:38:30 GMT", "comments": { "patch": [ @@ -67,10 +67,10 @@ ], "dependency": [ { - "comment": "Updating dependency \"@anticrm/core\" from `~0.6.0` to `~0.6.1`" + "comment": "Updating dependency \"@hcengineering/core\" from `~0.6.0` to `~0.6.1`" }, { - "comment": "Updating dependency \"@anticrm/platform\" from `~0.6.0` to `~0.6.1`" + "comment": "Updating dependency \"@hcengineering/platform\" from `~0.6.0` to `~0.6.1`" } ] } diff --git a/dev/storage/CHANGELOG.md b/dev/storage/CHANGELOG.md index 3e5906778e..4fffe00dc4 100644 --- a/dev/storage/CHANGELOG.md +++ b/dev/storage/CHANGELOG.md @@ -1,4 +1,4 @@ -# Change Log - @anticrm/dev-storage +# Change Log - @hcengineering/dev-storage This log was last generated on Wed, 11 Aug 2021 09:37:04 GMT and should not be manually modified. diff --git a/dev/storage/config/rig.json b/dev/storage/config/rig.json index af1257a896..2fdc07ba20 100644 --- a/dev/storage/config/rig.json +++ b/dev/storage/config/rig.json @@ -7,7 +7,7 @@ * (Required) The name of the rig package to inherit from. * It should be an NPM package name with the "-rig" suffix. */ - "rigPackageName": "@anticrm/platform-rig" + "rigPackageName": "@hcengineering/platform-rig" /** * (Optional) Selects a config profile from the rig package. The name must consist of diff --git a/dev/storage/package.json b/dev/storage/package.json index 1c261f0878..d7dee26159 100644 --- a/dev/storage/package.json +++ b/dev/storage/package.json @@ -1,5 +1,5 @@ { - "name": "@anticrm/dev-storage", + "name": "@hcengineering/dev-storage", "version": "0.6.6", "main": "lib/index.js", "author": "Anticrm Platform Contributors", @@ -12,7 +12,7 @@ "format": "prettier --write src && eslint --fix src" }, "devDependencies": { - "@anticrm/platform-rig": "~0.6.0", + "@hcengineering/platform-rig": "~0.6.0", "@types/heft-jest": "^1.0.3", "@typescript-eslint/eslint-plugin": "^5.30.0", "eslint-plugin-import": "^2.26.0", @@ -26,9 +26,9 @@ "typescript": "^4.3.5" }, "dependencies": { - "@anticrm/core": "~0.6.16", - "@anticrm/platform": "~0.6.6", - "@anticrm/server-core": "~0.6.1", - "@anticrm/model-all": "~0.6.0" + "@hcengineering/core": "^0.6.17", + "@hcengineering/platform": "^0.6.7", + "@hcengineering/server-core": "~0.6.1", + "@hcengineering/model-all": "~0.6.0" } } diff --git a/dev/storage/src/__tests__/storage.test.txt b/dev/storage/src/__tests__/storage.test.txt index 4c9bae2b49..a63803fd01 100644 --- a/dev/storage/src/__tests__/storage.test.txt +++ b/dev/storage/src/__tests__/storage.test.txt @@ -14,7 +14,7 @@ // limitations under the License. // -import core, { TxFactory } from '@anticrm/core' +import core, { TxFactory } from '@hcengineering/core' import { createStorage } from '../storage' describe('client', () => { diff --git a/dev/storage/src/storage.ts b/dev/storage/src/storage.ts index 4f93c8fd19..c176c2412e 100644 --- a/dev/storage/src/storage.ts +++ b/dev/storage/src/storage.ts @@ -24,10 +24,10 @@ import type { StorageIterator, Tx, TxResult -} from '@anticrm/core' -import { Hierarchy, TxDb } from '@anticrm/core' -import builder from '@anticrm/model-all' -import type { TxAdapter } from '@anticrm/server-core' +} from '@hcengineering/core' +import { Hierarchy, TxDb } from '@hcengineering/core' +import builder from '@hcengineering/model-all' +import type { TxAdapter } from '@hcengineering/server-core' class InMemoryTxAdapter implements TxAdapter { private readonly txdb: TxDb diff --git a/dev/storage/tsconfig.json b/dev/storage/tsconfig.json index aeb0517b13..9b47eded03 100644 --- a/dev/storage/tsconfig.json +++ b/dev/storage/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@anticrm/platform-rig/profiles/default/tsconfig.json", + "extends": "./node_modules/@hcengineering/platform-rig/profiles/default/tsconfig.json", "compilerOptions": { "rootDir": "./src", diff --git a/dev/tool/.eslintrc.js b/dev/tool/.eslintrc.js index 5da5872d4a..7f7cebe58b 100644 --- a/dev/tool/.eslintrc.js +++ b/dev/tool/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@anticrm/platform-rig/profiles/default/config/eslint.config.json'], + extends: ['./node_modules/@hcengineering/platform-rig/profiles/default/config/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname, project: './tsconfig.json' diff --git a/dev/tool/config/rig.json b/dev/tool/config/rig.json index af1257a896..2fdc07ba20 100644 --- a/dev/tool/config/rig.json +++ b/dev/tool/config/rig.json @@ -7,7 +7,7 @@ * (Required) The name of the rig package to inherit from. * It should be an NPM package name with the "-rig" suffix. */ - "rigPackageName": "@anticrm/platform-rig" + "rigPackageName": "@hcengineering/platform-rig" /** * (Optional) Selects a config profile from the rig package. The name must consist of diff --git a/dev/tool/package.json b/dev/tool/package.json index 4039672781..378294853b 100644 --- a/dev/tool/package.json +++ b/dev/tool/package.json @@ -1,5 +1,5 @@ { - "name": "@anticrm/tool", + "name": "@hcengineering/tool", "version": "0.6.0", "main": "lib/index.js", "author": "Anticrm Platform Contributors", @@ -21,7 +21,7 @@ }, "devDependencies": { "cross-env": "~7.0.3", - "@anticrm/platform-rig": "~0.6.0", + "@hcengineering/platform-rig": "~0.6.0", "@types/heft-jest": "^1.0.3", "@typescript-eslint/eslint-plugin": "^5.30.0", "eslint-plugin-import": "^2.26.0", @@ -45,73 +45,73 @@ "dependencies": { "mongodb": "^4.9.0", "commander": "^8.1.0", - "@anticrm/account": "~0.6.0", - "@anticrm/core": "~0.6.16", - "@anticrm/contact": "~0.6.5", + "@hcengineering/account": "~0.6.0", + "@hcengineering/core": "^0.6.17", + "@hcengineering/contact": "~0.6.5", "minio": "^7.0.26", - "@anticrm/model-all": "~0.6.0", - "@anticrm/model-telegram": "~0.6.0", - "@anticrm/telegram": "~0.6.2", - "@anticrm/client-resources": "~0.6.4", + "@hcengineering/model-all": "~0.6.0", + "@hcengineering/model-telegram": "~0.6.0", + "@hcengineering/telegram": "~0.6.2", + "@hcengineering/client-resources": "~0.6.4", "ws": "^8.2.0", - "@anticrm/client": "~0.6.2", - "@anticrm/platform": "~0.6.6", - "@anticrm/model": "~0.6.0", + "@hcengineering/client": "^0.6.3", + "@hcengineering/platform": "^0.6.7", + "@hcengineering/model": "~0.6.0", "fast-equals": "^2.0.3", "@elastic/elasticsearch": "^7.14.0", - "@anticrm/elastic": "~0.6.0", - "@anticrm/server-core": "~0.6.1", - "@anticrm/server-token": "~0.6.0", - "@anticrm/model-attachment": "~0.6.0", - "@anticrm/model-contact": "~0.6.1", - "@anticrm/mongo": "~0.6.1", - "@anticrm/dev-storage": "~0.6.6", - "@anticrm/server-attachment": "~0.6.1", - "@anticrm/server-attachment-resources": "~0.6.0", + "@hcengineering/elastic": "~0.6.0", + "@hcengineering/server-core": "~0.6.1", + "@hcengineering/server-token": "~0.6.0", + "@hcengineering/model-attachment": "~0.6.0", + "@hcengineering/model-contact": "~0.6.1", + "@hcengineering/mongo": "~0.6.1", + "@hcengineering/dev-storage": "~0.6.6", + "@hcengineering/server-attachment": "~0.6.1", + "@hcengineering/server-attachment-resources": "~0.6.0", "xml2js": "~0.4.23", - "@anticrm/model-recruit": "~0.6.0", - "@anticrm/recruit": "~0.6.3", - "@anticrm/task": "~0.6.0", - "@anticrm/chunter": "~0.6.1", + "@hcengineering/model-recruit": "~0.6.0", + "@hcengineering/recruit": "~0.6.3", + "@hcengineering/task": "~0.6.0", + "@hcengineering/chunter": "~0.6.1", "mime-types": "~2.1.34", - "@anticrm/attachment": "~0.6.1", - "@anticrm/server-contact": "~0.6.1", - "@anticrm/server-contact-resources": "~0.6.0", - "@anticrm/server-notification": "~0.6.0", - "@anticrm/server-notification-resources": "~0.6.0", - "@anticrm/server-setting": "~0.6.0", - "@anticrm/server-setting-resources": "~0.6.0", - "@anticrm/server-tool": "~0.6.0", - "@anticrm/server-chunter": "~0.6.0", - "@anticrm/server-chunter-resources": "~0.6.0", - "@anticrm/server-inventory": "~0.6.0", - "@anticrm/server-inventory-resources": "~0.6.0", - "@anticrm/server-lead": "~0.6.0", - "@anticrm/server-lead-resources": "~0.6.0", - "@anticrm/server-recruit": "~0.6.0", - "@anticrm/server-recruit-resources": "~0.6.0", - "@anticrm/server-task": "~0.6.0", - "@anticrm/server-task-resources": "~0.6.0", - "@anticrm/server-tracker": "~0.6.0", - "@anticrm/server-tracker-resources": "~0.6.0", - "@anticrm/server-tags": "~0.6.0", - "@anticrm/server-tags-resources": "~0.6.0", - "@anticrm/server-calendar": "~0.6.0", - "@anticrm/server-calendar-resources": "~0.6.0", - "@anticrm/server-gmail": "~0.6.0", - "@anticrm/server-gmail-resources": "~0.6.0", - "@anticrm/server-telegram": "~0.6.0", - "@anticrm/server-telegram-resources": "~0.6.0", - "@anticrm/server-hr": "~0.6.0", - "@anticrm/server-hr-resources": "~0.6.0", - "@anticrm/rekoni": "~0.6.0", + "@hcengineering/attachment": "~0.6.1", + "@hcengineering/server-contact": "~0.6.1", + "@hcengineering/server-contact-resources": "~0.6.0", + "@hcengineering/server-notification": "~0.6.0", + "@hcengineering/server-notification-resources": "~0.6.0", + "@hcengineering/server-setting": "~0.6.0", + "@hcengineering/server-setting-resources": "~0.6.0", + "@hcengineering/server-tool": "~0.6.0", + "@hcengineering/server-chunter": "~0.6.0", + "@hcengineering/server-chunter-resources": "~0.6.0", + "@hcengineering/server-inventory": "~0.6.0", + "@hcengineering/server-inventory-resources": "~0.6.0", + "@hcengineering/server-lead": "~0.6.0", + "@hcengineering/server-lead-resources": "~0.6.0", + "@hcengineering/server-recruit": "~0.6.0", + "@hcengineering/server-recruit-resources": "~0.6.0", + "@hcengineering/server-task": "~0.6.0", + "@hcengineering/server-task-resources": "~0.6.0", + "@hcengineering/server-tracker": "~0.6.0", + "@hcengineering/server-tracker-resources": "~0.6.0", + "@hcengineering/server-tags": "~0.6.0", + "@hcengineering/server-tags-resources": "~0.6.0", + "@hcengineering/server-calendar": "~0.6.0", + "@hcengineering/server-calendar-resources": "~0.6.0", + "@hcengineering/server-gmail": "~0.6.0", + "@hcengineering/server-gmail-resources": "~0.6.0", + "@hcengineering/server-telegram": "~0.6.0", + "@hcengineering/server-telegram-resources": "~0.6.0", + "@hcengineering/server-hr": "~0.6.0", + "@hcengineering/server-hr-resources": "~0.6.0", + "@hcengineering/rekoni": "~0.6.0", "got": "^11.8.3", - "@anticrm/tags": "~0.6.2", - "@anticrm/server-backup": "~0.6.0", + "@hcengineering/tags": "~0.6.2", + "@hcengineering/server-backup": "~0.6.0", "csv-parse": "~5.1.0", - "@anticrm/lead": "~0.6.0", + "@hcengineering/lead": "~0.6.0", "email-addresses": "^5.0.0", "libphonenumber-js": "^1.9.46", - "@anticrm/setting": "~0.6.1" + "@hcengineering/setting": "~0.6.1" } } diff --git a/dev/tool/src/csv/classes.ts b/dev/tool/src/csv/classes.ts index d9e01ef3e6..e5575bc44b 100644 --- a/dev/tool/src/csv/classes.ts +++ b/dev/tool/src/csv/classes.ts @@ -13,9 +13,9 @@ // limitations under the License. // -import core, { AnyAttribute, Data, Enum, EnumOf, Ref, TxOperations } from '@anticrm/core' -import lead from '@anticrm/lead' -import { getEmbeddedLabel } from '@anticrm/platform' +import core, { AnyAttribute, Data, Enum, EnumOf, Ref, TxOperations } from '@hcengineering/core' +import lead from '@hcengineering/lead' +import { getEmbeddedLabel } from '@hcengineering/platform' import { FieldType } from './types' export async function updateClasses ( diff --git a/dev/tool/src/csv/duplicates.ts b/dev/tool/src/csv/duplicates.ts index 46a471798b..c8bae0542e 100644 --- a/dev/tool/src/csv/duplicates.ts +++ b/dev/tool/src/csv/duplicates.ts @@ -13,9 +13,9 @@ // limitations under the License. // -import contact, { EmployeeAccount } from '@anticrm/contact' -import { Ref, TxOperations } from '@anticrm/core' -import { connect } from '@anticrm/server-tool' +import contact, { EmployeeAccount } from '@hcengineering/contact' +import { Ref, TxOperations } from '@hcengineering/core' +import { connect } from '@hcengineering/server-tool' import { deepEqual } from 'fast-equals' export async function removeDuplicates (transactorUrl: string, dbName: string): Promise { diff --git a/dev/tool/src/csv/lead-importer.ts b/dev/tool/src/csv/lead-importer.ts index dafa844d36..239a965289 100644 --- a/dev/tool/src/csv/lead-importer.ts +++ b/dev/tool/src/csv/lead-importer.ts @@ -13,11 +13,11 @@ // limitations under the License. // -import contact, { Contact, EmployeeAccount, Organization } from '@anticrm/contact' -import core, { Class, DocumentUpdate, MixinUpdate, Ref, SortingOrder, TxOperations } from '@anticrm/core' -import lead, { Customer, Funnel, Lead } from '@anticrm/lead' -import { connect } from '@anticrm/server-tool' -import task, { calcRank, DoneState, genRanks, State } from '@anticrm/task' +import contact, { Contact, EmployeeAccount, Organization } from '@hcengineering/contact' +import core, { Class, DocumentUpdate, MixinUpdate, Ref, SortingOrder, TxOperations } from '@hcengineering/core' +import lead, { Customer, Funnel, Lead } from '@hcengineering/lead' +import { connect } from '@hcengineering/server-tool' +import task, { calcRank, DoneState, genRanks, State } from '@hcengineering/task' import { readFile } from 'fs/promises' import { updateClasses } from './classes' import { CustomCustomer, FieldType } from './types' diff --git a/dev/tool/src/csv/lead-importer2.ts b/dev/tool/src/csv/lead-importer2.ts index 950cd5d2a7..53b7cb2a59 100644 --- a/dev/tool/src/csv/lead-importer2.ts +++ b/dev/tool/src/csv/lead-importer2.ts @@ -13,10 +13,10 @@ // limitations under the License. // -import contact, { Contact, EmployeeAccount, Organization } from '@anticrm/contact' -import core, { generateId, MixinUpdate, Ref, TxOperations } from '@anticrm/core' -import lead from '@anticrm/lead' -import { connect } from '@anticrm/server-tool' +import contact, { Contact, EmployeeAccount, Organization } from '@hcengineering/contact' +import core, { generateId, MixinUpdate, Ref, TxOperations } from '@hcengineering/core' +import lead from '@hcengineering/lead' +import { connect } from '@hcengineering/server-tool' import { readFile } from 'fs/promises' import { updateClasses } from './classes' import { CustomCustomer, FieldType } from './types' diff --git a/dev/tool/src/csv/org-importer.ts b/dev/tool/src/csv/org-importer.ts index b05fbb11a7..b7ac641898 100644 --- a/dev/tool/src/csv/org-importer.ts +++ b/dev/tool/src/csv/org-importer.ts @@ -13,7 +13,7 @@ // limitations under the License. // -import contact, { Contact, EmployeeAccount, Organization } from '@anticrm/contact' +import contact, { Contact, EmployeeAccount, Organization } from '@hcengineering/contact' import core, { BackupClient, BlobData, @@ -25,20 +25,20 @@ import core, { SortingOrder, TxOperations, WithLookup -} from '@anticrm/core' -import lead, { Customer, Funnel, Lead } from '@anticrm/lead' -import { connect } from '@anticrm/server-tool' +} from '@hcengineering/core' +import lead, { Customer, Funnel, Lead } from '@hcengineering/lead' +import { connect } from '@hcengineering/server-tool' import { readFile } from 'fs/promises' import { updateClasses } from './classes' import { CustomCustomer, FieldType } from './types' import { filled, getValid, updateChannel } from './utils' -import task, { calcRank, DoneState, Sequence, State } from '@anticrm/task' +import task, { calcRank, DoneState, Sequence, State } from '@hcengineering/task' import { parse } from 'csv-parse' import { updateStates } from './lead-importer' import got from 'got' import mimetypes from 'mime-types' -import attachment from '@anticrm/model-attachment' +import attachment from '@hcengineering/model-attachment' const names = { companyName: 'Company Name', diff --git a/dev/tool/src/csv/talant-importer.ts b/dev/tool/src/csv/talant-importer.ts index 65a8fec371..e123c92b08 100644 --- a/dev/tool/src/csv/talant-importer.ts +++ b/dev/tool/src/csv/talant-importer.ts @@ -13,8 +13,8 @@ // limitations under the License. // -import attachment, { Attachment } from '@anticrm/attachment' -import contact, { combineName, Contact, EmployeeAccount, Person } from '@anticrm/contact' +import attachment, { Attachment } from '@hcengineering/attachment' +import contact, { combineName, Contact, EmployeeAccount, Person } from '@hcengineering/contact' import core, { AnyAttribute, BackupClient, @@ -32,13 +32,13 @@ import core, { Timestamp, TxOperations, WithLookup -} from '@anticrm/core' -import { Asset, getEmbeddedLabel, IntlString } from '@anticrm/platform' -import recruit, { Candidate } from '@anticrm/recruit' -import { ReconiDocument } from '@anticrm/rekoni' -import { generateToken } from '@anticrm/server-token' -import { connect } from '@anticrm/server-tool' -import setting from '@anticrm/setting' +} from '@hcengineering/core' +import { Asset, getEmbeddedLabel, IntlString } from '@hcengineering/platform' +import recruit, { Candidate } from '@hcengineering/recruit' +import { ReconiDocument } from '@hcengineering/rekoni' +import { generateToken } from '@hcengineering/server-token' +import { connect } from '@hcengineering/server-tool' +import setting from '@hcengineering/setting' import { readFile } from 'fs/promises' import got from 'got' import mimetypes from 'mime-types' diff --git a/dev/tool/src/csv/types.ts b/dev/tool/src/csv/types.ts index 3527a7ec0e..e00b09dab2 100644 --- a/dev/tool/src/csv/types.ts +++ b/dev/tool/src/csv/types.ts @@ -12,9 +12,9 @@ // See the License for the specific language governing permissions and // limitations under the License. // -import { Class, Doc, Ref } from '@anticrm/core' -import { Customer } from '@anticrm/lead' -import { IntlString } from '@anticrm/platform' +import { Class, Doc, Ref } from '@hcengineering/core' +import { Customer } from '@hcengineering/lead' +import { IntlString } from '@hcengineering/platform' export interface CustomCustomer extends Customer { annualTurnover?: string diff --git a/dev/tool/src/csv/utils.ts b/dev/tool/src/csv/utils.ts index 7eb87bbe51..f34fb13561 100644 --- a/dev/tool/src/csv/utils.ts +++ b/dev/tool/src/csv/utils.ts @@ -13,8 +13,8 @@ // limitations under the License. // -import contact, { ChannelProvider, Contact } from '@anticrm/contact' -import { Class, Doc, Ref, TxOperations } from '@anticrm/core' +import contact, { ChannelProvider, Contact } from '@hcengineering/contact' +import { Class, Doc, Ref, TxOperations } from '@hcengineering/core' export function filled (obj: any, uniqKeys: string[]): any { const result: Record = {} diff --git a/dev/tool/src/elastic.ts b/dev/tool/src/elastic.ts index c7e8a1713b..0950ff69ce 100644 --- a/dev/tool/src/elastic.ts +++ b/dev/tool/src/elastic.ts @@ -13,7 +13,7 @@ // limitations under the License. // -import { Attachment } from '@anticrm/attachment' +import { Attachment } from '@hcengineering/attachment' import core, { AttachedDoc, Class, @@ -41,15 +41,15 @@ import core, { TxRemoveDoc, TxResult, TxUpdateDoc -} from '@anticrm/core' -import { createElasticAdapter } from '@anticrm/elastic' -import { DOMAIN_ATTACHMENT } from '@anticrm/model-attachment' -import { createMongoAdapter, createMongoTxAdapter } from '@anticrm/mongo' -import { addLocation } from '@anticrm/platform' -import { serverAttachmentId } from '@anticrm/server-attachment' -import { serverCalendarId } from '@anticrm/server-calendar' -import { serverChunterId } from '@anticrm/server-chunter' -import { serverContactId } from '@anticrm/server-contact' +} from '@hcengineering/core' +import { createElasticAdapter } from '@hcengineering/elastic' +import { DOMAIN_ATTACHMENT } from '@hcengineering/model-attachment' +import { createMongoAdapter, createMongoTxAdapter } from '@hcengineering/mongo' +import { addLocation } from '@hcengineering/platform' +import { serverAttachmentId } from '@hcengineering/server-attachment' +import { serverCalendarId } from '@hcengineering/server-calendar' +import { serverChunterId } from '@hcengineering/server-chunter' +import { serverContactId } from '@hcengineering/server-contact' import { createServerStorage, DbAdapter, @@ -58,18 +58,18 @@ import { FullTextIndex, IndexedDoc, TxAdapter -} from '@anticrm/server-core' -import { serverGmailId } from '@anticrm/server-gmail' -import { serverInventoryId } from '@anticrm/server-inventory' -import { serverLeadId } from '@anticrm/server-lead' -import { serverNotificationId } from '@anticrm/server-notification' -import { serverRecruitId } from '@anticrm/server-recruit' -import { serverSettingId } from '@anticrm/server-setting' -import { serverTagsId } from '@anticrm/server-tags' -import { serverTaskId } from '@anticrm/server-task' -import { serverTrackerId } from '@anticrm/server-tracker' -import { serverTelegramId } from '@anticrm/server-telegram' -import { serverHrId } from '@anticrm/server-hr' +} from '@hcengineering/server-core' +import { serverGmailId } from '@hcengineering/server-gmail' +import { serverInventoryId } from '@hcengineering/server-inventory' +import { serverLeadId } from '@hcengineering/server-lead' +import { serverNotificationId } from '@hcengineering/server-notification' +import { serverRecruitId } from '@hcengineering/server-recruit' +import { serverSettingId } from '@hcengineering/server-setting' +import { serverTagsId } from '@hcengineering/server-tags' +import { serverTaskId } from '@hcengineering/server-task' +import { serverTrackerId } from '@hcengineering/server-tracker' +import { serverTelegramId } from '@hcengineering/server-telegram' +import { serverHrId } from '@hcengineering/server-hr' import { Client as ElasticClient } from '@elastic/elasticsearch' import { Client } from 'minio' import { Db, MongoClient } from 'mongodb' @@ -124,21 +124,21 @@ export class ElasticTool { fulltext!: FullTextIndex constructor (readonly mongoUrl: string, readonly dbName: string, readonly minio: Client, readonly elasticUrl: string) { - addLocation(serverAttachmentId, () => import('@anticrm/server-attachment-resources')) - addLocation(serverContactId, () => import('@anticrm/server-contact-resources')) - addLocation(serverNotificationId, () => import('@anticrm/server-notification-resources')) - addLocation(serverChunterId, () => import('@anticrm/server-chunter-resources')) - addLocation(serverInventoryId, () => import('@anticrm/server-inventory-resources')) - addLocation(serverLeadId, () => import('@anticrm/server-lead-resources')) - addLocation(serverRecruitId, () => import('@anticrm/server-recruit-resources')) - addLocation(serverSettingId, () => import('@anticrm/server-setting-resources')) - addLocation(serverTaskId, () => import('@anticrm/server-task-resources')) - addLocation(serverTrackerId, () => import('@anticrm/server-tracker-resources')) - addLocation(serverTagsId, () => import('@anticrm/server-tags-resources')) - addLocation(serverCalendarId, () => import('@anticrm/server-calendar-resources')) - addLocation(serverGmailId, () => import('@anticrm/server-gmail-resources')) - addLocation(serverTelegramId, () => import('@anticrm/server-telegram-resources')) - addLocation(serverHrId, () => import('@anticrm/server-hr-resources')) + addLocation(serverAttachmentId, () => import('@hcengineering/server-attachment-resources')) + addLocation(serverContactId, () => import('@hcengineering/server-contact-resources')) + addLocation(serverNotificationId, () => import('@hcengineering/server-notification-resources')) + addLocation(serverChunterId, () => import('@hcengineering/server-chunter-resources')) + addLocation(serverInventoryId, () => import('@hcengineering/server-inventory-resources')) + addLocation(serverLeadId, () => import('@hcengineering/server-lead-resources')) + addLocation(serverRecruitId, () => import('@hcengineering/server-recruit-resources')) + addLocation(serverSettingId, () => import('@hcengineering/server-setting-resources')) + addLocation(serverTaskId, () => import('@hcengineering/server-task-resources')) + addLocation(serverTrackerId, () => import('@hcengineering/server-tracker-resources')) + addLocation(serverTagsId, () => import('@hcengineering/server-tags-resources')) + addLocation(serverCalendarId, () => import('@hcengineering/server-calendar-resources')) + addLocation(serverGmailId, () => import('@hcengineering/server-gmail-resources')) + addLocation(serverTelegramId, () => import('@hcengineering/server-telegram-resources')) + addLocation(serverHrId, () => import('@hcengineering/server-hr-resources')) this.mongoClient = new MongoClient(mongoUrl) } diff --git a/dev/tool/src/importer.ts b/dev/tool/src/importer.ts index b8fb4e39e9..6c0c56e03d 100644 --- a/dev/tool/src/importer.ts +++ b/dev/tool/src/importer.ts @@ -14,9 +14,9 @@ // limitations under the License. // -import attachment, { Attachment } from '@anticrm/attachment' -import chunter, { Comment } from '@anticrm/chunter' -import contact, { Channel, ChannelProvider, EmployeeAccount, Person } from '@anticrm/contact' +import attachment, { Attachment } from '@hcengineering/attachment' +import chunter, { Comment } from '@hcengineering/chunter' +import contact, { Channel, ChannelProvider, EmployeeAccount, Person } from '@hcengineering/contact' import core, { AttachedData, Class, @@ -28,11 +28,11 @@ import core, { Space, TxOperations, TxResult -} from '@anticrm/core' -import recruit from '@anticrm/model-recruit' -import { Applicant, Candidate, Vacancy } from '@anticrm/recruit' -import { connect } from '@anticrm/server-tool' -import task, { calcRank, DoneState, genRanks, Kanban, State } from '@anticrm/task' +} from '@hcengineering/core' +import recruit from '@hcengineering/model-recruit' +import { Applicant, Candidate, Vacancy } from '@hcengineering/recruit' +import { connect } from '@hcengineering/server-tool' +import task, { calcRank, DoneState, genRanks, Kanban, State } from '@hcengineering/task' import { deepEqual } from 'fast-equals' import { existsSync } from 'fs' import { readdir, readFile, stat } from 'fs/promises' diff --git a/dev/tool/src/index.ts b/dev/tool/src/index.ts index 468359ecb4..cdd54eb76a 100644 --- a/dev/tool/src/index.ts +++ b/dev/tool/src/index.ts @@ -28,11 +28,17 @@ import { replacePassword, setRole, upgradeWorkspace -} from '@anticrm/account' -import { setMetadata } from '@anticrm/platform' -import { backup, backupList, createFileBackupStorage, createMinioBackupStorage, restore } from '@anticrm/server-backup' -import serverToken, { decodeToken, generateToken } from '@anticrm/server-token' -import toolPlugin, { prepareTools, version } from '@anticrm/server-tool' +} from '@hcengineering/account' +import { setMetadata } from '@hcengineering/platform' +import { + backup, + backupList, + createFileBackupStorage, + createMinioBackupStorage, + restore +} from '@hcengineering/server-backup' +import serverToken, { decodeToken, generateToken } from '@hcengineering/server-token' +import toolPlugin, { prepareTools, version } from '@hcengineering/server-tool' import { program } from 'commander' import { Db, MongoClient } from 'mongodb' import { exit } from 'process' diff --git a/dev/tool/src/mdiff.ts b/dev/tool/src/mdiff.ts index 2ab879422d..b314bd8969 100644 --- a/dev/tool/src/mdiff.ts +++ b/dev/tool/src/mdiff.ts @@ -1,4 +1,4 @@ -import core, { Attribute, Data, Doc, DocumentUpdate, Hierarchy, ModelDb, Ref, Tx, Type } from '@anticrm/core' +import core, { Attribute, Data, Doc, DocumentUpdate, Hierarchy, ModelDb, Ref, Tx, Type } from '@hcengineering/core' import { deepEqual } from 'fast-equals' /** diff --git a/dev/tool/src/recruit.ts b/dev/tool/src/recruit.ts index 4a64826307..d39dabbaf7 100644 --- a/dev/tool/src/recruit.ts +++ b/dev/tool/src/recruit.ts @@ -14,16 +14,16 @@ // limitations under the License. // -import { Attachment } from '@anticrm/attachment' -import contact, { Channel, ChannelProvider, EmployeeAccount } from '@anticrm/contact' -import { Ref, TxOperations, WithLookup } from '@anticrm/core' -import attachment from '@anticrm/model-attachment' -import recruit from '@anticrm/model-recruit' -import { Candidate } from '@anticrm/recruit' -import { ReconiDocument } from '@anticrm/rekoni' -import { generateToken } from '@anticrm/server-token' -import { connect } from '@anticrm/server-tool' -import tags, { findTagCategory } from '@anticrm/tags' +import { Attachment } from '@hcengineering/attachment' +import contact, { Channel, ChannelProvider, EmployeeAccount } from '@hcengineering/contact' +import { Ref, TxOperations, WithLookup } from '@hcengineering/core' +import attachment from '@hcengineering/model-attachment' +import recruit from '@hcengineering/model-recruit' +import { Candidate } from '@hcengineering/recruit' +import { ReconiDocument } from '@hcengineering/rekoni' +import { generateToken } from '@hcengineering/server-token' +import { connect } from '@hcengineering/server-tool' +import tags, { findTagCategory } from '@hcengineering/tags' import { Client } from 'minio' import got from 'got' import { ElasticTool } from './elastic' diff --git a/dev/tool/src/telegram.ts b/dev/tool/src/telegram.ts index 28086b7d7e..6320a8c057 100644 --- a/dev/tool/src/telegram.ts +++ b/dev/tool/src/telegram.ts @@ -14,11 +14,11 @@ // limitations under the License. // -import { DOMAIN_TX, Ref } from '@anticrm/core' -import { DOMAIN_ATTACHMENT } from '@anticrm/model-attachment' -import contact, { DOMAIN_CHANNEL } from '@anticrm/model-contact' -import { DOMAIN_TELEGRAM } from '@anticrm/model-telegram' -import telegram, { SharedTelegramMessage, SharedTelegramMessages } from '@anticrm/telegram' +import { DOMAIN_TX, Ref } from '@hcengineering/core' +import { DOMAIN_ATTACHMENT } from '@hcengineering/model-attachment' +import contact, { DOMAIN_CHANNEL } from '@hcengineering/model-contact' +import { DOMAIN_TELEGRAM } from '@hcengineering/model-telegram' +import telegram, { SharedTelegramMessage, SharedTelegramMessages } from '@hcengineering/telegram' import { Client } from 'minio' import { Document, MongoClient, UpdateFilter } from 'mongodb' diff --git a/dev/tool/src/utils.ts b/dev/tool/src/utils.ts index 5b8fe35105..7d6d8ae2b9 100644 --- a/dev/tool/src/utils.ts +++ b/dev/tool/src/utils.ts @@ -1,4 +1,4 @@ -import { AttachedData, AttachedDoc, Class, Doc, DocumentUpdate, Ref, Space, TxOperations } from '@anticrm/core' +import { AttachedData, AttachedDoc, Class, Doc, DocumentUpdate, Ref, Space, TxOperations } from '@hcengineering/core' export async function findOrUpdateAttached ( client: TxOperations, diff --git a/dev/tool/src/workspace.ts b/dev/tool/src/workspace.ts index 326b392ce2..07ecb203c0 100644 --- a/dev/tool/src/workspace.ts +++ b/dev/tool/src/workspace.ts @@ -14,10 +14,10 @@ // limitations under the License. // -import contact from '@anticrm/contact' -import core, { DOMAIN_TX, Tx } from '@anticrm/core' -import builder, { version } from '@anticrm/model-all' -import { upgradeModel } from '@anticrm/server-tool' +import contact from '@hcengineering/contact' +import core, { DOMAIN_TX, Tx } from '@hcengineering/core' +import builder, { version } from '@hcengineering/model-all' +import { upgradeModel } from '@hcengineering/server-tool' import { existsSync } from 'fs' import { mkdir, open, readFile, writeFile } from 'fs/promises' import { Client } from 'minio' diff --git a/dev/tool/tsconfig.json b/dev/tool/tsconfig.json index fffbf4c341..b88f95eba6 100644 --- a/dev/tool/tsconfig.json +++ b/dev/tool/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@anticrm/platform-rig/profiles/default/tsconfig.json", + "extends": "./node_modules/@hcengineering/platform-rig/profiles/default/tsconfig.json", "compilerOptions": { "rootDir": "./src", diff --git a/models/activity/.eslintrc.js b/models/activity/.eslintrc.js index c3c2c49417..59eb1482fa 100644 --- a/models/activity/.eslintrc.js +++ b/models/activity/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@anticrm/model-rig/profiles/default/config/eslint.config.json'], + extends: ['./node_modules/@hcengineering/model-rig/profiles/default/config/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname, project: './tsconfig.json' diff --git a/models/activity/config/rig.json b/models/activity/config/rig.json index e9a9ee9add..45672e5d25 100644 --- a/models/activity/config/rig.json +++ b/models/activity/config/rig.json @@ -7,7 +7,7 @@ * (Required) The name of the rig package to inherit from. * It should be an NPM package name with the "-rig" suffix. */ - "rigPackageName": "@anticrm/model-rig" + "rigPackageName": "@hcengineering/model-rig" /** * (Optional) Selects a config profile from the rig package. The name must consist of diff --git a/models/activity/package.json b/models/activity/package.json index 5d5aa05678..26ee423c81 100644 --- a/models/activity/package.json +++ b/models/activity/package.json @@ -1,5 +1,5 @@ { - "name": "@anticrm/model-activity", + "name": "@hcengineering/model-activity", "version": "0.6.0", "main": "lib/index.js", "author": "Anticrm Platform Contributors", @@ -12,7 +12,7 @@ "format": "prettier --write src && eslint --fix src" }, "devDependencies": { - "@anticrm/model-rig": "~0.6.0", + "@hcengineering/model-rig": "~0.6.0", "@typescript-eslint/eslint-plugin": "^5.30.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-promise": "^6.0.0", @@ -25,12 +25,12 @@ "@rushstack/heft": "^0.46.1" }, "dependencies": { - "@anticrm/core": "~0.6.16", - "@anticrm/model": "~0.6.0", - "@anticrm/contact": "~0.6.5", - "@anticrm/platform": "~0.6.6", - "@anticrm/model-core": "~0.6.0", - "@anticrm/activity": "~0.6.0", - "@anticrm/ui": "~0.6.0" + "@hcengineering/core": "^0.6.17", + "@hcengineering/model": "~0.6.0", + "@hcengineering/contact": "~0.6.5", + "@hcengineering/platform": "^0.6.7", + "@hcengineering/model-core": "~0.6.0", + "@hcengineering/activity": "~0.6.0", + "@hcengineering/ui": "^0.6.2" } } diff --git a/models/activity/src/index.ts b/models/activity/src/index.ts index f1c5e1ad9c..303ee80558 100644 --- a/models/activity/src/index.ts +++ b/models/activity/src/index.ts @@ -13,13 +13,13 @@ // limitations under the License. // -import type { TxViewlet } from '@anticrm/activity' -import activity from '@anticrm/activity' -import core, { Class, Doc, DocumentQuery, DOMAIN_MODEL, Ref, Tx } from '@anticrm/core' -import { Builder, Model } from '@anticrm/model' -import { TDoc } from '@anticrm/model-core' -import type { Asset, IntlString } from '@anticrm/platform' -import { AnyComponent } from '@anticrm/ui' +import type { TxViewlet } from '@hcengineering/activity' +import activity from '@hcengineering/activity' +import core, { Class, Doc, DocumentQuery, DOMAIN_MODEL, Ref, Tx } from '@hcengineering/core' +import { Builder, Model } from '@hcengineering/model' +import { TDoc } from '@hcengineering/model-core' +import type { Asset, IntlString } from '@hcengineering/platform' +import { AnyComponent } from '@hcengineering/ui' @Model(activity.class.TxViewlet, core.class.Doc, DOMAIN_MODEL) export class TTxViewlet extends TDoc implements TxViewlet { diff --git a/models/activity/tsconfig.json b/models/activity/tsconfig.json index 1d60db76b4..807a92c38c 100644 --- a/models/activity/tsconfig.json +++ b/models/activity/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@anticrm/model-rig/profiles/default/tsconfig.json", + "extends": "./node_modules/@hcengineering/model-rig/profiles/default/tsconfig.json", "compilerOptions": { "rootDir": "./src", diff --git a/models/all/.eslintrc.js b/models/all/.eslintrc.js index c3c2c49417..59eb1482fa 100644 --- a/models/all/.eslintrc.js +++ b/models/all/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@anticrm/model-rig/profiles/default/config/eslint.config.json'], + extends: ['./node_modules/@hcengineering/model-rig/profiles/default/config/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname, project: './tsconfig.json' diff --git a/models/all/CHANGELOG.json b/models/all/CHANGELOG.json index 2ef31c2ba0..50b1f1cd4b 100644 --- a/models/all/CHANGELOG.json +++ b/models/all/CHANGELOG.json @@ -1,14 +1,14 @@ { - "name": "@anticrm/model-all", + "name": "@hcengineering/model-all", "entries": [ { "version": "0.6.0", - "tag": "@anticrm/model-all_v0.6.0", + "tag": "@hcengineering/model-all_v0.6.0", "date": "Sun, 08 Aug 2021 21:05:26 GMT", "comments": { "dependency": [ { - "comment": "Updating dependency \"@anticrm/model-workbench\" from `~0.6.0` to `~0.6.1`" + "comment": "Updating dependency \"@hcengineering/model-workbench\" from `~0.6.0` to `~0.6.1`" } ] } diff --git a/models/all/CHANGELOG.md b/models/all/CHANGELOG.md index 89cfdb6dd7..3f51ce58df 100644 --- a/models/all/CHANGELOG.md +++ b/models/all/CHANGELOG.md @@ -1,4 +1,4 @@ -# Change Log - @anticrm/model-all +# Change Log - @hcengineering/model-all This log was last generated on Sun, 08 Aug 2021 21:05:26 GMT and should not be manually modified. diff --git a/models/all/config/rig.json b/models/all/config/rig.json index e9a9ee9add..45672e5d25 100644 --- a/models/all/config/rig.json +++ b/models/all/config/rig.json @@ -7,7 +7,7 @@ * (Required) The name of the rig package to inherit from. * It should be an NPM package name with the "-rig" suffix. */ - "rigPackageName": "@anticrm/model-rig" + "rigPackageName": "@hcengineering/model-rig" /** * (Optional) Selects a config profile from the rig package. The name must consist of diff --git a/models/all/package.json b/models/all/package.json index 11b9cda981..0647e79825 100644 --- a/models/all/package.json +++ b/models/all/package.json @@ -1,5 +1,5 @@ { - "name": "@anticrm/model-all", + "name": "@hcengineering/model-all", "version": "0.6.0", "main": "lib/index.js", "author": "Anticrm Platform Contributors", @@ -15,7 +15,7 @@ "format": "prettier --write src && eslint --fix src" }, "devDependencies": { - "@anticrm/model-rig": "~0.6.0", + "@hcengineering/model-rig": "~0.6.0", "@typescript-eslint/eslint-plugin": "^5.30.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-promise": "^6.0.0", @@ -30,49 +30,49 @@ "@rushstack/heft": "^0.46.1" }, "dependencies": { - "@anticrm/model": "~0.6.0", - "@anticrm/model-automation": "~0.6.0", - "@anticrm/model-core": "~0.6.0", - "@anticrm/model-view": "~0.6.0", - "@anticrm/model-workbench": "~0.6.1", - "@anticrm/model-contact": "~0.6.1", - "@anticrm/model-task": "~0.6.0", - "@anticrm/model-chunter": "~0.6.0", - "@anticrm/model-recruit": "~0.6.0", - "@anticrm/model-lead": "~0.6.0", - "@anticrm/model-setting": "~0.6.0", - "@anticrm/model-telegram": "~0.6.0", - "@anticrm/model-demo": "~0.6.0", - "@anticrm/model-server-core": "~0.6.0", - "@anticrm/model-server-attachment": "~0.6.0", - "@anticrm/model-server-contact": "~0.6.0", - "@anticrm/model-server-notification": "~0.6.0", - "@anticrm/model-server-setting": "~0.6.0", - "@anticrm/model-server-chunter": "~0.6.0", - "@anticrm/model-server-task": "~0.6.0", - "@anticrm/model-server-tracker": "~0.6.0", - "@anticrm/model-server-tags": "~0.6.0", - "@anticrm/model-server-recruit": "~0.6.0", - "@anticrm/model-server-lead": "~0.6.0", - "@anticrm/model-server-inventory": "~0.6.0", - "@anticrm/model-activity": "~0.6.0", - "@anticrm/model-attachment": "~0.6.0", - "@anticrm/model-gmail": "~0.6.0", - "@anticrm/model-inventory": "~0.6.0", - "@anticrm/model-presentation": "~0.6.0", - "@anticrm/model-templates": "~0.6.0", - "@anticrm/model-notification": "~0.6.0", - "@anticrm/model-text-editor": "~0.6.0", - "@anticrm/core": "~0.6.16", - "@anticrm/model-tags": "~0.6.0", - "@anticrm/model-calendar": "~0.6.0", - "@anticrm/model-server-calendar": "~0.6.0", - "@anticrm/model-server-gmail": "~0.6.0", - "@anticrm/model-server-telegram": "~0.6.0", - "@anticrm/model-tracker": "~0.6.0", - "@anticrm/model-board": "~0.6.0", - "@anticrm/model-preference": "~0.6.0", - "@anticrm/model-hr": "~0.6.0", - "@anticrm/model-server-hr": "~0.6.0" + "@hcengineering/model": "~0.6.0", + "@hcengineering/model-automation": "~0.6.0", + "@hcengineering/model-core": "~0.6.0", + "@hcengineering/model-view": "~0.6.0", + "@hcengineering/model-workbench": "~0.6.1", + "@hcengineering/model-contact": "~0.6.1", + "@hcengineering/model-task": "~0.6.0", + "@hcengineering/model-chunter": "~0.6.0", + "@hcengineering/model-recruit": "~0.6.0", + "@hcengineering/model-lead": "~0.6.0", + "@hcengineering/model-setting": "~0.6.0", + "@hcengineering/model-telegram": "~0.6.0", + "@hcengineering/model-demo": "~0.6.0", + "@hcengineering/model-server-core": "~0.6.0", + "@hcengineering/model-server-attachment": "~0.6.0", + "@hcengineering/model-server-contact": "~0.6.0", + "@hcengineering/model-server-notification": "~0.6.0", + "@hcengineering/model-server-setting": "~0.6.0", + "@hcengineering/model-server-chunter": "~0.6.0", + "@hcengineering/model-server-task": "~0.6.0", + "@hcengineering/model-server-tracker": "~0.6.0", + "@hcengineering/model-server-tags": "~0.6.0", + "@hcengineering/model-server-recruit": "~0.6.0", + "@hcengineering/model-server-lead": "~0.6.0", + "@hcengineering/model-server-inventory": "~0.6.0", + "@hcengineering/model-activity": "~0.6.0", + "@hcengineering/model-attachment": "~0.6.0", + "@hcengineering/model-gmail": "~0.6.0", + "@hcengineering/model-inventory": "~0.6.0", + "@hcengineering/model-presentation": "~0.6.0", + "@hcengineering/model-templates": "~0.6.0", + "@hcengineering/model-notification": "~0.6.0", + "@hcengineering/model-text-editor": "~0.6.0", + "@hcengineering/core": "^0.6.17", + "@hcengineering/model-tags": "~0.6.0", + "@hcengineering/model-calendar": "~0.6.0", + "@hcengineering/model-server-calendar": "~0.6.0", + "@hcengineering/model-server-gmail": "~0.6.0", + "@hcengineering/model-server-telegram": "~0.6.0", + "@hcengineering/model-tracker": "~0.6.0", + "@hcengineering/model-board": "~0.6.0", + "@hcengineering/model-preference": "~0.6.0", + "@hcengineering/model-hr": "~0.6.0", + "@hcengineering/model-server-hr": "~0.6.0" } } diff --git a/models/all/src/index.ts b/models/all/src/index.ts index 3fda64de5a..6b6684a3c8 100644 --- a/models/all/src/index.ts +++ b/models/all/src/index.ts @@ -13,51 +13,51 @@ // limitations under the License. // -import core, { coreId, Data, PluginConfiguration, Ref, Tx, Version } from '@anticrm/core' +import core, { coreId, Data, PluginConfiguration, Ref, Tx, Version } from '@hcengineering/core' import jsonVersion from './version.json' -import { Builder } from '@anticrm/model' -import { createModel as activityModel } from '@anticrm/model-activity' -import { createModel as attachmentModel } from '@anticrm/model-attachment' -import { createModel as automationModel } from '@anticrm/model-automation' -import { createModel as chunterModel } from '@anticrm/model-chunter' -import { createModel as contactModel } from '@anticrm/model-contact' -import { createModel as coreModel } from '@anticrm/model-core' -import { createModel as gmailModel } from '@anticrm/model-gmail' -import { createModel as inventoryModel } from '@anticrm/model-inventory' -import { createModel as leadModel } from '@anticrm/model-lead' -import { createModel as presentationModel } from '@anticrm/model-presentation' -import { createModel as recruitModel } from '@anticrm/model-recruit' -import { createModel as serverAttachmentModel } from '@anticrm/model-server-attachment' -import { createModel as serverContactModel } from '@anticrm/model-server-contact' -import { createModel as serverNotificationModel } from '@anticrm/model-server-notification' -import { createModel as serverChunterModel } from '@anticrm/model-server-chunter' -import { createModel as serverInventoryModel } from '@anticrm/model-server-inventory' -import { createModel as serverLeadModel } from '@anticrm/model-server-lead' -import { createModel as serverTaskModel } from '@anticrm/model-server-task' -import { createModel as serverTrackerModel } from '@anticrm/model-server-tracker' -import { createModel as serverTagsModel } from '@anticrm/model-server-tags' -import { createModel as serveSettingModel } from '@anticrm/model-server-setting' -import { createModel as serverRecruitModel } from '@anticrm/model-server-recruit' -import { createModel as serverCoreModel } from '@anticrm/model-server-core' -import { createModel as settingModel } from '@anticrm/model-setting' -import { createModel as taskModel } from '@anticrm/model-task' -import { createModel as telegramModel } from '@anticrm/model-telegram' -import { createModel as templatesModel } from '@anticrm/model-templates' -import { createModel as textEditorModel } from '@anticrm/model-text-editor' -import { createModel as viewModel } from '@anticrm/model-view' -import { createModel as workbenchModel } from '@anticrm/model-workbench' -import { createModel as notificationModel } from '@anticrm/model-notification' -import { createModel as tagsModel } from '@anticrm/model-tags' -import { createModel as calendarModel } from '@anticrm/model-calendar' -import { createModel as serverCalendarModel } from '@anticrm/model-server-calendar' -import { createModel as serverGmailModel } from '@anticrm/model-server-gmail' -import { createModel as serverTelegramModel } from '@anticrm/model-server-telegram' -import { createModel as trackerModel } from '@anticrm/model-tracker' -import { createModel as boardModel } from '@anticrm/model-board' -import { createModel as preferenceModel } from '@anticrm/model-preference' -import { createModel as hrModel } from '@anticrm/model-hr' -import { createModel as serverHrModel } from '@anticrm/model-server-hr' +import { Builder } from '@hcengineering/model' +import { createModel as activityModel } from '@hcengineering/model-activity' +import { createModel as attachmentModel } from '@hcengineering/model-attachment' +import { createModel as automationModel } from '@hcengineering/model-automation' +import { createModel as chunterModel } from '@hcengineering/model-chunter' +import { createModel as contactModel } from '@hcengineering/model-contact' +import { createModel as coreModel } from '@hcengineering/model-core' +import { createModel as gmailModel } from '@hcengineering/model-gmail' +import { createModel as inventoryModel } from '@hcengineering/model-inventory' +import { createModel as leadModel } from '@hcengineering/model-lead' +import { createModel as presentationModel } from '@hcengineering/model-presentation' +import { createModel as recruitModel } from '@hcengineering/model-recruit' +import { createModel as serverAttachmentModel } from '@hcengineering/model-server-attachment' +import { createModel as serverContactModel } from '@hcengineering/model-server-contact' +import { createModel as serverNotificationModel } from '@hcengineering/model-server-notification' +import { createModel as serverChunterModel } from '@hcengineering/model-server-chunter' +import { createModel as serverInventoryModel } from '@hcengineering/model-server-inventory' +import { createModel as serverLeadModel } from '@hcengineering/model-server-lead' +import { createModel as serverTaskModel } from '@hcengineering/model-server-task' +import { createModel as serverTrackerModel } from '@hcengineering/model-server-tracker' +import { createModel as serverTagsModel } from '@hcengineering/model-server-tags' +import { createModel as serveSettingModel } from '@hcengineering/model-server-setting' +import { createModel as serverRecruitModel } from '@hcengineering/model-server-recruit' +import { createModel as serverCoreModel } from '@hcengineering/model-server-core' +import { createModel as settingModel } from '@hcengineering/model-setting' +import { createModel as taskModel } from '@hcengineering/model-task' +import { createModel as telegramModel } from '@hcengineering/model-telegram' +import { createModel as templatesModel } from '@hcengineering/model-templates' +import { createModel as textEditorModel } from '@hcengineering/model-text-editor' +import { createModel as viewModel } from '@hcengineering/model-view' +import { createModel as workbenchModel } from '@hcengineering/model-workbench' +import { createModel as notificationModel } from '@hcengineering/model-notification' +import { createModel as tagsModel } from '@hcengineering/model-tags' +import { createModel as calendarModel } from '@hcengineering/model-calendar' +import { createModel as serverCalendarModel } from '@hcengineering/model-server-calendar' +import { createModel as serverGmailModel } from '@hcengineering/model-server-gmail' +import { createModel as serverTelegramModel } from '@hcengineering/model-server-telegram' +import { createModel as trackerModel } from '@hcengineering/model-tracker' +import { createModel as boardModel } from '@hcengineering/model-board' +import { createModel as preferenceModel } from '@hcengineering/model-preference' +import { createModel as hrModel } from '@hcengineering/model-hr' +import { createModel as serverHrModel } from '@hcengineering/model-server-hr' export const version: Data = jsonVersion as Data diff --git a/models/all/src/migration.ts b/models/all/src/migration.ts index 1e0398adbc..93b86e7bd7 100644 --- a/models/all/src/migration.ts +++ b/models/all/src/migration.ts @@ -14,26 +14,26 @@ // // Import migrate operations. -import { MigrateOperation } from '@anticrm/model' -import { attachmentOperation } from '@anticrm/model-attachment' -import { automationOperation } from '@anticrm/model-automation' -import { chunterOperation } from '@anticrm/model-chunter' -import { contactOperation } from '@anticrm/model-contact' -import { coreOperation } from '@anticrm/model-core' -import { gmailOperation } from '@anticrm/model-gmail' -import { leadOperation } from '@anticrm/model-lead' -import { notificationOperation } from '@anticrm/model-notification' -import { settingOperation } from '@anticrm/model-setting' -import { recruitOperation } from '@anticrm/model-recruit' -import { tagsOperation } from '@anticrm/model-tags' -import { taskOperation } from '@anticrm/model-task' -import { telegramOperation } from '@anticrm/model-telegram' -import { templatesOperation } from '@anticrm/model-templates' -import { viewOperation } from '@anticrm/model-view' -import { trackerOperation } from '@anticrm/model-tracker' -import { boardOperation } from '@anticrm/model-board' -import { demoOperation } from '@anticrm/model-demo' -import { hrOperation } from '@anticrm/model-hr' +import { MigrateOperation } from '@hcengineering/model' +import { attachmentOperation } from '@hcengineering/model-attachment' +import { automationOperation } from '@hcengineering/model-automation' +import { chunterOperation } from '@hcengineering/model-chunter' +import { contactOperation } from '@hcengineering/model-contact' +import { coreOperation } from '@hcengineering/model-core' +import { gmailOperation } from '@hcengineering/model-gmail' +import { leadOperation } from '@hcengineering/model-lead' +import { notificationOperation } from '@hcengineering/model-notification' +import { settingOperation } from '@hcengineering/model-setting' +import { recruitOperation } from '@hcengineering/model-recruit' +import { tagsOperation } from '@hcengineering/model-tags' +import { taskOperation } from '@hcengineering/model-task' +import { telegramOperation } from '@hcengineering/model-telegram' +import { templatesOperation } from '@hcengineering/model-templates' +import { viewOperation } from '@hcengineering/model-view' +import { trackerOperation } from '@hcengineering/model-tracker' +import { boardOperation } from '@hcengineering/model-board' +import { demoOperation } from '@hcengineering/model-demo' +import { hrOperation } from '@hcengineering/model-hr' export const migrateOperations: MigrateOperation[] = [ coreOperation, diff --git a/models/all/tsconfig.json b/models/all/tsconfig.json index 019635d020..fb699ebaaa 100644 --- a/models/all/tsconfig.json +++ b/models/all/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@anticrm/model-rig/profiles/default/tsconfig.json", + "extends": "./node_modules/@hcengineering/model-rig/profiles/default/tsconfig.json", "compilerOptions": { "rootDir": "./src", diff --git a/models/attachment/.eslintrc.js b/models/attachment/.eslintrc.js index c3c2c49417..59eb1482fa 100644 --- a/models/attachment/.eslintrc.js +++ b/models/attachment/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@anticrm/model-rig/profiles/default/config/eslint.config.json'], + extends: ['./node_modules/@hcengineering/model-rig/profiles/default/config/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname, project: './tsconfig.json' diff --git a/models/attachment/config/rig.json b/models/attachment/config/rig.json index e9a9ee9add..45672e5d25 100644 --- a/models/attachment/config/rig.json +++ b/models/attachment/config/rig.json @@ -7,7 +7,7 @@ * (Required) The name of the rig package to inherit from. * It should be an NPM package name with the "-rig" suffix. */ - "rigPackageName": "@anticrm/model-rig" + "rigPackageName": "@hcengineering/model-rig" /** * (Optional) Selects a config profile from the rig package. The name must consist of diff --git a/models/attachment/package.json b/models/attachment/package.json index 5f3954fd48..9424ff933a 100644 --- a/models/attachment/package.json +++ b/models/attachment/package.json @@ -1,5 +1,5 @@ { - "name": "@anticrm/model-attachment", + "name": "@hcengineering/model-attachment", "version": "0.6.0", "main": "lib/index.js", "author": "Anticrm Platform Contributors", @@ -12,7 +12,7 @@ "format": "prettier --write src && eslint --fix src" }, "devDependencies": { - "@anticrm/model-rig": "~0.6.0", + "@hcengineering/model-rig": "~0.6.0", "@typescript-eslint/eslint-plugin": "^5.30.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-promise": "^6.0.0", @@ -25,16 +25,16 @@ "@rushstack/heft": "^0.46.1" }, "dependencies": { - "@anticrm/core": "~0.6.16", - "@anticrm/model": "~0.6.0", - "@anticrm/ui": "~0.6.0", - "@anticrm/attachment": "~0.6.1", - "@anticrm/attachment-resources": "~0.6.0", - "@anticrm/platform": "~0.6.6", - "@anticrm/model-core": "~0.6.0", - "@anticrm/model-view": "~0.6.0", - "@anticrm/activity": "~0.6.0", - "@anticrm/model-preference": "~0.6.0", - "@anticrm/view": "~0.6.0" + "@hcengineering/core": "^0.6.17", + "@hcengineering/model": "~0.6.0", + "@hcengineering/ui": "^0.6.2", + "@hcengineering/attachment": "~0.6.1", + "@hcengineering/attachment-resources": "~0.6.0", + "@hcengineering/platform": "^0.6.7", + "@hcengineering/model-core": "~0.6.0", + "@hcengineering/model-view": "~0.6.0", + "@hcengineering/activity": "~0.6.0", + "@hcengineering/model-preference": "~0.6.0", + "@hcengineering/view": "^0.6.1" } } diff --git a/models/attachment/src/index.ts b/models/attachment/src/index.ts index c70d209c70..5addfa7bca 100644 --- a/models/attachment/src/index.ts +++ b/models/attachment/src/index.ts @@ -13,13 +13,13 @@ // limitations under the License. // -import activity from '@anticrm/activity' -import type { Attachment, Photo, SavedAttachments } from '@anticrm/attachment' -import { Domain, IndexKind, Ref } from '@anticrm/core' -import { Builder, Index, Model, Prop, TypeBoolean, TypeRef, TypeString, TypeTimestamp, UX } from '@anticrm/model' -import core, { TAttachedDoc } from '@anticrm/model-core' -import preference, { TPreference } from '@anticrm/model-preference' -import view, { createAction } from '@anticrm/model-view' +import activity from '@hcengineering/activity' +import type { Attachment, Photo, SavedAttachments } from '@hcengineering/attachment' +import { Domain, IndexKind, Ref } from '@hcengineering/core' +import { Builder, Index, Model, Prop, TypeBoolean, TypeRef, TypeString, TypeTimestamp, UX } from '@hcengineering/model' +import core, { TAttachedDoc } from '@hcengineering/model-core' +import preference, { TPreference } from '@hcengineering/model-preference' +import view, { createAction } from '@hcengineering/model-view' import attachment from './plugin' export { attachmentOperation } from './migration' diff --git a/models/attachment/src/migration.ts b/models/attachment/src/migration.ts index 11a609731e..61e36ed80a 100644 --- a/models/attachment/src/migration.ts +++ b/models/attachment/src/migration.ts @@ -13,7 +13,7 @@ // limitations under the License. // -import { MigrateOperation, MigrationClient, MigrationUpgradeClient } from '@anticrm/model' +import { MigrateOperation, MigrationClient, MigrationUpgradeClient } from '@hcengineering/model' export const attachmentOperation: MigrateOperation = { async migrate (client: MigrationClient): Promise {}, diff --git a/models/attachment/src/plugin.ts b/models/attachment/src/plugin.ts index aaba1d847b..240ba9b636 100644 --- a/models/attachment/src/plugin.ts +++ b/models/attachment/src/plugin.ts @@ -13,14 +13,14 @@ // limitations under the License. // -import type { TxViewlet } from '@anticrm/activity' -import { attachmentId } from '@anticrm/attachment' -import attachment from '@anticrm/attachment-resources/src/plugin' -import type { Ref } from '@anticrm/core' -import type { IntlString } from '@anticrm/platform' -import { mergeIds } from '@anticrm/platform' -import type { AnyComponent } from '@anticrm/ui' -import type { ActionCategory } from '@anticrm/view' +import type { TxViewlet } from '@hcengineering/activity' +import { attachmentId } from '@hcengineering/attachment' +import attachment from '@hcengineering/attachment-resources/src/plugin' +import type { Ref } from '@hcengineering/core' +import type { IntlString } from '@hcengineering/platform' +import { mergeIds } from '@hcengineering/platform' +import type { AnyComponent } from '@hcengineering/ui' +import type { ActionCategory } from '@hcengineering/view' export default mergeIds(attachmentId, attachment, { component: { diff --git a/models/attachment/tsconfig.json b/models/attachment/tsconfig.json index 1d60db76b4..807a92c38c 100644 --- a/models/attachment/tsconfig.json +++ b/models/attachment/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@anticrm/model-rig/profiles/default/tsconfig.json", + "extends": "./node_modules/@hcengineering/model-rig/profiles/default/tsconfig.json", "compilerOptions": { "rootDir": "./src", diff --git a/models/automation/.eslintrc.js b/models/automation/.eslintrc.js index c3c2c49417..59eb1482fa 100644 --- a/models/automation/.eslintrc.js +++ b/models/automation/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@anticrm/model-rig/profiles/default/config/eslint.config.json'], + extends: ['./node_modules/@hcengineering/model-rig/profiles/default/config/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname, project: './tsconfig.json' diff --git a/models/automation/config/rig.json b/models/automation/config/rig.json index e9a9ee9add..45672e5d25 100644 --- a/models/automation/config/rig.json +++ b/models/automation/config/rig.json @@ -7,7 +7,7 @@ * (Required) The name of the rig package to inherit from. * It should be an NPM package name with the "-rig" suffix. */ - "rigPackageName": "@anticrm/model-rig" + "rigPackageName": "@hcengineering/model-rig" /** * (Optional) Selects a config profile from the rig package. The name must consist of diff --git a/models/automation/package.json b/models/automation/package.json index 0777f8e5ed..f361b077cb 100644 --- a/models/automation/package.json +++ b/models/automation/package.json @@ -1,5 +1,5 @@ { - "name": "@anticrm/model-automation", + "name": "@hcengineering/model-automation", "version": "0.6.0", "main": "lib/index.js", "author": "Anticrm Platform Contributors", @@ -12,7 +12,7 @@ "format": "prettier --write src && eslint --fix src" }, "devDependencies": { - "@anticrm/model-rig": "~0.6.0", + "@hcengineering/model-rig": "~0.6.0", "@typescript-eslint/eslint-plugin": "^5.30.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-promise": "^6.0.0", @@ -25,13 +25,13 @@ "@rushstack/heft": "^0.46.1" }, "dependencies": { - "@anticrm/core": "~0.6.16", - "@anticrm/automation": "~0.6.0", - "@anticrm/model": "~0.6.0", - "@anticrm/model-core": "~0.6.0", - "@anticrm/view": "~0.6.0", - "@anticrm/setting": "~0.6.1", - "@anticrm/platform": "~0.6.6", - "@anticrm/automation-resources": "~0.6.0" + "@hcengineering/core": "^0.6.17", + "@hcengineering/automation": "~0.6.0", + "@hcengineering/model": "~0.6.0", + "@hcengineering/model-core": "~0.6.0", + "@hcengineering/view": "^0.6.1", + "@hcengineering/setting": "~0.6.1", + "@hcengineering/platform": "^0.6.7", + "@hcengineering/automation-resources": "~0.6.0" } } diff --git a/models/automation/src/index.ts b/models/automation/src/index.ts index 4f471f6453..cd72040f48 100644 --- a/models/automation/src/index.ts +++ b/models/automation/src/index.ts @@ -22,11 +22,11 @@ import automation, { AutomationTriggerSupport, Command, TriggerType -} from '@anticrm/automation' -import { Class, Doc, Domain, Ref } from '@anticrm/core' -import { Builder, Mixin, Model, Prop, TypeString, UX } from '@anticrm/model' -import core, { TAttachedDoc, TClass } from '@anticrm/model-core' -import view from '@anticrm/view' +} from '@hcengineering/automation' +import { Class, Doc, Domain, Ref } from '@hcengineering/core' +import { Builder, Mixin, Model, Prop, TypeString, UX } from '@hcengineering/model' +import core, { TAttachedDoc, TClass } from '@hcengineering/model-core' +import view from '@hcengineering/view' export const DOMAIN_AUTOMATION = 'automation' as Domain diff --git a/models/automation/src/migration.ts b/models/automation/src/migration.ts index 5d9daa0f5b..69241487d7 100644 --- a/models/automation/src/migration.ts +++ b/models/automation/src/migration.ts @@ -13,7 +13,7 @@ // limitations under the License. // -import { MigrateOperation, MigrationClient, MigrationUpgradeClient } from '@anticrm/model' +import { MigrateOperation, MigrationClient, MigrationUpgradeClient } from '@hcengineering/model' export const automationOperation: MigrateOperation = { async migrate (client: MigrationClient): Promise {}, diff --git a/models/automation/src/plugin.ts b/models/automation/src/plugin.ts index 24204bc267..78a1adfb19 100644 --- a/models/automation/src/plugin.ts +++ b/models/automation/src/plugin.ts @@ -13,11 +13,11 @@ // limitations under the License. // -import { Ref } from '@anticrm/core' -import { automationId } from '@anticrm/automation' -import automation, { PluginType } from '@anticrm/automation-resources/src/plugin' -import { mergeIds } from '@anticrm/platform' -import { SettingsCategory } from '@anticrm/setting' +import { Ref } from '@hcengineering/core' +import { automationId } from '@hcengineering/automation' +import automation, { PluginType } from '@hcengineering/automation-resources/src/plugin' +import { mergeIds } from '@hcengineering/platform' +import { SettingsCategory } from '@hcengineering/setting' const pluginData = { ids: { diff --git a/models/automation/tsconfig.json b/models/automation/tsconfig.json index 1d60db76b4..807a92c38c 100644 --- a/models/automation/tsconfig.json +++ b/models/automation/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@anticrm/model-rig/profiles/default/tsconfig.json", + "extends": "./node_modules/@hcengineering/model-rig/profiles/default/tsconfig.json", "compilerOptions": { "rootDir": "./src", diff --git a/models/board/.eslintrc.js b/models/board/.eslintrc.js index c3c2c49417..59eb1482fa 100644 --- a/models/board/.eslintrc.js +++ b/models/board/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@anticrm/model-rig/profiles/default/config/eslint.config.json'], + extends: ['./node_modules/@hcengineering/model-rig/profiles/default/config/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname, project: './tsconfig.json' diff --git a/models/board/config/rig.json b/models/board/config/rig.json index e9a9ee9add..45672e5d25 100644 --- a/models/board/config/rig.json +++ b/models/board/config/rig.json @@ -7,7 +7,7 @@ * (Required) The name of the rig package to inherit from. * It should be an NPM package name with the "-rig" suffix. */ - "rigPackageName": "@anticrm/model-rig" + "rigPackageName": "@hcengineering/model-rig" /** * (Optional) Selects a config profile from the rig package. The name must consist of diff --git a/models/board/package.json b/models/board/package.json index 359d39190e..d83eaa0291 100644 --- a/models/board/package.json +++ b/models/board/package.json @@ -1,5 +1,5 @@ { - "name": "@anticrm/model-board", + "name": "@hcengineering/model-board", "version": "0.6.0", "main": "lib/index.js", "author": "Anticrm Platform Contributors", @@ -12,7 +12,7 @@ "format": "prettier --write src && eslint --fix src" }, "devDependencies": { - "@anticrm/model-rig": "~0.6.0", + "@hcengineering/model-rig": "~0.6.0", "@typescript-eslint/eslint-plugin": "^5.30.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-promise": "^6.0.0", @@ -25,26 +25,26 @@ "@rushstack/heft": "^0.46.1" }, "dependencies": { - "@anticrm/core": "~0.6.16", - "@anticrm/model": "~0.6.0", - "@anticrm/ui": "~0.6.0", - "@anticrm/contact": "~0.6.5", - "@anticrm/platform": "~0.6.6", - "@anticrm/model-core": "~0.6.0", - "@anticrm/model-view": "~0.6.0", - "@anticrm/model-workbench": "~0.6.1", - "@anticrm/model-contact": "~0.6.1", - "@anticrm/model-chunter": "~0.6.0", - "@anticrm/model-attachment": "~0.6.0", - "@anticrm/automation": "~0.6.0", - "@anticrm/board": "~0.6.0", - "@anticrm/board-resources": "~0.6.0", - "@anticrm/view": "~0.6.0", - "@anticrm/task": "~0.6.0", - "@anticrm/model-task": "~0.6.0", - "@anticrm/workbench": "~0.6.1", - "@anticrm/model-preference": "~0.6.0", - "@anticrm/tags": "~0.6.2", - "@anticrm/model-tags": "~0.6.0" + "@hcengineering/core": "^0.6.17", + "@hcengineering/model": "~0.6.0", + "@hcengineering/ui": "^0.6.2", + "@hcengineering/contact": "~0.6.5", + "@hcengineering/platform": "^0.6.7", + "@hcengineering/model-core": "~0.6.0", + "@hcengineering/model-view": "~0.6.0", + "@hcengineering/model-workbench": "~0.6.1", + "@hcengineering/model-contact": "~0.6.1", + "@hcengineering/model-chunter": "~0.6.0", + "@hcengineering/model-attachment": "~0.6.0", + "@hcengineering/automation": "~0.6.0", + "@hcengineering/board": "~0.6.0", + "@hcengineering/board-resources": "~0.6.0", + "@hcengineering/view": "^0.6.1", + "@hcengineering/task": "~0.6.0", + "@hcengineering/model-task": "~0.6.0", + "@hcengineering/workbench": "~0.6.1", + "@hcengineering/model-preference": "~0.6.0", + "@hcengineering/tags": "~0.6.2", + "@hcengineering/model-tags": "~0.6.0" } } diff --git a/models/board/src/index.ts b/models/board/src/index.ts index dc8466803f..5531fcb1c6 100644 --- a/models/board/src/index.ts +++ b/models/board/src/index.ts @@ -14,10 +14,10 @@ // // To help typescript locate view plugin properly -import automation, { AutomationSupport } from '@anticrm/automation' -import { Board, boardId, Card, CardCover, CommonBoardPreference, MenuPage } from '@anticrm/board' -import type { Employee } from '@anticrm/contact' -import { Class, DOMAIN_MODEL, IndexKind, Markup, Ref, Type } from '@anticrm/core' +import automation, { AutomationSupport } from '@hcengineering/automation' +import { Board, boardId, Card, CardCover, CommonBoardPreference, MenuPage } from '@hcengineering/board' +import type { Employee } from '@hcengineering/contact' +import { Class, DOMAIN_MODEL, IndexKind, Markup, Ref, Type } from '@hcengineering/core' import { ArrOf, Builder, @@ -30,18 +30,18 @@ import { TypeRef, TypeString, UX -} from '@anticrm/model' -import attachment from '@anticrm/model-attachment' -import chunter from '@anticrm/model-chunter' -import contact from '@anticrm/model-contact' -import core, { TDoc, TType } from '@anticrm/model-core' -import preference, { TPreference } from '@anticrm/model-preference' -import tags from '@anticrm/model-tags' -import task, { TSpaceWithStates, TTask } from '@anticrm/model-task' -import view, { actionTemplates, createAction, actionTemplates as viewTemplates } from '@anticrm/model-view' -import workbench, { Application } from '@anticrm/model-workbench' -import { IntlString } from '@anticrm/platform' -import type { AnyComponent } from '@anticrm/ui' +} from '@hcengineering/model' +import attachment from '@hcengineering/model-attachment' +import chunter from '@hcengineering/model-chunter' +import contact from '@hcengineering/model-contact' +import core, { TDoc, TType } from '@hcengineering/model-core' +import preference, { TPreference } from '@hcengineering/model-preference' +import tags from '@hcengineering/model-tags' +import task, { TSpaceWithStates, TTask } from '@hcengineering/model-task' +import view, { actionTemplates, createAction, actionTemplates as viewTemplates } from '@hcengineering/model-view' +import workbench, { Application } from '@hcengineering/model-workbench' +import { IntlString } from '@hcengineering/platform' +import type { AnyComponent } from '@hcengineering/ui' import board from './plugin' @Model(board.class.Board, task.class.SpaceWithStates) diff --git a/models/board/src/migration.ts b/models/board/src/migration.ts index 39c297ad06..60eddeb102 100644 --- a/models/board/src/migration.ts +++ b/models/board/src/migration.ts @@ -27,15 +27,15 @@ import { TxOperations, TxProcessor, TxUpdateDoc -} from '@anticrm/core' -import { createOrUpdate, MigrateOperation, MigrationClient, MigrationUpgradeClient } from '@anticrm/model' -import core from '@anticrm/model-core' -import { createKanbanTemplate, createSequence, DOMAIN_TASK } from '@anticrm/model-task' -import task, { createKanban, KanbanTemplate } from '@anticrm/task' -import { DOMAIN_TAGS } from '@anticrm/model-tags' -import tags, { TagElement, TagReference } from '@anticrm/tags' +} from '@hcengineering/core' +import { createOrUpdate, MigrateOperation, MigrationClient, MigrationUpgradeClient } from '@hcengineering/model' +import core from '@hcengineering/model-core' +import { createKanbanTemplate, createSequence, DOMAIN_TASK } from '@hcengineering/model-task' +import task, { createKanban, KanbanTemplate } from '@hcengineering/task' +import { DOMAIN_TAGS } from '@hcengineering/model-tags' +import tags, { TagElement, TagReference } from '@hcengineering/tags' import board from './plugin' -import { Board, Card } from '@anticrm/board' +import { Board, Card } from '@hcengineering/board' async function createSpace (tx: TxOperations): Promise { const current = await tx.findOne(core.class.Space, { diff --git a/models/board/src/plugin.ts b/models/board/src/plugin.ts index bee5b378b9..d9048c7a0f 100644 --- a/models/board/src/plugin.ts +++ b/models/board/src/plugin.ts @@ -14,13 +14,13 @@ // limitations under the License. // -import { boardId } from '@anticrm/board' -import board from '@anticrm/board-resources/src/plugin' -import type { Ref, Space } from '@anticrm/core' -import { IntlString, mergeIds } from '@anticrm/platform' -import { KanbanTemplate, Sequence } from '@anticrm/task' -import type { AnyComponent } from '@anticrm/ui' -import { Action, ViewAction, ViewletDescriptor } from '@anticrm/view' +import { boardId } from '@hcengineering/board' +import board from '@hcengineering/board-resources/src/plugin' +import type { Ref, Space } from '@hcengineering/core' +import { IntlString, mergeIds } from '@hcengineering/platform' +import { KanbanTemplate, Sequence } from '@hcengineering/task' +import type { AnyComponent } from '@hcengineering/ui' +import { Action, ViewAction, ViewletDescriptor } from '@hcengineering/view' export default mergeIds(boardId, board, { component: { diff --git a/models/board/tsconfig.json b/models/board/tsconfig.json index 1d60db76b4..807a92c38c 100644 --- a/models/board/tsconfig.json +++ b/models/board/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@anticrm/model-rig/profiles/default/tsconfig.json", + "extends": "./node_modules/@hcengineering/model-rig/profiles/default/tsconfig.json", "compilerOptions": { "rootDir": "./src", diff --git a/models/calendar/.eslintrc.js b/models/calendar/.eslintrc.js index c3c2c49417..59eb1482fa 100644 --- a/models/calendar/.eslintrc.js +++ b/models/calendar/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@anticrm/model-rig/profiles/default/config/eslint.config.json'], + extends: ['./node_modules/@hcengineering/model-rig/profiles/default/config/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname, project: './tsconfig.json' diff --git a/models/calendar/config/rig.json b/models/calendar/config/rig.json index e9a9ee9add..45672e5d25 100644 --- a/models/calendar/config/rig.json +++ b/models/calendar/config/rig.json @@ -7,7 +7,7 @@ * (Required) The name of the rig package to inherit from. * It should be an NPM package name with the "-rig" suffix. */ - "rigPackageName": "@anticrm/model-rig" + "rigPackageName": "@hcengineering/model-rig" /** * (Optional) Selects a config profile from the rig package. The name must consist of diff --git a/models/calendar/package.json b/models/calendar/package.json index 7ae6724e3f..c1610edb17 100644 --- a/models/calendar/package.json +++ b/models/calendar/package.json @@ -1,5 +1,5 @@ { - "name": "@anticrm/model-calendar", + "name": "@hcengineering/model-calendar", "version": "0.6.0", "main": "lib/index.js", "author": "Anticrm Platform Contributors", @@ -12,7 +12,7 @@ "format": "prettier --write src && eslint --fix src" }, "devDependencies": { - "@anticrm/model-rig": "~0.6.0", + "@hcengineering/model-rig": "~0.6.0", "@typescript-eslint/eslint-plugin": "^5.30.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-promise": "^6.0.0", @@ -25,23 +25,23 @@ "@rushstack/heft": "^0.46.1" }, "dependencies": { - "@anticrm/core": "~0.6.16", - "@anticrm/model": "~0.6.0", - "@anticrm/ui": "~0.6.0", - "@anticrm/view": "~0.6.0", - "@anticrm/model-attachment": "~0.6.0", - "@anticrm/model-task": "~0.6.0", - "@anticrm/calendar": "~0.6.0", - "@anticrm/calendar-resources": "~0.6.0", - "@anticrm/platform": "~0.6.6", - "@anticrm/notification": "~0.6.0", - "@anticrm/model-core": "~0.6.0", - "@anticrm/model-view": "~0.6.0", - "@anticrm/model-workbench": "~0.6.1", - "@anticrm/activity": "~0.6.0", - "@anticrm/workbench": "~0.6.1", - "@anticrm/model-chunter": "~0.6.0", - "@anticrm/model-contact": "~0.6.1", - "@anticrm/contact": "~0.6.5" + "@hcengineering/core": "^0.6.17", + "@hcengineering/model": "~0.6.0", + "@hcengineering/ui": "^0.6.2", + "@hcengineering/view": "^0.6.1", + "@hcengineering/model-attachment": "~0.6.0", + "@hcengineering/model-task": "~0.6.0", + "@hcengineering/calendar": "~0.6.0", + "@hcengineering/calendar-resources": "~0.6.0", + "@hcengineering/platform": "^0.6.7", + "@hcengineering/notification": "~0.6.0", + "@hcengineering/model-core": "~0.6.0", + "@hcengineering/model-view": "~0.6.0", + "@hcengineering/model-workbench": "~0.6.1", + "@hcengineering/activity": "~0.6.0", + "@hcengineering/workbench": "~0.6.1", + "@hcengineering/model-chunter": "~0.6.0", + "@hcengineering/model-contact": "~0.6.1", + "@hcengineering/contact": "~0.6.5" } } diff --git a/models/calendar/src/index.ts b/models/calendar/src/index.ts index 20793a7606..7002680404 100644 --- a/models/calendar/src/index.ts +++ b/models/calendar/src/index.ts @@ -13,11 +13,11 @@ // limitations under the License. // -import activity from '@anticrm/activity' -import { calendarId, Calendar, Event, Reminder } from '@anticrm/calendar' -import { Employee } from '@anticrm/contact' -import type { Domain, Markup, Ref, Timestamp } from '@anticrm/core' -import { IndexKind } from '@anticrm/core' +import activity from '@hcengineering/activity' +import { calendarId, Calendar, Event, Reminder } from '@hcengineering/calendar' +import { Employee } from '@hcengineering/contact' +import type { Domain, Markup, Ref, Timestamp } from '@hcengineering/core' +import { IndexKind } from '@hcengineering/core' import { ArrOf, Builder, @@ -32,18 +32,18 @@ import { TypeRef, TypeString, UX -} from '@anticrm/model' -import attachment from '@anticrm/model-attachment' -import chunter from '@anticrm/model-chunter' -import contact from '@anticrm/model-contact' -import core, { TAttachedDoc } from '@anticrm/model-core' -import { TSpaceWithStates } from '@anticrm/model-task' -import view, { createAction } from '@anticrm/model-view' -import workbench from '@anticrm/model-workbench' -import notification from '@anticrm/notification' +} from '@hcengineering/model' +import attachment from '@hcengineering/model-attachment' +import chunter from '@hcengineering/model-chunter' +import contact from '@hcengineering/model-contact' +import core, { TAttachedDoc } from '@hcengineering/model-core' +import { TSpaceWithStates } from '@hcengineering/model-task' +import view, { createAction } from '@hcengineering/model-view' +import workbench from '@hcengineering/model-workbench' +import notification from '@hcengineering/notification' import calendar from './plugin' -export * from '@anticrm/calendar' +export * from '@hcengineering/calendar' export const DOMAIN_CALENDAR = 'calendar' as Domain diff --git a/models/calendar/src/plugin.ts b/models/calendar/src/plugin.ts index a4d32ca616..2df168db28 100644 --- a/models/calendar/src/plugin.ts +++ b/models/calendar/src/plugin.ts @@ -13,14 +13,14 @@ // limitations under the License. // -import { TxViewlet } from '@anticrm/activity' -import { calendarId } from '@anticrm/calendar' -import calendar from '@anticrm/calendar-resources/src/plugin' -import { Ref } from '@anticrm/core' -import type { IntlString } from '@anticrm/platform' -import { mergeIds } from '@anticrm/platform' -import { AnyComponent } from '@anticrm/ui' -import { Action, ActionCategory, ViewAction, Viewlet, ViewletDescriptor } from '@anticrm/view' +import { TxViewlet } from '@hcengineering/activity' +import { calendarId } from '@hcengineering/calendar' +import calendar from '@hcengineering/calendar-resources/src/plugin' +import { Ref } from '@hcengineering/core' +import type { IntlString } from '@hcengineering/platform' +import { mergeIds } from '@hcengineering/platform' +import { AnyComponent } from '@hcengineering/ui' +import { Action, ActionCategory, ViewAction, Viewlet, ViewletDescriptor } from '@hcengineering/view' export default mergeIds(calendarId, calendar, { component: { diff --git a/models/calendar/tsconfig.json b/models/calendar/tsconfig.json index 1d60db76b4..807a92c38c 100644 --- a/models/calendar/tsconfig.json +++ b/models/calendar/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@anticrm/model-rig/profiles/default/tsconfig.json", + "extends": "./node_modules/@hcengineering/model-rig/profiles/default/tsconfig.json", "compilerOptions": { "rootDir": "./src", diff --git a/models/chunter/.eslintrc.js b/models/chunter/.eslintrc.js index c3c2c49417..59eb1482fa 100644 --- a/models/chunter/.eslintrc.js +++ b/models/chunter/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@anticrm/model-rig/profiles/default/config/eslint.config.json'], + extends: ['./node_modules/@hcengineering/model-rig/profiles/default/config/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname, project: './tsconfig.json' diff --git a/models/chunter/CHANGELOG.json b/models/chunter/CHANGELOG.json index 02f43caf9f..2a4a0ac724 100644 --- a/models/chunter/CHANGELOG.json +++ b/models/chunter/CHANGELOG.json @@ -1,14 +1,14 @@ { - "name": "@anticrm/model-chunter", + "name": "@hcengineering/model-chunter", "entries": [ { "version": "0.6.0", - "tag": "@anticrm/model-chunter_v0.6.0", + "tag": "@hcengineering/model-chunter_v0.6.0", "date": "Sun, 08 Aug 2021 10:14:57 GMT", "comments": { "dependency": [ { - "comment": "Updating dependency \"@anticrm/platform\" from `~0.6.3` to `~0.6.4`" + "comment": "Updating dependency \"@hcengineering/platform\" from `~0.6.3` to `~0.6.4`" } ] } diff --git a/models/chunter/CHANGELOG.md b/models/chunter/CHANGELOG.md index f4821d0835..a231fbe4f6 100644 --- a/models/chunter/CHANGELOG.md +++ b/models/chunter/CHANGELOG.md @@ -1,4 +1,4 @@ -# Change Log - @anticrm/model-chunter +# Change Log - @hcengineering/model-chunter This log was last generated on Sun, 08 Aug 2021 10:14:57 GMT and should not be manually modified. diff --git a/models/chunter/config/rig.json b/models/chunter/config/rig.json index e9a9ee9add..45672e5d25 100644 --- a/models/chunter/config/rig.json +++ b/models/chunter/config/rig.json @@ -7,7 +7,7 @@ * (Required) The name of the rig package to inherit from. * It should be an NPM package name with the "-rig" suffix. */ - "rigPackageName": "@anticrm/model-rig" + "rigPackageName": "@hcengineering/model-rig" /** * (Optional) Selects a config profile from the rig package. The name must consist of diff --git a/models/chunter/package.json b/models/chunter/package.json index 1ea0a06731..9f0abf0c87 100644 --- a/models/chunter/package.json +++ b/models/chunter/package.json @@ -1,5 +1,5 @@ { - "name": "@anticrm/model-chunter", + "name": "@hcengineering/model-chunter", "version": "0.6.0", "main": "lib/index.js", "author": "Anticrm Platform Contributors", @@ -12,7 +12,7 @@ "format": "prettier --write src && eslint --fix src" }, "devDependencies": { - "@anticrm/model-rig": "~0.6.0", + "@hcengineering/model-rig": "~0.6.0", "@typescript-eslint/eslint-plugin": "^5.30.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-promise": "^6.0.0", @@ -25,21 +25,21 @@ "@rushstack/heft": "^0.46.1" }, "dependencies": { - "@anticrm/core": "~0.6.16", - "@anticrm/model": "~0.6.0", - "@anticrm/ui": "~0.6.0", - "@anticrm/view": "~0.6.0", - "@anticrm/model-attachment": "~0.6.0", - "@anticrm/contact": "~0.6.5", - "@anticrm/chunter": "~0.6.1", - "@anticrm/chunter-resources": "~0.6.0", - "@anticrm/platform": "~0.6.6", - "@anticrm/model-core": "~0.6.0", - "@anticrm/model-view": "~0.6.0", - "@anticrm/model-workbench": "~0.6.1", - "@anticrm/model-notification": "~0.6.0", - "@anticrm/activity": "~0.6.0", - "@anticrm/workbench": "~0.6.1", - "@anticrm/model-preference": "~0.6.0" + "@hcengineering/core": "^0.6.17", + "@hcengineering/model": "~0.6.0", + "@hcengineering/ui": "^0.6.2", + "@hcengineering/view": "^0.6.1", + "@hcengineering/model-attachment": "~0.6.0", + "@hcengineering/contact": "~0.6.5", + "@hcengineering/chunter": "~0.6.1", + "@hcengineering/chunter-resources": "~0.6.0", + "@hcengineering/platform": "^0.6.7", + "@hcengineering/model-core": "~0.6.0", + "@hcengineering/model-view": "~0.6.0", + "@hcengineering/model-workbench": "~0.6.1", + "@hcengineering/model-notification": "~0.6.0", + "@hcengineering/activity": "~0.6.0", + "@hcengineering/workbench": "~0.6.1", + "@hcengineering/model-preference": "~0.6.0" } } diff --git a/models/chunter/src/index.ts b/models/chunter/src/index.ts index 0c3d10c511..3d9c0250ac 100644 --- a/models/chunter/src/index.ts +++ b/models/chunter/src/index.ts @@ -13,7 +13,7 @@ // limitations under the License. // -import activity from '@anticrm/activity' +import activity from '@hcengineering/activity' import { Backlink, Channel, @@ -26,10 +26,10 @@ import { Reaction, SavedMessages, ThreadMessage -} from '@anticrm/chunter' -import contact, { Employee } from '@anticrm/contact' -import type { Account, Class, Doc, Domain, Ref, Space, Timestamp } from '@anticrm/core' -import { IndexKind } from '@anticrm/core' +} from '@hcengineering/chunter' +import contact, { Employee } from '@hcengineering/contact' +import type { Account, Class, Doc, Domain, Ref, Space, Timestamp } from '@hcengineering/core' +import { IndexKind } from '@hcengineering/core' import { ArrOf, Builder, @@ -42,13 +42,13 @@ import { TypeString, TypeTimestamp, UX -} from '@anticrm/model' -import attachment from '@anticrm/model-attachment' -import core, { TAttachedDoc, TSpace } from '@anticrm/model-core' -import notification from '@anticrm/model-notification' -import preference, { TPreference } from '@anticrm/model-preference' -import view, { actionTemplates as viewTemplates, createAction } from '@anticrm/model-view' -import workbench from '@anticrm/model-workbench' +} from '@hcengineering/model' +import attachment from '@hcengineering/model-attachment' +import core, { TAttachedDoc, TSpace } from '@hcengineering/model-core' +import notification from '@hcengineering/model-notification' +import preference, { TPreference } from '@hcengineering/model-preference' +import view, { actionTemplates as viewTemplates, createAction } from '@hcengineering/model-view' +import workbench from '@hcengineering/model-workbench' import chunter from './plugin' export const DOMAIN_CHUNTER = 'chunter' as Domain diff --git a/models/chunter/src/migration.ts b/models/chunter/src/migration.ts index 006f9f03ce..50ca7b0c30 100644 --- a/models/chunter/src/migration.ts +++ b/models/chunter/src/migration.ts @@ -13,9 +13,9 @@ // limitations under the License. // -import { Comment, Message, ThreadMessage } from '@anticrm/chunter' -import core, { Doc, DOMAIN_TX, Ref, TxCreateDoc, TxOperations } from '@anticrm/core' -import { MigrateOperation, MigrationClient, MigrationUpgradeClient } from '@anticrm/model' +import { Comment, Message, ThreadMessage } from '@hcengineering/chunter' +import core, { Doc, DOMAIN_TX, Ref, TxCreateDoc, TxOperations } from '@hcengineering/core' +import { MigrateOperation, MigrationClient, MigrationUpgradeClient } from '@hcengineering/model' import { DOMAIN_CHUNTER, DOMAIN_COMMENT } from './index' import chunter from './plugin' diff --git a/models/chunter/src/plugin.ts b/models/chunter/src/plugin.ts index 74ab96137a..cc04baf59e 100644 --- a/models/chunter/src/plugin.ts +++ b/models/chunter/src/plugin.ts @@ -13,14 +13,14 @@ // limitations under the License. // -import type { TxViewlet } from '@anticrm/activity' -import { Channel, chunterId } from '@anticrm/chunter' -import chunter from '@anticrm/chunter-resources/src/plugin' -import type { Ref, Space } from '@anticrm/core' -import type { IntlString, Resource } from '@anticrm/platform' -import { mergeIds } from '@anticrm/platform' -import type { AnyComponent } from '@anticrm/ui' -import type { Action, ActionCategory, ViewAction, ViewletDescriptor } from '@anticrm/view' +import type { TxViewlet } from '@hcengineering/activity' +import { Channel, chunterId } from '@hcengineering/chunter' +import chunter from '@hcengineering/chunter-resources/src/plugin' +import type { Ref, Space } from '@hcengineering/core' +import type { IntlString, Resource } from '@hcengineering/platform' +import { mergeIds } from '@hcengineering/platform' +import type { AnyComponent } from '@hcengineering/ui' +import type { Action, ActionCategory, ViewAction, ViewletDescriptor } from '@hcengineering/view' export default mergeIds(chunterId, chunter, { component: { diff --git a/models/chunter/tsconfig.json b/models/chunter/tsconfig.json index 1d60db76b4..807a92c38c 100644 --- a/models/chunter/tsconfig.json +++ b/models/chunter/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@anticrm/model-rig/profiles/default/tsconfig.json", + "extends": "./node_modules/@hcengineering/model-rig/profiles/default/tsconfig.json", "compilerOptions": { "rootDir": "./src", diff --git a/models/contact/.eslintrc.js b/models/contact/.eslintrc.js index c3c2c49417..59eb1482fa 100644 --- a/models/contact/.eslintrc.js +++ b/models/contact/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@anticrm/model-rig/profiles/default/config/eslint.config.json'], + extends: ['./node_modules/@hcengineering/model-rig/profiles/default/config/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname, project: './tsconfig.json' diff --git a/models/contact/CHANGELOG.json b/models/contact/CHANGELOG.json index c7e0d761ce..7eca3acdf1 100644 --- a/models/contact/CHANGELOG.json +++ b/models/contact/CHANGELOG.json @@ -1,9 +1,9 @@ { - "name": "@anticrm/model-contact", + "name": "@hcengineering/model-contact", "entries": [ { "version": "0.6.1", - "tag": "@anticrm/model-contact_v0.6.1", + "tag": "@hcengineering/model-contact_v0.6.1", "date": "Tue, 09 Nov 2021 17:01:22 GMT", "comments": { "patch": [ @@ -13,19 +13,19 @@ ], "dependency": [ { - "comment": "Updating dependency \"@anticrm/contact\" from `~0.6.0` to `~0.6.2`" + "comment": "Updating dependency \"@hcengineering/contact\" from `~0.6.0` to `~0.6.2`" } ] } }, { "version": "0.6.0", - "tag": "@anticrm/model-contact_v0.6.0", + "tag": "@hcengineering/model-contact_v0.6.0", "date": "Sun, 08 Aug 2021 10:14:57 GMT", "comments": { "dependency": [ { - "comment": "Updating dependency \"@anticrm/platform\" from `~0.6.3` to `~0.6.4`" + "comment": "Updating dependency \"@hcengineering/platform\" from `~0.6.3` to `~0.6.4`" } ] } diff --git a/models/contact/CHANGELOG.md b/models/contact/CHANGELOG.md index babcd0b858..06cd6bd3cf 100644 --- a/models/contact/CHANGELOG.md +++ b/models/contact/CHANGELOG.md @@ -1,4 +1,4 @@ -# Change Log - @anticrm/model-contact +# Change Log - @hcengineering/model-contact This log was last generated on Tue, 09 Nov 2021 17:01:22 GMT and should not be manually modified. diff --git a/models/contact/config/rig.json b/models/contact/config/rig.json index e9a9ee9add..45672e5d25 100644 --- a/models/contact/config/rig.json +++ b/models/contact/config/rig.json @@ -7,7 +7,7 @@ * (Required) The name of the rig package to inherit from. * It should be an NPM package name with the "-rig" suffix. */ - "rigPackageName": "@anticrm/model-rig" + "rigPackageName": "@hcengineering/model-rig" /** * (Optional) Selects a config profile from the rig package. The name must consist of diff --git a/models/contact/package.json b/models/contact/package.json index 028d385c3b..10365d9d39 100644 --- a/models/contact/package.json +++ b/models/contact/package.json @@ -1,5 +1,5 @@ { - "name": "@anticrm/model-contact", + "name": "@hcengineering/model-contact", "version": "0.6.1", "main": "lib/index.js", "author": "Anticrm Platform Contributors", @@ -12,7 +12,7 @@ "format": "prettier --write src && eslint --fix src" }, "devDependencies": { - "@anticrm/model-rig": "~0.6.0", + "@hcengineering/model-rig": "~0.6.0", "@typescript-eslint/eslint-plugin": "^5.30.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-promise": "^6.0.0", @@ -25,19 +25,19 @@ "@rushstack/heft": "^0.46.1" }, "dependencies": { - "@anticrm/model-core": "~0.6.0", - "@anticrm/model-chunter": "~0.6.0", - "@anticrm/model-workbench": "~0.6.1", - "@anticrm/model-attachment": "~0.6.0", - "@anticrm/model-view": "~0.6.0", - "@anticrm/model-presentation": "~0.6.0", - "@anticrm/model": "~0.6.0", - "@anticrm/setting": "~0.6.1", - "@anticrm/core": "~0.6.16", - "@anticrm/ui": "~0.6.0", - "@anticrm/platform": "~0.6.6", - "@anticrm/contact": "~0.6.5", - "@anticrm/contact-resources": "~0.6.0", - "@anticrm/view": "~0.6.0" + "@hcengineering/model-core": "~0.6.0", + "@hcengineering/model-chunter": "~0.6.0", + "@hcengineering/model-workbench": "~0.6.1", + "@hcengineering/model-attachment": "~0.6.0", + "@hcengineering/model-view": "~0.6.0", + "@hcengineering/model-presentation": "~0.6.0", + "@hcengineering/model": "~0.6.0", + "@hcengineering/setting": "~0.6.1", + "@hcengineering/core": "^0.6.17", + "@hcengineering/ui": "^0.6.2", + "@hcengineering/platform": "^0.6.7", + "@hcengineering/contact": "~0.6.5", + "@hcengineering/contact-resources": "~0.6.0", + "@hcengineering/view": "^0.6.1" } } diff --git a/models/contact/src/index.ts b/models/contact/src/index.ts index 7197e4e78c..5831e2de7f 100644 --- a/models/contact/src/index.ts +++ b/models/contact/src/index.ts @@ -26,9 +26,9 @@ import { Person, Persons, Status -} from '@anticrm/contact' -import type { Class, Domain, Ref, Timestamp } from '@anticrm/core' -import { DOMAIN_MODEL, IndexKind } from '@anticrm/core' +} from '@hcengineering/contact' +import type { Class, Domain, Ref, Timestamp } from '@hcengineering/core' +import { DOMAIN_MODEL, IndexKind } from '@hcengineering/core' import { Builder, Collection, @@ -40,15 +40,15 @@ import { TypeString, TypeTimestamp, UX -} from '@anticrm/model' -import attachment from '@anticrm/model-attachment' -import chunter from '@anticrm/model-chunter' -import core, { TAccount, TAttachedDoc, TDoc, TSpace } from '@anticrm/model-core' -import presentation from '@anticrm/model-presentation' -import view, { actionTemplates, createAction, ViewAction } from '@anticrm/model-view' -import workbench from '@anticrm/model-workbench' -import type { Asset, IntlString } from '@anticrm/platform' -import setting from '@anticrm/setting' +} from '@hcengineering/model' +import attachment from '@hcengineering/model-attachment' +import chunter from '@hcengineering/model-chunter' +import core, { TAccount, TAttachedDoc, TDoc, TSpace } from '@hcengineering/model-core' +import presentation from '@hcengineering/model-presentation' +import view, { actionTemplates, createAction, ViewAction } from '@hcengineering/model-view' +import workbench from '@hcengineering/model-workbench' +import type { Asset, IntlString } from '@hcengineering/platform' +import setting from '@hcengineering/setting' import contact from './plugin' export const DOMAIN_CONTACT = 'contact' as Domain diff --git a/models/contact/src/migration.ts b/models/contact/src/migration.ts index 9762088643..02bffbcf02 100644 --- a/models/contact/src/migration.ts +++ b/models/contact/src/migration.ts @@ -13,10 +13,10 @@ // limitations under the License. // -import { Employee, EmployeeAccount } from '@anticrm/contact' -import { AccountRole, DOMAIN_TX, TxCreateDoc, TxOperations } from '@anticrm/core' -import { MigrateOperation, MigrationClient, MigrationUpgradeClient } from '@anticrm/model' -import core from '@anticrm/model-core' +import { Employee, EmployeeAccount } from '@hcengineering/contact' +import { AccountRole, DOMAIN_TX, TxCreateDoc, TxOperations } from '@hcengineering/core' +import { MigrateOperation, MigrationClient, MigrationUpgradeClient } from '@hcengineering/model' +import core from '@hcengineering/model-core' import contact, { DOMAIN_CONTACT } from './index' async function createSpace (tx: TxOperations): Promise { diff --git a/models/contact/src/plugin.ts b/models/contact/src/plugin.ts index 28b57cad60..be462d919e 100644 --- a/models/contact/src/plugin.ts +++ b/models/contact/src/plugin.ts @@ -13,14 +13,14 @@ // limitations under the License. // -import { contactId } from '@anticrm/contact' -import contact from '@anticrm/contact-resources/src/plugin' -import type { Ref } from '@anticrm/core' -import {} from '@anticrm/core' -import { ObjectSearchCategory, ObjectSearchFactory } from '@anticrm/model-presentation' -import { IntlString, mergeIds, Resource } from '@anticrm/platform' -import type { AnyComponent } from '@anticrm/ui' -import { Action, ActionCategory, ViewAction } from '@anticrm/view' +import { contactId } from '@hcengineering/contact' +import contact from '@hcengineering/contact-resources/src/plugin' +import type { Ref } from '@hcengineering/core' +import {} from '@hcengineering/core' +import { ObjectSearchCategory, ObjectSearchFactory } from '@hcengineering/model-presentation' +import { IntlString, mergeIds, Resource } from '@hcengineering/platform' +import type { AnyComponent } from '@hcengineering/ui' +import { Action, ActionCategory, ViewAction } from '@hcengineering/view' export default mergeIds(contactId, contact, { component: { diff --git a/models/contact/tsconfig.json b/models/contact/tsconfig.json index 1d60db76b4..807a92c38c 100644 --- a/models/contact/tsconfig.json +++ b/models/contact/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@anticrm/model-rig/profiles/default/tsconfig.json", + "extends": "./node_modules/@hcengineering/model-rig/profiles/default/tsconfig.json", "compilerOptions": { "rootDir": "./src", diff --git a/models/core/.eslintrc.js b/models/core/.eslintrc.js index c3c2c49417..59eb1482fa 100644 --- a/models/core/.eslintrc.js +++ b/models/core/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@anticrm/model-rig/profiles/default/config/eslint.config.json'], + extends: ['./node_modules/@hcengineering/model-rig/profiles/default/config/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname, project: './tsconfig.json' diff --git a/models/core/CHANGELOG.json b/models/core/CHANGELOG.json index 8ab1a6e6d6..ed0b53f2e4 100644 --- a/models/core/CHANGELOG.json +++ b/models/core/CHANGELOG.json @@ -1,14 +1,14 @@ { - "name": "@anticrm/model-core", + "name": "@hcengineering/model-core", "entries": [ { "version": "0.6.0", - "tag": "@anticrm/model-core_v0.6.0", + "tag": "@hcengineering/model-core_v0.6.0", "date": "Sun, 08 Aug 2021 10:14:57 GMT", "comments": { "dependency": [ { - "comment": "Updating dependency \"@anticrm/platform\" from `~0.6.3` to `~0.6.4`" + "comment": "Updating dependency \"@hcengineering/platform\" from `~0.6.3` to `~0.6.4`" } ] } diff --git a/models/core/CHANGELOG.md b/models/core/CHANGELOG.md index 3a9c05388c..e15e1e4ac4 100644 --- a/models/core/CHANGELOG.md +++ b/models/core/CHANGELOG.md @@ -1,4 +1,4 @@ -# Change Log - @anticrm/model-core +# Change Log - @hcengineering/model-core This log was last generated on Sun, 08 Aug 2021 10:14:57 GMT and should not be manually modified. diff --git a/models/core/config/rig.json b/models/core/config/rig.json index e9a9ee9add..45672e5d25 100644 --- a/models/core/config/rig.json +++ b/models/core/config/rig.json @@ -7,7 +7,7 @@ * (Required) The name of the rig package to inherit from. * It should be an NPM package name with the "-rig" suffix. */ - "rigPackageName": "@anticrm/model-rig" + "rigPackageName": "@hcengineering/model-rig" /** * (Optional) Selects a config profile from the rig package. The name must consist of diff --git a/models/core/package.json b/models/core/package.json index e47ed668d4..5171d216f8 100644 --- a/models/core/package.json +++ b/models/core/package.json @@ -1,5 +1,5 @@ { - "name": "@anticrm/model-core", + "name": "@hcengineering/model-core", "version": "0.6.0", "main": "lib/index.js", "author": "Anticrm Platform Contributors", @@ -12,7 +12,7 @@ "format": "prettier --write src && eslint --fix src" }, "devDependencies": { - "@anticrm/model-rig": "~0.6.0", + "@hcengineering/model-rig": "~0.6.0", "@typescript-eslint/eslint-plugin": "^5.30.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-promise": "^6.0.0", @@ -25,8 +25,8 @@ "@rushstack/heft": "^0.46.1" }, "dependencies": { - "@anticrm/core": "~0.6.16", - "@anticrm/model": "~0.6.0", - "@anticrm/platform": "~0.6.6" + "@hcengineering/core": "^0.6.17", + "@hcengineering/model": "~0.6.0", + "@hcengineering/platform": "^0.6.7" } } diff --git a/models/core/src/component.ts b/models/core/src/component.ts index 080bbde1b9..ae4b9eaa6c 100644 --- a/models/core/src/component.ts +++ b/models/core/src/component.ts @@ -13,8 +13,8 @@ // limitations under the License. // -import core, { coreId } from '@anticrm/core' -import { IntlString, mergeIds } from '@anticrm/platform' +import core, { coreId } from '@hcengineering/core' +import { IntlString, mergeIds } from '@hcengineering/platform' export default mergeIds(coreId, core, { string: { diff --git a/models/core/src/core.ts b/models/core/src/core.ts index 40868aa233..b3e777e642 100644 --- a/models/core/src/core.ts +++ b/models/core/src/core.ts @@ -41,9 +41,19 @@ import { Timestamp, Type, Version -} from '@anticrm/core' -import { Hidden, Index, Model, Prop, TypeIntlString, TypeRef, TypeString, TypeTimestamp, UX } from '@anticrm/model' -import type { IntlString } from '@anticrm/platform' +} from '@hcengineering/core' +import { + Hidden, + Index, + Model, + Prop, + TypeIntlString, + TypeRef, + TypeString, + TypeTimestamp, + UX +} from '@hcengineering/model' +import type { IntlString } from '@hcengineering/platform' import core from './component' // C O R E diff --git a/models/core/src/index.ts b/models/core/src/index.ts index cf6699c8da..f6b3ba7640 100644 --- a/models/core/src/index.ts +++ b/models/core/src/index.ts @@ -13,7 +13,7 @@ // limitations under the License. // -import { Builder } from '@anticrm/model' +import { Builder } from '@hcengineering/model' import core from './component' import { TArrOf, diff --git a/models/core/src/migration.ts b/models/core/src/migration.ts index aab06b30d0..01d2fe246d 100644 --- a/models/core/src/migration.ts +++ b/models/core/src/migration.ts @@ -13,7 +13,7 @@ // limitations under the License. // -import { MigrateOperation, MigrationClient, MigrationUpgradeClient } from '@anticrm/model' +import { MigrateOperation, MigrationClient, MigrationUpgradeClient } from '@hcengineering/model' export const coreOperation: MigrateOperation = { async migrate (client: MigrationClient): Promise {}, diff --git a/models/core/src/security.ts b/models/core/src/security.ts index 25a4470c86..82b8799f73 100644 --- a/models/core/src/security.ts +++ b/models/core/src/security.ts @@ -13,8 +13,8 @@ // limitations under the License. // -import { Account, AccountRole, Arr, Domain, DOMAIN_MODEL, IndexKind, Ref, Space } from '@anticrm/core' -import { ArrOf, Index, Model, Prop, TypeBoolean, TypeRef, TypeString, UX } from '@anticrm/model' +import { Account, AccountRole, Arr, Domain, DOMAIN_MODEL, IndexKind, Ref, Space } from '@hcengineering/core' +import { ArrOf, Index, Model, Prop, TypeBoolean, TypeRef, TypeString, UX } from '@hcengineering/model' import core from './component' import { TDoc } from './core' diff --git a/models/core/src/transient.ts b/models/core/src/transient.ts index 8dc86c1388..b511964a91 100644 --- a/models/core/src/transient.ts +++ b/models/core/src/transient.ts @@ -13,8 +13,8 @@ // limitations under the License. // -import { DOMAIN_TRANSIENT, UserStatus } from '@anticrm/core' -import { Model } from '@anticrm/model' +import { DOMAIN_TRANSIENT, UserStatus } from '@hcengineering/core' +import { Model } from '@hcengineering/model' import core from './component' import { TDoc } from './core' diff --git a/models/core/src/tx.ts b/models/core/src/tx.ts index 4bd1eb2add..9c0e735479 100644 --- a/models/core/src/tx.ts +++ b/models/core/src/tx.ts @@ -35,8 +35,8 @@ import { TxPutBag, TxRemoveDoc, TxUpdateDoc -} from '@anticrm/core' -import { Index, Model } from '@anticrm/model' +} from '@hcengineering/core' +import { Index, Model } from '@hcengineering/model' import core from './component' import { TDoc } from './core' diff --git a/models/core/tsconfig.json b/models/core/tsconfig.json index 1d60db76b4..807a92c38c 100644 --- a/models/core/tsconfig.json +++ b/models/core/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@anticrm/model-rig/profiles/default/tsconfig.json", + "extends": "./node_modules/@hcengineering/model-rig/profiles/default/tsconfig.json", "compilerOptions": { "rootDir": "./src", diff --git a/models/demo/.eslintrc.js b/models/demo/.eslintrc.js index c3c2c49417..59eb1482fa 100644 --- a/models/demo/.eslintrc.js +++ b/models/demo/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@anticrm/model-rig/profiles/default/config/eslint.config.json'], + extends: ['./node_modules/@hcengineering/model-rig/profiles/default/config/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname, project: './tsconfig.json' diff --git a/models/demo/CHANGELOG.json b/models/demo/CHANGELOG.json index bab45c7246..fb1dba99a7 100644 --- a/models/demo/CHANGELOG.json +++ b/models/demo/CHANGELOG.json @@ -1,14 +1,14 @@ { - "name": "@anticrm/model-demo", + "name": "@hcengineering/model-demo", "entries": [ { "version": "0.6.0", - "tag": "@anticrm/model-demo_v0.6.0", + "tag": "@hcengineering/model-demo_v0.6.0", "date": "Sun, 08 Aug 2021 10:14:57 GMT", "comments": { "dependency": [ { - "comment": "Updating dependency \"@anticrm/platform\" from `~0.6.3` to `~0.6.4`" + "comment": "Updating dependency \"@hcengineering/platform\" from `~0.6.3` to `~0.6.4`" } ] } diff --git a/models/demo/CHANGELOG.md b/models/demo/CHANGELOG.md index bdbbf08b70..ad1914f726 100644 --- a/models/demo/CHANGELOG.md +++ b/models/demo/CHANGELOG.md @@ -1,4 +1,4 @@ -# Change Log - @anticrm/model-demo +# Change Log - @hcengineering/model-demo This log was last generated on Sun, 08 Aug 2021 10:14:57 GMT and should not be manually modified. diff --git a/models/demo/config/rig.json b/models/demo/config/rig.json index e9a9ee9add..45672e5d25 100644 --- a/models/demo/config/rig.json +++ b/models/demo/config/rig.json @@ -7,7 +7,7 @@ * (Required) The name of the rig package to inherit from. * It should be an NPM package name with the "-rig" suffix. */ - "rigPackageName": "@anticrm/model-rig" + "rigPackageName": "@hcengineering/model-rig" /** * (Optional) Selects a config profile from the rig package. The name must consist of diff --git a/models/demo/package.json b/models/demo/package.json index 93f6b15601..e3114c317a 100644 --- a/models/demo/package.json +++ b/models/demo/package.json @@ -1,5 +1,5 @@ { - "name": "@anticrm/model-demo", + "name": "@hcengineering/model-demo", "version": "0.6.0", "main": "lib/index.js", "author": "Anticrm Platform Contributors", @@ -12,7 +12,7 @@ "format": "prettier --write src && eslint --fix src" }, "devDependencies": { - "@anticrm/model-rig": "~0.6.0", + "@hcengineering/model-rig": "~0.6.0", "@typescript-eslint/eslint-plugin": "^5.30.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-promise": "^6.0.0", @@ -25,11 +25,11 @@ "@rushstack/heft": "^0.46.1" }, "dependencies": { - "@anticrm/core": "~0.6.16", - "@anticrm/model": "~0.6.0", - "@anticrm/platform": "~0.6.6", - "@anticrm/model-recruit": "~0.6.0", - "@anticrm/model-contact": "~0.6.1", - "@anticrm/contact": "~0.6.5" + "@hcengineering/core": "^0.6.17", + "@hcengineering/model": "~0.6.0", + "@hcengineering/platform": "^0.6.7", + "@hcengineering/model-recruit": "~0.6.0", + "@hcengineering/model-contact": "~0.6.1", + "@hcengineering/contact": "~0.6.5" } } diff --git a/models/demo/src/migration.ts b/models/demo/src/migration.ts index dbe9b35b9b..3952b83358 100644 --- a/models/demo/src/migration.ts +++ b/models/demo/src/migration.ts @@ -13,11 +13,11 @@ // limitations under the License. // -import core, { AccountRole, DOMAIN_TX, TxCreateDoc, TxOperations } from '@anticrm/core' -import { MigrateOperation, MigrationClient, MigrationUpgradeClient } from '@anticrm/model' -import contact, { EmployeeAccount } from '@anticrm/contact' -import recruit from '@anticrm/model-recruit' -import { DOMAIN_CONTACT } from '@anticrm/model-contact' +import core, { AccountRole, DOMAIN_TX, TxCreateDoc, TxOperations } from '@hcengineering/core' +import { MigrateOperation, MigrationClient, MigrationUpgradeClient } from '@hcengineering/model' +import contact, { EmployeeAccount } from '@hcengineering/contact' +import recruit from '@hcengineering/model-recruit' +import { DOMAIN_CONTACT } from '@hcengineering/model-contact' async function createCandidate ( tx: TxOperations, diff --git a/models/demo/tsconfig.json b/models/demo/tsconfig.json index 1d60db76b4..807a92c38c 100644 --- a/models/demo/tsconfig.json +++ b/models/demo/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@anticrm/model-rig/profiles/default/tsconfig.json", + "extends": "./node_modules/@hcengineering/model-rig/profiles/default/tsconfig.json", "compilerOptions": { "rootDir": "./src", diff --git a/models/gmail/.eslintrc.js b/models/gmail/.eslintrc.js index c3c2c49417..59eb1482fa 100644 --- a/models/gmail/.eslintrc.js +++ b/models/gmail/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@anticrm/model-rig/profiles/default/config/eslint.config.json'], + extends: ['./node_modules/@hcengineering/model-rig/profiles/default/config/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname, project: './tsconfig.json' diff --git a/models/gmail/config/rig.json b/models/gmail/config/rig.json index e9a9ee9add..45672e5d25 100644 --- a/models/gmail/config/rig.json +++ b/models/gmail/config/rig.json @@ -7,7 +7,7 @@ * (Required) The name of the rig package to inherit from. * It should be an NPM package name with the "-rig" suffix. */ - "rigPackageName": "@anticrm/model-rig" + "rigPackageName": "@hcengineering/model-rig" /** * (Optional) Selects a config profile from the rig package. The name must consist of diff --git a/models/gmail/package.json b/models/gmail/package.json index 1d2f98436e..1da95b28ac 100644 --- a/models/gmail/package.json +++ b/models/gmail/package.json @@ -1,5 +1,5 @@ { - "name": "@anticrm/model-gmail", + "name": "@hcengineering/model-gmail", "version": "0.6.0", "main": "lib/index.js", "author": "Anticrm Platform Contributors", @@ -12,7 +12,7 @@ "format": "prettier --write src && eslint --fix src" }, "devDependencies": { - "@anticrm/model-rig": "~0.6.0", + "@hcengineering/model-rig": "~0.6.0", "@typescript-eslint/eslint-plugin": "^5.30.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-promise": "^6.0.0", @@ -25,17 +25,17 @@ "@rushstack/heft": "^0.46.1" }, "dependencies": { - "@anticrm/activity": "~0.6.0", - "@anticrm/model": "~0.6.0", - "@anticrm/core": "~0.6.16", - "@anticrm/platform": "~0.6.6", - "@anticrm/model-core": "~0.6.0", - "@anticrm/contact": "~0.6.5", - "@anticrm/model-contact": "~0.6.1", - "@anticrm/gmail": "~0.6.0", - "@anticrm/gmail-resources": "~0.6.0", - "@anticrm/model-attachment": "~0.6.0", - "@anticrm/setting": "~0.6.1", - "@anticrm/ui": "~0.6.0" + "@hcengineering/activity": "~0.6.0", + "@hcengineering/model": "~0.6.0", + "@hcengineering/core": "^0.6.17", + "@hcengineering/platform": "^0.6.7", + "@hcengineering/model-core": "~0.6.0", + "@hcengineering/contact": "~0.6.5", + "@hcengineering/model-contact": "~0.6.1", + "@hcengineering/gmail": "~0.6.0", + "@hcengineering/gmail-resources": "~0.6.0", + "@hcengineering/model-attachment": "~0.6.0", + "@hcengineering/setting": "~0.6.1", + "@hcengineering/ui": "^0.6.2" } } diff --git a/models/gmail/src/index.ts b/models/gmail/src/index.ts index 306d73c313..10f130f4f0 100644 --- a/models/gmail/src/index.ts +++ b/models/gmail/src/index.ts @@ -13,15 +13,25 @@ // limitations under the License. // -import activity from '@anticrm/activity' -import { Channel } from '@anticrm/contact' -import { Class, Domain, IndexKind, Ref, Timestamp, Type } from '@anticrm/core' -import type { Message, NewMessage, SharedMessage, SharedMessages } from '@anticrm/gmail' -import { ArrOf, Builder, Collection, Index, Model, Prop, TypeBoolean, TypeString, TypeTimestamp } from '@anticrm/model' -import attachment from '@anticrm/model-attachment' -import contact from '@anticrm/model-contact' -import core, { TAttachedDoc, TDoc } from '@anticrm/model-core' -import setting from '@anticrm/setting' +import activity from '@hcengineering/activity' +import { Channel } from '@hcengineering/contact' +import { Class, Domain, IndexKind, Ref, Timestamp, Type } from '@hcengineering/core' +import type { Message, NewMessage, SharedMessage, SharedMessages } from '@hcengineering/gmail' +import { + ArrOf, + Builder, + Collection, + Index, + Model, + Prop, + TypeBoolean, + TypeString, + TypeTimestamp +} from '@hcengineering/model' +import attachment from '@hcengineering/model-attachment' +import contact from '@hcengineering/model-contact' +import core, { TAttachedDoc, TDoc } from '@hcengineering/model-core' +import setting from '@hcengineering/setting' import gmail from './plugin' export const DOMAIN_GMAIL = 'gmail' as Domain diff --git a/models/gmail/src/migration.ts b/models/gmail/src/migration.ts index 0f8a4cfa65..54cb54627c 100644 --- a/models/gmail/src/migration.ts +++ b/models/gmail/src/migration.ts @@ -13,8 +13,8 @@ // limitations under the License. // -import core, { TxOperations } from '@anticrm/core' -import { MigrateOperation, MigrationClient, MigrationUpgradeClient } from '@anticrm/model' +import core, { TxOperations } from '@hcengineering/core' +import { MigrateOperation, MigrationClient, MigrationUpgradeClient } from '@hcengineering/model' import gmail from './plugin' export const gmailOperation: MigrateOperation = { diff --git a/models/gmail/src/plugin.ts b/models/gmail/src/plugin.ts index 64ee7be07d..e87aec7a42 100644 --- a/models/gmail/src/plugin.ts +++ b/models/gmail/src/plugin.ts @@ -14,12 +14,12 @@ // limitations under the License. // -import { Ref } from '@anticrm/core' -import { IntlString, mergeIds } from '@anticrm/platform' -import { gmailId } from '@anticrm/gmail' -import gmail from '@anticrm/gmail-resources/src/plugin' -import type { AnyComponent } from '@anticrm/ui' -import type { TxViewlet } from '@anticrm/activity' +import { Ref } from '@hcengineering/core' +import { IntlString, mergeIds } from '@hcengineering/platform' +import { gmailId } from '@hcengineering/gmail' +import gmail from '@hcengineering/gmail-resources/src/plugin' +import type { AnyComponent } from '@hcengineering/ui' +import type { TxViewlet } from '@hcengineering/activity' export default mergeIds(gmailId, gmail, { string: { diff --git a/models/gmail/tsconfig.json b/models/gmail/tsconfig.json index 1d60db76b4..807a92c38c 100644 --- a/models/gmail/tsconfig.json +++ b/models/gmail/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@anticrm/model-rig/profiles/default/tsconfig.json", + "extends": "./node_modules/@hcengineering/model-rig/profiles/default/tsconfig.json", "compilerOptions": { "rootDir": "./src", diff --git a/models/hr/.eslintrc.js b/models/hr/.eslintrc.js index c3c2c49417..59eb1482fa 100644 --- a/models/hr/.eslintrc.js +++ b/models/hr/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@anticrm/model-rig/profiles/default/config/eslint.config.json'], + extends: ['./node_modules/@hcengineering/model-rig/profiles/default/config/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname, project: './tsconfig.json' diff --git a/models/hr/config/rig.json b/models/hr/config/rig.json index e9a9ee9add..45672e5d25 100644 --- a/models/hr/config/rig.json +++ b/models/hr/config/rig.json @@ -7,7 +7,7 @@ * (Required) The name of the rig package to inherit from. * It should be an NPM package name with the "-rig" suffix. */ - "rigPackageName": "@anticrm/model-rig" + "rigPackageName": "@hcengineering/model-rig" /** * (Optional) Selects a config profile from the rig package. The name must consist of diff --git a/models/hr/package.json b/models/hr/package.json index 4d32e24fe3..baa534b589 100644 --- a/models/hr/package.json +++ b/models/hr/package.json @@ -1,5 +1,5 @@ { - "name": "@anticrm/model-hr", + "name": "@hcengineering/model-hr", "version": "0.6.0", "main": "lib/index.js", "author": "Anticrm Platform Contributors", @@ -12,7 +12,7 @@ "format": "prettier --write src && eslint --fix src" }, "devDependencies": { - "@anticrm/model-rig": "~0.6.0", + "@hcengineering/model-rig": "~0.6.0", "@typescript-eslint/eslint-plugin": "^5.30.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-promise": "^6.0.0", @@ -25,20 +25,20 @@ "@rushstack/heft": "^0.46.1" }, "dependencies": { - "@anticrm/core": "~0.6.16", - "@anticrm/model": "~0.6.0", - "@anticrm/ui": "~0.6.0", - "@anticrm/contact": "~0.6.5", - "@anticrm/platform": "~0.6.6", - "@anticrm/model-core": "~0.6.0", - "@anticrm/model-view": "~0.6.0", - "@anticrm/model-workbench": "~0.6.1", - "@anticrm/model-contact": "~0.6.1", - "@anticrm/model-chunter": "~0.6.0", - "@anticrm/model-calendar": "~0.6.0", - "@anticrm/model-attachment": "~0.6.0", - "@anticrm/hr": "~0.6.0", - "@anticrm/hr-resources": "~0.6.0", - "@anticrm/view": "~0.6.0" + "@hcengineering/core": "^0.6.17", + "@hcengineering/model": "~0.6.0", + "@hcengineering/ui": "^0.6.2", + "@hcengineering/contact": "~0.6.5", + "@hcengineering/platform": "^0.6.7", + "@hcengineering/model-core": "~0.6.0", + "@hcengineering/model-view": "~0.6.0", + "@hcengineering/model-workbench": "~0.6.1", + "@hcengineering/model-contact": "~0.6.1", + "@hcengineering/model-chunter": "~0.6.0", + "@hcengineering/model-calendar": "~0.6.0", + "@hcengineering/model-attachment": "~0.6.0", + "@hcengineering/hr": "~0.6.0", + "@hcengineering/hr-resources": "~0.6.0", + "@hcengineering/view": "^0.6.1" } } diff --git a/models/hr/src/index.ts b/models/hr/src/index.ts index a08b1b6243..f3b2065022 100644 --- a/models/hr/src/index.ts +++ b/models/hr/src/index.ts @@ -13,9 +13,9 @@ // limitations under the License. // -import { Employee } from '@anticrm/contact' -import { Arr, Class, Domain, DOMAIN_MODEL, IndexKind, Markup, Ref, Type } from '@anticrm/core' -import { Department, DepartmentMember, hrId, Request, RequestType, Staff, TzDate } from '@anticrm/hr' +import { Employee } from '@hcengineering/contact' +import { Arr, Class, Domain, DOMAIN_MODEL, IndexKind, Markup, Ref, Type } from '@hcengineering/core' +import { Department, DepartmentMember, hrId, Request, RequestType, Staff, TzDate } from '@hcengineering/hr' import { ArrOf, Builder, @@ -30,15 +30,15 @@ import { TypeRef, TypeString, UX -} from '@anticrm/model' -import attachment from '@anticrm/model-attachment' -import calendar from '@anticrm/model-calendar' -import chunter from '@anticrm/model-chunter' -import contact, { TEmployee, TEmployeeAccount } from '@anticrm/model-contact' -import core, { TAttachedDoc, TDoc, TSpace, TType } from '@anticrm/model-core' -import view, { classPresenter, createAction } from '@anticrm/model-view' -import workbench from '@anticrm/model-workbench' -import { Asset, IntlString } from '@anticrm/platform' +} from '@hcengineering/model' +import attachment from '@hcengineering/model-attachment' +import calendar from '@hcengineering/model-calendar' +import chunter from '@hcengineering/model-chunter' +import contact, { TEmployee, TEmployeeAccount } from '@hcengineering/model-contact' +import core, { TAttachedDoc, TDoc, TSpace, TType } from '@hcengineering/model-core' +import view, { classPresenter, createAction } from '@hcengineering/model-view' +import workbench from '@hcengineering/model-workbench' +import { Asset, IntlString } from '@hcengineering/platform' import hr from './plugin' export const DOMAIN_HR = 'hr' as Domain diff --git a/models/hr/src/migration.ts b/models/hr/src/migration.ts index d7bb1ab16d..2966c8ac35 100644 --- a/models/hr/src/migration.ts +++ b/models/hr/src/migration.ts @@ -13,11 +13,11 @@ // limitations under the License. // -import { Employee } from '@anticrm/contact' -import { DOMAIN_TX, TxCollectionCUD, TxCreateDoc, TxOperations, TxUpdateDoc } from '@anticrm/core' -import { Request, TzDate } from '@anticrm/hr' -import { MigrateOperation, MigrationClient, MigrationUpgradeClient } from '@anticrm/model' -import core from '@anticrm/model-core' +import { Employee } from '@hcengineering/contact' +import { DOMAIN_TX, TxCollectionCUD, TxCreateDoc, TxOperations, TxUpdateDoc } from '@hcengineering/core' +import { Request, TzDate } from '@hcengineering/hr' +import { MigrateOperation, MigrationClient, MigrationUpgradeClient } from '@hcengineering/model' +import core from '@hcengineering/model-core' import hr, { DOMAIN_HR } from './index' async function createSpace (tx: TxOperations): Promise { diff --git a/models/hr/src/plugin.ts b/models/hr/src/plugin.ts index 3248b33135..3ff3308e54 100644 --- a/models/hr/src/plugin.ts +++ b/models/hr/src/plugin.ts @@ -13,12 +13,12 @@ // limitations under the License. // -import { Ref } from '@anticrm/core' -import { hrId } from '@anticrm/hr' -import hr from '@anticrm/hr-resources/src/plugin' -import { IntlString, mergeIds } from '@anticrm/platform' -import { AnyComponent } from '@anticrm/ui' -import { Action, ActionCategory } from '@anticrm/view' +import { Ref } from '@hcengineering/core' +import { hrId } from '@hcengineering/hr' +import hr from '@hcengineering/hr-resources/src/plugin' +import { IntlString, mergeIds } from '@hcengineering/platform' +import { AnyComponent } from '@hcengineering/ui' +import { Action, ActionCategory } from '@hcengineering/view' export default mergeIds(hrId, hr, { string: { diff --git a/models/hr/tsconfig.json b/models/hr/tsconfig.json index 1d60db76b4..807a92c38c 100644 --- a/models/hr/tsconfig.json +++ b/models/hr/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@anticrm/model-rig/profiles/default/tsconfig.json", + "extends": "./node_modules/@hcengineering/model-rig/profiles/default/tsconfig.json", "compilerOptions": { "rootDir": "./src", diff --git a/models/inventory/.eslintrc.js b/models/inventory/.eslintrc.js index c3c2c49417..59eb1482fa 100644 --- a/models/inventory/.eslintrc.js +++ b/models/inventory/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@anticrm/model-rig/profiles/default/config/eslint.config.json'], + extends: ['./node_modules/@hcengineering/model-rig/profiles/default/config/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname, project: './tsconfig.json' diff --git a/models/inventory/config/rig.json b/models/inventory/config/rig.json index e9a9ee9add..45672e5d25 100644 --- a/models/inventory/config/rig.json +++ b/models/inventory/config/rig.json @@ -7,7 +7,7 @@ * (Required) The name of the rig package to inherit from. * It should be an NPM package name with the "-rig" suffix. */ - "rigPackageName": "@anticrm/model-rig" + "rigPackageName": "@hcengineering/model-rig" /** * (Optional) Selects a config profile from the rig package. The name must consist of diff --git a/models/inventory/package.json b/models/inventory/package.json index affcc0f5f6..a33fc1b56c 100644 --- a/models/inventory/package.json +++ b/models/inventory/package.json @@ -1,5 +1,5 @@ { - "name": "@anticrm/model-inventory", + "name": "@hcengineering/model-inventory", "version": "0.6.0", "main": "lib/index.js", "author": "Anticrm Platform Contributors", @@ -12,7 +12,7 @@ "format": "prettier --write src && eslint --fix src" }, "devDependencies": { - "@anticrm/model-rig": "~0.6.0", + "@hcengineering/model-rig": "~0.6.0", "@typescript-eslint/eslint-plugin": "^5.30.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-promise": "^6.0.0", @@ -25,19 +25,19 @@ "@rushstack/heft": "^0.46.1" }, "dependencies": { - "@anticrm/core": "~0.6.16", - "@anticrm/model": "~0.6.0", - "@anticrm/model-workbench": "~0.6.1", - "@anticrm/model-attachment": "~0.6.0", - "@anticrm/model-core": "~0.6.0", - "@anticrm/ui": "~0.6.0", - "@anticrm/platform": "~0.6.6", - "@anticrm/notification": "~0.6.0", - "@anticrm/inventory": "~0.6.0", - "@anticrm/inventory-resources": "~0.6.0", - "@anticrm/view": "~0.6.0", - "@anticrm/setting": "~0.6.1", - "@anticrm/workbench": "~0.6.1", - "@anticrm/model-view": "~0.6.0" + "@hcengineering/core": "^0.6.17", + "@hcengineering/model": "~0.6.0", + "@hcengineering/model-workbench": "~0.6.1", + "@hcengineering/model-attachment": "~0.6.0", + "@hcengineering/model-core": "~0.6.0", + "@hcengineering/ui": "^0.6.2", + "@hcengineering/platform": "^0.6.7", + "@hcengineering/notification": "~0.6.0", + "@hcengineering/inventory": "~0.6.0", + "@hcengineering/inventory-resources": "~0.6.0", + "@hcengineering/view": "^0.6.1", + "@hcengineering/setting": "~0.6.1", + "@hcengineering/workbench": "~0.6.1", + "@hcengineering/model-view": "~0.6.0" } } diff --git a/models/inventory/src/index.ts b/models/inventory/src/index.ts index e3aff6922b..f2348d5b58 100644 --- a/models/inventory/src/index.ts +++ b/models/inventory/src/index.ts @@ -13,17 +13,17 @@ // limitations under the License. // -import { Domain, IndexKind, Ref } from '@anticrm/core' -import { Category, inventoryId, Product, Variant } from '@anticrm/inventory' -import { Builder, Collection, Index, Model, Prop, TypeRef, TypeString, UX } from '@anticrm/model' -import attachment from '@anticrm/model-attachment' -import core, { TAttachedDoc } from '@anticrm/model-core' -import { createAction } from '@anticrm/model-view' -import workbench from '@anticrm/model-workbench' -import notification from '@anticrm/notification' -import setting from '@anticrm/setting' -import type {} from '@anticrm/view' -import view from '@anticrm/view' +import { Domain, IndexKind, Ref } from '@hcengineering/core' +import { Category, inventoryId, Product, Variant } from '@hcengineering/inventory' +import { Builder, Collection, Index, Model, Prop, TypeRef, TypeString, UX } from '@hcengineering/model' +import attachment from '@hcengineering/model-attachment' +import core, { TAttachedDoc } from '@hcengineering/model-core' +import { createAction } from '@hcengineering/model-view' +import workbench from '@hcengineering/model-workbench' +import notification from '@hcengineering/notification' +import setting from '@hcengineering/setting' +import type {} from '@hcengineering/view' +import view from '@hcengineering/view' import inventory from './plugin' export const DOMAIN_INVENTORY = 'inventory' as Domain diff --git a/models/inventory/src/plugin.ts b/models/inventory/src/plugin.ts index c5cb02ae3f..c97fbe3c69 100644 --- a/models/inventory/src/plugin.ts +++ b/models/inventory/src/plugin.ts @@ -14,12 +14,12 @@ // limitations under the License. // -import type { Ref } from '@anticrm/core' -import { inventoryId } from '@anticrm/inventory' -import inventory from '@anticrm/inventory-resources/src/plugin' -import { mergeIds } from '@anticrm/platform' -import type { AnyComponent } from '@anticrm/ui' -import { Action, ActionCategory, ViewAction, Viewlet } from '@anticrm/view' +import type { Ref } from '@hcengineering/core' +import { inventoryId } from '@hcengineering/inventory' +import inventory from '@hcengineering/inventory-resources/src/plugin' +import { mergeIds } from '@hcengineering/platform' +import type { AnyComponent } from '@hcengineering/ui' +import { Action, ActionCategory, ViewAction, Viewlet } from '@hcengineering/view' export default mergeIds(inventoryId, inventory, { action: { diff --git a/models/inventory/tsconfig.json b/models/inventory/tsconfig.json index 1d60db76b4..807a92c38c 100644 --- a/models/inventory/tsconfig.json +++ b/models/inventory/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@anticrm/model-rig/profiles/default/tsconfig.json", + "extends": "./node_modules/@hcengineering/model-rig/profiles/default/tsconfig.json", "compilerOptions": { "rootDir": "./src", diff --git a/models/lead/.eslintrc.js b/models/lead/.eslintrc.js index c3c2c49417..59eb1482fa 100644 --- a/models/lead/.eslintrc.js +++ b/models/lead/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@anticrm/model-rig/profiles/default/config/eslint.config.json'], + extends: ['./node_modules/@hcengineering/model-rig/profiles/default/config/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname, project: './tsconfig.json' diff --git a/models/lead/config/rig.json b/models/lead/config/rig.json index e9a9ee9add..45672e5d25 100644 --- a/models/lead/config/rig.json +++ b/models/lead/config/rig.json @@ -7,7 +7,7 @@ * (Required) The name of the rig package to inherit from. * It should be an NPM package name with the "-rig" suffix. */ - "rigPackageName": "@anticrm/model-rig" + "rigPackageName": "@hcengineering/model-rig" /** * (Optional) Selects a config profile from the rig package. The name must consist of diff --git a/models/lead/package.json b/models/lead/package.json index b83901cdc6..192eedd158 100644 --- a/models/lead/package.json +++ b/models/lead/package.json @@ -1,5 +1,5 @@ { - "name": "@anticrm/model-lead", + "name": "@hcengineering/model-lead", "version": "0.6.0", "main": "lib/index.js", "author": "Anticrm Platform Contributors", @@ -12,7 +12,7 @@ "format": "prettier --write src && eslint --fix src" }, "devDependencies": { - "@anticrm/model-rig": "~0.6.0", + "@hcengineering/model-rig": "~0.6.0", "@typescript-eslint/eslint-plugin": "^5.30.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-promise": "^6.0.0", @@ -25,23 +25,23 @@ "@rushstack/heft": "^0.46.1" }, "dependencies": { - "@anticrm/core": "~0.6.16", - "@anticrm/model": "~0.6.0", - "@anticrm/ui": "~0.6.0", - "@anticrm/contact": "~0.6.5", - "@anticrm/platform": "~0.6.6", - "@anticrm/model-core": "~0.6.0", - "@anticrm/model-view": "~0.6.0", - "@anticrm/model-workbench": "~0.6.1", - "@anticrm/model-contact": "~0.6.1", - "@anticrm/model-chunter": "~0.6.0", - "@anticrm/model-attachment": "~0.6.0", - "@anticrm/lead": "~0.6.0", - "@anticrm/lead-resources": "~0.6.0", - "@anticrm/setting": "~0.6.1", - "@anticrm/view": "~0.6.0", - "@anticrm/task": "~0.6.0", - "@anticrm/model-task": "~0.6.0", - "@anticrm/workbench": "~0.6.1" + "@hcengineering/core": "^0.6.17", + "@hcengineering/model": "~0.6.0", + "@hcengineering/ui": "^0.6.2", + "@hcengineering/contact": "~0.6.5", + "@hcengineering/platform": "^0.6.7", + "@hcengineering/model-core": "~0.6.0", + "@hcengineering/model-view": "~0.6.0", + "@hcengineering/model-workbench": "~0.6.1", + "@hcengineering/model-contact": "~0.6.1", + "@hcengineering/model-chunter": "~0.6.0", + "@hcengineering/model-attachment": "~0.6.0", + "@hcengineering/lead": "~0.6.0", + "@hcengineering/lead-resources": "~0.6.0", + "@hcengineering/setting": "~0.6.1", + "@hcengineering/view": "^0.6.1", + "@hcengineering/task": "~0.6.0", + "@hcengineering/model-task": "~0.6.0", + "@hcengineering/workbench": "~0.6.1" } } diff --git a/models/lead/src/index.ts b/models/lead/src/index.ts index 4891f8bc3d..26572e6d35 100644 --- a/models/lead/src/index.ts +++ b/models/lead/src/index.ts @@ -14,18 +14,29 @@ // // To help typescript locate view plugin properly -import type { Employee } from '@anticrm/contact' -import { Class, Doc, FindOptions, IndexKind, Ref } from '@anticrm/core' -import { Customer, Funnel, Lead, leadId } from '@anticrm/lead' -import { Builder, Collection, Index, Mixin, Model, Prop, TypeRef, TypeString, TypeMarkup, UX } from '@anticrm/model' -import attachment from '@anticrm/model-attachment' -import chunter from '@anticrm/model-chunter' -import contact, { TContact } from '@anticrm/model-contact' -import core from '@anticrm/model-core' -import task, { actionTemplates, TSpaceWithStates, TTask } from '@anticrm/model-task' -import view, { createAction, actionTemplates as viewTemplates } from '@anticrm/model-view' -import workbench from '@anticrm/model-workbench' -import setting from '@anticrm/setting' +import type { Employee } from '@hcengineering/contact' +import { Class, Doc, FindOptions, IndexKind, Ref } from '@hcengineering/core' +import { Customer, Funnel, Lead, leadId } from '@hcengineering/lead' +import { + Builder, + Collection, + Index, + Mixin, + Model, + Prop, + TypeRef, + TypeString, + TypeMarkup, + UX +} from '@hcengineering/model' +import attachment from '@hcengineering/model-attachment' +import chunter from '@hcengineering/model-chunter' +import contact, { TContact } from '@hcengineering/model-contact' +import core from '@hcengineering/model-core' +import task, { actionTemplates, TSpaceWithStates, TTask } from '@hcengineering/model-task' +import view, { createAction, actionTemplates as viewTemplates } from '@hcengineering/model-view' +import workbench from '@hcengineering/model-workbench' +import setting from '@hcengineering/setting' import lead from './plugin' @Model(lead.class.Funnel, task.class.SpaceWithStates) diff --git a/models/lead/src/migration.ts b/models/lead/src/migration.ts index 460f62efb8..7a5cc88035 100644 --- a/models/lead/src/migration.ts +++ b/models/lead/src/migration.ts @@ -13,11 +13,11 @@ // limitations under the License. // -import { Doc, Ref, Space, TxOperations } from '@anticrm/core' -import { MigrateOperation, MigrationClient, MigrationUpgradeClient } from '@anticrm/model' -import core from '@anticrm/model-core' -import { createKanbanTemplate, createSequence } from '@anticrm/model-task' -import task, { KanbanTemplate, createKanban } from '@anticrm/task' +import { Doc, Ref, Space, TxOperations } from '@hcengineering/core' +import { MigrateOperation, MigrationClient, MigrationUpgradeClient } from '@hcengineering/model' +import core from '@hcengineering/model-core' +import { createKanbanTemplate, createSequence } from '@hcengineering/model-task' +import task, { KanbanTemplate, createKanban } from '@hcengineering/task' import lead from './plugin' async function createSpace (tx: TxOperations): Promise { diff --git a/models/lead/src/plugin.ts b/models/lead/src/plugin.ts index 200dff17b8..5223da1052 100644 --- a/models/lead/src/plugin.ts +++ b/models/lead/src/plugin.ts @@ -14,14 +14,14 @@ // limitations under the License. // -import type { Ref, Space } from '@anticrm/core' -import { leadId } from '@anticrm/lead' -import lead from '@anticrm/lead-resources/src/plugin' -import type { IntlString } from '@anticrm/platform' -import { mergeIds } from '@anticrm/platform' -import { KanbanTemplate } from '@anticrm/task' -import type { AnyComponent } from '@anticrm/ui' -import { Action, ActionCategory, Viewlet } from '@anticrm/view' +import type { Ref, Space } from '@hcengineering/core' +import { leadId } from '@hcengineering/lead' +import lead from '@hcengineering/lead-resources/src/plugin' +import type { IntlString } from '@hcengineering/platform' +import { mergeIds } from '@hcengineering/platform' +import { KanbanTemplate } from '@hcengineering/task' +import type { AnyComponent } from '@hcengineering/ui' +import { Action, ActionCategory, Viewlet } from '@hcengineering/view' export default mergeIds(leadId, lead, { string: { diff --git a/models/lead/tsconfig.json b/models/lead/tsconfig.json index 1d60db76b4..807a92c38c 100644 --- a/models/lead/tsconfig.json +++ b/models/lead/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@anticrm/model-rig/profiles/default/tsconfig.json", + "extends": "./node_modules/@hcengineering/model-rig/profiles/default/tsconfig.json", "compilerOptions": { "rootDir": "./src", diff --git a/models/model-rig/package.json b/models/model-rig/package.json index d512bba5f8..4924cd7eee 100644 --- a/models/model-rig/package.json +++ b/models/model-rig/package.json @@ -1,5 +1,5 @@ { - "name": "@anticrm/model-rig", + "name": "@hcengineering/model-rig", "version": "0.6.0", "scripts": { "build": "" diff --git a/models/notification/.eslintrc.js b/models/notification/.eslintrc.js index c3c2c49417..59eb1482fa 100644 --- a/models/notification/.eslintrc.js +++ b/models/notification/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@anticrm/model-rig/profiles/default/config/eslint.config.json'], + extends: ['./node_modules/@hcengineering/model-rig/profiles/default/config/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname, project: './tsconfig.json' diff --git a/models/notification/config/rig.json b/models/notification/config/rig.json index e9a9ee9add..45672e5d25 100644 --- a/models/notification/config/rig.json +++ b/models/notification/config/rig.json @@ -7,7 +7,7 @@ * (Required) The name of the rig package to inherit from. * It should be an NPM package name with the "-rig" suffix. */ - "rigPackageName": "@anticrm/model-rig" + "rigPackageName": "@hcengineering/model-rig" /** * (Optional) Selects a config profile from the rig package. The name must consist of diff --git a/models/notification/package.json b/models/notification/package.json index 81b5797a0b..7f29508356 100644 --- a/models/notification/package.json +++ b/models/notification/package.json @@ -1,5 +1,5 @@ { - "name": "@anticrm/model-notification", + "name": "@hcengineering/model-notification", "version": "0.6.0", "main": "lib/index.js", "author": "Anticrm Platform Contributors", @@ -12,7 +12,7 @@ "format": "prettier --write src && eslint --fix src" }, "devDependencies": { - "@anticrm/model-rig": "~0.6.0", + "@hcengineering/model-rig": "~0.6.0", "@typescript-eslint/eslint-plugin": "^5.30.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-promise": "^6.0.0", @@ -25,12 +25,12 @@ "@rushstack/heft": "^0.46.1" }, "dependencies": { - "@anticrm/core": "~0.6.16", - "@anticrm/model": "~0.6.0", - "@anticrm/ui": "~0.6.0", - "@anticrm/platform": "~0.6.6", - "@anticrm/model-core": "~0.6.0", - "@anticrm/notification": "~0.6.0", - "@anticrm/setting": "~0.6.1" + "@hcengineering/core": "^0.6.17", + "@hcengineering/model": "~0.6.0", + "@hcengineering/ui": "^0.6.2", + "@hcengineering/platform": "^0.6.7", + "@hcengineering/model-core": "~0.6.0", + "@hcengineering/notification": "~0.6.0", + "@hcengineering/setting": "~0.6.1" } } diff --git a/models/notification/src/index.ts b/models/notification/src/index.ts index 9244fba8f9..82e812eb80 100644 --- a/models/notification/src/index.ts +++ b/models/notification/src/index.ts @@ -14,9 +14,9 @@ // limitations under the License. // -import { Account, Doc, Domain, DOMAIN_MODEL, Ref, Timestamp, TxCUD } from '@anticrm/core' -import { ArrOf, Builder, Mixin, Model, Prop, TypeRef, TypeString, TypeTimestamp } from '@anticrm/model' -import core, { TAttachedDoc, TClass, TDoc } from '@anticrm/model-core' +import { Account, Doc, Domain, DOMAIN_MODEL, Ref, Timestamp, TxCUD } from '@hcengineering/core' +import { ArrOf, Builder, Mixin, Model, Prop, TypeRef, TypeString, TypeTimestamp } from '@hcengineering/model' +import core, { TAttachedDoc, TClass, TDoc } from '@hcengineering/model-core' import type { AnotherUserNotifications, EmailNotification, @@ -28,9 +28,9 @@ import type { NotificationStatus, NotificationType, SpaceLastEdit -} from '@anticrm/notification' -import type { IntlString } from '@anticrm/platform' -import setting from '@anticrm/setting' +} from '@hcengineering/notification' +import type { IntlString } from '@hcengineering/platform' +import setting from '@hcengineering/setting' import notification from './plugin' export const DOMAIN_NOTIFICATION = 'notification' as Domain diff --git a/models/notification/src/migration.ts b/models/notification/src/migration.ts index bf6fbbee68..2cdfe5016a 100644 --- a/models/notification/src/migration.ts +++ b/models/notification/src/migration.ts @@ -13,9 +13,9 @@ // limitations under the License. // -import core, { DOMAIN_TX, Ref, TxCreateDoc, TxOperations } from '@anticrm/core' -import { MigrateOperation, MigrationClient, MigrationUpgradeClient } from '@anticrm/model' -import notification, { Notification, NotificationType } from '@anticrm/notification' +import core, { DOMAIN_TX, Ref, TxCreateDoc, TxOperations } from '@hcengineering/core' +import { MigrateOperation, MigrationClient, MigrationUpgradeClient } from '@hcengineering/model' +import notification, { Notification, NotificationType } from '@hcengineering/notification' import { DOMAIN_NOTIFICATION } from '.' async function fillNotificationText (client: MigrationClient): Promise { diff --git a/models/notification/src/plugin.ts b/models/notification/src/plugin.ts index 4d90fb72eb..af039114d3 100644 --- a/models/notification/src/plugin.ts +++ b/models/notification/src/plugin.ts @@ -14,9 +14,9 @@ // limitations under the License. // -import notification, { notificationId } from '@anticrm/notification' -import { IntlString, mergeIds } from '@anticrm/platform' -import { AnyComponent } from '@anticrm/ui' +import notification, { notificationId } from '@hcengineering/notification' +import { IntlString, mergeIds } from '@hcengineering/platform' +import { AnyComponent } from '@hcengineering/ui' export default mergeIds(notificationId, notification, { string: { diff --git a/models/notification/tsconfig.json b/models/notification/tsconfig.json index 1d60db76b4..807a92c38c 100644 --- a/models/notification/tsconfig.json +++ b/models/notification/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@anticrm/model-rig/profiles/default/tsconfig.json", + "extends": "./node_modules/@hcengineering/model-rig/profiles/default/tsconfig.json", "compilerOptions": { "rootDir": "./src", diff --git a/models/preference/.eslintrc.js b/models/preference/.eslintrc.js index c3c2c49417..59eb1482fa 100644 --- a/models/preference/.eslintrc.js +++ b/models/preference/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@anticrm/model-rig/profiles/default/config/eslint.config.json'], + extends: ['./node_modules/@hcengineering/model-rig/profiles/default/config/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname, project: './tsconfig.json' diff --git a/models/preference/config/rig.json b/models/preference/config/rig.json index e9a9ee9add..45672e5d25 100644 --- a/models/preference/config/rig.json +++ b/models/preference/config/rig.json @@ -7,7 +7,7 @@ * (Required) The name of the rig package to inherit from. * It should be an NPM package name with the "-rig" suffix. */ - "rigPackageName": "@anticrm/model-rig" + "rigPackageName": "@hcengineering/model-rig" /** * (Optional) Selects a config profile from the rig package. The name must consist of diff --git a/models/preference/package.json b/models/preference/package.json index e9272fdcb7..3c93145da3 100644 --- a/models/preference/package.json +++ b/models/preference/package.json @@ -1,5 +1,5 @@ { - "name": "@anticrm/model-preference", + "name": "@hcengineering/model-preference", "version": "0.6.0", "main": "lib/index.js", "author": "Anticrm Platform Contributors", @@ -12,7 +12,7 @@ "format": "prettier --write src && eslint --fix src" }, "devDependencies": { - "@anticrm/model-rig": "~0.6.0", + "@hcengineering/model-rig": "~0.6.0", "@typescript-eslint/eslint-plugin": "^5.30.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-promise": "^6.0.0", @@ -25,11 +25,11 @@ "@rushstack/heft": "^0.46.1" }, "dependencies": { - "@anticrm/core": "~0.6.16", - "@anticrm/model": "~0.6.0", - "@anticrm/ui": "~0.6.0", - "@anticrm/platform": "~0.6.6", - "@anticrm/model-core": "~0.6.0", - "@anticrm/preference": "~0.6.0" + "@hcengineering/core": "^0.6.17", + "@hcengineering/model": "~0.6.0", + "@hcengineering/ui": "^0.6.2", + "@hcengineering/platform": "^0.6.7", + "@hcengineering/model-core": "~0.6.0", + "@hcengineering/preference": "^0.6.1" } } diff --git a/models/preference/src/index.ts b/models/preference/src/index.ts index bf949eac72..d867296e95 100644 --- a/models/preference/src/index.ts +++ b/models/preference/src/index.ts @@ -13,10 +13,10 @@ // limitations under the License. // -import { Doc, Ref, Space } from '@anticrm/core' -import { Builder, Model, Prop, TypeRef } from '@anticrm/model' -import core, { TDoc } from '@anticrm/model-core' -import preference, { DOMAIN_PREFERENCE, Preference, SpacePreference } from '@anticrm/preference' +import { Doc, Ref, Space } from '@hcengineering/core' +import { Builder, Model, Prop, TypeRef } from '@hcengineering/model' +import core, { TDoc } from '@hcengineering/model-core' +import preference, { DOMAIN_PREFERENCE, Preference, SpacePreference } from '@hcengineering/preference' @Model(preference.class.Preference, core.class.Doc, DOMAIN_PREFERENCE) export class TPreference extends TDoc implements Preference { diff --git a/models/preference/tsconfig.json b/models/preference/tsconfig.json index 1d60db76b4..807a92c38c 100644 --- a/models/preference/tsconfig.json +++ b/models/preference/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@anticrm/model-rig/profiles/default/tsconfig.json", + "extends": "./node_modules/@hcengineering/model-rig/profiles/default/tsconfig.json", "compilerOptions": { "rootDir": "./src", diff --git a/models/presentation/.eslintrc.js b/models/presentation/.eslintrc.js index c3c2c49417..59eb1482fa 100644 --- a/models/presentation/.eslintrc.js +++ b/models/presentation/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@anticrm/model-rig/profiles/default/config/eslint.config.json'], + extends: ['./node_modules/@hcengineering/model-rig/profiles/default/config/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname, project: './tsconfig.json' diff --git a/models/presentation/config/rig.json b/models/presentation/config/rig.json index e9a9ee9add..45672e5d25 100644 --- a/models/presentation/config/rig.json +++ b/models/presentation/config/rig.json @@ -7,7 +7,7 @@ * (Required) The name of the rig package to inherit from. * It should be an NPM package name with the "-rig" suffix. */ - "rigPackageName": "@anticrm/model-rig" + "rigPackageName": "@hcengineering/model-rig" /** * (Optional) Selects a config profile from the rig package. The name must consist of diff --git a/models/presentation/package.json b/models/presentation/package.json index 8174b8d5a0..1031cb6da8 100644 --- a/models/presentation/package.json +++ b/models/presentation/package.json @@ -1,5 +1,5 @@ { - "name": "@anticrm/model-presentation", + "name": "@hcengineering/model-presentation", "version": "0.6.0", "main": "lib/index.js", "author": "Anticrm Platform Contributors", @@ -12,7 +12,7 @@ "format": "prettier --write src && eslint --fix src" }, "devDependencies": { - "@anticrm/model-rig": "~0.6.0", + "@hcengineering/model-rig": "~0.6.0", "@typescript-eslint/eslint-plugin": "^5.30.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-promise": "^6.0.0", @@ -25,11 +25,11 @@ "@rushstack/heft": "^0.46.1" }, "dependencies": { - "@anticrm/core": "~0.6.16", - "@anticrm/model": "~0.6.0", - "@anticrm/platform": "~0.6.6", - "@anticrm/ui": "~0.6.0", - "@anticrm/presentation": "~0.6.2", - "@anticrm/model-core": "~0.6.0" + "@hcengineering/core": "^0.6.17", + "@hcengineering/model": "~0.6.0", + "@hcengineering/platform": "^0.6.7", + "@hcengineering/ui": "^0.6.2", + "@hcengineering/presentation": "~0.6.2", + "@hcengineering/model-core": "~0.6.0" } } diff --git a/models/presentation/src/index.ts b/models/presentation/src/index.ts index 697b5f1f7e..8145728ea8 100644 --- a/models/presentation/src/index.ts +++ b/models/presentation/src/index.ts @@ -13,12 +13,12 @@ // limitations under the License. // -import { DOMAIN_MODEL } from '@anticrm/core' -import { Builder, Model } from '@anticrm/model' -import core, { TDoc } from '@anticrm/model-core' -import type { Asset, IntlString, Resource } from '@anticrm/platform' +import { DOMAIN_MODEL } from '@hcengineering/core' +import { Builder, Model } from '@hcengineering/model' +import core, { TDoc } from '@hcengineering/model-core' +import type { Asset, IntlString, Resource } from '@hcengineering/platform' // Import types to prevent .svelte components to being exposed to type typescript. -import { ObjectSearchCategory, ObjectSearchFactory } from '@anticrm/presentation/src/types' +import { ObjectSearchCategory, ObjectSearchFactory } from '@hcengineering/presentation/src/types' import presentation from './plugin' export { default } from './plugin' diff --git a/models/presentation/src/plugin.ts b/models/presentation/src/plugin.ts index 6a652347a8..49b2bc032e 100644 --- a/models/presentation/src/plugin.ts +++ b/models/presentation/src/plugin.ts @@ -14,8 +14,8 @@ // limitations under the License. // -import { mergeIds } from '@anticrm/platform' +import { mergeIds } from '@hcengineering/platform' // Import plugin directly to prevent .svelte components to being exposed to type typescript. -import presentation, { presentationId } from '@anticrm/presentation/src/plugin' +import presentation, { presentationId } from '@hcengineering/presentation/src/plugin' export default mergeIds(presentationId, presentation, {}) diff --git a/models/presentation/tsconfig.json b/models/presentation/tsconfig.json index 1d60db76b4..807a92c38c 100644 --- a/models/presentation/tsconfig.json +++ b/models/presentation/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@anticrm/model-rig/profiles/default/tsconfig.json", + "extends": "./node_modules/@hcengineering/model-rig/profiles/default/tsconfig.json", "compilerOptions": { "rootDir": "./src", diff --git a/models/recruit/.eslintrc.js b/models/recruit/.eslintrc.js index c3c2c49417..59eb1482fa 100644 --- a/models/recruit/.eslintrc.js +++ b/models/recruit/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@anticrm/model-rig/profiles/default/config/eslint.config.json'], + extends: ['./node_modules/@hcengineering/model-rig/profiles/default/config/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname, project: './tsconfig.json' diff --git a/models/recruit/CHANGELOG.json b/models/recruit/CHANGELOG.json index 080a4b713c..e7e59081b7 100644 --- a/models/recruit/CHANGELOG.json +++ b/models/recruit/CHANGELOG.json @@ -1,14 +1,14 @@ { - "name": "@anticrm/model-recruit", + "name": "@hcengineering/model-recruit", "entries": [ { "version": "0.6.0", - "tag": "@anticrm/model-recruit_v0.6.0", + "tag": "@hcengineering/model-recruit_v0.6.0", "date": "Sun, 08 Aug 2021 10:14:57 GMT", "comments": { "dependency": [ { - "comment": "Updating dependency \"@anticrm/platform\" from `~0.6.3` to `~0.6.4`" + "comment": "Updating dependency \"@hcengineering/platform\" from `~0.6.3` to `~0.6.4`" } ] } diff --git a/models/recruit/CHANGELOG.md b/models/recruit/CHANGELOG.md index 02b8781837..96ade13eb3 100644 --- a/models/recruit/CHANGELOG.md +++ b/models/recruit/CHANGELOG.md @@ -1,4 +1,4 @@ -# Change Log - @anticrm/model-recruit +# Change Log - @hcengineering/model-recruit This log was last generated on Sun, 08 Aug 2021 10:14:57 GMT and should not be manually modified. diff --git a/models/recruit/config/rig.json b/models/recruit/config/rig.json index e9a9ee9add..45672e5d25 100644 --- a/models/recruit/config/rig.json +++ b/models/recruit/config/rig.json @@ -7,7 +7,7 @@ * (Required) The name of the rig package to inherit from. * It should be an NPM package name with the "-rig" suffix. */ - "rigPackageName": "@anticrm/model-rig" + "rigPackageName": "@hcengineering/model-rig" /** * (Optional) Selects a config profile from the rig package. The name must consist of diff --git a/models/recruit/package.json b/models/recruit/package.json index e4bf211c62..b82dda507e 100644 --- a/models/recruit/package.json +++ b/models/recruit/package.json @@ -1,5 +1,5 @@ { - "name": "@anticrm/model-recruit", + "name": "@hcengineering/model-recruit", "version": "0.6.0", "main": "lib/index.js", "author": "Anticrm Platform Contributors", @@ -12,7 +12,7 @@ "format": "prettier --write src && eslint --fix src" }, "devDependencies": { - "@anticrm/model-rig": "~0.6.0", + "@hcengineering/model-rig": "~0.6.0", "@typescript-eslint/eslint-plugin": "^5.30.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-promise": "^6.0.0", @@ -25,28 +25,28 @@ "@rushstack/heft": "^0.46.1" }, "dependencies": { - "@anticrm/core": "~0.6.16", - "@anticrm/model": "~0.6.0", - "@anticrm/ui": "~0.6.0", - "@anticrm/contact": "~0.6.5", - "@anticrm/platform": "~0.6.6", - "@anticrm/model-core": "~0.6.0", - "@anticrm/model-view": "~0.6.0", - "@anticrm/model-workbench": "~0.6.1", - "@anticrm/model-contact": "~0.6.1", - "@anticrm/recruit": "~0.6.3", - "@anticrm/recruit-resources": "~0.6.0", - "@anticrm/chunter": "~0.6.1", - "@anticrm/model-attachment": "~0.6.0", - "@anticrm/model-chunter": "~0.6.0", - "@anticrm/view": "~0.6.0", - "@anticrm/task": "~0.6.0", - "@anticrm/setting": "~0.6.1", - "@anticrm/model-task": "~0.6.0", - "@anticrm/workbench": "~0.6.1", - "@anticrm/model-presentation": "~0.6.0", - "@anticrm/model-calendar": "~0.6.0", - "@anticrm/model-tags": "~0.6.0", + "@hcengineering/core": "^0.6.17", + "@hcengineering/model": "~0.6.0", + "@hcengineering/ui": "^0.6.2", + "@hcengineering/contact": "~0.6.5", + "@hcengineering/platform": "^0.6.7", + "@hcengineering/model-core": "~0.6.0", + "@hcengineering/model-view": "~0.6.0", + "@hcengineering/model-workbench": "~0.6.1", + "@hcengineering/model-contact": "~0.6.1", + "@hcengineering/recruit": "~0.6.3", + "@hcengineering/recruit-resources": "~0.6.0", + "@hcengineering/chunter": "~0.6.1", + "@hcengineering/model-attachment": "~0.6.0", + "@hcengineering/model-chunter": "~0.6.0", + "@hcengineering/view": "^0.6.1", + "@hcengineering/task": "~0.6.0", + "@hcengineering/setting": "~0.6.1", + "@hcengineering/model-task": "~0.6.0", + "@hcengineering/workbench": "~0.6.1", + "@hcengineering/model-presentation": "~0.6.0", + "@hcengineering/model-calendar": "~0.6.0", + "@hcengineering/model-tags": "~0.6.0", "@anticrm/skillset": "^0.6.0" } } diff --git a/models/recruit/src/index.ts b/models/recruit/src/index.ts index 7b7f450e21..d059a74853 100644 --- a/models/recruit/src/index.ts +++ b/models/recruit/src/index.ts @@ -13,8 +13,8 @@ // limitations under the License. // -import type { Employee, Organization } from '@anticrm/contact' -import { Doc, FindOptions, IndexKind, Lookup, Ref, Timestamp } from '@anticrm/core' +import type { Employee, Organization } from '@hcengineering/contact' +import { Doc, FindOptions, IndexKind, Lookup, Ref, Timestamp } from '@hcengineering/core' import { ArrOf, Builder, @@ -29,21 +29,21 @@ import { TypeRef, TypeString, UX -} from '@anticrm/model' -import attachment from '@anticrm/model-attachment' -import calendar from '@anticrm/model-calendar' -import chunter from '@anticrm/model-chunter' -import contact, { TOrganization, TPerson } from '@anticrm/model-contact' -import core, { TSpace } from '@anticrm/model-core' -import presentation from '@anticrm/model-presentation' -import tags from '@anticrm/model-tags' -import task, { actionTemplates, TSpaceWithStates, TTask } from '@anticrm/model-task' -import view, { actionTemplates as viewTemplates, createAction } from '@anticrm/model-view' -import workbench, { Application, createNavigateAction } from '@anticrm/model-workbench' -import { IntlString } from '@anticrm/platform' -import { Applicant, Candidate, Candidates, recruitId, Vacancy, VacancyList } from '@anticrm/recruit' -import setting from '@anticrm/setting' -import { KeyBinding } from '@anticrm/view' +} from '@hcengineering/model' +import attachment from '@hcengineering/model-attachment' +import calendar from '@hcengineering/model-calendar' +import chunter from '@hcengineering/model-chunter' +import contact, { TOrganization, TPerson } from '@hcengineering/model-contact' +import core, { TSpace } from '@hcengineering/model-core' +import presentation from '@hcengineering/model-presentation' +import tags from '@hcengineering/model-tags' +import task, { actionTemplates, TSpaceWithStates, TTask } from '@hcengineering/model-task' +import view, { actionTemplates as viewTemplates, createAction } from '@hcengineering/model-view' +import workbench, { Application, createNavigateAction } from '@hcengineering/model-workbench' +import { IntlString } from '@hcengineering/platform' +import { Applicant, Candidate, Candidates, recruitId, Vacancy, VacancyList } from '@hcengineering/recruit' +import setting from '@hcengineering/setting' +import { KeyBinding } from '@hcengineering/view' import recruit from './plugin' import { createReviewModel, reviewTableConfig, reviewTableOptions } from './review' import { TOpinion, TReview } from './review-model' diff --git a/models/recruit/src/migration.ts b/models/recruit/src/migration.ts index c60c6cfbcb..bac5844397 100644 --- a/models/recruit/src/migration.ts +++ b/models/recruit/src/migration.ts @@ -13,17 +13,17 @@ // limitations under the License. // -import { Organization } from '@anticrm/contact' -import core, { Doc, Ref, Space, TxOperations } from '@anticrm/core' -import { createOrUpdate, MigrateOperation, MigrationClient, MigrationUpgradeClient } from '@anticrm/model' -import { DOMAIN_CALENDAR } from '@anticrm/model-calendar' -import contact, { DOMAIN_CONTACT } from '@anticrm/model-contact' -import { DOMAIN_SPACE } from '@anticrm/model-core' -import tags, { TagCategory } from '@anticrm/model-tags' -import { createKanbanTemplate, createSequence } from '@anticrm/model-task' -import { Vacancy } from '@anticrm/recruit' +import { Organization } from '@hcengineering/contact' +import core, { Doc, Ref, Space, TxOperations } from '@hcengineering/core' +import { createOrUpdate, MigrateOperation, MigrationClient, MigrationUpgradeClient } from '@hcengineering/model' +import { DOMAIN_CALENDAR } from '@hcengineering/model-calendar' +import contact, { DOMAIN_CONTACT } from '@hcengineering/model-contact' +import { DOMAIN_SPACE } from '@hcengineering/model-core' +import tags, { TagCategory } from '@hcengineering/model-tags' +import { createKanbanTemplate, createSequence } from '@hcengineering/model-task' +import { Vacancy } from '@hcengineering/recruit' import { getCategories } from '@anticrm/skillset' -import { KanbanTemplate } from '@anticrm/task' +import { KanbanTemplate } from '@hcengineering/task' import recruit from './plugin' export const recruitOperation: MigrateOperation = { diff --git a/models/recruit/src/plugin.ts b/models/recruit/src/plugin.ts index c6bb307b9b..c5eb5903b4 100644 --- a/models/recruit/src/plugin.ts +++ b/models/recruit/src/plugin.ts @@ -13,15 +13,15 @@ // limitations under the License. // -import type { Client, Doc, Ref } from '@anticrm/core' -import { ObjectSearchCategory, ObjectSearchFactory } from '@anticrm/model-presentation' -import type { IntlString, Resource, Status } from '@anticrm/platform' -import { mergeIds } from '@anticrm/platform' -import { recruitId } from '@anticrm/recruit' -import recruit from '@anticrm/recruit-resources/src/plugin' -import { KanbanTemplate } from '@anticrm/task' -import type { AnyComponent } from '@anticrm/ui' -import type { Action, ActionCategory, ViewAction, Viewlet } from '@anticrm/view' +import type { Client, Doc, Ref } from '@hcengineering/core' +import { ObjectSearchCategory, ObjectSearchFactory } from '@hcengineering/model-presentation' +import type { IntlString, Resource, Status } from '@hcengineering/platform' +import { mergeIds } from '@hcengineering/platform' +import { recruitId } from '@hcengineering/recruit' +import recruit from '@hcengineering/recruit-resources/src/plugin' +import { KanbanTemplate } from '@hcengineering/task' +import type { AnyComponent } from '@hcengineering/ui' +import type { Action, ActionCategory, ViewAction, Viewlet } from '@hcengineering/view' export default mergeIds(recruitId, recruit, { action: { diff --git a/models/recruit/src/review-model.ts b/models/recruit/src/review-model.ts index 544fb918d3..3825bb3573 100644 --- a/models/recruit/src/review-model.ts +++ b/models/recruit/src/review-model.ts @@ -1,13 +1,13 @@ -import { Organization } from '@anticrm/contact' -import { Domain, IndexKind, Ref } from '@anticrm/core' -import { Collection, Index, Model, Prop, TypeMarkup, TypeRef, TypeString, UX } from '@anticrm/model' -import attachment from '@anticrm/model-attachment' -import calendar, { TEvent } from '@anticrm/model-calendar' -import chunter from '@anticrm/model-chunter' -import contact from '@anticrm/model-contact' -import core, { TAttachedDoc } from '@anticrm/model-core' -import task from '@anticrm/model-task' -import { Candidate, Opinion, Review } from '@anticrm/recruit' +import { Organization } from '@hcengineering/contact' +import { Domain, IndexKind, Ref } from '@hcengineering/core' +import { Collection, Index, Model, Prop, TypeMarkup, TypeRef, TypeString, UX } from '@hcengineering/model' +import attachment from '@hcengineering/model-attachment' +import calendar, { TEvent } from '@hcengineering/model-calendar' +import chunter from '@hcengineering/model-chunter' +import contact from '@hcengineering/model-contact' +import core, { TAttachedDoc } from '@hcengineering/model-core' +import task from '@hcengineering/model-task' +import { Candidate, Opinion, Review } from '@hcengineering/recruit' import recruit from './plugin' @Model(recruit.class.Review, calendar.class.Event) diff --git a/models/recruit/src/review.ts b/models/recruit/src/review.ts index 5f431d485b..219fe2ef31 100644 --- a/models/recruit/src/review.ts +++ b/models/recruit/src/review.ts @@ -1,11 +1,11 @@ -import { FindOptions } from '@anticrm/core' -import { Builder } from '@anticrm/model' -import calendar from '@anticrm/model-calendar' -import contact from '@anticrm/model-contact' -import core from '@anticrm/model-core' -import view, { createAction } from '@anticrm/model-view' -import { Review } from '@anticrm/recruit' -import { BuildModelKey } from '@anticrm/view' +import { FindOptions } from '@hcengineering/core' +import { Builder } from '@hcengineering/model' +import calendar from '@hcengineering/model-calendar' +import contact from '@hcengineering/model-contact' +import core from '@hcengineering/model-core' +import view, { createAction } from '@hcengineering/model-view' +import { Review } from '@hcengineering/recruit' +import { BuildModelKey } from '@hcengineering/view' import recruit from './plugin' export const reviewTableOptions: FindOptions = { diff --git a/models/recruit/tsconfig.json b/models/recruit/tsconfig.json index 1d60db76b4..807a92c38c 100644 --- a/models/recruit/tsconfig.json +++ b/models/recruit/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@anticrm/model-rig/profiles/default/tsconfig.json", + "extends": "./node_modules/@hcengineering/model-rig/profiles/default/tsconfig.json", "compilerOptions": { "rootDir": "./src", diff --git a/models/server-attachment/.eslintrc.js b/models/server-attachment/.eslintrc.js index c3c2c49417..59eb1482fa 100644 --- a/models/server-attachment/.eslintrc.js +++ b/models/server-attachment/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@anticrm/model-rig/profiles/default/config/eslint.config.json'], + extends: ['./node_modules/@hcengineering/model-rig/profiles/default/config/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname, project: './tsconfig.json' diff --git a/models/server-attachment/config/rig.json b/models/server-attachment/config/rig.json index e9a9ee9add..45672e5d25 100644 --- a/models/server-attachment/config/rig.json +++ b/models/server-attachment/config/rig.json @@ -7,7 +7,7 @@ * (Required) The name of the rig package to inherit from. * It should be an NPM package name with the "-rig" suffix. */ - "rigPackageName": "@anticrm/model-rig" + "rigPackageName": "@hcengineering/model-rig" /** * (Optional) Selects a config profile from the rig package. The name must consist of diff --git a/models/server-attachment/package.json b/models/server-attachment/package.json index 05b89df43b..28dfdd1619 100644 --- a/models/server-attachment/package.json +++ b/models/server-attachment/package.json @@ -1,5 +1,5 @@ { - "name": "@anticrm/model-server-attachment", + "name": "@hcengineering/model-server-attachment", "version": "0.6.0", "main": "lib/index.js", "author": "Anticrm Platform Contributors", @@ -12,7 +12,7 @@ "format": "prettier --write src && eslint --fix src" }, "devDependencies": { - "@anticrm/model-rig": "~0.6.0", + "@hcengineering/model-rig": "~0.6.0", "@typescript-eslint/eslint-plugin": "^5.30.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-promise": "^6.0.0", @@ -25,10 +25,10 @@ "@rushstack/heft": "^0.46.1" }, "dependencies": { - "@anticrm/core": "~0.6.16", - "@anticrm/model": "~0.6.0", - "@anticrm/platform": "~0.6.6", - "@anticrm/server-attachment": "~0.6.1", - "@anticrm/server-core": "~0.6.1" + "@hcengineering/core": "^0.6.17", + "@hcengineering/model": "~0.6.0", + "@hcengineering/platform": "^0.6.7", + "@hcengineering/server-attachment": "~0.6.1", + "@hcengineering/server-core": "~0.6.1" } } diff --git a/models/server-attachment/src/index.ts b/models/server-attachment/src/index.ts index 99fb41edab..a27f049271 100644 --- a/models/server-attachment/src/index.ts +++ b/models/server-attachment/src/index.ts @@ -14,11 +14,11 @@ // limitations under the License. // -import { Builder } from '@anticrm/model' +import { Builder } from '@hcengineering/model' -import serverCore from '@anticrm/server-core' -import core from '@anticrm/core' -import serverAttachment from '@anticrm/server-attachment' +import serverCore from '@hcengineering/server-core' +import core from '@hcengineering/core' +import serverAttachment from '@hcengineering/server-attachment' export function createModel (builder: Builder): void { builder.createDoc(serverCore.class.Trigger, core.space.Model, { diff --git a/models/server-attachment/tsconfig.json b/models/server-attachment/tsconfig.json index 1d60db76b4..807a92c38c 100644 --- a/models/server-attachment/tsconfig.json +++ b/models/server-attachment/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@anticrm/model-rig/profiles/default/tsconfig.json", + "extends": "./node_modules/@hcengineering/model-rig/profiles/default/tsconfig.json", "compilerOptions": { "rootDir": "./src", diff --git a/models/server-calendar/.eslintrc.js b/models/server-calendar/.eslintrc.js index c3c2c49417..59eb1482fa 100644 --- a/models/server-calendar/.eslintrc.js +++ b/models/server-calendar/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@anticrm/model-rig/profiles/default/config/eslint.config.json'], + extends: ['./node_modules/@hcengineering/model-rig/profiles/default/config/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname, project: './tsconfig.json' diff --git a/models/server-calendar/config/rig.json b/models/server-calendar/config/rig.json index e9a9ee9add..45672e5d25 100644 --- a/models/server-calendar/config/rig.json +++ b/models/server-calendar/config/rig.json @@ -7,7 +7,7 @@ * (Required) The name of the rig package to inherit from. * It should be an NPM package name with the "-rig" suffix. */ - "rigPackageName": "@anticrm/model-rig" + "rigPackageName": "@hcengineering/model-rig" /** * (Optional) Selects a config profile from the rig package. The name must consist of diff --git a/models/server-calendar/package.json b/models/server-calendar/package.json index 1920da6efc..4d8bee4753 100644 --- a/models/server-calendar/package.json +++ b/models/server-calendar/package.json @@ -1,5 +1,5 @@ { - "name": "@anticrm/model-server-calendar", + "name": "@hcengineering/model-server-calendar", "version": "0.6.0", "main": "lib/index.js", "author": "Anticrm Platform Contributors", @@ -12,7 +12,7 @@ "format": "prettier --write src && eslint --fix src" }, "devDependencies": { - "@anticrm/model-rig": "~0.6.0", + "@hcengineering/model-rig": "~0.6.0", "@typescript-eslint/eslint-plugin": "^5.30.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-promise": "^6.0.0", @@ -25,10 +25,10 @@ "@rushstack/heft": "^0.46.1" }, "dependencies": { - "@anticrm/core": "~0.6.16", - "@anticrm/model": "~0.6.0", - "@anticrm/platform": "~0.6.6", - "@anticrm/server-calendar": "~0.6.0", - "@anticrm/server-core": "~0.6.1" + "@hcengineering/core": "^0.6.17", + "@hcengineering/model": "~0.6.0", + "@hcengineering/platform": "^0.6.7", + "@hcengineering/server-calendar": "~0.6.0", + "@hcengineering/server-core": "~0.6.1" } } diff --git a/models/server-calendar/src/index.ts b/models/server-calendar/src/index.ts index 32713c83e7..00371c240b 100644 --- a/models/server-calendar/src/index.ts +++ b/models/server-calendar/src/index.ts @@ -13,11 +13,11 @@ // limitations under the License. // -import { Builder } from '@anticrm/model' +import { Builder } from '@hcengineering/model' -import core, { Class, Doc } from '@anticrm/core' -import serverCore, { ObjectDDParticipant } from '@anticrm/server-core' -import serverCalendar from '@anticrm/server-calendar' +import core, { Class, Doc } from '@hcengineering/core' +import serverCore, { ObjectDDParticipant } from '@hcengineering/server-core' +import serverCalendar from '@hcengineering/server-calendar' export function createModel (builder: Builder): void { builder.mixin, ObjectDDParticipant>( diff --git a/models/server-calendar/tsconfig.json b/models/server-calendar/tsconfig.json index 1d60db76b4..807a92c38c 100644 --- a/models/server-calendar/tsconfig.json +++ b/models/server-calendar/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@anticrm/model-rig/profiles/default/tsconfig.json", + "extends": "./node_modules/@hcengineering/model-rig/profiles/default/tsconfig.json", "compilerOptions": { "rootDir": "./src", diff --git a/models/server-chunter/.eslintrc.js b/models/server-chunter/.eslintrc.js index c3c2c49417..59eb1482fa 100644 --- a/models/server-chunter/.eslintrc.js +++ b/models/server-chunter/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@anticrm/model-rig/profiles/default/config/eslint.config.json'], + extends: ['./node_modules/@hcengineering/model-rig/profiles/default/config/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname, project: './tsconfig.json' diff --git a/models/server-chunter/config/rig.json b/models/server-chunter/config/rig.json index e9a9ee9add..45672e5d25 100644 --- a/models/server-chunter/config/rig.json +++ b/models/server-chunter/config/rig.json @@ -7,7 +7,7 @@ * (Required) The name of the rig package to inherit from. * It should be an NPM package name with the "-rig" suffix. */ - "rigPackageName": "@anticrm/model-rig" + "rigPackageName": "@hcengineering/model-rig" /** * (Optional) Selects a config profile from the rig package. The name must consist of diff --git a/models/server-chunter/package.json b/models/server-chunter/package.json index b3ff922bff..d28e4dd2ff 100644 --- a/models/server-chunter/package.json +++ b/models/server-chunter/package.json @@ -1,5 +1,5 @@ { - "name": "@anticrm/model-server-chunter", + "name": "@hcengineering/model-server-chunter", "version": "0.6.0", "main": "lib/index.js", "author": "Anticrm Platform Contributors", @@ -12,7 +12,7 @@ "format": "prettier --write src && eslint --fix src" }, "devDependencies": { - "@anticrm/model-rig": "~0.6.0", + "@hcengineering/model-rig": "~0.6.0", "@typescript-eslint/eslint-plugin": "^5.30.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-promise": "^6.0.0", @@ -25,12 +25,12 @@ "@rushstack/heft": "^0.46.1" }, "dependencies": { - "@anticrm/core": "~0.6.16", - "@anticrm/model": "~0.6.0", - "@anticrm/platform": "~0.6.6", - "@anticrm/server-chunter": "~0.6.0", - "@anticrm/server-core": "~0.6.1", - "@anticrm/chunter": "~0.6.1", - "@anticrm/view": "~0.6.0" + "@hcengineering/core": "^0.6.17", + "@hcengineering/model": "~0.6.0", + "@hcengineering/platform": "^0.6.7", + "@hcengineering/server-chunter": "~0.6.0", + "@hcengineering/server-core": "~0.6.1", + "@hcengineering/chunter": "~0.6.1", + "@hcengineering/view": "^0.6.1" } } diff --git a/models/server-chunter/src/index.ts b/models/server-chunter/src/index.ts index 11d7050e68..7ae70822e3 100644 --- a/models/server-chunter/src/index.ts +++ b/models/server-chunter/src/index.ts @@ -13,13 +13,13 @@ // limitations under the License. // -import { Builder } from '@anticrm/model' +import { Builder } from '@hcengineering/model' -import core, { Class, Doc } from '@anticrm/core' -import chunter from '@anticrm/chunter' -import view from '@anticrm/view' -import serverCore, { ObjectDDParticipant } from '@anticrm/server-core' -import serverChunter from '@anticrm/server-chunter' +import core, { Class, Doc } from '@hcengineering/core' +import chunter from '@hcengineering/chunter' +import view from '@hcengineering/view' +import serverCore, { ObjectDDParticipant } from '@hcengineering/server-core' +import serverChunter from '@hcengineering/server-chunter' export function createModel (builder: Builder): void { builder.mixin(chunter.class.Channel, core.class.Class, view.mixin.HTMLPresenter, { diff --git a/models/server-chunter/tsconfig.json b/models/server-chunter/tsconfig.json index 1d60db76b4..807a92c38c 100644 --- a/models/server-chunter/tsconfig.json +++ b/models/server-chunter/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@anticrm/model-rig/profiles/default/tsconfig.json", + "extends": "./node_modules/@hcengineering/model-rig/profiles/default/tsconfig.json", "compilerOptions": { "rootDir": "./src", diff --git a/models/server-contact/.eslintrc.js b/models/server-contact/.eslintrc.js index c3c2c49417..59eb1482fa 100644 --- a/models/server-contact/.eslintrc.js +++ b/models/server-contact/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@anticrm/model-rig/profiles/default/config/eslint.config.json'], + extends: ['./node_modules/@hcengineering/model-rig/profiles/default/config/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname, project: './tsconfig.json' diff --git a/models/server-contact/config/rig.json b/models/server-contact/config/rig.json index e9a9ee9add..45672e5d25 100644 --- a/models/server-contact/config/rig.json +++ b/models/server-contact/config/rig.json @@ -7,7 +7,7 @@ * (Required) The name of the rig package to inherit from. * It should be an NPM package name with the "-rig" suffix. */ - "rigPackageName": "@anticrm/model-rig" + "rigPackageName": "@hcengineering/model-rig" /** * (Optional) Selects a config profile from the rig package. The name must consist of diff --git a/models/server-contact/package.json b/models/server-contact/package.json index fce54d5a71..c50e0a177a 100644 --- a/models/server-contact/package.json +++ b/models/server-contact/package.json @@ -1,5 +1,5 @@ { - "name": "@anticrm/model-server-contact", + "name": "@hcengineering/model-server-contact", "version": "0.6.0", "main": "lib/index.js", "author": "Anticrm Platform Contributors", @@ -12,7 +12,7 @@ "format": "prettier --write src && eslint --fix src" }, "devDependencies": { - "@anticrm/model-rig": "~0.6.0", + "@hcengineering/model-rig": "~0.6.0", "@typescript-eslint/eslint-plugin": "^5.30.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-promise": "^6.0.0", @@ -25,12 +25,12 @@ "@rushstack/heft": "^0.46.1" }, "dependencies": { - "@anticrm/core": "~0.6.16", - "@anticrm/model": "~0.6.0", - "@anticrm/platform": "~0.6.6", - "@anticrm/server-contact": "~0.6.1", - "@anticrm/server-core": "~0.6.1", - "@anticrm/contact": "~0.6.5", - "@anticrm/view": "~0.6.0" + "@hcengineering/core": "^0.6.17", + "@hcengineering/model": "~0.6.0", + "@hcengineering/platform": "^0.6.7", + "@hcengineering/server-contact": "~0.6.1", + "@hcengineering/server-core": "~0.6.1", + "@hcengineering/contact": "~0.6.5", + "@hcengineering/view": "^0.6.1" } } diff --git a/models/server-contact/src/index.ts b/models/server-contact/src/index.ts index 39c381858b..4c4f5abb6d 100644 --- a/models/server-contact/src/index.ts +++ b/models/server-contact/src/index.ts @@ -14,13 +14,13 @@ // limitations under the License. // -import { Builder } from '@anticrm/model' +import { Builder } from '@hcengineering/model' -import serverCore from '@anticrm/server-core' -import core from '@anticrm/core' -import contact from '@anticrm/contact' -import view from '@anticrm/view' -import serverContact from '@anticrm/server-contact' +import serverCore from '@hcengineering/server-core' +import core from '@hcengineering/core' +import contact from '@hcengineering/contact' +import view from '@hcengineering/view' +import serverContact from '@hcengineering/server-contact' export function createModel (builder: Builder): void { builder.mixin(contact.class.Person, core.class.Class, view.mixin.HTMLPresenter, { diff --git a/models/server-contact/tsconfig.json b/models/server-contact/tsconfig.json index 1d60db76b4..807a92c38c 100644 --- a/models/server-contact/tsconfig.json +++ b/models/server-contact/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@anticrm/model-rig/profiles/default/tsconfig.json", + "extends": "./node_modules/@hcengineering/model-rig/profiles/default/tsconfig.json", "compilerOptions": { "rootDir": "./src", diff --git a/models/server-core/.eslintrc.js b/models/server-core/.eslintrc.js index c3c2c49417..59eb1482fa 100644 --- a/models/server-core/.eslintrc.js +++ b/models/server-core/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@anticrm/model-rig/profiles/default/config/eslint.config.json'], + extends: ['./node_modules/@hcengineering/model-rig/profiles/default/config/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname, project: './tsconfig.json' diff --git a/models/server-core/CHANGELOG.json b/models/server-core/CHANGELOG.json index da83300e5b..200ec36b8d 100644 --- a/models/server-core/CHANGELOG.json +++ b/models/server-core/CHANGELOG.json @@ -1,14 +1,14 @@ { - "name": "@anticrm/model-server-core", + "name": "@hcengineering/model-server-core", "entries": [ { "version": "0.6.0", - "tag": "@anticrm/model-server-core_v0.6.0", + "tag": "@hcengineering/model-server-core_v0.6.0", "date": "Sun, 08 Aug 2021 10:14:57 GMT", "comments": { "dependency": [ { - "comment": "Updating dependency \"@anticrm/platform\" from `~0.6.3` to `~0.6.4`" + "comment": "Updating dependency \"@hcengineering/platform\" from `~0.6.3` to `~0.6.4`" } ] } diff --git a/models/server-core/CHANGELOG.md b/models/server-core/CHANGELOG.md index 09e75927cb..500a56bf3d 100644 --- a/models/server-core/CHANGELOG.md +++ b/models/server-core/CHANGELOG.md @@ -1,4 +1,4 @@ -# Change Log - @anticrm/model-server-core +# Change Log - @hcengineering/model-server-core This log was last generated on Sun, 08 Aug 2021 10:14:57 GMT and should not be manually modified. diff --git a/models/server-core/config/rig.json b/models/server-core/config/rig.json index e9a9ee9add..45672e5d25 100644 --- a/models/server-core/config/rig.json +++ b/models/server-core/config/rig.json @@ -7,7 +7,7 @@ * (Required) The name of the rig package to inherit from. * It should be an NPM package name with the "-rig" suffix. */ - "rigPackageName": "@anticrm/model-rig" + "rigPackageName": "@hcengineering/model-rig" /** * (Optional) Selects a config profile from the rig package. The name must consist of diff --git a/models/server-core/package.json b/models/server-core/package.json index 6e9ba594f1..81bad44e42 100644 --- a/models/server-core/package.json +++ b/models/server-core/package.json @@ -1,5 +1,5 @@ { - "name": "@anticrm/model-server-core", + "name": "@hcengineering/model-server-core", "version": "0.6.0", "main": "lib/index.js", "author": "Anticrm Platform Contributors", @@ -12,7 +12,7 @@ "format": "prettier --write src && eslint --fix src" }, "devDependencies": { - "@anticrm/model-rig": "~0.6.0", + "@hcengineering/model-rig": "~0.6.0", "@typescript-eslint/eslint-plugin": "^5.30.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-promise": "^6.0.0", @@ -25,10 +25,10 @@ "@rushstack/heft": "^0.46.1" }, "dependencies": { - "@anticrm/core": "~0.6.16", - "@anticrm/model": "~0.6.0", - "@anticrm/platform": "~0.6.6", - "@anticrm/server-core": "~0.6.1", - "@anticrm/model-core": "~0.6.0" + "@hcengineering/core": "^0.6.17", + "@hcengineering/model": "~0.6.0", + "@hcengineering/platform": "^0.6.7", + "@hcengineering/server-core": "~0.6.1", + "@hcengineering/model-core": "~0.6.0" } } diff --git a/models/server-core/src/index.ts b/models/server-core/src/index.ts index 22867760de..d7a9a11fc7 100644 --- a/models/server-core/src/index.ts +++ b/models/server-core/src/index.ts @@ -14,13 +14,22 @@ // limitations under the License. // -import { Model, Builder } from '@anticrm/model' -import type { Resource } from '@anticrm/platform' -import { TClass, TDoc } from '@anticrm/model-core' +import { Model, Builder } from '@hcengineering/model' +import type { Resource } from '@hcengineering/platform' +import { TClass, TDoc } from '@hcengineering/model-core' -import type { ObjectDDParticipant, Trigger, TriggerFunc } from '@anticrm/server-core' -import core, { Class, Doc, DocumentQuery, DOMAIN_MODEL, FindOptions, FindResult, Hierarchy, Ref } from '@anticrm/core' -import serverCore from '@anticrm/server-core' +import type { ObjectDDParticipant, Trigger, TriggerFunc } from '@hcengineering/server-core' +import core, { + Class, + Doc, + DocumentQuery, + DOMAIN_MODEL, + FindOptions, + FindResult, + Hierarchy, + Ref +} from '@hcengineering/core' +import serverCore from '@hcengineering/server-core' @Model(serverCore.class.Trigger, core.class.Doc, DOMAIN_MODEL) export class TTrigger extends TDoc implements Trigger { diff --git a/models/server-core/tsconfig.json b/models/server-core/tsconfig.json index 1d60db76b4..807a92c38c 100644 --- a/models/server-core/tsconfig.json +++ b/models/server-core/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@anticrm/model-rig/profiles/default/tsconfig.json", + "extends": "./node_modules/@hcengineering/model-rig/profiles/default/tsconfig.json", "compilerOptions": { "rootDir": "./src", diff --git a/models/server-gmail/.eslintrc.js b/models/server-gmail/.eslintrc.js index c3c2c49417..59eb1482fa 100644 --- a/models/server-gmail/.eslintrc.js +++ b/models/server-gmail/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@anticrm/model-rig/profiles/default/config/eslint.config.json'], + extends: ['./node_modules/@hcengineering/model-rig/profiles/default/config/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname, project: './tsconfig.json' diff --git a/models/server-gmail/config/rig.json b/models/server-gmail/config/rig.json index e9a9ee9add..45672e5d25 100644 --- a/models/server-gmail/config/rig.json +++ b/models/server-gmail/config/rig.json @@ -7,7 +7,7 @@ * (Required) The name of the rig package to inherit from. * It should be an NPM package name with the "-rig" suffix. */ - "rigPackageName": "@anticrm/model-rig" + "rigPackageName": "@hcengineering/model-rig" /** * (Optional) Selects a config profile from the rig package. The name must consist of diff --git a/models/server-gmail/package.json b/models/server-gmail/package.json index 9ba11ffb64..535a3e9456 100644 --- a/models/server-gmail/package.json +++ b/models/server-gmail/package.json @@ -1,5 +1,5 @@ { - "name": "@anticrm/model-server-gmail", + "name": "@hcengineering/model-server-gmail", "version": "0.6.0", "main": "lib/index.js", "author": "Anticrm Platform Contributors", @@ -12,7 +12,7 @@ "format": "prettier --write src && eslint --fix src" }, "devDependencies": { - "@anticrm/model-rig": "~0.6.0", + "@hcengineering/model-rig": "~0.6.0", "@typescript-eslint/eslint-plugin": "^5.30.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-promise": "^6.0.0", @@ -25,11 +25,11 @@ "@rushstack/heft": "^0.46.1" }, "dependencies": { - "@anticrm/core": "~0.6.16", - "@anticrm/model": "~0.6.0", - "@anticrm/contact": "~0.6.5", - "@anticrm/platform": "~0.6.6", - "@anticrm/server-gmail": "~0.6.0", - "@anticrm/server-core": "~0.6.1" + "@hcengineering/core": "^0.6.17", + "@hcengineering/model": "~0.6.0", + "@hcengineering/contact": "~0.6.5", + "@hcengineering/platform": "^0.6.7", + "@hcengineering/server-gmail": "~0.6.0", + "@hcengineering/server-core": "~0.6.1" } } diff --git a/models/server-gmail/src/index.ts b/models/server-gmail/src/index.ts index 46b8a9d3ce..9004ef64b8 100644 --- a/models/server-gmail/src/index.ts +++ b/models/server-gmail/src/index.ts @@ -13,12 +13,12 @@ // limitations under the License. // -import { Builder } from '@anticrm/model' +import { Builder } from '@hcengineering/model' -import core, { Class, Doc } from '@anticrm/core' -import serverCore, { ObjectDDParticipant } from '@anticrm/server-core' -import contact from '@anticrm/contact' -import serverGmail from '@anticrm/server-gmail' +import core, { Class, Doc } from '@hcengineering/core' +import serverCore, { ObjectDDParticipant } from '@hcengineering/server-core' +import contact from '@hcengineering/contact' +import serverGmail from '@hcengineering/server-gmail' export function createModel (builder: Builder): void { builder.mixin, ObjectDDParticipant>( diff --git a/models/server-gmail/tsconfig.json b/models/server-gmail/tsconfig.json index 1d60db76b4..807a92c38c 100644 --- a/models/server-gmail/tsconfig.json +++ b/models/server-gmail/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@anticrm/model-rig/profiles/default/tsconfig.json", + "extends": "./node_modules/@hcengineering/model-rig/profiles/default/tsconfig.json", "compilerOptions": { "rootDir": "./src", diff --git a/models/server-hr/.eslintrc.js b/models/server-hr/.eslintrc.js index c3c2c49417..59eb1482fa 100644 --- a/models/server-hr/.eslintrc.js +++ b/models/server-hr/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@anticrm/model-rig/profiles/default/config/eslint.config.json'], + extends: ['./node_modules/@hcengineering/model-rig/profiles/default/config/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname, project: './tsconfig.json' diff --git a/models/server-hr/config/rig.json b/models/server-hr/config/rig.json index e9a9ee9add..45672e5d25 100644 --- a/models/server-hr/config/rig.json +++ b/models/server-hr/config/rig.json @@ -7,7 +7,7 @@ * (Required) The name of the rig package to inherit from. * It should be an NPM package name with the "-rig" suffix. */ - "rigPackageName": "@anticrm/model-rig" + "rigPackageName": "@hcengineering/model-rig" /** * (Optional) Selects a config profile from the rig package. The name must consist of diff --git a/models/server-hr/package.json b/models/server-hr/package.json index 8c8f050615..5981273e2c 100644 --- a/models/server-hr/package.json +++ b/models/server-hr/package.json @@ -1,5 +1,5 @@ { - "name": "@anticrm/model-server-hr", + "name": "@hcengineering/model-server-hr", "version": "0.6.0", "main": "lib/index.js", "author": "Anticrm Platform Contributors", @@ -12,7 +12,7 @@ "format": "prettier --write src && eslint --fix src" }, "devDependencies": { - "@anticrm/model-rig": "~0.6.0", + "@hcengineering/model-rig": "~0.6.0", "@typescript-eslint/eslint-plugin": "^5.30.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-promise": "^6.0.0", @@ -25,10 +25,10 @@ "@rushstack/heft": "^0.46.1" }, "dependencies": { - "@anticrm/core": "~0.6.16", - "@anticrm/model": "~0.6.0", - "@anticrm/platform": "~0.6.6", - "@anticrm/server-hr": "~0.6.0", - "@anticrm/server-core": "~0.6.1" + "@hcengineering/core": "^0.6.17", + "@hcengineering/model": "~0.6.0", + "@hcengineering/platform": "^0.6.7", + "@hcengineering/server-hr": "~0.6.0", + "@hcengineering/server-core": "~0.6.1" } } diff --git a/models/server-hr/src/index.ts b/models/server-hr/src/index.ts index 7e4c5ef94a..5be255ba4f 100644 --- a/models/server-hr/src/index.ts +++ b/models/server-hr/src/index.ts @@ -13,11 +13,11 @@ // limitations under the License. // -import { Builder } from '@anticrm/model' +import { Builder } from '@hcengineering/model' -import serverCore from '@anticrm/server-core' -import core from '@anticrm/core' -import serverHr from '@anticrm/server-hr' +import serverCore from '@hcengineering/server-core' +import core from '@hcengineering/core' +import serverHr from '@hcengineering/server-hr' export function createModel (builder: Builder): void { builder.createDoc(serverCore.class.Trigger, core.space.Model, { diff --git a/models/server-hr/tsconfig.json b/models/server-hr/tsconfig.json index 1d60db76b4..807a92c38c 100644 --- a/models/server-hr/tsconfig.json +++ b/models/server-hr/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@anticrm/model-rig/profiles/default/tsconfig.json", + "extends": "./node_modules/@hcengineering/model-rig/profiles/default/tsconfig.json", "compilerOptions": { "rootDir": "./src", diff --git a/models/server-inventory/.eslintrc.js b/models/server-inventory/.eslintrc.js index c3c2c49417..59eb1482fa 100644 --- a/models/server-inventory/.eslintrc.js +++ b/models/server-inventory/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@anticrm/model-rig/profiles/default/config/eslint.config.json'], + extends: ['./node_modules/@hcengineering/model-rig/profiles/default/config/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname, project: './tsconfig.json' diff --git a/models/server-inventory/config/rig.json b/models/server-inventory/config/rig.json index e9a9ee9add..45672e5d25 100644 --- a/models/server-inventory/config/rig.json +++ b/models/server-inventory/config/rig.json @@ -7,7 +7,7 @@ * (Required) The name of the rig package to inherit from. * It should be an NPM package name with the "-rig" suffix. */ - "rigPackageName": "@anticrm/model-rig" + "rigPackageName": "@hcengineering/model-rig" /** * (Optional) Selects a config profile from the rig package. The name must consist of diff --git a/models/server-inventory/package.json b/models/server-inventory/package.json index 6b72b95e23..51e645b2a8 100644 --- a/models/server-inventory/package.json +++ b/models/server-inventory/package.json @@ -1,5 +1,5 @@ { - "name": "@anticrm/model-server-inventory", + "name": "@hcengineering/model-server-inventory", "version": "0.6.0", "main": "lib/index.js", "author": "Anticrm Platform Contributors", @@ -12,7 +12,7 @@ "format": "prettier --write src && eslint --fix src" }, "devDependencies": { - "@anticrm/model-rig": "~0.6.0", + "@hcengineering/model-rig": "~0.6.0", "@typescript-eslint/eslint-plugin": "^5.30.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-promise": "^6.0.0", @@ -25,12 +25,12 @@ "@rushstack/heft": "^0.46.1" }, "dependencies": { - "@anticrm/core": "~0.6.16", - "@anticrm/model": "~0.6.0", - "@anticrm/platform": "~0.6.6", - "@anticrm/server-inventory": "~0.6.0", - "@anticrm/server-core": "~0.6.1", - "@anticrm/inventory": "~0.6.0", - "@anticrm/view": "~0.6.0" + "@hcengineering/core": "^0.6.17", + "@hcengineering/model": "~0.6.0", + "@hcengineering/platform": "^0.6.7", + "@hcengineering/server-inventory": "~0.6.0", + "@hcengineering/server-core": "~0.6.1", + "@hcengineering/inventory": "~0.6.0", + "@hcengineering/view": "^0.6.1" } } diff --git a/models/server-inventory/src/index.ts b/models/server-inventory/src/index.ts index bb36dc2397..93f0749075 100644 --- a/models/server-inventory/src/index.ts +++ b/models/server-inventory/src/index.ts @@ -13,12 +13,12 @@ // limitations under the License. // -import { Builder } from '@anticrm/model' +import { Builder } from '@hcengineering/model' -import core from '@anticrm/core' -import inventory from '@anticrm/inventory' -import serverInventory from '@anticrm/server-inventory' -import view from '@anticrm/view' +import core from '@hcengineering/core' +import inventory from '@hcengineering/inventory' +import serverInventory from '@hcengineering/server-inventory' +import view from '@hcengineering/view' export function createModel (builder: Builder): void { builder.mixin(inventory.class.Product, core.class.Class, view.mixin.HTMLPresenter, { diff --git a/models/server-inventory/tsconfig.json b/models/server-inventory/tsconfig.json index 1d60db76b4..807a92c38c 100644 --- a/models/server-inventory/tsconfig.json +++ b/models/server-inventory/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@anticrm/model-rig/profiles/default/tsconfig.json", + "extends": "./node_modules/@hcengineering/model-rig/profiles/default/tsconfig.json", "compilerOptions": { "rootDir": "./src", diff --git a/models/server-lead/.eslintrc.js b/models/server-lead/.eslintrc.js index c3c2c49417..59eb1482fa 100644 --- a/models/server-lead/.eslintrc.js +++ b/models/server-lead/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@anticrm/model-rig/profiles/default/config/eslint.config.json'], + extends: ['./node_modules/@hcengineering/model-rig/profiles/default/config/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname, project: './tsconfig.json' diff --git a/models/server-lead/config/rig.json b/models/server-lead/config/rig.json index e9a9ee9add..45672e5d25 100644 --- a/models/server-lead/config/rig.json +++ b/models/server-lead/config/rig.json @@ -7,7 +7,7 @@ * (Required) The name of the rig package to inherit from. * It should be an NPM package name with the "-rig" suffix. */ - "rigPackageName": "@anticrm/model-rig" + "rigPackageName": "@hcengineering/model-rig" /** * (Optional) Selects a config profile from the rig package. The name must consist of diff --git a/models/server-lead/package.json b/models/server-lead/package.json index 30797f4412..42d72b6415 100644 --- a/models/server-lead/package.json +++ b/models/server-lead/package.json @@ -1,5 +1,5 @@ { - "name": "@anticrm/model-server-lead", + "name": "@hcengineering/model-server-lead", "version": "0.6.0", "main": "lib/index.js", "author": "Anticrm Platform Contributors", @@ -12,7 +12,7 @@ "format": "prettier --write src && eslint --fix src" }, "devDependencies": { - "@anticrm/model-rig": "~0.6.0", + "@hcengineering/model-rig": "~0.6.0", "@typescript-eslint/eslint-plugin": "^5.30.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-promise": "^6.0.0", @@ -25,12 +25,12 @@ "@rushstack/heft": "^0.46.1" }, "dependencies": { - "@anticrm/core": "~0.6.16", - "@anticrm/model": "~0.6.0", - "@anticrm/platform": "~0.6.6", - "@anticrm/server-lead": "~0.6.0", - "@anticrm/server-core": "~0.6.1", - "@anticrm/lead": "~0.6.0", - "@anticrm/view": "~0.6.0" + "@hcengineering/core": "^0.6.17", + "@hcengineering/model": "~0.6.0", + "@hcengineering/platform": "^0.6.7", + "@hcengineering/server-lead": "~0.6.0", + "@hcengineering/server-core": "~0.6.1", + "@hcengineering/lead": "~0.6.0", + "@hcengineering/view": "^0.6.1" } } diff --git a/models/server-lead/src/index.ts b/models/server-lead/src/index.ts index d245da5be4..155b333ff2 100644 --- a/models/server-lead/src/index.ts +++ b/models/server-lead/src/index.ts @@ -13,13 +13,13 @@ // limitations under the License. // -import { Builder } from '@anticrm/model' +import { Builder } from '@hcengineering/model' -import core from '@anticrm/core' -import lead from '@anticrm/lead' -import view from '@anticrm/view' -import serverLead from '@anticrm/server-lead' -import serverCore from '@anticrm/server-core' +import core from '@hcengineering/core' +import lead from '@hcengineering/lead' +import view from '@hcengineering/view' +import serverLead from '@hcengineering/server-lead' +import serverCore from '@hcengineering/server-core' export function createModel (builder: Builder): void { builder.mixin(lead.class.Lead, core.class.Class, view.mixin.HTMLPresenter, { diff --git a/models/server-lead/tsconfig.json b/models/server-lead/tsconfig.json index 1d60db76b4..807a92c38c 100644 --- a/models/server-lead/tsconfig.json +++ b/models/server-lead/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@anticrm/model-rig/profiles/default/tsconfig.json", + "extends": "./node_modules/@hcengineering/model-rig/profiles/default/tsconfig.json", "compilerOptions": { "rootDir": "./src", diff --git a/models/server-notification/.eslintrc.js b/models/server-notification/.eslintrc.js index c3c2c49417..59eb1482fa 100644 --- a/models/server-notification/.eslintrc.js +++ b/models/server-notification/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@anticrm/model-rig/profiles/default/config/eslint.config.json'], + extends: ['./node_modules/@hcengineering/model-rig/profiles/default/config/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname, project: './tsconfig.json' diff --git a/models/server-notification/config/rig.json b/models/server-notification/config/rig.json index e9a9ee9add..45672e5d25 100644 --- a/models/server-notification/config/rig.json +++ b/models/server-notification/config/rig.json @@ -7,7 +7,7 @@ * (Required) The name of the rig package to inherit from. * It should be an NPM package name with the "-rig" suffix. */ - "rigPackageName": "@anticrm/model-rig" + "rigPackageName": "@hcengineering/model-rig" /** * (Optional) Selects a config profile from the rig package. The name must consist of diff --git a/models/server-notification/package.json b/models/server-notification/package.json index f2d0cca910..7d1b6bd9e6 100644 --- a/models/server-notification/package.json +++ b/models/server-notification/package.json @@ -1,5 +1,5 @@ { - "name": "@anticrm/model-server-notification", + "name": "@hcengineering/model-server-notification", "version": "0.6.0", "main": "lib/index.js", "author": "Anticrm Platform Contributors", @@ -12,7 +12,7 @@ "format": "prettier --write src && eslint --fix src" }, "devDependencies": { - "@anticrm/model-rig": "~0.6.0", + "@hcengineering/model-rig": "~0.6.0", "@typescript-eslint/eslint-plugin": "^5.30.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-promise": "^6.0.0", @@ -25,10 +25,10 @@ "@rushstack/heft": "^0.46.1" }, "dependencies": { - "@anticrm/core": "~0.6.16", - "@anticrm/model": "~0.6.0", - "@anticrm/platform": "~0.6.6", - "@anticrm/server-notification": "~0.6.0", - "@anticrm/server-core": "~0.6.1" + "@hcengineering/core": "^0.6.17", + "@hcengineering/model": "~0.6.0", + "@hcengineering/platform": "^0.6.7", + "@hcengineering/server-notification": "~0.6.0", + "@hcengineering/server-core": "~0.6.1" } } diff --git a/models/server-notification/src/index.ts b/models/server-notification/src/index.ts index efafb3c12d..cd1ff70591 100644 --- a/models/server-notification/src/index.ts +++ b/models/server-notification/src/index.ts @@ -14,11 +14,11 @@ // limitations under the License. // -import { Builder } from '@anticrm/model' +import { Builder } from '@hcengineering/model' -import serverCore from '@anticrm/server-core' -import core from '@anticrm/core' -import serverNotification from '@anticrm/server-notification' +import serverCore from '@hcengineering/server-core' +import core from '@hcengineering/core' +import serverNotification from '@hcengineering/server-notification' export function createModel (builder: Builder): void { builder.createDoc(serverCore.class.Trigger, core.space.Model, { diff --git a/models/server-notification/tsconfig.json b/models/server-notification/tsconfig.json index 1d60db76b4..807a92c38c 100644 --- a/models/server-notification/tsconfig.json +++ b/models/server-notification/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@anticrm/model-rig/profiles/default/tsconfig.json", + "extends": "./node_modules/@hcengineering/model-rig/profiles/default/tsconfig.json", "compilerOptions": { "rootDir": "./src", diff --git a/models/server-recruit/.eslintrc.js b/models/server-recruit/.eslintrc.js index c3c2c49417..59eb1482fa 100644 --- a/models/server-recruit/.eslintrc.js +++ b/models/server-recruit/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@anticrm/model-rig/profiles/default/config/eslint.config.json'], + extends: ['./node_modules/@hcengineering/model-rig/profiles/default/config/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname, project: './tsconfig.json' diff --git a/models/server-recruit/config/rig.json b/models/server-recruit/config/rig.json index e9a9ee9add..45672e5d25 100644 --- a/models/server-recruit/config/rig.json +++ b/models/server-recruit/config/rig.json @@ -7,7 +7,7 @@ * (Required) The name of the rig package to inherit from. * It should be an NPM package name with the "-rig" suffix. */ - "rigPackageName": "@anticrm/model-rig" + "rigPackageName": "@hcengineering/model-rig" /** * (Optional) Selects a config profile from the rig package. The name must consist of diff --git a/models/server-recruit/package.json b/models/server-recruit/package.json index e141e76343..30eefae1f3 100644 --- a/models/server-recruit/package.json +++ b/models/server-recruit/package.json @@ -1,5 +1,5 @@ { - "name": "@anticrm/model-server-recruit", + "name": "@hcengineering/model-server-recruit", "version": "0.6.0", "main": "lib/index.js", "author": "Anticrm Platform Contributors", @@ -12,7 +12,7 @@ "format": "prettier --write src && eslint --fix src" }, "devDependencies": { - "@anticrm/model-rig": "~0.6.0", + "@hcengineering/model-rig": "~0.6.0", "@typescript-eslint/eslint-plugin": "^5.30.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-promise": "^6.0.0", @@ -25,12 +25,12 @@ "@rushstack/heft": "^0.46.1" }, "dependencies": { - "@anticrm/core": "~0.6.16", - "@anticrm/model": "~0.6.0", - "@anticrm/platform": "~0.6.6", - "@anticrm/server-recruit": "~0.6.0", - "@anticrm/server-core": "~0.6.1", - "@anticrm/recruit": "~0.6.3", - "@anticrm/view": "~0.6.0" + "@hcengineering/core": "^0.6.17", + "@hcengineering/model": "~0.6.0", + "@hcengineering/platform": "^0.6.7", + "@hcengineering/server-recruit": "~0.6.0", + "@hcengineering/server-core": "~0.6.1", + "@hcengineering/recruit": "~0.6.3", + "@hcengineering/view": "^0.6.1" } } diff --git a/models/server-recruit/src/index.ts b/models/server-recruit/src/index.ts index 566dd73da1..a2064fa34a 100644 --- a/models/server-recruit/src/index.ts +++ b/models/server-recruit/src/index.ts @@ -13,13 +13,13 @@ // limitations under the License. // -import { Builder } from '@anticrm/model' +import { Builder } from '@hcengineering/model' -import core from '@anticrm/core' -import recruit from '@anticrm/recruit' -import view from '@anticrm/view' -import serverRecruit from '@anticrm/server-recruit' -import serverCore from '@anticrm/server-core' +import core from '@hcengineering/core' +import recruit from '@hcengineering/recruit' +import view from '@hcengineering/view' +import serverRecruit from '@hcengineering/server-recruit' +import serverCore from '@hcengineering/server-core' export function createModel (builder: Builder): void { builder.mixin(recruit.class.Applicant, core.class.Class, view.mixin.HTMLPresenter, { diff --git a/models/server-recruit/tsconfig.json b/models/server-recruit/tsconfig.json index 1d60db76b4..807a92c38c 100644 --- a/models/server-recruit/tsconfig.json +++ b/models/server-recruit/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@anticrm/model-rig/profiles/default/tsconfig.json", + "extends": "./node_modules/@hcengineering/model-rig/profiles/default/tsconfig.json", "compilerOptions": { "rootDir": "./src", diff --git a/models/server-setting/.eslintrc.js b/models/server-setting/.eslintrc.js index c3c2c49417..59eb1482fa 100644 --- a/models/server-setting/.eslintrc.js +++ b/models/server-setting/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@anticrm/model-rig/profiles/default/config/eslint.config.json'], + extends: ['./node_modules/@hcengineering/model-rig/profiles/default/config/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname, project: './tsconfig.json' diff --git a/models/server-setting/config/rig.json b/models/server-setting/config/rig.json index e9a9ee9add..45672e5d25 100644 --- a/models/server-setting/config/rig.json +++ b/models/server-setting/config/rig.json @@ -7,7 +7,7 @@ * (Required) The name of the rig package to inherit from. * It should be an NPM package name with the "-rig" suffix. */ - "rigPackageName": "@anticrm/model-rig" + "rigPackageName": "@hcengineering/model-rig" /** * (Optional) Selects a config profile from the rig package. The name must consist of diff --git a/models/server-setting/package.json b/models/server-setting/package.json index cf40c68dd7..a8f83aa9fd 100644 --- a/models/server-setting/package.json +++ b/models/server-setting/package.json @@ -1,5 +1,5 @@ { - "name": "@anticrm/model-server-setting", + "name": "@hcengineering/model-server-setting", "version": "0.6.0", "main": "lib/index.js", "author": "Anticrm Platform Contributors", @@ -12,7 +12,7 @@ "format": "prettier --write src && eslint --fix src" }, "devDependencies": { - "@anticrm/model-rig": "~0.6.0", + "@hcengineering/model-rig": "~0.6.0", "@typescript-eslint/eslint-plugin": "^5.30.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-promise": "^6.0.0", @@ -25,10 +25,10 @@ "@rushstack/heft": "^0.46.1" }, "dependencies": { - "@anticrm/core": "~0.6.16", - "@anticrm/model": "~0.6.0", - "@anticrm/platform": "~0.6.6", - "@anticrm/server-setting": "~0.6.0", - "@anticrm/server-core": "~0.6.1" + "@hcengineering/core": "^0.6.17", + "@hcengineering/model": "~0.6.0", + "@hcengineering/platform": "^0.6.7", + "@hcengineering/server-setting": "~0.6.0", + "@hcengineering/server-core": "~0.6.1" } } diff --git a/models/server-setting/src/index.ts b/models/server-setting/src/index.ts index be77949858..0bc215351c 100644 --- a/models/server-setting/src/index.ts +++ b/models/server-setting/src/index.ts @@ -14,11 +14,11 @@ // limitations under the License. // -import { Builder } from '@anticrm/model' +import { Builder } from '@hcengineering/model' -import serverCore from '@anticrm/server-core' -import core from '@anticrm/core' -import serverSetting from '@anticrm/server-setting' +import serverCore from '@hcengineering/server-core' +import core from '@hcengineering/core' +import serverSetting from '@hcengineering/server-setting' export function createModel (builder: Builder): void { builder.createDoc(serverCore.class.Trigger, core.space.Model, { diff --git a/models/server-setting/tsconfig.json b/models/server-setting/tsconfig.json index 1d60db76b4..807a92c38c 100644 --- a/models/server-setting/tsconfig.json +++ b/models/server-setting/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@anticrm/model-rig/profiles/default/tsconfig.json", + "extends": "./node_modules/@hcengineering/model-rig/profiles/default/tsconfig.json", "compilerOptions": { "rootDir": "./src", diff --git a/models/server-tags/.eslintrc.js b/models/server-tags/.eslintrc.js index c3c2c49417..59eb1482fa 100644 --- a/models/server-tags/.eslintrc.js +++ b/models/server-tags/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@anticrm/model-rig/profiles/default/config/eslint.config.json'], + extends: ['./node_modules/@hcengineering/model-rig/profiles/default/config/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname, project: './tsconfig.json' diff --git a/models/server-tags/config/rig.json b/models/server-tags/config/rig.json index e9a9ee9add..45672e5d25 100644 --- a/models/server-tags/config/rig.json +++ b/models/server-tags/config/rig.json @@ -7,7 +7,7 @@ * (Required) The name of the rig package to inherit from. * It should be an NPM package name with the "-rig" suffix. */ - "rigPackageName": "@anticrm/model-rig" + "rigPackageName": "@hcengineering/model-rig" /** * (Optional) Selects a config profile from the rig package. The name must consist of diff --git a/models/server-tags/package.json b/models/server-tags/package.json index 872b8e5f47..1b1141c85e 100644 --- a/models/server-tags/package.json +++ b/models/server-tags/package.json @@ -1,5 +1,5 @@ { - "name": "@anticrm/model-server-tags", + "name": "@hcengineering/model-server-tags", "version": "0.6.0", "main": "lib/index.js", "author": "Anticrm Platform Contributors", @@ -12,7 +12,7 @@ "format": "prettier --write src && eslint --fix src" }, "devDependencies": { - "@anticrm/model-rig": "~0.6.0", + "@hcengineering/model-rig": "~0.6.0", "@typescript-eslint/eslint-plugin": "^5.30.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-promise": "^6.0.0", @@ -25,11 +25,11 @@ "@rushstack/heft": "^0.46.1" }, "dependencies": { - "@anticrm/core": "~0.6.16", - "@anticrm/model": "~0.6.0", - "@anticrm/platform": "~0.6.6", - "@anticrm/server-tags": "~0.6.0", - "@anticrm/server-core": "~0.6.1", - "@anticrm/tags": "~0.6.2" + "@hcengineering/core": "^0.6.17", + "@hcengineering/model": "~0.6.0", + "@hcengineering/platform": "^0.6.7", + "@hcengineering/server-tags": "~0.6.0", + "@hcengineering/server-core": "~0.6.1", + "@hcengineering/tags": "~0.6.2" } } diff --git a/models/server-tags/src/index.ts b/models/server-tags/src/index.ts index e939fe228d..8f458a1375 100644 --- a/models/server-tags/src/index.ts +++ b/models/server-tags/src/index.ts @@ -13,11 +13,11 @@ // limitations under the License. // -import core, { Class, Doc } from '@anticrm/core' -import { Builder } from '@anticrm/model' -import serverCore, { ObjectDDParticipant } from '@anticrm/server-core' -import serverTags from '@anticrm/server-tags' -import tags from '@anticrm/tags' +import core, { Class, Doc } from '@hcengineering/core' +import { Builder } from '@hcengineering/model' +import serverCore, { ObjectDDParticipant } from '@hcengineering/server-core' +import serverTags from '@hcengineering/server-tags' +import tags from '@hcengineering/tags' export function createModel (builder: Builder): void { builder.createDoc(serverCore.class.Trigger, core.space.Model, { diff --git a/models/server-tags/tsconfig.json b/models/server-tags/tsconfig.json index 1d60db76b4..807a92c38c 100644 --- a/models/server-tags/tsconfig.json +++ b/models/server-tags/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@anticrm/model-rig/profiles/default/tsconfig.json", + "extends": "./node_modules/@hcengineering/model-rig/profiles/default/tsconfig.json", "compilerOptions": { "rootDir": "./src", diff --git a/models/server-task/.eslintrc.js b/models/server-task/.eslintrc.js index c3c2c49417..59eb1482fa 100644 --- a/models/server-task/.eslintrc.js +++ b/models/server-task/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@anticrm/model-rig/profiles/default/config/eslint.config.json'], + extends: ['./node_modules/@hcengineering/model-rig/profiles/default/config/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname, project: './tsconfig.json' diff --git a/models/server-task/config/rig.json b/models/server-task/config/rig.json index e9a9ee9add..45672e5d25 100644 --- a/models/server-task/config/rig.json +++ b/models/server-task/config/rig.json @@ -7,7 +7,7 @@ * (Required) The name of the rig package to inherit from. * It should be an NPM package name with the "-rig" suffix. */ - "rigPackageName": "@anticrm/model-rig" + "rigPackageName": "@hcengineering/model-rig" /** * (Optional) Selects a config profile from the rig package. The name must consist of diff --git a/models/server-task/package.json b/models/server-task/package.json index 02d7a366f2..fed5660218 100644 --- a/models/server-task/package.json +++ b/models/server-task/package.json @@ -1,5 +1,5 @@ { - "name": "@anticrm/model-server-task", + "name": "@hcengineering/model-server-task", "version": "0.6.0", "main": "lib/index.js", "author": "Anticrm Platform Contributors", @@ -12,7 +12,7 @@ "format": "prettier --write src && eslint --fix src" }, "devDependencies": { - "@anticrm/model-rig": "~0.6.0", + "@hcengineering/model-rig": "~0.6.0", "@typescript-eslint/eslint-plugin": "^5.30.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-promise": "^6.0.0", @@ -25,12 +25,12 @@ "@rushstack/heft": "^0.46.1" }, "dependencies": { - "@anticrm/core": "~0.6.16", - "@anticrm/model": "~0.6.0", - "@anticrm/platform": "~0.6.6", - "@anticrm/server-task": "~0.6.0", - "@anticrm/server-core": "~0.6.1", - "@anticrm/task": "~0.6.0", - "@anticrm/view": "~0.6.0" + "@hcengineering/core": "^0.6.17", + "@hcengineering/model": "~0.6.0", + "@hcengineering/platform": "^0.6.7", + "@hcengineering/server-task": "~0.6.0", + "@hcengineering/server-core": "~0.6.1", + "@hcengineering/task": "~0.6.0", + "@hcengineering/view": "^0.6.1" } } diff --git a/models/server-task/src/index.ts b/models/server-task/src/index.ts index b76864526d..b3cdf4ddf9 100644 --- a/models/server-task/src/index.ts +++ b/models/server-task/src/index.ts @@ -13,12 +13,12 @@ // limitations under the License. // -import { Builder } from '@anticrm/model' +import { Builder } from '@hcengineering/model' -import core from '@anticrm/core' -import serverTask from '@anticrm/server-task' -import task from '@anticrm/task' -import view from '@anticrm/view' +import core from '@hcengineering/core' +import serverTask from '@hcengineering/server-task' +import task from '@hcengineering/task' +import view from '@hcengineering/view' export function createModel (builder: Builder): void { builder.mixin(task.class.Issue, core.class.Class, view.mixin.HTMLPresenter, { diff --git a/models/server-task/tsconfig.json b/models/server-task/tsconfig.json index 1d60db76b4..807a92c38c 100644 --- a/models/server-task/tsconfig.json +++ b/models/server-task/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@anticrm/model-rig/profiles/default/tsconfig.json", + "extends": "./node_modules/@hcengineering/model-rig/profiles/default/tsconfig.json", "compilerOptions": { "rootDir": "./src", diff --git a/models/server-telegram/.eslintrc.js b/models/server-telegram/.eslintrc.js index c3c2c49417..59eb1482fa 100644 --- a/models/server-telegram/.eslintrc.js +++ b/models/server-telegram/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@anticrm/model-rig/profiles/default/config/eslint.config.json'], + extends: ['./node_modules/@hcengineering/model-rig/profiles/default/config/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname, project: './tsconfig.json' diff --git a/models/server-telegram/config/rig.json b/models/server-telegram/config/rig.json index e9a9ee9add..45672e5d25 100644 --- a/models/server-telegram/config/rig.json +++ b/models/server-telegram/config/rig.json @@ -7,7 +7,7 @@ * (Required) The name of the rig package to inherit from. * It should be an NPM package name with the "-rig" suffix. */ - "rigPackageName": "@anticrm/model-rig" + "rigPackageName": "@hcengineering/model-rig" /** * (Optional) Selects a config profile from the rig package. The name must consist of diff --git a/models/server-telegram/package.json b/models/server-telegram/package.json index 75b205db26..f058bce3fe 100644 --- a/models/server-telegram/package.json +++ b/models/server-telegram/package.json @@ -1,5 +1,5 @@ { - "name": "@anticrm/model-server-telegram", + "name": "@hcengineering/model-server-telegram", "version": "0.6.0", "main": "lib/index.js", "author": "Anticrm Platform Contributors", @@ -12,7 +12,7 @@ "format": "prettier --write src && eslint --fix src" }, "devDependencies": { - "@anticrm/model-rig": "~0.6.0", + "@hcengineering/model-rig": "~0.6.0", "@typescript-eslint/eslint-plugin": "^5.30.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-promise": "^6.0.0", @@ -25,11 +25,11 @@ "@rushstack/heft": "^0.46.1" }, "dependencies": { - "@anticrm/core": "~0.6.16", - "@anticrm/model": "~0.6.0", - "@anticrm/contact": "~0.6.5", - "@anticrm/platform": "~0.6.6", - "@anticrm/server-telegram": "~0.6.0", - "@anticrm/server-core": "~0.6.1" + "@hcengineering/core": "^0.6.17", + "@hcengineering/model": "~0.6.0", + "@hcengineering/contact": "~0.6.5", + "@hcengineering/platform": "^0.6.7", + "@hcengineering/server-telegram": "~0.6.0", + "@hcengineering/server-core": "~0.6.1" } } diff --git a/models/server-telegram/src/index.ts b/models/server-telegram/src/index.ts index 94677c1d08..59a7ea1afc 100644 --- a/models/server-telegram/src/index.ts +++ b/models/server-telegram/src/index.ts @@ -13,12 +13,12 @@ // limitations under the License. // -import { Builder } from '@anticrm/model' +import { Builder } from '@hcengineering/model' -import core, { Class, Doc } from '@anticrm/core' -import serverCore, { ObjectDDParticipant } from '@anticrm/server-core' -import contact from '@anticrm/contact' -import serverTelegram from '@anticrm/server-telegram' +import core, { Class, Doc } from '@hcengineering/core' +import serverCore, { ObjectDDParticipant } from '@hcengineering/server-core' +import contact from '@hcengineering/contact' +import serverTelegram from '@hcengineering/server-telegram' export function createModel (builder: Builder): void { builder.mixin, ObjectDDParticipant>( diff --git a/models/server-telegram/tsconfig.json b/models/server-telegram/tsconfig.json index 1d60db76b4..807a92c38c 100644 --- a/models/server-telegram/tsconfig.json +++ b/models/server-telegram/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@anticrm/model-rig/profiles/default/tsconfig.json", + "extends": "./node_modules/@hcengineering/model-rig/profiles/default/tsconfig.json", "compilerOptions": { "rootDir": "./src", diff --git a/models/server-tracker/.eslintrc.js b/models/server-tracker/.eslintrc.js index c3c2c49417..59eb1482fa 100644 --- a/models/server-tracker/.eslintrc.js +++ b/models/server-tracker/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@anticrm/model-rig/profiles/default/config/eslint.config.json'], + extends: ['./node_modules/@hcengineering/model-rig/profiles/default/config/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname, project: './tsconfig.json' diff --git a/models/server-tracker/config/rig.json b/models/server-tracker/config/rig.json index e9a9ee9add..45672e5d25 100644 --- a/models/server-tracker/config/rig.json +++ b/models/server-tracker/config/rig.json @@ -7,7 +7,7 @@ * (Required) The name of the rig package to inherit from. * It should be an NPM package name with the "-rig" suffix. */ - "rigPackageName": "@anticrm/model-rig" + "rigPackageName": "@hcengineering/model-rig" /** * (Optional) Selects a config profile from the rig package. The name must consist of diff --git a/models/server-tracker/package.json b/models/server-tracker/package.json index 8e7af67cde..dcd4d9eaa3 100644 --- a/models/server-tracker/package.json +++ b/models/server-tracker/package.json @@ -1,5 +1,5 @@ { - "name": "@anticrm/model-server-tracker", + "name": "@hcengineering/model-server-tracker", "version": "0.6.0", "main": "lib/index.js", "author": "Anticrm Platform Contributors", @@ -12,7 +12,7 @@ "format": "prettier --write src && eslint --fix src" }, "devDependencies": { - "@anticrm/model-rig": "~0.6.0", + "@hcengineering/model-rig": "~0.6.0", "@typescript-eslint/eslint-plugin": "^5.30.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-promise": "^6.0.0", @@ -25,9 +25,9 @@ "@rushstack/heft": "^0.46.1" }, "dependencies": { - "@anticrm/core": "~0.6.16", - "@anticrm/model": "~0.6.0", - "@anticrm/server-core": "~0.6.1", - "@anticrm/server-tracker": "~0.6.0" + "@hcengineering/core": "^0.6.17", + "@hcengineering/model": "~0.6.0", + "@hcengineering/server-core": "~0.6.1", + "@hcengineering/server-tracker": "~0.6.0" } } diff --git a/models/server-tracker/src/index.ts b/models/server-tracker/src/index.ts index 8ce21490ee..4523f1b118 100644 --- a/models/server-tracker/src/index.ts +++ b/models/server-tracker/src/index.ts @@ -13,10 +13,10 @@ // limitations under the License. // -import { Builder } from '@anticrm/model' -import core from '@anticrm/core' -import serverCore from '@anticrm/server-core' -import serverTracker from '@anticrm/server-tracker' +import { Builder } from '@hcengineering/model' +import core from '@hcengineering/core' +import serverCore from '@hcengineering/server-core' +import serverTracker from '@hcengineering/server-tracker' export function createModel (builder: Builder): void { builder.createDoc(serverCore.class.Trigger, core.space.Model, { diff --git a/models/server-tracker/tsconfig.json b/models/server-tracker/tsconfig.json index 1d60db76b4..807a92c38c 100644 --- a/models/server-tracker/tsconfig.json +++ b/models/server-tracker/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@anticrm/model-rig/profiles/default/tsconfig.json", + "extends": "./node_modules/@hcengineering/model-rig/profiles/default/tsconfig.json", "compilerOptions": { "rootDir": "./src", diff --git a/models/setting/.eslintrc.js b/models/setting/.eslintrc.js index c3c2c49417..59eb1482fa 100644 --- a/models/setting/.eslintrc.js +++ b/models/setting/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@anticrm/model-rig/profiles/default/config/eslint.config.json'], + extends: ['./node_modules/@hcengineering/model-rig/profiles/default/config/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname, project: './tsconfig.json' diff --git a/models/setting/config/rig.json b/models/setting/config/rig.json index e9a9ee9add..45672e5d25 100644 --- a/models/setting/config/rig.json +++ b/models/setting/config/rig.json @@ -7,7 +7,7 @@ * (Required) The name of the rig package to inherit from. * It should be an NPM package name with the "-rig" suffix. */ - "rigPackageName": "@anticrm/model-rig" + "rigPackageName": "@hcengineering/model-rig" /** * (Optional) Selects a config profile from the rig package. The name must consist of diff --git a/models/setting/package.json b/models/setting/package.json index 746523d549..b1091b4499 100644 --- a/models/setting/package.json +++ b/models/setting/package.json @@ -1,5 +1,5 @@ { - "name": "@anticrm/model-setting", + "name": "@hcengineering/model-setting", "version": "0.6.0", "main": "lib/index.js", "author": "Anticrm Platform Contributors", @@ -12,7 +12,7 @@ "format": "prettier --write src && eslint --fix src" }, "devDependencies": { - "@anticrm/model-rig": "~0.6.0", + "@hcengineering/model-rig": "~0.6.0", "@typescript-eslint/eslint-plugin": "^5.30.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-promise": "^6.0.0", @@ -25,17 +25,17 @@ "@rushstack/heft": "^0.46.1" }, "dependencies": { - "@anticrm/core": "~0.6.16", - "@anticrm/model": "~0.6.0", - "@anticrm/ui": "~0.6.0", - "@anticrm/view": "~0.6.0", - "@anticrm/setting": "~0.6.1", - "@anticrm/setting-resources": "~0.6.0", - "@anticrm/platform": "~0.6.6", - "@anticrm/model-core": "~0.6.0", - "@anticrm/model-view": "~0.6.0", - "@anticrm/model-workbench": "~0.6.1", - "@anticrm/task": "~0.6.0", - "@anticrm/activity": "~0.6.0" + "@hcengineering/core": "^0.6.17", + "@hcengineering/model": "~0.6.0", + "@hcengineering/ui": "^0.6.2", + "@hcengineering/view": "^0.6.1", + "@hcengineering/setting": "~0.6.1", + "@hcengineering/setting-resources": "~0.6.0", + "@hcengineering/platform": "^0.6.7", + "@hcengineering/model-core": "~0.6.0", + "@hcengineering/model-view": "~0.6.0", + "@hcengineering/model-workbench": "~0.6.1", + "@hcengineering/task": "~0.6.0", + "@hcengineering/activity": "~0.6.0" } } diff --git a/models/setting/src/index.ts b/models/setting/src/index.ts index b33dd16770..a61a5fe98d 100644 --- a/models/setting/src/index.ts +++ b/models/setting/src/index.ts @@ -13,12 +13,12 @@ // limitations under the License. // -import activity from '@anticrm/activity' -import { Domain, DOMAIN_MODEL, Ref } from '@anticrm/core' -import { Builder, Mixin, Model } from '@anticrm/model' -import core, { TClass, TDoc } from '@anticrm/model-core' -import view, { createAction } from '@anticrm/model-view' -import type { Asset, IntlString } from '@anticrm/platform' +import activity from '@hcengineering/activity' +import { Domain, DOMAIN_MODEL, Ref } from '@hcengineering/core' +import { Builder, Mixin, Model } from '@hcengineering/model' +import core, { TClass, TDoc } from '@hcengineering/model-core' +import view, { createAction } from '@hcengineering/model-view' +import type { Asset, IntlString } from '@hcengineering/platform' import { Editable, Handler, @@ -27,12 +27,12 @@ import { settingId, SettingsCategory, UserMixin -} from '@anticrm/setting' -import task from '@anticrm/task' +} from '@hcengineering/setting' +import task from '@hcengineering/task' import setting from './plugin' -import workbench from '@anticrm/model-workbench' -import { AnyComponent } from '@anticrm/ui' +import workbench from '@hcengineering/model-workbench' +import { AnyComponent } from '@hcengineering/ui' export const DOMAIN_SETTING = 'setting' as Domain diff --git a/models/setting/src/migration.ts b/models/setting/src/migration.ts index 491e4f17ac..27560db57c 100644 --- a/models/setting/src/migration.ts +++ b/models/setting/src/migration.ts @@ -13,7 +13,7 @@ // limitations under the License. // -import { MigrateOperation, MigrationClient, MigrationUpgradeClient } from '@anticrm/model' +import { MigrateOperation, MigrationClient, MigrationUpgradeClient } from '@hcengineering/model' export const settingOperation: MigrateOperation = { async migrate (client: MigrationClient): Promise {}, diff --git a/models/setting/src/plugin.ts b/models/setting/src/plugin.ts index 64ea04d185..5664b7ef5b 100644 --- a/models/setting/src/plugin.ts +++ b/models/setting/src/plugin.ts @@ -13,13 +13,13 @@ // limitations under the License. // -import type { TxViewlet } from '@anticrm/activity' -import { Doc, Ref } from '@anticrm/core' -import { mergeIds } from '@anticrm/platform' -import { settingId } from '@anticrm/setting' -import setting from '@anticrm/setting-resources/src/plugin' -import { AnyComponent } from '@anticrm/ui' -import { Action, ActionCategory, ViewAction } from '@anticrm/view' +import type { TxViewlet } from '@hcengineering/activity' +import { Doc, Ref } from '@hcengineering/core' +import { mergeIds } from '@hcengineering/platform' +import { settingId } from '@hcengineering/setting' +import setting from '@hcengineering/setting-resources/src/plugin' +import { AnyComponent } from '@hcengineering/ui' +import { Action, ActionCategory, ViewAction } from '@hcengineering/view' export default mergeIds(settingId, setting, { activity: { diff --git a/models/setting/tsconfig.json b/models/setting/tsconfig.json index 1d60db76b4..807a92c38c 100644 --- a/models/setting/tsconfig.json +++ b/models/setting/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@anticrm/model-rig/profiles/default/tsconfig.json", + "extends": "./node_modules/@hcengineering/model-rig/profiles/default/tsconfig.json", "compilerOptions": { "rootDir": "./src", diff --git a/models/tags/.eslintrc.js b/models/tags/.eslintrc.js index c3c2c49417..59eb1482fa 100644 --- a/models/tags/.eslintrc.js +++ b/models/tags/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@anticrm/model-rig/profiles/default/config/eslint.config.json'], + extends: ['./node_modules/@hcengineering/model-rig/profiles/default/config/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname, project: './tsconfig.json' diff --git a/models/tags/config/rig.json b/models/tags/config/rig.json index e9a9ee9add..45672e5d25 100644 --- a/models/tags/config/rig.json +++ b/models/tags/config/rig.json @@ -7,7 +7,7 @@ * (Required) The name of the rig package to inherit from. * It should be an NPM package name with the "-rig" suffix. */ - "rigPackageName": "@anticrm/model-rig" + "rigPackageName": "@hcengineering/model-rig" /** * (Optional) Selects a config profile from the rig package. The name must consist of diff --git a/models/tags/package.json b/models/tags/package.json index 487a65bdc5..9df06d9838 100644 --- a/models/tags/package.json +++ b/models/tags/package.json @@ -1,5 +1,5 @@ { - "name": "@anticrm/model-tags", + "name": "@hcengineering/model-tags", "version": "0.6.0", "main": "lib/index.js", "author": "Anticrm Platform Contributors", @@ -12,7 +12,7 @@ "format": "prettier --write src && eslint --fix src" }, "devDependencies": { - "@anticrm/model-rig": "~0.6.0", + "@hcengineering/model-rig": "~0.6.0", "@typescript-eslint/eslint-plugin": "^5.30.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-promise": "^6.0.0", @@ -25,15 +25,15 @@ "@rushstack/heft": "^0.46.1" }, "dependencies": { - "@anticrm/activity": "~0.6.0", - "@anticrm/model": "~0.6.0", - "@anticrm/core": "~0.6.16", - "@anticrm/platform": "~0.6.6", - "@anticrm/tags": "~0.6.2", - "@anticrm/tags-resources": "~0.6.0", - "@anticrm/ui": "~0.6.0", - "@anticrm/model-core": "~0.6.0", - "@anticrm/view": "~0.6.0", - "@anticrm/model-view": "~0.6.0" + "@hcengineering/activity": "~0.6.0", + "@hcengineering/model": "~0.6.0", + "@hcengineering/core": "^0.6.17", + "@hcengineering/platform": "^0.6.7", + "@hcengineering/tags": "~0.6.2", + "@hcengineering/tags-resources": "~0.6.0", + "@hcengineering/ui": "^0.6.2", + "@hcengineering/model-core": "~0.6.0", + "@hcengineering/view": "^0.6.1", + "@hcengineering/model-view": "~0.6.0" } } diff --git a/models/tags/src/index.ts b/models/tags/src/index.ts index 25577b82bf..9322ac0a66 100644 --- a/models/tags/src/index.ts +++ b/models/tags/src/index.ts @@ -12,15 +12,15 @@ // See the License for the specific language governing permissions and // limitations under the License. -import { Class, Doc, Domain, IndexKind, Ref } from '@anticrm/core' -import { ArrOf, Builder, Index, Model, Prop, TypeNumber, TypeRef, TypeString, UX } from '@anticrm/model' -import core, { TAttachedDoc, TDoc } from '@anticrm/model-core' -import view from '@anticrm/model-view' -import { Asset, IntlString } from '@anticrm/platform' -import type { TagCategory, TagElement, TagReference } from '@anticrm/tags' +import { Class, Doc, Domain, IndexKind, Ref } from '@hcengineering/core' +import { ArrOf, Builder, Index, Model, Prop, TypeNumber, TypeRef, TypeString, UX } from '@hcengineering/model' +import core, { TAttachedDoc, TDoc } from '@hcengineering/model-core' +import view from '@hcengineering/model-view' +import { Asset, IntlString } from '@hcengineering/platform' +import type { TagCategory, TagElement, TagReference } from '@hcengineering/tags' import tags from './plugin' -export { TagCategory, TagElement, TagReference } from '@anticrm/tags' +export { TagCategory, TagElement, TagReference } from '@hcengineering/tags' export { tagsOperation } from './migration' export { tags as default } diff --git a/models/tags/src/migration.ts b/models/tags/src/migration.ts index d1f84168a1..c205780048 100644 --- a/models/tags/src/migration.ts +++ b/models/tags/src/migration.ts @@ -1,6 +1,6 @@ -import core, { Ref, TxOperations } from '@anticrm/core' -import { MigrateOperation, MigrationClient, MigrationResult, MigrationUpgradeClient } from '@anticrm/model' -import { TagElement, TagReference } from '@anticrm/tags' +import core, { Ref, TxOperations } from '@hcengineering/core' +import { MigrateOperation, MigrationClient, MigrationResult, MigrationUpgradeClient } from '@hcengineering/model' +import { TagElement, TagReference } from '@hcengineering/tags' import { DOMAIN_TAGS } from './index' import tags from './plugin' diff --git a/models/tags/src/plugin.ts b/models/tags/src/plugin.ts index a917640a2e..72031c8ad7 100644 --- a/models/tags/src/plugin.ts +++ b/models/tags/src/plugin.ts @@ -12,14 +12,14 @@ // See the License for the specific language governing permissions and // limitations under the License. -import { Ref } from '@anticrm/core' -import { IntlString, mergeIds } from '@anticrm/platform' -import { TagCategory, tagsId } from '@anticrm/tags' -import tags from '@anticrm/tags-resources/src/plugin' -import type { AnyComponent } from '@anticrm/ui' -import { ViewAction } from '@anticrm/model-view' +import { Ref } from '@hcengineering/core' +import { IntlString, mergeIds } from '@hcengineering/platform' +import { TagCategory, tagsId } from '@hcengineering/tags' +import tags from '@hcengineering/tags-resources/src/plugin' +import type { AnyComponent } from '@hcengineering/ui' +import { ViewAction } from '@hcengineering/model-view' // eslint-disable-next-line @typescript-eslint/no-unused-vars -import view from '@anticrm/view' +import view from '@hcengineering/view' export default mergeIds(tagsId, tags, { // Without it, CLI version is failed with some svelte dependency exception. diff --git a/models/tags/tsconfig.json b/models/tags/tsconfig.json index 1d60db76b4..807a92c38c 100644 --- a/models/tags/tsconfig.json +++ b/models/tags/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@anticrm/model-rig/profiles/default/tsconfig.json", + "extends": "./node_modules/@hcengineering/model-rig/profiles/default/tsconfig.json", "compilerOptions": { "rootDir": "./src", diff --git a/models/task/.eslintrc.js b/models/task/.eslintrc.js index c3c2c49417..59eb1482fa 100644 --- a/models/task/.eslintrc.js +++ b/models/task/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@anticrm/model-rig/profiles/default/config/eslint.config.json'], + extends: ['./node_modules/@hcengineering/model-rig/profiles/default/config/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname, project: './tsconfig.json' diff --git a/models/task/CHANGELOG.json b/models/task/CHANGELOG.json index 51843f35c4..6d6cefb010 100644 --- a/models/task/CHANGELOG.json +++ b/models/task/CHANGELOG.json @@ -1,14 +1,14 @@ { - "name": "@anticrm/model-task", + "name": "@hcengineering/model-task", "entries": [ { "version": "0.6.0", - "tag": "@anticrm/model-task_v0.6.0", + "tag": "@hcengineering/model-task_v0.6.0", "date": "Sun, 08 Aug 2021 10:14:57 GMT", "comments": { "dependency": [ { - "comment": "Updating dependency \"@anticrm/platform\" from `~0.6.3` to `~0.6.4`" + "comment": "Updating dependency \"@hcengineering/platform\" from `~0.6.3` to `~0.6.4`" } ] } diff --git a/models/task/CHANGELOG.md b/models/task/CHANGELOG.md index 0a2b19e108..b48e7dfdf4 100644 --- a/models/task/CHANGELOG.md +++ b/models/task/CHANGELOG.md @@ -1,4 +1,4 @@ -# Change Log - @anticrm/model-task +# Change Log - @hcengineering/model-task This log was last generated on Sun, 08 Aug 2021 10:14:57 GMT and should not be manually modified. diff --git a/models/task/config/rig.json b/models/task/config/rig.json index e9a9ee9add..45672e5d25 100644 --- a/models/task/config/rig.json +++ b/models/task/config/rig.json @@ -7,7 +7,7 @@ * (Required) The name of the rig package to inherit from. * It should be an NPM package name with the "-rig" suffix. */ - "rigPackageName": "@anticrm/model-rig" + "rigPackageName": "@hcengineering/model-rig" /** * (Optional) Selects a config profile from the rig package. The name must consist of diff --git a/models/task/package.json b/models/task/package.json index 3294348145..d64df69fbb 100644 --- a/models/task/package.json +++ b/models/task/package.json @@ -1,5 +1,5 @@ { - "name": "@anticrm/model-task", + "name": "@hcengineering/model-task", "version": "0.6.0", "main": "lib/index.js", "author": "Anticrm Platform Contributors", @@ -12,7 +12,7 @@ "format": "prettier --write src && eslint --fix src" }, "devDependencies": { - "@anticrm/model-rig": "~0.6.0", + "@hcengineering/model-rig": "~0.6.0", "@typescript-eslint/eslint-plugin": "^5.30.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-promise": "^6.0.0", @@ -25,24 +25,24 @@ "@rushstack/heft": "^0.46.1" }, "dependencies": { - "@anticrm/core": "~0.6.16", - "@anticrm/model": "~0.6.0", - "@anticrm/ui": "~0.6.0", - "@anticrm/contact": "~0.6.5", - "@anticrm/platform": "~0.6.6", - "@anticrm/model-core": "~0.6.0", - "@anticrm/model-view": "~0.6.0", - "@anticrm/model-workbench": "~0.6.1", - "@anticrm/model-contact": "~0.6.1", - "@anticrm/model-attachment": "~0.6.0", - "@anticrm/notification": "~0.6.0", - "@anticrm/task": "~0.6.0", - "@anticrm/task-resources": "~0.6.0", - "@anticrm/model-chunter": "~0.6.0", - "@anticrm/workbench": "~0.6.1", - "@anticrm/view": "~0.6.0", - "@anticrm/model-presentation": "~0.6.0", - "@anticrm/tags": "~0.6.2", - "@anticrm/model-tags": "~0.6.0" + "@hcengineering/core": "^0.6.17", + "@hcengineering/model": "~0.6.0", + "@hcengineering/ui": "^0.6.2", + "@hcengineering/contact": "~0.6.5", + "@hcengineering/platform": "^0.6.7", + "@hcengineering/model-core": "~0.6.0", + "@hcengineering/model-view": "~0.6.0", + "@hcengineering/model-workbench": "~0.6.1", + "@hcengineering/model-contact": "~0.6.1", + "@hcengineering/model-attachment": "~0.6.0", + "@hcengineering/notification": "~0.6.0", + "@hcengineering/task": "~0.6.0", + "@hcengineering/task-resources": "~0.6.0", + "@hcengineering/model-chunter": "~0.6.0", + "@hcengineering/workbench": "~0.6.1", + "@hcengineering/view": "^0.6.1", + "@hcengineering/model-presentation": "~0.6.0", + "@hcengineering/tags": "~0.6.2", + "@hcengineering/model-tags": "~0.6.0" } } diff --git a/models/task/src/index.ts b/models/task/src/index.ts index 683b35d633..63abe3609c 100644 --- a/models/task/src/index.ts +++ b/models/task/src/index.ts @@ -13,9 +13,20 @@ // limitations under the License. // -import type { Employee } from '@anticrm/contact' -import contact from '@anticrm/contact' -import { Arr, Class, Doc, Domain, DOMAIN_MODEL, FindOptions, IndexKind, Ref, Space, Timestamp } from '@anticrm/core' +import type { Employee } from '@hcengineering/contact' +import contact from '@hcengineering/contact' +import { + Arr, + Class, + Doc, + Domain, + DOMAIN_MODEL, + FindOptions, + IndexKind, + Ref, + Space, + Timestamp +} from '@hcengineering/core' import { Builder, Collection, @@ -31,14 +42,14 @@ import { TypeRef, TypeString, UX -} from '@anticrm/model' -import attachment from '@anticrm/model-attachment' -import chunter from '@anticrm/model-chunter' -import core, { TAttachedDoc, TClass, TDoc, TSpace } from '@anticrm/model-core' -import view, { actionTemplates as viewTemplates, createAction, template } from '@anticrm/model-view' -import notification from '@anticrm/notification' -import { IntlString } from '@anticrm/platform' -import tags from '@anticrm/tags' +} from '@hcengineering/model' +import attachment from '@hcengineering/model-attachment' +import chunter from '@hcengineering/model-chunter' +import core, { TAttachedDoc, TClass, TDoc, TSpace } from '@hcengineering/model-core' +import view, { actionTemplates as viewTemplates, createAction, template } from '@hcengineering/model-view' +import notification from '@hcengineering/notification' +import { IntlString } from '@hcengineering/platform' +import tags from '@hcengineering/tags' import { DOMAIN_STATE, DoneState, @@ -58,9 +69,9 @@ import { TodoItem, WonState, WonStateTemplate -} from '@anticrm/task' -import { AnyComponent } from '@anticrm/ui' -import { ViewAction } from '@anticrm/view' +} from '@hcengineering/task' +import { AnyComponent } from '@hcengineering/ui' +import { ViewAction } from '@hcengineering/view' import task from './plugin' export { createKanbanTemplate, createSequence, taskOperation } from './migration' diff --git a/models/task/src/migration.ts b/models/task/src/migration.ts index e0c8c07c74..594220ec61 100644 --- a/models/task/src/migration.ts +++ b/models/task/src/migration.ts @@ -13,13 +13,13 @@ // limitations under the License. // -import { Class, Doc, Ref, Space, TxOperations } from '@anticrm/core' -import { createOrUpdate, MigrateOperation, MigrationClient, MigrationUpgradeClient } from '@anticrm/model' -import core from '@anticrm/model-core' -import { KanbanTemplate, StateTemplate, DoneStateTemplate, genRanks, createKanban } from '@anticrm/task' +import { Class, Doc, Ref, Space, TxOperations } from '@hcengineering/core' +import { createOrUpdate, MigrateOperation, MigrationClient, MigrationUpgradeClient } from '@hcengineering/model' +import core from '@hcengineering/model-core' +import { KanbanTemplate, StateTemplate, DoneStateTemplate, genRanks, createKanban } from '@hcengineering/task' import { DOMAIN_TASK } from '.' import task from './plugin' -import tags from '@anticrm/model-tags' +import tags from '@hcengineering/model-tags' /** * @public diff --git a/models/task/src/plugin.ts b/models/task/src/plugin.ts index a70c4b5024..d6466480e4 100644 --- a/models/task/src/plugin.ts +++ b/models/task/src/plugin.ts @@ -14,13 +14,13 @@ // limitations under the License. // -import type { Ref, Space } from '@anticrm/core' -import { mergeIds } from '@anticrm/platform' -import { TagCategory } from '@anticrm/tags' -import { KanbanTemplate, taskId } from '@anticrm/task' -import task from '@anticrm/task-resources/src/plugin' -import type { AnyComponent } from '@anticrm/ui' -import type { Action, ActionCategory, ViewAction, Viewlet } from '@anticrm/view' +import type { Ref, Space } from '@hcengineering/core' +import { mergeIds } from '@hcengineering/platform' +import { TagCategory } from '@hcengineering/tags' +import { KanbanTemplate, taskId } from '@hcengineering/task' +import task from '@hcengineering/task-resources/src/plugin' +import type { AnyComponent } from '@hcengineering/ui' +import type { Action, ActionCategory, ViewAction, Viewlet } from '@hcengineering/view' export default mergeIds(taskId, task, { action: { diff --git a/models/task/tsconfig.json b/models/task/tsconfig.json index 1d60db76b4..807a92c38c 100644 --- a/models/task/tsconfig.json +++ b/models/task/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@anticrm/model-rig/profiles/default/tsconfig.json", + "extends": "./node_modules/@hcengineering/model-rig/profiles/default/tsconfig.json", "compilerOptions": { "rootDir": "./src", diff --git a/models/telegram/.eslintrc.js b/models/telegram/.eslintrc.js index c3c2c49417..59eb1482fa 100644 --- a/models/telegram/.eslintrc.js +++ b/models/telegram/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@anticrm/model-rig/profiles/default/config/eslint.config.json'], + extends: ['./node_modules/@hcengineering/model-rig/profiles/default/config/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname, project: './tsconfig.json' diff --git a/models/telegram/config/rig.json b/models/telegram/config/rig.json index e9a9ee9add..45672e5d25 100644 --- a/models/telegram/config/rig.json +++ b/models/telegram/config/rig.json @@ -7,7 +7,7 @@ * (Required) The name of the rig package to inherit from. * It should be an NPM package name with the "-rig" suffix. */ - "rigPackageName": "@anticrm/model-rig" + "rigPackageName": "@hcengineering/model-rig" /** * (Optional) Selects a config profile from the rig package. The name must consist of diff --git a/models/telegram/package.json b/models/telegram/package.json index 2385dc5e0b..1254427b1a 100644 --- a/models/telegram/package.json +++ b/models/telegram/package.json @@ -1,5 +1,5 @@ { - "name": "@anticrm/model-telegram", + "name": "@hcengineering/model-telegram", "version": "0.6.0", "main": "lib/index.js", "author": "Anticrm Platform Contributors", @@ -12,7 +12,7 @@ "format": "prettier --write src && eslint --fix src" }, "devDependencies": { - "@anticrm/model-rig": "~0.6.0", + "@hcengineering/model-rig": "~0.6.0", "@typescript-eslint/eslint-plugin": "^5.30.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-promise": "^6.0.0", @@ -25,17 +25,17 @@ "@rushstack/heft": "^0.46.1" }, "dependencies": { - "@anticrm/activity": "~0.6.0", - "@anticrm/model": "~0.6.0", - "@anticrm/core": "~0.6.16", - "@anticrm/platform": "~0.6.6", - "@anticrm/model-core": "~0.6.0", - "@anticrm/model-attachment": "~0.6.0", - "@anticrm/model-contact": "~0.6.1", - "@anticrm/contact": "~0.6.5", - "@anticrm/telegram": "~0.6.2", - "@anticrm/telegram-resources": "~0.6.0", - "@anticrm/setting": "~0.6.1", - "@anticrm/ui": "~0.6.0" + "@hcengineering/activity": "~0.6.0", + "@hcengineering/model": "~0.6.0", + "@hcengineering/core": "^0.6.17", + "@hcengineering/platform": "^0.6.7", + "@hcengineering/model-core": "~0.6.0", + "@hcengineering/model-attachment": "~0.6.0", + "@hcengineering/model-contact": "~0.6.1", + "@hcengineering/contact": "~0.6.5", + "@hcengineering/telegram": "~0.6.2", + "@hcengineering/telegram-resources": "~0.6.0", + "@hcengineering/setting": "~0.6.1", + "@hcengineering/ui": "^0.6.2" } } diff --git a/models/telegram/src/index.ts b/models/telegram/src/index.ts index 0dcbcbb809..6e82b4754e 100644 --- a/models/telegram/src/index.ts +++ b/models/telegram/src/index.ts @@ -14,21 +14,31 @@ // limitations under the License. // -import { Builder, Model, TypeString, TypeBoolean, Prop, ArrOf, Index, Collection, TypeTimestamp } from '@anticrm/model' -import core, { TAttachedDoc } from '@anticrm/model-core' -import contact from '@anticrm/model-contact' +import { + Builder, + Model, + TypeString, + TypeBoolean, + Prop, + ArrOf, + Index, + Collection, + TypeTimestamp +} from '@hcengineering/model' +import core, { TAttachedDoc } from '@hcengineering/model-core' +import contact from '@hcengineering/model-contact' import telegram from './plugin' import type { TelegramMessage, NewTelegramMessage, SharedTelegramMessage, SharedTelegramMessages -} from '@anticrm/telegram' -import { Class, Domain, IndexKind, Ref, Timestamp, Type } from '@anticrm/core' -import setting from '@anticrm/setting' -import activity from '@anticrm/activity' -import { Channel } from '@anticrm/contact' -import attachment from '@anticrm/model-attachment' +} from '@hcengineering/telegram' +import { Class, Domain, IndexKind, Ref, Timestamp, Type } from '@hcengineering/core' +import setting from '@hcengineering/setting' +import activity from '@hcengineering/activity' +import { Channel } from '@hcengineering/contact' +import attachment from '@hcengineering/model-attachment' export const DOMAIN_TELEGRAM = 'telegram' as Domain diff --git a/models/telegram/src/migration.ts b/models/telegram/src/migration.ts index a950586183..43a6836cf2 100644 --- a/models/telegram/src/migration.ts +++ b/models/telegram/src/migration.ts @@ -13,10 +13,10 @@ // limitations under the License. // -import core, { SortingOrder, TxOperations } from '@anticrm/core' +import core, { SortingOrder, TxOperations } from '@hcengineering/core' import telegram from './plugin' -import { MigrateOperation, MigrationClient, MigrationUpgradeClient } from '@anticrm/model' -import contact from '@anticrm/model-contact' +import { MigrateOperation, MigrationClient, MigrationUpgradeClient } from '@hcengineering/model' +import contact from '@hcengineering/model-contact' async function updateChannlLastMessage (client: TxOperations): Promise { const channels = await client.findAll(contact.class.Channel, { diff --git a/models/telegram/src/plugin.ts b/models/telegram/src/plugin.ts index bfb218b8f2..4c03a07286 100644 --- a/models/telegram/src/plugin.ts +++ b/models/telegram/src/plugin.ts @@ -14,12 +14,12 @@ // limitations under the License. // -import { Ref } from '@anticrm/core' -import { IntlString, mergeIds } from '@anticrm/platform' -import { telegramId } from '@anticrm/telegram' -import telegram from '@anticrm/telegram-resources/src/plugin' -import type { AnyComponent } from '@anticrm/ui' -import type { TxViewlet } from '@anticrm/activity' +import { Ref } from '@hcengineering/core' +import { IntlString, mergeIds } from '@hcengineering/platform' +import { telegramId } from '@hcengineering/telegram' +import telegram from '@hcengineering/telegram-resources/src/plugin' +import type { AnyComponent } from '@hcengineering/ui' +import type { TxViewlet } from '@hcengineering/activity' export default mergeIds(telegramId, telegram, { string: { diff --git a/models/telegram/tsconfig.json b/models/telegram/tsconfig.json index 1d60db76b4..807a92c38c 100644 --- a/models/telegram/tsconfig.json +++ b/models/telegram/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@anticrm/model-rig/profiles/default/tsconfig.json", + "extends": "./node_modules/@hcengineering/model-rig/profiles/default/tsconfig.json", "compilerOptions": { "rootDir": "./src", diff --git a/models/templates/.eslintrc.js b/models/templates/.eslintrc.js index c3c2c49417..59eb1482fa 100644 --- a/models/templates/.eslintrc.js +++ b/models/templates/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@anticrm/model-rig/profiles/default/config/eslint.config.json'], + extends: ['./node_modules/@hcengineering/model-rig/profiles/default/config/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname, project: './tsconfig.json' diff --git a/models/templates/config/rig.json b/models/templates/config/rig.json index e9a9ee9add..45672e5d25 100644 --- a/models/templates/config/rig.json +++ b/models/templates/config/rig.json @@ -7,7 +7,7 @@ * (Required) The name of the rig package to inherit from. * It should be an NPM package name with the "-rig" suffix. */ - "rigPackageName": "@anticrm/model-rig" + "rigPackageName": "@hcengineering/model-rig" /** * (Optional) Selects a config profile from the rig package. The name must consist of diff --git a/models/templates/package.json b/models/templates/package.json index 017348885b..e6b1ef96a3 100644 --- a/models/templates/package.json +++ b/models/templates/package.json @@ -1,5 +1,5 @@ { - "name": "@anticrm/model-templates", + "name": "@hcengineering/model-templates", "version": "0.6.0", "main": "lib/index.js", "author": "Anticrm Platform Contributors", @@ -12,7 +12,7 @@ "format": "prettier --write src && eslint --fix src" }, "devDependencies": { - "@anticrm/model-rig": "~0.6.0", + "@hcengineering/model-rig": "~0.6.0", "@typescript-eslint/eslint-plugin": "^5.30.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-promise": "^6.0.0", @@ -25,16 +25,16 @@ "@rushstack/heft": "^0.46.1" }, "dependencies": { - "@anticrm/activity": "~0.6.0", - "@anticrm/model": "~0.6.0", - "@anticrm/core": "~0.6.16", - "@anticrm/platform": "~0.6.6", - "@anticrm/model-core": "~0.6.0", - "@anticrm/model-contact": "~0.6.1", - "@anticrm/templates": "~0.6.0", - "@anticrm/templates-resources": "~0.6.0", - "@anticrm/setting": "~0.6.1", - "@anticrm/ui": "~0.6.0", - "@anticrm/model-text-editor": "~0.6.0" + "@hcengineering/activity": "~0.6.0", + "@hcengineering/model": "~0.6.0", + "@hcengineering/core": "^0.6.17", + "@hcengineering/platform": "^0.6.7", + "@hcengineering/model-core": "~0.6.0", + "@hcengineering/model-contact": "~0.6.1", + "@hcengineering/templates": "~0.6.0", + "@hcengineering/templates-resources": "~0.6.0", + "@hcengineering/setting": "~0.6.1", + "@hcengineering/ui": "^0.6.2", + "@hcengineering/model-text-editor": "~0.6.0" } } diff --git a/models/templates/src/index.ts b/models/templates/src/index.ts index 35deb3d07d..bfc693bac2 100644 --- a/models/templates/src/index.ts +++ b/models/templates/src/index.ts @@ -14,12 +14,12 @@ // limitations under the License. // -import { Domain, IndexKind } from '@anticrm/core' -import { Builder, Index, Model, Prop, TypeString } from '@anticrm/model' -import core, { TDoc } from '@anticrm/model-core' -import textEditor from '@anticrm/model-text-editor' -import setting from '@anticrm/setting' -import type { MessageTemplate } from '@anticrm/templates' +import { Domain, IndexKind } from '@hcengineering/core' +import { Builder, Index, Model, Prop, TypeString } from '@hcengineering/model' +import core, { TDoc } from '@hcengineering/model-core' +import textEditor from '@hcengineering/model-text-editor' +import setting from '@hcengineering/setting' +import type { MessageTemplate } from '@hcengineering/templates' import templates from './plugin' export const DOMAIN_TEMPLATES = 'templates' as Domain diff --git a/models/templates/src/migration.ts b/models/templates/src/migration.ts index a30506b74b..115d7ff5e1 100644 --- a/models/templates/src/migration.ts +++ b/models/templates/src/migration.ts @@ -13,8 +13,8 @@ // limitations under the License. // -import core, { TxOperations } from '@anticrm/core' -import { MigrateOperation, MigrationClient, MigrationUpgradeClient } from '@anticrm/model' +import core, { TxOperations } from '@hcengineering/core' +import { MigrateOperation, MigrationClient, MigrationUpgradeClient } from '@hcengineering/model' import templates from './plugin' export const templatesOperation: MigrateOperation = { diff --git a/models/templates/src/plugin.ts b/models/templates/src/plugin.ts index 020802e058..0607a9c73b 100644 --- a/models/templates/src/plugin.ts +++ b/models/templates/src/plugin.ts @@ -14,14 +14,14 @@ // limitations under the License. // -import { Ref } from '@anticrm/core' -import { IntlString, mergeIds, Resource } from '@anticrm/platform' -import { SettingsCategory } from '@anticrm/setting' -import { templatesId } from '@anticrm/templates' -import templates from '@anticrm/templates-resources/src/plugin' +import { Ref } from '@hcengineering/core' +import { IntlString, mergeIds, Resource } from '@hcengineering/platform' +import { SettingsCategory } from '@hcengineering/setting' +import { templatesId } from '@hcengineering/templates' +import templates from '@hcengineering/templates-resources/src/plugin' -import type { AnyComponent } from '@anticrm/ui' -import { RefInputAction, RefInputActionItem } from '@anticrm/model-text-editor' +import type { AnyComponent } from '@hcengineering/ui' +import { RefInputAction, RefInputActionItem } from '@hcengineering/model-text-editor' export default mergeIds(templatesId, templates, { ids: { diff --git a/models/templates/tsconfig.json b/models/templates/tsconfig.json index 1d60db76b4..807a92c38c 100644 --- a/models/templates/tsconfig.json +++ b/models/templates/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@anticrm/model-rig/profiles/default/tsconfig.json", + "extends": "./node_modules/@hcengineering/model-rig/profiles/default/tsconfig.json", "compilerOptions": { "rootDir": "./src", diff --git a/models/text-editor/.eslintrc.js b/models/text-editor/.eslintrc.js index c3c2c49417..59eb1482fa 100644 --- a/models/text-editor/.eslintrc.js +++ b/models/text-editor/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@anticrm/model-rig/profiles/default/config/eslint.config.json'], + extends: ['./node_modules/@hcengineering/model-rig/profiles/default/config/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname, project: './tsconfig.json' diff --git a/models/text-editor/config/rig.json b/models/text-editor/config/rig.json index e9a9ee9add..45672e5d25 100644 --- a/models/text-editor/config/rig.json +++ b/models/text-editor/config/rig.json @@ -7,7 +7,7 @@ * (Required) The name of the rig package to inherit from. * It should be an NPM package name with the "-rig" suffix. */ - "rigPackageName": "@anticrm/model-rig" + "rigPackageName": "@hcengineering/model-rig" /** * (Optional) Selects a config profile from the rig package. The name must consist of diff --git a/models/text-editor/package.json b/models/text-editor/package.json index 0843dfd8df..514a2e4b63 100644 --- a/models/text-editor/package.json +++ b/models/text-editor/package.json @@ -1,5 +1,5 @@ { - "name": "@anticrm/model-text-editor", + "name": "@hcengineering/model-text-editor", "version": "0.6.0", "main": "lib/index.js", "author": "Anticrm Platform Contributors", @@ -12,7 +12,7 @@ "format": "prettier --write src && eslint --fix src" }, "devDependencies": { - "@anticrm/model-rig": "~0.6.0", + "@hcengineering/model-rig": "~0.6.0", "@typescript-eslint/eslint-plugin": "^5.30.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-promise": "^6.0.0", @@ -25,11 +25,11 @@ "@rushstack/heft": "^0.46.1" }, "dependencies": { - "@anticrm/core": "~0.6.16", - "@anticrm/model": "~0.6.0", - "@anticrm/platform": "~0.6.6", - "@anticrm/ui": "~0.6.0", - "@anticrm/text-editor": "~0.6.0", - "@anticrm/model-core": "~0.6.0" + "@hcengineering/core": "^0.6.17", + "@hcengineering/model": "~0.6.0", + "@hcengineering/platform": "^0.6.7", + "@hcengineering/ui": "^0.6.2", + "@hcengineering/text-editor": "~0.6.0", + "@hcengineering/model-core": "~0.6.0" } } diff --git a/models/text-editor/src/index.ts b/models/text-editor/src/index.ts index b929d24ea7..8090abf55b 100644 --- a/models/text-editor/src/index.ts +++ b/models/text-editor/src/index.ts @@ -13,12 +13,12 @@ // limitations under the License. // -import { DOMAIN_MODEL } from '@anticrm/core' -import { Builder, Model } from '@anticrm/model' -import core, { TDoc } from '@anticrm/model-core' -import type { Asset, IntlString, Resource } from '@anticrm/platform' +import { DOMAIN_MODEL } from '@hcengineering/core' +import { Builder, Model } from '@hcengineering/model' +import core, { TDoc } from '@hcengineering/model-core' +import type { Asset, IntlString, Resource } from '@hcengineering/platform' // Import types to prevent .svelte components to being exposed to type typescript. -import { RefInputAction, RefInputActionItem } from '@anticrm/text-editor/src/types' +import { RefInputAction, RefInputActionItem } from '@hcengineering/text-editor/src/types' import textEditor from './plugin' export { default } from './plugin' diff --git a/models/text-editor/src/plugin.ts b/models/text-editor/src/plugin.ts index 5ac0d08317..fc2cc6ca38 100644 --- a/models/text-editor/src/plugin.ts +++ b/models/text-editor/src/plugin.ts @@ -14,8 +14,8 @@ // limitations under the License. // -import { mergeIds } from '@anticrm/platform' +import { mergeIds } from '@hcengineering/platform' // Import plugin directly to prevent .svelte components to being exposed to type typescript. -import textEditor, { textEditorId } from '@anticrm/text-editor/src/plugin' +import textEditor, { textEditorId } from '@hcengineering/text-editor/src/plugin' export default mergeIds(textEditorId, textEditor, {}) diff --git a/models/text-editor/tsconfig.json b/models/text-editor/tsconfig.json index 1d60db76b4..807a92c38c 100644 --- a/models/text-editor/tsconfig.json +++ b/models/text-editor/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@anticrm/model-rig/profiles/default/tsconfig.json", + "extends": "./node_modules/@hcengineering/model-rig/profiles/default/tsconfig.json", "compilerOptions": { "rootDir": "./src", diff --git a/models/tracker/.eslintrc.js b/models/tracker/.eslintrc.js index c3c2c49417..59eb1482fa 100644 --- a/models/tracker/.eslintrc.js +++ b/models/tracker/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@anticrm/model-rig/profiles/default/config/eslint.config.json'], + extends: ['./node_modules/@hcengineering/model-rig/profiles/default/config/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname, project: './tsconfig.json' diff --git a/models/tracker/config/rig.json b/models/tracker/config/rig.json index e9a9ee9add..45672e5d25 100644 --- a/models/tracker/config/rig.json +++ b/models/tracker/config/rig.json @@ -7,7 +7,7 @@ * (Required) The name of the rig package to inherit from. * It should be an NPM package name with the "-rig" suffix. */ - "rigPackageName": "@anticrm/model-rig" + "rigPackageName": "@hcengineering/model-rig" /** * (Optional) Selects a config profile from the rig package. The name must consist of diff --git a/models/tracker/package.json b/models/tracker/package.json index e9095da2fc..b8868b1cb7 100644 --- a/models/tracker/package.json +++ b/models/tracker/package.json @@ -1,5 +1,5 @@ { - "name": "@anticrm/model-tracker", + "name": "@hcengineering/model-tracker", "version": "0.6.0", "main": "lib/index.js", "author": "Anticrm Platform Contributors", @@ -12,7 +12,7 @@ "format": "prettier --write src && eslint --fix src" }, "devDependencies": { - "@anticrm/model-rig": "~0.6.0", + "@hcengineering/model-rig": "~0.6.0", "@typescript-eslint/eslint-plugin": "^5.30.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-promise": "^6.0.0", @@ -25,25 +25,25 @@ "@rushstack/heft": "^0.46.1" }, "dependencies": { - "@anticrm/core": "~0.6.16", - "@anticrm/model": "~0.6.0", - "@anticrm/ui": "~0.6.0", - "@anticrm/contact": "~0.6.5", - "@anticrm/platform": "~0.6.6", - "@anticrm/model-core": "~0.6.0", - "@anticrm/model-view": "~0.6.0", - "@anticrm/model-workbench": "~0.6.1", - "@anticrm/model-contact": "~0.6.1", - "@anticrm/model-attachment": "~0.6.0", - "@anticrm/notification": "~0.6.0", - "@anticrm/tracker": "~0.6.0", - "@anticrm/tracker-resources": "~0.6.0", - "@anticrm/model-chunter": "~0.6.0", - "@anticrm/workbench": "~0.6.1", - "@anticrm/view": "~0.6.0", - "@anticrm/model-presentation": "~0.6.0", - "@anticrm/setting": "~0.6.1", - "@anticrm/task": "~0.6.0", - "@anticrm/tags": "~0.6.2" + "@hcengineering/core": "^0.6.17", + "@hcengineering/model": "~0.6.0", + "@hcengineering/ui": "^0.6.2", + "@hcengineering/contact": "~0.6.5", + "@hcengineering/platform": "^0.6.7", + "@hcengineering/model-core": "~0.6.0", + "@hcengineering/model-view": "~0.6.0", + "@hcengineering/model-workbench": "~0.6.1", + "@hcengineering/model-contact": "~0.6.1", + "@hcengineering/model-attachment": "~0.6.0", + "@hcengineering/notification": "~0.6.0", + "@hcengineering/tracker": "~0.6.0", + "@hcengineering/tracker-resources": "~0.6.0", + "@hcengineering/model-chunter": "~0.6.0", + "@hcengineering/workbench": "~0.6.1", + "@hcengineering/view": "^0.6.1", + "@hcengineering/model-presentation": "~0.6.0", + "@hcengineering/setting": "~0.6.1", + "@hcengineering/task": "~0.6.0", + "@hcengineering/tags": "~0.6.2" } } diff --git a/models/tracker/src/index.ts b/models/tracker/src/index.ts index f007df7dd1..08e4c00fab 100644 --- a/models/tracker/src/index.ts +++ b/models/tracker/src/index.ts @@ -13,8 +13,8 @@ // limitations under the License. // -import type { Employee } from '@anticrm/contact' -import contact from '@anticrm/contact' +import type { Employee } from '@hcengineering/contact' +import contact from '@hcengineering/contact' import { Domain, DOMAIN_MODEL, @@ -26,7 +26,7 @@ import { SortingOrder, Timestamp, Type -} from '@anticrm/core' +} from '@hcengineering/core' import { ArrOf, Builder, @@ -42,17 +42,17 @@ import { TypeRef, TypeString, UX -} from '@anticrm/model' -import attachment from '@anticrm/model-attachment' -import chunter from '@anticrm/model-chunter' -import core, { DOMAIN_SPACE, TAttachedDoc, TDoc, TSpace, TType } from '@anticrm/model-core' -import view, { classPresenter, createAction } from '@anticrm/model-view' -import workbench, { createNavigateAction } from '@anticrm/model-workbench' -import notification from '@anticrm/notification' -import { Asset, IntlString } from '@anticrm/platform' -import setting from '@anticrm/setting' -import tags from '@anticrm/tags' -import task from '@anticrm/task' +} from '@hcengineering/model' +import attachment from '@hcengineering/model-attachment' +import chunter from '@hcengineering/model-chunter' +import core, { DOMAIN_SPACE, TAttachedDoc, TDoc, TSpace, TType } from '@hcengineering/model-core' +import view, { classPresenter, createAction } from '@hcengineering/model-view' +import workbench, { createNavigateAction } from '@hcengineering/model-workbench' +import notification from '@hcengineering/notification' +import { Asset, IntlString } from '@hcengineering/platform' +import setting from '@hcengineering/setting' +import tags from '@hcengineering/tags' +import task from '@hcengineering/task' import { Document, Issue, @@ -68,12 +68,12 @@ import { Team, TimeSpendReport, trackerId -} from '@anticrm/tracker' -import { KeyBinding } from '@anticrm/view' +} from '@hcengineering/tracker' +import { KeyBinding } from '@hcengineering/view' import tracker from './plugin' -import presentation from '@anticrm/model-presentation' -import { defaultPriorities, issuePriorities } from '@anticrm/tracker-resources/src/types' +import presentation from '@hcengineering/model-presentation' +import { defaultPriorities, issuePriorities } from '@hcengineering/tracker-resources/src/types' export { trackerOperation } from './migration' export { default } from './plugin' diff --git a/models/tracker/src/migration.ts b/models/tracker/src/migration.ts index 9b722b50fb..4b7223cd8e 100644 --- a/models/tracker/src/migration.ts +++ b/models/tracker/src/migration.ts @@ -13,10 +13,10 @@ // limitations under the License. // -import core, { Doc, DocumentUpdate, generateId, Ref, SortingOrder, TxOperations, TxResult } from '@anticrm/core' -import { createOrUpdate, MigrateOperation, MigrationClient, MigrationUpgradeClient } from '@anticrm/model' -import { IssueStatus, IssueStatusCategory, Team, genRanks, Issue } from '@anticrm/tracker' -import tags from '@anticrm/tags' +import core, { Doc, DocumentUpdate, generateId, Ref, SortingOrder, TxOperations, TxResult } from '@hcengineering/core' +import { createOrUpdate, MigrateOperation, MigrationClient, MigrationUpgradeClient } from '@hcengineering/model' +import { IssueStatus, IssueStatusCategory, Team, genRanks, Issue } from '@hcengineering/tracker' +import tags from '@hcengineering/tags' import { DOMAIN_TRACKER } from '.' import tracker from './plugin' diff --git a/models/tracker/src/plugin.ts b/models/tracker/src/plugin.ts index 74b8c1b557..d4185cc315 100644 --- a/models/tracker/src/plugin.ts +++ b/models/tracker/src/plugin.ts @@ -14,14 +14,14 @@ // limitations under the License. // -import { Doc, Ref } from '@anticrm/core' -import { ObjectSearchCategory, ObjectSearchFactory } from '@anticrm/model-presentation' -import { IntlString, mergeIds, Resource } from '@anticrm/platform' -import { trackerId } from '@anticrm/tracker' -import tracker from '@anticrm/tracker-resources/src/plugin' -import type { AnyComponent } from '@anticrm/ui/src/types' -import { Action, ViewAction, ViewletDescriptor } from '@anticrm/view' -import { Application } from '@anticrm/workbench' +import { Doc, Ref } from '@hcengineering/core' +import { ObjectSearchCategory, ObjectSearchFactory } from '@hcengineering/model-presentation' +import { IntlString, mergeIds, Resource } from '@hcengineering/platform' +import { trackerId } from '@hcengineering/tracker' +import tracker from '@hcengineering/tracker-resources/src/plugin' +import type { AnyComponent } from '@hcengineering/ui/src/types' +import { Action, ViewAction, ViewletDescriptor } from '@hcengineering/view' +import { Application } from '@hcengineering/workbench' export default mergeIds(trackerId, tracker, { string: { diff --git a/models/tracker/tsconfig.json b/models/tracker/tsconfig.json index 1d60db76b4..807a92c38c 100644 --- a/models/tracker/tsconfig.json +++ b/models/tracker/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@anticrm/model-rig/profiles/default/tsconfig.json", + "extends": "./node_modules/@hcengineering/model-rig/profiles/default/tsconfig.json", "compilerOptions": { "rootDir": "./src", diff --git a/models/view/.eslintrc.js b/models/view/.eslintrc.js index c3c2c49417..59eb1482fa 100644 --- a/models/view/.eslintrc.js +++ b/models/view/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@anticrm/model-rig/profiles/default/config/eslint.config.json'], + extends: ['./node_modules/@hcengineering/model-rig/profiles/default/config/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname, project: './tsconfig.json' diff --git a/models/view/CHANGELOG.json b/models/view/CHANGELOG.json index d6ef480649..236374264b 100644 --- a/models/view/CHANGELOG.json +++ b/models/view/CHANGELOG.json @@ -1,14 +1,14 @@ { - "name": "@anticrm/model-view", + "name": "@hcengineering/model-view", "entries": [ { "version": "0.6.0", - "tag": "@anticrm/model-view_v0.6.0", + "tag": "@hcengineering/model-view_v0.6.0", "date": "Sun, 08 Aug 2021 10:14:57 GMT", "comments": { "dependency": [ { - "comment": "Updating dependency \"@anticrm/platform\" from `~0.6.3` to `~0.6.4`" + "comment": "Updating dependency \"@hcengineering/platform\" from `~0.6.3` to `~0.6.4`" } ] } diff --git a/models/view/CHANGELOG.md b/models/view/CHANGELOG.md index cea13cce42..74e261bb9f 100644 --- a/models/view/CHANGELOG.md +++ b/models/view/CHANGELOG.md @@ -1,4 +1,4 @@ -# Change Log - @anticrm/model-view +# Change Log - @hcengineering/model-view This log was last generated on Sun, 08 Aug 2021 10:14:57 GMT and should not be manually modified. diff --git a/models/view/config/rig.json b/models/view/config/rig.json index e9a9ee9add..45672e5d25 100644 --- a/models/view/config/rig.json +++ b/models/view/config/rig.json @@ -7,7 +7,7 @@ * (Required) The name of the rig package to inherit from. * It should be an NPM package name with the "-rig" suffix. */ - "rigPackageName": "@anticrm/model-rig" + "rigPackageName": "@hcengineering/model-rig" /** * (Optional) Selects a config profile from the rig package. The name must consist of diff --git a/models/view/package.json b/models/view/package.json index 69132b22ab..5641820469 100644 --- a/models/view/package.json +++ b/models/view/package.json @@ -1,5 +1,5 @@ { - "name": "@anticrm/model-view", + "name": "@hcengineering/model-view", "version": "0.6.0", "main": "lib/index.js", "author": "Anticrm Platform Contributors", @@ -12,7 +12,7 @@ "format": "prettier --write src && eslint --fix src" }, "devDependencies": { - "@anticrm/model-rig": "~0.6.0", + "@hcengineering/model-rig": "~0.6.0", "@typescript-eslint/eslint-plugin": "^5.30.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-promise": "^6.0.0", @@ -25,13 +25,13 @@ "@rushstack/heft": "^0.46.1" }, "dependencies": { - "@anticrm/core": "~0.6.16", - "@anticrm/model": "~0.6.0", - "@anticrm/platform": "~0.6.6", - "@anticrm/ui": "~0.6.0", - "@anticrm/view": "~0.6.0", - "@anticrm/view-resources": "~0.6.0", - "@anticrm/model-core": "~0.6.0", - "@anticrm/model-preference": "~0.6.0" + "@hcengineering/core": "^0.6.17", + "@hcengineering/model": "~0.6.0", + "@hcengineering/platform": "^0.6.7", + "@hcengineering/ui": "^0.6.2", + "@hcengineering/view": "^0.6.1", + "@hcengineering/view-resources": "~0.6.0", + "@hcengineering/model-core": "~0.6.0", + "@hcengineering/model-preference": "~0.6.0" } } diff --git a/models/view/src/index.ts b/models/view/src/index.ts index 3cabba9c3d..21670cd506 100644 --- a/models/view/src/index.ts +++ b/models/view/src/index.ts @@ -13,12 +13,12 @@ // limitations under the License. // -import type { Class, Client, Data, Doc, DocumentQuery, Ref, Space } from '@anticrm/core' -import { DOMAIN_MODEL } from '@anticrm/core' -import { Builder, Mixin, Model } from '@anticrm/model' -import core, { TClass, TDoc } from '@anticrm/model-core' -import type { Asset, IntlString, Resource, Status } from '@anticrm/platform' -import type { AnyComponent } from '@anticrm/ui' +import type { Class, Client, Data, Doc, DocumentQuery, Ref, Space } from '@hcengineering/core' +import { DOMAIN_MODEL } from '@hcengineering/core' +import { Builder, Mixin, Model } from '@hcengineering/model' +import core, { TClass, TDoc } from '@hcengineering/model-core' +import type { Asset, IntlString, Resource, Status } from '@hcengineering/platform' +import type { AnyComponent } from '@hcengineering/ui' import type { Action, ActionCategory, @@ -53,8 +53,8 @@ import type { Viewlet, ViewletDescriptor, ViewletPreference -} from '@anticrm/view' -import preference, { TPreference } from '@anticrm/model-preference' +} from '@hcengineering/view' +import preference, { TPreference } from '@hcengineering/model-preference' import view from './plugin' export { viewOperation } from './migration' diff --git a/models/view/src/migration.ts b/models/view/src/migration.ts index 63487bf549..8bb162f702 100644 --- a/models/view/src/migration.ts +++ b/models/view/src/migration.ts @@ -13,7 +13,7 @@ // limitations under the License. // -import { MigrateOperation, MigrationClient, MigrationUpgradeClient } from '@anticrm/model' +import { MigrateOperation, MigrationClient, MigrationUpgradeClient } from '@hcengineering/model' export const viewOperation: MigrateOperation = { async migrate (client: MigrationClient): Promise {}, diff --git a/models/view/src/plugin.ts b/models/view/src/plugin.ts index f62584d26a..479993fe4a 100644 --- a/models/view/src/plugin.ts +++ b/models/view/src/plugin.ts @@ -13,11 +13,11 @@ // limitations under the License. // -import { ObjQueryType } from '@anticrm/core' -import { IntlString, mergeIds, Resource } from '@anticrm/platform' -import type { AnyComponent } from '@anticrm/ui' -import { Filter, ViewAction, viewId } from '@anticrm/view' -import view from '@anticrm/view-resources/src/plugin' +import { ObjQueryType } from '@hcengineering/core' +import { IntlString, mergeIds, Resource } from '@hcengineering/platform' +import type { AnyComponent } from '@hcengineering/ui' +import { Filter, ViewAction, viewId } from '@hcengineering/view' +import view from '@hcengineering/view-resources/src/plugin' export default mergeIds(viewId, view, { actionImpl: { diff --git a/models/view/tsconfig.json b/models/view/tsconfig.json index 1d60db76b4..807a92c38c 100644 --- a/models/view/tsconfig.json +++ b/models/view/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@anticrm/model-rig/profiles/default/tsconfig.json", + "extends": "./node_modules/@hcengineering/model-rig/profiles/default/tsconfig.json", "compilerOptions": { "rootDir": "./src", diff --git a/models/workbench/.eslintrc.js b/models/workbench/.eslintrc.js index c3c2c49417..59eb1482fa 100644 --- a/models/workbench/.eslintrc.js +++ b/models/workbench/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@anticrm/model-rig/profiles/default/config/eslint.config.json'], + extends: ['./node_modules/@hcengineering/model-rig/profiles/default/config/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname, project: './tsconfig.json' diff --git a/models/workbench/CHANGELOG.json b/models/workbench/CHANGELOG.json index 9c7fa76472..2660d7a4c3 100644 --- a/models/workbench/CHANGELOG.json +++ b/models/workbench/CHANGELOG.json @@ -1,9 +1,9 @@ { - "name": "@anticrm/model-workbench", + "name": "@hcengineering/model-workbench", "entries": [ { "version": "0.6.1", - "tag": "@anticrm/model-workbench_v0.6.1", + "tag": "@hcengineering/model-workbench_v0.6.1", "date": "Sun, 08 Aug 2021 21:05:26 GMT", "comments": { "patch": [ @@ -13,22 +13,22 @@ ], "dependency": [ { - "comment": "Updating dependency \"@anticrm/core\" from `~0.6.7` to `~0.6.8`" + "comment": "Updating dependency \"@hcengineering/core\" from `~0.6.7` to `~0.6.8`" }, { - "comment": "Updating dependency \"@anticrm/workbench\" from `~0.6.0` to `~0.6.1`" + "comment": "Updating dependency \"@hcengineering/workbench\" from `~0.6.0` to `~0.6.1`" } ] } }, { "version": "0.6.0", - "tag": "@anticrm/model-workbench_v0.6.0", + "tag": "@hcengineering/model-workbench_v0.6.0", "date": "Sun, 08 Aug 2021 10:14:57 GMT", "comments": { "dependency": [ { - "comment": "Updating dependency \"@anticrm/platform\" from `~0.6.3` to `~0.6.4`" + "comment": "Updating dependency \"@hcengineering/platform\" from `~0.6.3` to `~0.6.4`" } ] } diff --git a/models/workbench/CHANGELOG.md b/models/workbench/CHANGELOG.md index 5aaeb73885..cc10b927a7 100644 --- a/models/workbench/CHANGELOG.md +++ b/models/workbench/CHANGELOG.md @@ -1,4 +1,4 @@ -# Change Log - @anticrm/model-workbench +# Change Log - @hcengineering/model-workbench This log was last generated on Sun, 08 Aug 2021 21:05:26 GMT and should not be manually modified. diff --git a/models/workbench/config/rig.json b/models/workbench/config/rig.json index e9a9ee9add..45672e5d25 100644 --- a/models/workbench/config/rig.json +++ b/models/workbench/config/rig.json @@ -7,7 +7,7 @@ * (Required) The name of the rig package to inherit from. * It should be an NPM package name with the "-rig" suffix. */ - "rigPackageName": "@anticrm/model-rig" + "rigPackageName": "@hcengineering/model-rig" /** * (Optional) Selects a config profile from the rig package. The name must consist of diff --git a/models/workbench/package.json b/models/workbench/package.json index 7024268306..dae5acdeaa 100644 --- a/models/workbench/package.json +++ b/models/workbench/package.json @@ -1,5 +1,5 @@ { - "name": "@anticrm/model-workbench", + "name": "@hcengineering/model-workbench", "version": "0.6.1", "main": "lib/index.js", "author": "Anticrm Platform Contributors", @@ -12,7 +12,7 @@ "format": "prettier --write src && eslint --fix src" }, "devDependencies": { - "@anticrm/model-rig": "~0.6.0", + "@hcengineering/model-rig": "~0.6.0", "@typescript-eslint/eslint-plugin": "^5.30.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-promise": "^6.0.0", @@ -25,14 +25,14 @@ "@rushstack/heft": "^0.46.1" }, "dependencies": { - "@anticrm/core": "~0.6.16", - "@anticrm/model": "~0.6.0", - "@anticrm/platform": "~0.6.6", - "@anticrm/model-core": "~0.6.0", - "@anticrm/workbench": "~0.6.1", - "@anticrm/ui": "~0.6.0", - "@anticrm/view": "~0.6.0", - "@anticrm/model-view": "~0.6.0", - "@anticrm/workbench-resources": "~0.6.1" + "@hcengineering/core": "^0.6.17", + "@hcengineering/model": "~0.6.0", + "@hcengineering/platform": "^0.6.7", + "@hcengineering/model-core": "~0.6.0", + "@hcengineering/workbench": "~0.6.1", + "@hcengineering/ui": "^0.6.2", + "@hcengineering/view": "^0.6.1", + "@hcengineering/model-view": "~0.6.0", + "@hcengineering/workbench-resources": "~0.6.1" } } diff --git a/models/workbench/src/index.ts b/models/workbench/src/index.ts index a6aca39c93..0873af62d8 100644 --- a/models/workbench/src/index.ts +++ b/models/workbench/src/index.ts @@ -13,14 +13,14 @@ // limitations under the License. // -import type { IntlString, Asset } from '@anticrm/platform' -import { Class, DOMAIN_MODEL, Ref, Space } from '@anticrm/core' -import { Model, Mixin, Builder, UX } from '@anticrm/model' -import type { Application, SpaceView, ViewConfiguration } from '@anticrm/workbench' -import view, { KeyBinding } from '@anticrm/view' -import { createAction } from '@anticrm/model-view' +import type { IntlString, Asset } from '@hcengineering/platform' +import { Class, DOMAIN_MODEL, Ref, Space } from '@hcengineering/core' +import { Model, Mixin, Builder, UX } from '@hcengineering/model' +import type { Application, SpaceView, ViewConfiguration } from '@hcengineering/workbench' +import view, { KeyBinding } from '@hcengineering/view' +import { createAction } from '@hcengineering/model-view' -import core, { TDoc, TClass } from '@anticrm/model-core' +import core, { TDoc, TClass } from '@hcengineering/model-core' import workbench from './plugin' export { Application } diff --git a/models/workbench/src/plugin.ts b/models/workbench/src/plugin.ts index 192b8942c2..799aef7a74 100644 --- a/models/workbench/src/plugin.ts +++ b/models/workbench/src/plugin.ts @@ -13,11 +13,11 @@ // limitations under the License. // -import { Space } from '@anticrm/core' -import { IntlString, mergeIds, Resource } from '@anticrm/platform' -import { AnyComponent } from '@anticrm/ui' -import { workbenchId } from '@anticrm/workbench' -import workbench from '@anticrm/workbench-resources/src/plugin' +import { Space } from '@hcengineering/core' +import { IntlString, mergeIds, Resource } from '@hcengineering/platform' +import { AnyComponent } from '@hcengineering/ui' +import { workbenchId } from '@hcengineering/workbench' +import workbench from '@hcengineering/workbench-resources/src/plugin' export default mergeIds(workbenchId, workbench, { component: { diff --git a/models/workbench/tsconfig.json b/models/workbench/tsconfig.json index 1d60db76b4..807a92c38c 100644 --- a/models/workbench/tsconfig.json +++ b/models/workbench/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@anticrm/model-rig/profiles/default/tsconfig.json", + "extends": "./node_modules/@hcengineering/model-rig/profiles/default/tsconfig.json", "compilerOptions": { "rootDir": "./src", diff --git a/packages/core/.eslintrc.js b/packages/core/.eslintrc.js index 5da5872d4a..7f7cebe58b 100644 --- a/packages/core/.eslintrc.js +++ b/packages/core/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@anticrm/platform-rig/profiles/default/config/eslint.config.json'], + extends: ['./node_modules/@hcengineering/platform-rig/profiles/default/config/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname, project: './tsconfig.json' diff --git a/packages/core/CHANGELOG.json b/packages/core/CHANGELOG.json index 1af5c23ff8..37d875e10c 100644 --- a/packages/core/CHANGELOG.json +++ b/packages/core/CHANGELOG.json @@ -1,9 +1,9 @@ { - "name": "@anticrm/core", + "name": "@hcengineering/core", "entries": [ { "version": "0.6.11", - "tag": "@anticrm/core_v0.6.11", + "tag": "@hcengineering/core_v0.6.11", "date": "Fri, 20 Aug 2021 16:21:03 GMT", "comments": { "patch": [ @@ -15,7 +15,7 @@ }, { "version": "0.6.10", - "tag": "@anticrm/core_v0.6.10", + "tag": "@hcengineering/core_v0.6.10", "date": "Wed, 11 Aug 2021 09:37:04 GMT", "comments": { "patch": [ @@ -27,7 +27,7 @@ }, { "version": "0.6.8", - "tag": "@anticrm/core_v0.6.8", + "tag": "@hcengineering/core_v0.6.8", "date": "Sun, 08 Aug 2021 21:05:26 GMT", "comments": { "patch": [ @@ -39,7 +39,7 @@ }, { "version": "0.6.7", - "tag": "@anticrm/core_v0.6.7", + "tag": "@hcengineering/core_v0.6.7", "date": "Wed, 04 Aug 2021 21:18:44 GMT", "comments": { "patch": [ @@ -49,14 +49,14 @@ ], "dependency": [ { - "comment": "Updating dependency \"@anticrm/platform\" from `~0.6.2` to `~0.6.3`" + "comment": "Updating dependency \"@hcengineering/platform\" from `~0.6.2` to `~0.6.3`" } ] } }, { "version": "0.6.6", - "tag": "@anticrm/core_v0.6.6", + "tag": "@hcengineering/core_v0.6.6", "date": "Wed, 04 Aug 2021 21:00:14 GMT", "comments": { "patch": [ @@ -68,7 +68,7 @@ }, { "version": "0.6.5", - "tag": "@anticrm/core_v0.6.5", + "tag": "@hcengineering/core_v0.6.5", "date": "Wed, 04 Aug 2021 20:26:15 GMT", "comments": { "patch": [ @@ -80,7 +80,7 @@ }, { "version": "0.6.4", - "tag": "@anticrm/core_v0.6.4", + "tag": "@hcengineering/core_v0.6.4", "date": "Wed, 04 Aug 2021 18:12:38 GMT", "comments": { "patch": [ @@ -92,7 +92,7 @@ }, { "version": "0.6.3", - "tag": "@anticrm/core_v0.6.3", + "tag": "@hcengineering/core_v0.6.3", "date": "Wed, 04 Aug 2021 18:05:12 GMT", "comments": { "patch": [ @@ -104,7 +104,7 @@ }, { "version": "0.6.2", - "tag": "@anticrm/core_v0.6.2", + "tag": "@hcengineering/core_v0.6.2", "date": "Wed, 04 Aug 2021 17:53:24 GMT", "comments": { "patch": [ @@ -116,7 +116,7 @@ }, { "version": "0.6.1", - "tag": "@anticrm/core_v0.6.1", + "tag": "@hcengineering/core_v0.6.1", "date": "Wed, 04 Aug 2021 17:38:30 GMT", "comments": { "patch": [ @@ -126,7 +126,7 @@ ], "dependency": [ { - "comment": "Updating dependency \"@anticrm/platform\" from `~0.6.0` to `~0.6.1`" + "comment": "Updating dependency \"@hcengineering/platform\" from `~0.6.0` to `~0.6.1`" } ] } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 02032779ca..2ff07bbb85 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,4 +1,4 @@ -# Change Log - @anticrm/core +# Change Log - @hcengineering/core This log was last generated on Fri, 20 Aug 2021 16:21:03 GMT and should not be manually modified. diff --git a/packages/core/config/rig.json b/packages/core/config/rig.json index af1257a896..2fdc07ba20 100644 --- a/packages/core/config/rig.json +++ b/packages/core/config/rig.json @@ -7,7 +7,7 @@ * (Required) The name of the rig package to inherit from. * It should be an NPM package name with the "-rig" suffix. */ - "rigPackageName": "@anticrm/platform-rig" + "rigPackageName": "@hcengineering/platform-rig" /** * (Optional) Selects a config profile from the rig package. The name must consist of diff --git a/packages/core/package.json b/packages/core/package.json index 65dc7ea897..adcc0113a0 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,5 +1,5 @@ { - "name": "@anticrm/core", + "name": "@hcengineering/core", "version": "0.6.17", "main": "lib/index.js", "author": "Anticrm Platform Contributors", @@ -13,7 +13,7 @@ "format": "prettier --write src && eslint --fix src" }, "devDependencies": { - "@anticrm/platform-rig": "~0.6.0", + "@hcengineering/platform-rig": "~0.6.0", "@types/heft-jest": "^1.0.3", "@typescript-eslint/eslint-plugin": "^5.30.0", "eslint-plugin-import": "^2.26.0", @@ -28,6 +28,10 @@ "typescript": "^4.3.5" }, "dependencies": { - "@anticrm/platform": "~0.6.6" + "@hcengineering/platform": "^0.6.7" + }, + "repository":"https://github.com/hcengineering/anticrm", + "publishConfig": { + "registry":"https://npm.pkg.github.com" } } diff --git a/packages/core/src/__tests__/minmodel.ts b/packages/core/src/__tests__/minmodel.ts index d88676d87b..8e2a1c039d 100644 --- a/packages/core/src/__tests__/minmodel.ts +++ b/packages/core/src/__tests__/minmodel.ts @@ -13,8 +13,8 @@ // limitations under the License. // -import type { IntlString, Plugin } from '@anticrm/platform' -import { plugin } from '@anticrm/platform' +import type { IntlString, Plugin } from '@hcengineering/platform' +import { plugin } from '@hcengineering/platform' import type { Arr, Class, Data, Doc, Interface, Mixin, Obj, Ref } from '../classes' import { AttachedDoc, ClassifierKind, DOMAIN_MODEL } from '../classes' import core from '../component' diff --git a/packages/core/src/classes.ts b/packages/core/src/classes.ts index cb3dc8794b..1f787c9aee 100644 --- a/packages/core/src/classes.ts +++ b/packages/core/src/classes.ts @@ -14,7 +14,7 @@ // limitations under the License. // -import type { Asset, IntlString } from '@anticrm/platform' +import type { Asset, IntlString } from '@hcengineering/platform' /** * @public diff --git a/packages/core/src/client.ts b/packages/core/src/client.ts index 25d42b333d..4cb981e0f4 100644 --- a/packages/core/src/client.ts +++ b/packages/core/src/client.ts @@ -13,7 +13,7 @@ // limitations under the License. // -import { Plugin } from '@anticrm/platform' +import { Plugin } from '@hcengineering/platform' import { BackupClient, DocChunk } from './backup' import type { Class, Doc, Domain, PluginConfiguration, Ref } from './classes' import { DOMAIN_MODEL } from './classes' diff --git a/packages/core/src/component.ts b/packages/core/src/component.ts index 823c491758..cfa6d54966 100644 --- a/packages/core/src/component.ts +++ b/packages/core/src/component.ts @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. // -import type { IntlString, Plugin, StatusCode } from '@anticrm/platform' -import { plugin } from '@anticrm/platform' +import type { IntlString, Plugin, StatusCode } from '@hcengineering/platform' +import { plugin } from '@hcengineering/platform' import { Mixin, Version } from '.' import type { Account, diff --git a/packages/core/src/index.ts b/packages/core/src/index.ts index 9978db4c59..b8d057aaa0 100644 --- a/packages/core/src/index.ts +++ b/packages/core/src/index.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -import { addStringsLoader } from '@anticrm/platform' +import { addStringsLoader } from '@hcengineering/platform' import { coreId } from './component' // diff --git a/packages/core/src/memdb.ts b/packages/core/src/memdb.ts index f52bdd62c6..c673e54481 100644 --- a/packages/core/src/memdb.ts +++ b/packages/core/src/memdb.ts @@ -13,7 +13,7 @@ // limitations under the License. // -import { PlatformError, Severity, Status } from '@anticrm/platform' +import { PlatformError, Severity, Status } from '@hcengineering/platform' import { getObjectValue, Lookup, ReverseLookups } from '.' import type { Class, Doc, Ref } from './classes' import core from './component' diff --git a/packages/core/tsconfig.json b/packages/core/tsconfig.json index fffbf4c341..b88f95eba6 100644 --- a/packages/core/tsconfig.json +++ b/packages/core/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@anticrm/platform-rig/profiles/default/tsconfig.json", + "extends": "./node_modules/@hcengineering/platform-rig/profiles/default/tsconfig.json", "compilerOptions": { "rootDir": "./src", diff --git a/packages/kanban/.eslintrc.js b/packages/kanban/.eslintrc.js index a327214967..8e724805a8 100644 --- a/packages/kanban/.eslintrc.js +++ b/packages/kanban/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@anticrm/platform-rig/profiles/ui/config/eslint.config.json'], + extends: ['./node_modules/@hcengineering/platform-rig/profiles/ui/config/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname }, settings: { 'svelte3/ignore-styles': () => true diff --git a/packages/kanban/config/rig.json b/packages/kanban/config/rig.json index e12b462b19..1a4b944f83 100644 --- a/packages/kanban/config/rig.json +++ b/packages/kanban/config/rig.json @@ -1,5 +1,5 @@ { "$schema": "https://developer.microsoft.com/json-schemas/rig-package/rig.schema.json", - "rigPackageName": "@anticrm/platform-rig", + "rigPackageName": "@hcengineering/platform-rig", "rigProfile": "ui" } diff --git a/packages/kanban/package.json b/packages/kanban/package.json index 8d46cc6b55..bf39ca8044 100644 --- a/packages/kanban/package.json +++ b/packages/kanban/package.json @@ -1,5 +1,5 @@ { - "name": "@anticrm/kanban", + "name": "@hcengineering/kanban", "version": "0.6.0", "main": "src/index.ts", "author": "Anticrm Platform Contributors", @@ -17,7 +17,7 @@ "sass": "^1.53.0", "svelte-preprocess": "^4.10.7", "svelte-check": "^2.8.0", - "@anticrm/platform-rig": "~0.6.0", + "@hcengineering/platform-rig": "~0.6.0", "@typescript-eslint/eslint-plugin": "^5.30.0", "@typescript-eslint/parser": "^5.30.0", "eslint-config-standard-with-typescript": "^21.0.1", @@ -31,12 +31,12 @@ "typescript": "^4.3.5" }, "dependencies": { - "@anticrm/ui": "~0.6.0", + "@hcengineering/ui": "^0.6.2", "svelte": "^3.47", "lexorank": "~1.0.4", - "@anticrm/platform": "~0.6.6", - "@anticrm/core": "~0.6.16", - "@anticrm/presentation": "~0.6.2", - "@anticrm/notification": "~0.6.0" + "@hcengineering/platform": "^0.6.7", + "@hcengineering/core": "^0.6.17", + "@hcengineering/presentation": "~0.6.2", + "@hcengineering/notification": "~0.6.0" } } diff --git a/packages/kanban/src/components/Kanban.svelte b/packages/kanban/src/components/Kanban.svelte index 7dcb7ea6ca..1d74fd7eea 100644 --- a/packages/kanban/src/components/Kanban.svelte +++ b/packages/kanban/src/components/Kanban.svelte @@ -13,9 +13,9 @@ // limitations under the License. --> diff --git a/packages/presentation/src/connect.ts b/packages/presentation/src/connect.ts index 99fb197453..7cd9d96b2c 100644 --- a/packages/presentation/src/connect.ts +++ b/packages/presentation/src/connect.ts @@ -1,9 +1,9 @@ -import client from '@anticrm/client' -import contact from '@anticrm/contact' -import core, { Client, setCurrentAccount, Version } from '@anticrm/core' -import login from '@anticrm/login' -import { getMetadata, getResource, setMetadata } from '@anticrm/platform' -import { fetchMetadataLocalStorage, getCurrentLocation, navigate, setMetadataLocalStorage } from '@anticrm/ui' +import client from '@hcengineering/client' +import contact from '@hcengineering/contact' +import core, { Client, setCurrentAccount, Version } from '@hcengineering/core' +import login from '@hcengineering/login' +import { getMetadata, getResource, setMetadata } from '@hcengineering/platform' +import { fetchMetadataLocalStorage, getCurrentLocation, navigate, setMetadataLocalStorage } from '@hcengineering/ui' import presentation from './plugin' export let versionError: string | undefined = '' diff --git a/packages/presentation/src/index.ts b/packages/presentation/src/index.ts index 954433567f..09b7ef790c 100644 --- a/packages/presentation/src/index.ts +++ b/packages/presentation/src/index.ts @@ -14,7 +14,7 @@ // limitations under the License. // -import { addStringsLoader } from '@anticrm/platform' +import { addStringsLoader } from '@hcengineering/platform' import { presentationId } from './plugin' export * from './attributes' export { default as AttributeBarEditor } from './components/AttributeBarEditor.svelte' diff --git a/packages/presentation/src/plugin.ts b/packages/presentation/src/plugin.ts index 0a5c86b0b3..04ac53b8e6 100644 --- a/packages/presentation/src/plugin.ts +++ b/packages/presentation/src/plugin.ts @@ -14,9 +14,9 @@ // limitations under the License. // -import { Class, Ref } from '@anticrm/core' -import type { IntlString, Metadata, Plugin } from '@anticrm/platform' -import { plugin } from '@anticrm/platform' +import { Class, Ref } from '@hcengineering/core' +import type { IntlString, Metadata, Plugin } from '@hcengineering/platform' +import { plugin } from '@hcengineering/platform' import { ObjectSearchCategory } from './types' /** diff --git a/packages/presentation/src/types.ts b/packages/presentation/src/types.ts index 4873a65ecd..b81b0da0e3 100644 --- a/packages/presentation/src/types.ts +++ b/packages/presentation/src/types.ts @@ -1,6 +1,6 @@ -import { Client, Doc, RelatedDocument } from '@anticrm/core' -import { Asset, IntlString, Resource } from '@anticrm/platform' -import { AnyComponent, AnySvelteComponent } from '@anticrm/ui' +import { Client, Doc, RelatedDocument } from '@hcengineering/core' +import { Asset, IntlString, Resource } from '@hcengineering/platform' +import { AnyComponent, AnySvelteComponent } from '@hcengineering/ui' /** * @public diff --git a/packages/presentation/src/utils.ts b/packages/presentation/src/utils.ts index 0705b93f3d..ed6d4739b6 100644 --- a/packages/presentation/src/utils.ts +++ b/packages/presentation/src/utils.ts @@ -32,13 +32,13 @@ import core, { Tx, TxOperations, TxResult -} from '@anticrm/core' -import login from '@anticrm/login' -import { getMetadata } from '@anticrm/platform' -import { LiveQuery as LQ } from '@anticrm/query' +} from '@hcengineering/core' +import login from '@hcengineering/login' +import { getMetadata } from '@hcengineering/platform' +import { LiveQuery as LQ } from '@hcengineering/query' import { onDestroy } from 'svelte' import { deepEqual } from 'fast-equals' -import { IconSize } from '@anticrm/ui' +import { IconSize } from '@hcengineering/ui' let liveQuery: LQ let client: TxOperations diff --git a/packages/query/.eslintrc.js b/packages/query/.eslintrc.js index 5da5872d4a..7f7cebe58b 100644 --- a/packages/query/.eslintrc.js +++ b/packages/query/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@anticrm/platform-rig/profiles/default/config/eslint.config.json'], + extends: ['./node_modules/@hcengineering/platform-rig/profiles/default/config/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname, project: './tsconfig.json' diff --git a/packages/query/CHANGELOG.json b/packages/query/CHANGELOG.json index 4982fde332..4c2fa8d824 100644 --- a/packages/query/CHANGELOG.json +++ b/packages/query/CHANGELOG.json @@ -1,9 +1,9 @@ { - "name": "@anticrm/query", + "name": "@hcengineering/query", "entries": [ { "version": "0.6.1", - "tag": "@anticrm/query_v0.6.1", + "tag": "@hcengineering/query_v0.6.1", "date": "Sun, 08 Aug 2021 21:05:26 GMT", "comments": { "patch": [ @@ -13,19 +13,19 @@ ], "dependency": [ { - "comment": "Updating dependency \"@anticrm/core\" from `~0.6.3` to `~0.6.8`" + "comment": "Updating dependency \"@hcengineering/core\" from `~0.6.3` to `~0.6.8`" } ] } }, { "version": "0.6.0", - "tag": "@anticrm/query_v0.6.0", + "tag": "@hcengineering/query_v0.6.0", "date": "Sun, 08 Aug 2021 10:14:57 GMT", "comments": { "dependency": [ { - "comment": "Updating dependency \"@anticrm/platform\" from `~0.6.3` to `~0.6.4`" + "comment": "Updating dependency \"@hcengineering/platform\" from `~0.6.3` to `~0.6.4`" } ] } diff --git a/packages/query/CHANGELOG.md b/packages/query/CHANGELOG.md index d607fb73da..e833cc503c 100644 --- a/packages/query/CHANGELOG.md +++ b/packages/query/CHANGELOG.md @@ -1,4 +1,4 @@ -# Change Log - @anticrm/query +# Change Log - @hcengineering/query This log was last generated on Sun, 08 Aug 2021 21:05:26 GMT and should not be manually modified. diff --git a/packages/query/config/rig.json b/packages/query/config/rig.json index af1257a896..2fdc07ba20 100644 --- a/packages/query/config/rig.json +++ b/packages/query/config/rig.json @@ -7,7 +7,7 @@ * (Required) The name of the rig package to inherit from. * It should be an NPM package name with the "-rig" suffix. */ - "rigPackageName": "@anticrm/platform-rig" + "rigPackageName": "@hcengineering/platform-rig" /** * (Optional) Selects a config profile from the rig package. The name must consist of diff --git a/packages/query/package.json b/packages/query/package.json index 9c45651c3b..4d3fd768c8 100644 --- a/packages/query/package.json +++ b/packages/query/package.json @@ -1,5 +1,5 @@ { - "name": "@anticrm/query", + "name": "@hcengineering/query", "version": "0.6.1", "main": "lib/index.js", "author": "Anticrm Platform Contributors", @@ -13,7 +13,7 @@ "format": "prettier --write src && eslint --fix src" }, "devDependencies": { - "@anticrm/platform-rig": "~0.6.0", + "@hcengineering/platform-rig": "~0.6.0", "@types/heft-jest": "^1.0.3", "@typescript-eslint/eslint-plugin": "^5.30.0", "eslint-plugin-import": "^2.26.0", @@ -28,8 +28,8 @@ "typescript": "^4.3.5" }, "dependencies": { - "@anticrm/platform": "~0.6.6", - "@anticrm/core": "~0.6.16", + "@hcengineering/platform": "^0.6.7", + "@hcengineering/core": "^0.6.17", "fast-equals": "^2.0.3" } } diff --git a/packages/query/src/__tests__/connection.ts b/packages/query/src/__tests__/connection.ts index 73a90303e9..ed8bce0e89 100644 --- a/packages/query/src/__tests__/connection.ts +++ b/packages/query/src/__tests__/connection.ts @@ -25,8 +25,8 @@ import type { Ref, Tx, TxResult -} from '@anticrm/core' -import core, { DOMAIN_TX, Hierarchy, ModelDb, TxDb } from '@anticrm/core' +} from '@hcengineering/core' +import core, { DOMAIN_TX, Hierarchy, ModelDb, TxDb } from '@hcengineering/core' import { genMinModel } from './minmodel' export async function connect (handler: (tx: Tx) => void): Promise { diff --git a/packages/query/src/__tests__/minmodel.ts b/packages/query/src/__tests__/minmodel.ts index a065c2b2cb..7bea8a83d7 100644 --- a/packages/query/src/__tests__/minmodel.ts +++ b/packages/query/src/__tests__/minmodel.ts @@ -13,10 +13,10 @@ // limitations under the License. // -import type { Account, Arr, Class, Data, Doc, Domain, Mixin, Obj, Ref, TxCreateDoc, TxCUD } from '@anticrm/core' -import core, { AttachedDoc, ClassifierKind, DOMAIN_MODEL, DOMAIN_TX, TxFactory } from '@anticrm/core' -import type { IntlString, Plugin } from '@anticrm/platform' -import { plugin } from '@anticrm/platform' +import type { Account, Arr, Class, Data, Doc, Domain, Mixin, Obj, Ref, TxCreateDoc, TxCUD } from '@hcengineering/core' +import core, { AttachedDoc, ClassifierKind, DOMAIN_MODEL, DOMAIN_TX, TxFactory } from '@hcengineering/core' +import type { IntlString, Plugin } from '@hcengineering/platform' +import { plugin } from '@hcengineering/platform' const txFactory = new TxFactory(core.account.System) diff --git a/packages/query/src/__tests__/query.test.ts b/packages/query/src/__tests__/query.test.ts index 5a9df53b60..a3392bccc7 100644 --- a/packages/query/src/__tests__/query.test.ts +++ b/packages/query/src/__tests__/query.test.ts @@ -24,7 +24,7 @@ import core, { TxCreateDoc, TxOperations, WithLookup -} from '@anticrm/core' +} from '@hcengineering/core' import { LiveQuery } from '..' import { connect } from './connection' import { AttachedComment, genMinModel, ParticipantsHolder, test } from './minmodel' diff --git a/packages/query/src/index.ts b/packages/query/src/index.ts index ccb9771fb3..1822e94127 100644 --- a/packages/query/src/index.ts +++ b/packages/query/src/index.ts @@ -45,7 +45,7 @@ import core, { TxResult, TxUpdateDoc, WithLookup -} from '@anticrm/core' +} from '@hcengineering/core' import { deepEqual } from 'fast-equals' const CACHE_SIZE = 20 diff --git a/packages/query/tsconfig.json b/packages/query/tsconfig.json index 137ecf0617..a85b5f31ed 100644 --- a/packages/query/tsconfig.json +++ b/packages/query/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@anticrm/platform-rig/profiles/default/tsconfig.json", + "extends": "./node_modules/@hcengineering/platform-rig/profiles/default/tsconfig.json", "compilerOptions": { "rootDir": "./src", diff --git a/packages/rekoni/.eslintrc.js b/packages/rekoni/.eslintrc.js index 5da5872d4a..7f7cebe58b 100644 --- a/packages/rekoni/.eslintrc.js +++ b/packages/rekoni/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@anticrm/platform-rig/profiles/default/config/eslint.config.json'], + extends: ['./node_modules/@hcengineering/platform-rig/profiles/default/config/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname, project: './tsconfig.json' diff --git a/packages/rekoni/config/rig.json b/packages/rekoni/config/rig.json index af1257a896..2fdc07ba20 100644 --- a/packages/rekoni/config/rig.json +++ b/packages/rekoni/config/rig.json @@ -7,7 +7,7 @@ * (Required) The name of the rig package to inherit from. * It should be an NPM package name with the "-rig" suffix. */ - "rigPackageName": "@anticrm/platform-rig" + "rigPackageName": "@hcengineering/platform-rig" /** * (Optional) Selects a config profile from the rig package. The name must consist of diff --git a/packages/rekoni/package.json b/packages/rekoni/package.json index 48a61f5234..5ac18735f7 100644 --- a/packages/rekoni/package.json +++ b/packages/rekoni/package.json @@ -1,5 +1,5 @@ { - "name": "@anticrm/rekoni", + "name": "@hcengineering/rekoni", "version": "0.6.0", "main": "lib/index.js", "author": "Anticrm Platform Contributors", @@ -13,7 +13,7 @@ "build:watch": "tsc" }, "devDependencies": { - "@anticrm/platform-rig": "~0.6.0", + "@hcengineering/platform-rig": "~0.6.0", "@typescript-eslint/eslint-plugin": "^5.30.0", "@typescript-eslint/parser": "^5.30.0", "eslint-config-standard-with-typescript": "^21.0.1", @@ -28,7 +28,7 @@ "@rushstack/heft": "^0.46.1" }, "dependencies": { - "@anticrm/platform": "~0.6.6", - "@anticrm/core": "~0.6.16" + "@hcengineering/platform": "^0.6.7", + "@hcengineering/core": "^0.6.17" } } diff --git a/packages/rekoni/src/index.ts b/packages/rekoni/src/index.ts index b8d6f5ed62..f5880bbef8 100644 --- a/packages/rekoni/src/index.ts +++ b/packages/rekoni/src/index.ts @@ -13,7 +13,7 @@ // limitations under the License. // -import { getMetadata, PlatformError, unknownError } from '@anticrm/platform' +import { getMetadata, PlatformError, unknownError } from '@hcengineering/platform' import plugin from './plugin' import { ReconiDocument } from './types' diff --git a/packages/rekoni/src/plugin.ts b/packages/rekoni/src/plugin.ts index 52f3d4fe03..0caebc4685 100644 --- a/packages/rekoni/src/plugin.ts +++ b/packages/rekoni/src/plugin.ts @@ -13,8 +13,8 @@ // limitations under the License. // -import type { Metadata, Plugin } from '@anticrm/platform' -import { plugin } from '@anticrm/platform' +import type { Metadata, Plugin } from '@hcengineering/platform' +import { plugin } from '@hcengineering/platform' /** * @public diff --git a/packages/text-editor/.eslintrc.js b/packages/text-editor/.eslintrc.js index a327214967..8e724805a8 100644 --- a/packages/text-editor/.eslintrc.js +++ b/packages/text-editor/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@anticrm/platform-rig/profiles/ui/config/eslint.config.json'], + extends: ['./node_modules/@hcengineering/platform-rig/profiles/ui/config/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname }, settings: { 'svelte3/ignore-styles': () => true diff --git a/packages/text-editor/CHANGELOG.json b/packages/text-editor/CHANGELOG.json index 8624388f90..6749a968af 100644 --- a/packages/text-editor/CHANGELOG.json +++ b/packages/text-editor/CHANGELOG.json @@ -1,17 +1,17 @@ { - "name": "@anticrm/text-editor", + "name": "@hcengineering/text-editor", "entries": [ { "version": "0.6.0", - "tag": "@anticrm/text-editor_v0.6.0", + "tag": "@hcengineering/text-editor_v0.6.0", "date": "Sun, 08 Aug 2021 21:05:26 GMT", "comments": { "dependency": [ { - "comment": "Updating dependency \"@anticrm/presentation\" from `~0.6.0` to `~0.6.1`" + "comment": "Updating dependency \"@hcengineering/presentation\" from `~0.6.0` to `~0.6.1`" }, { - "comment": "Updating dependency \"@anticrm/core\" from `~0.6.0` to `~0.6.8`" + "comment": "Updating dependency \"@hcengineering/core\" from `~0.6.0` to `~0.6.8`" } ] } diff --git a/packages/text-editor/CHANGELOG.md b/packages/text-editor/CHANGELOG.md index 0f9be45b11..97a0db38b2 100644 --- a/packages/text-editor/CHANGELOG.md +++ b/packages/text-editor/CHANGELOG.md @@ -1,4 +1,4 @@ -# Change Log - @anticrm/text-editor +# Change Log - @hcengineering/text-editor This log was last generated on Sun, 08 Aug 2021 21:05:26 GMT and should not be manually modified. diff --git a/packages/text-editor/config/rig.json b/packages/text-editor/config/rig.json index e12b462b19..1a4b944f83 100644 --- a/packages/text-editor/config/rig.json +++ b/packages/text-editor/config/rig.json @@ -1,5 +1,5 @@ { "$schema": "https://developer.microsoft.com/json-schemas/rig-package/rig.schema.json", - "rigPackageName": "@anticrm/platform-rig", + "rigPackageName": "@hcengineering/platform-rig", "rigProfile": "ui" } diff --git a/packages/text-editor/package.json b/packages/text-editor/package.json index 09dfaa4661..0bb1331fdc 100644 --- a/packages/text-editor/package.json +++ b/packages/text-editor/package.json @@ -1,5 +1,5 @@ { - "name": "@anticrm/text-editor", + "name": "@hcengineering/text-editor", "version": "0.6.0", "main": "src/index.ts", "author": "Anticrm Platform Contributors", @@ -15,7 +15,7 @@ "svelte-loader": "^3.1.3", "sass": "^1.53.0", "svelte-preprocess": "^4.10.7", - "@anticrm/platform-rig": "~0.6.0", + "@hcengineering/platform-rig": "~0.6.0", "@typescript-eslint/eslint-plugin": "^5.30.0", "@typescript-eslint/parser": "^5.30.0", "eslint-config-standard-with-typescript": "^21.0.1", @@ -30,11 +30,11 @@ "typescript": "^4.3.5" }, "dependencies": { - "@anticrm/presentation": "~0.6.2", - "@anticrm/contact": "~0.6.5", - "@anticrm/platform": "~0.6.6", - "@anticrm/core": "~0.6.16", - "@anticrm/ui": "~0.6.0", + "@hcengineering/presentation": "~0.6.2", + "@hcengineering/contact": "~0.6.5", + "@hcengineering/platform": "^0.6.7", + "@hcengineering/core": "^0.6.17", + "@hcengineering/ui": "^0.6.2", "svelte": "^3.47", "@tiptap/core": "~2.0.0-beta.181", diff --git a/packages/text-editor/src/components/EmojiPopup.svelte b/packages/text-editor/src/components/EmojiPopup.svelte index bf8bc43142..25d076b3d9 100644 --- a/packages/text-editor/src/components/EmojiPopup.svelte +++ b/packages/text-editor/src/components/EmojiPopup.svelte @@ -1,8 +1,8 @@ diff --git a/plugins/automation-resources/src/components/actions/ContentActionCreate.svelte b/plugins/automation-resources/src/components/actions/ContentActionCreate.svelte index 2ea225b579..869c4e9bdd 100644 --- a/plugins/automation-resources/src/components/actions/ContentActionCreate.svelte +++ b/plugins/automation-resources/src/components/actions/ContentActionCreate.svelte @@ -1,8 +1,8 @@ diff --git a/plugins/board-resources/src/components/ListArchive.svelte b/plugins/board-resources/src/components/ListArchive.svelte index 3fa1886564..c6ce95bc89 100644 --- a/plugins/board-resources/src/components/ListArchive.svelte +++ b/plugins/board-resources/src/components/ListArchive.svelte @@ -1,8 +1,8 @@
diff --git a/plugins/board-resources/src/components/UserBoxList.svelte b/plugins/board-resources/src/components/UserBoxList.svelte index 07493de165..310baddf0d 100644 --- a/plugins/board-resources/src/components/UserBoxList.svelte +++ b/plugins/board-resources/src/components/UserBoxList.svelte @@ -1,8 +1,8 @@ diff --git a/plugins/devmodel-resources/src/index.ts b/plugins/devmodel-resources/src/index.ts index d33e5fb7d2..53736a7304 100644 --- a/plugins/devmodel-resources/src/index.ts +++ b/plugins/devmodel-resources/src/index.ts @@ -27,12 +27,12 @@ import core, { Tx, TxResult, WithLookup -} from '@anticrm/core' -import { devModelId } from '@anticrm/devmodel' -import { Builder } from '@anticrm/model' -import { getMetadata, IntlString, Resources } from '@anticrm/platform' -import view from '@anticrm/view' -import workbench from '@anticrm/workbench' +} from '@hcengineering/core' +import { devModelId } from '@hcengineering/devmodel' +import { Builder } from '@hcengineering/model' +import { getMetadata, IntlString, Resources } from '@hcengineering/platform' +import view from '@hcengineering/view' +import workbench from '@hcengineering/workbench' import ModelView from './components/ModelView.svelte' import QueryView from './components/QueryView.svelte' import devmodel from './plugin' diff --git a/plugins/devmodel-resources/src/plugin.ts b/plugins/devmodel-resources/src/plugin.ts index 88f5f43607..60d1f28ca7 100644 --- a/plugins/devmodel-resources/src/plugin.ts +++ b/plugins/devmodel-resources/src/plugin.ts @@ -13,10 +13,10 @@ // limitations under the License. // -import devmodel, { devModelId } from '@anticrm/devmodel' -import { mergeIds } from '@anticrm/platform' -import { Ref } from '@anticrm/core' -import { Application } from '@anticrm/workbench' +import devmodel, { devModelId } from '@hcengineering/devmodel' +import { mergeIds } from '@hcengineering/platform' +import { Ref } from '@hcengineering/core' +import { Application } from '@hcengineering/workbench' export default mergeIds(devModelId, devmodel, { ids: { diff --git a/plugins/devmodel/.eslintrc.js b/plugins/devmodel/.eslintrc.js index 5da5872d4a..7f7cebe58b 100644 --- a/plugins/devmodel/.eslintrc.js +++ b/plugins/devmodel/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@anticrm/platform-rig/profiles/default/config/eslint.config.json'], + extends: ['./node_modules/@hcengineering/platform-rig/profiles/default/config/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname, project: './tsconfig.json' diff --git a/plugins/devmodel/config/rig.json b/plugins/devmodel/config/rig.json index b2569948de..48fd47af6b 100644 --- a/plugins/devmodel/config/rig.json +++ b/plugins/devmodel/config/rig.json @@ -1,5 +1,5 @@ { "$schema": "https://developer.microsoft.com/json-schemas/rig-package/rig.schema.json", - "rigPackageName": "@anticrm/platform-rig", + "rigPackageName": "@hcengineering/platform-rig", "rigProfile": "default" } diff --git a/plugins/devmodel/package.json b/plugins/devmodel/package.json index 4dfd06e915..1a62b12edf 100644 --- a/plugins/devmodel/package.json +++ b/plugins/devmodel/package.json @@ -1,5 +1,5 @@ { - "name": "@anticrm/devmodel", + "name": "@hcengineering/devmodel", "version": "0.6.0", "main": "lib/index.js", "author": "Anticrm Platform Contributors", @@ -12,7 +12,7 @@ "lint": "eslint src" }, "devDependencies": { - "@anticrm/platform-rig": "~0.6.0", + "@hcengineering/platform-rig": "~0.6.0", "@types/heft-jest": "^1.0.3", "@typescript-eslint/eslint-plugin": "^5.30.0", "@typescript-eslint/parser": "^5.30.0", @@ -25,9 +25,9 @@ "@rushstack/heft": "^0.46.1" }, "dependencies": { - "@anticrm/platform": "~0.6.6", - "@anticrm/core": "~0.6.16", - "@anticrm/ui": "~0.6.0", - "@anticrm/client": "~0.6.2" + "@hcengineering/platform": "^0.6.7", + "@hcengineering/core": "^0.6.17", + "@hcengineering/ui": "^0.6.2", + "@hcengineering/client": "^0.6.3" } } diff --git a/plugins/devmodel/src/index.ts b/plugins/devmodel/src/index.ts index d7674285aa..4e6060b21d 100644 --- a/plugins/devmodel/src/index.ts +++ b/plugins/devmodel/src/index.ts @@ -13,10 +13,10 @@ // limitations under the License. // -import { ClientHook } from '@anticrm/client' -import type { Asset, Metadata, Plugin, Resource } from '@anticrm/platform' -import { plugin } from '@anticrm/platform' -import type { AnyComponent } from '@anticrm/ui' +import { ClientHook } from '@hcengineering/client' +import type { Asset, Metadata, Plugin, Resource } from '@hcengineering/platform' +import { plugin } from '@hcengineering/platform' +import type { AnyComponent } from '@hcengineering/ui' /** * @public diff --git a/plugins/devmodel/tsconfig.json b/plugins/devmodel/tsconfig.json index 32045300ce..fd821f3e97 100644 --- a/plugins/devmodel/tsconfig.json +++ b/plugins/devmodel/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@anticrm/platform-rig/profiles/default/tsconfig.json", + "extends": "./node_modules/@hcengineering/platform-rig/profiles/default/tsconfig.json", "compilerOptions": { "rootDir": "./src", diff --git a/plugins/gmail-assets/.eslintrc.js b/plugins/gmail-assets/.eslintrc.js index 426e4c33f7..8f8d9f363a 100644 --- a/plugins/gmail-assets/.eslintrc.js +++ b/plugins/gmail-assets/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@anticrm/platform-rig/profiles/assets/config/eslint.config.json'], + extends: ['./node_modules/@hcengineering/platform-rig/profiles/assets/config/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname, project: './tsconfig.json' diff --git a/plugins/gmail-assets/config/rig.json b/plugins/gmail-assets/config/rig.json index 46f6e60c92..b75800b9b7 100644 --- a/plugins/gmail-assets/config/rig.json +++ b/plugins/gmail-assets/config/rig.json @@ -1,5 +1,5 @@ { "$schema": "https://developer.microsoft.com/json-schemas/rig-package/rig.schema.json", - "rigPackageName": "@anticrm/platform-rig", + "rigPackageName": "@hcengineering/platform-rig", "rigProfile": "assets" } diff --git a/plugins/gmail-assets/package.json b/plugins/gmail-assets/package.json index 7643ff12b4..ba3fd98700 100644 --- a/plugins/gmail-assets/package.json +++ b/plugins/gmail-assets/package.json @@ -1,9 +1,9 @@ { - "name": "@anticrm/gmail-assets", + "name": "@hcengineering/gmail-assets", "version": "0.6.0", "main": "src/index.ts", "author": "Anticrm Platform Contributors", - "template": "@anticrm/assets-package", + "template": "@hcengineering/assets-package", "license": "EPL-2.0", "scripts": { "build": "heft build", @@ -14,7 +14,7 @@ "build:docs": "" }, "devDependencies": { - "@anticrm/platform-rig": "~0.6.0", + "@hcengineering/platform-rig": "~0.6.0", "@typescript-eslint/eslint-plugin": "^5.30.0", "@typescript-eslint/parser": "^5.30.0", "eslint-config-standard-with-typescript": "^21.0.1", @@ -29,7 +29,7 @@ "@types/node": "~16.11.12" }, "dependencies": { - "@anticrm/platform": "~0.6.6", - "@anticrm/gmail": "~0.6.0" + "@hcengineering/platform": "^0.6.7", + "@hcengineering/gmail": "~0.6.0" } } diff --git a/plugins/gmail-assets/src/index.ts b/plugins/gmail-assets/src/index.ts index c2bc27967a..6b215da147 100644 --- a/plugins/gmail-assets/src/index.ts +++ b/plugins/gmail-assets/src/index.ts @@ -14,7 +14,7 @@ // limitations under the License. // -import { addStringsLoader } from '@anticrm/platform' -import { gmailId } from '@anticrm/gmail' +import { addStringsLoader } from '@hcengineering/platform' +import { gmailId } from '@hcengineering/gmail' addStringsLoader(gmailId, async (lang: string) => await import(`../lang/${lang}.json`)) diff --git a/plugins/gmail-resources/.eslintrc.js b/plugins/gmail-resources/.eslintrc.js index a327214967..8e724805a8 100644 --- a/plugins/gmail-resources/.eslintrc.js +++ b/plugins/gmail-resources/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@anticrm/platform-rig/profiles/ui/config/eslint.config.json'], + extends: ['./node_modules/@hcengineering/platform-rig/profiles/ui/config/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname }, settings: { 'svelte3/ignore-styles': () => true diff --git a/plugins/gmail-resources/config/rig.json b/plugins/gmail-resources/config/rig.json index e12b462b19..1a4b944f83 100644 --- a/plugins/gmail-resources/config/rig.json +++ b/plugins/gmail-resources/config/rig.json @@ -1,5 +1,5 @@ { "$schema": "https://developer.microsoft.com/json-schemas/rig-package/rig.schema.json", - "rigPackageName": "@anticrm/platform-rig", + "rigPackageName": "@hcengineering/platform-rig", "rigProfile": "ui" } diff --git a/plugins/gmail-resources/package.json b/plugins/gmail-resources/package.json index bf6ba76230..e6c78c87e8 100644 --- a/plugins/gmail-resources/package.json +++ b/plugins/gmail-resources/package.json @@ -1,5 +1,5 @@ { - "name": "@anticrm/gmail-resources", + "name": "@hcengineering/gmail-resources", "version": "0.6.0", "main": "src/index.ts", "author": "Anticrm Platform Contributors", @@ -13,7 +13,7 @@ "svelte-check": "svelte-check" }, "devDependencies": { - "@anticrm/platform-rig": "~0.6.0", + "@hcengineering/platform-rig": "~0.6.0", "svelte-loader": "^3.1.3", "sass": "^1.53.0", "svelte-preprocess": "^4.10.7", @@ -31,21 +31,21 @@ "typescript": "^4.3.5" }, "dependencies": { - "@anticrm/platform": "~0.6.6", + "@hcengineering/platform": "^0.6.7", "svelte": "^3.47", - "@anticrm/gmail": "~0.6.0", - "@anticrm/ui": "~0.6.0", - "@anticrm/presentation": "~0.6.2", - "@anticrm/text-editor": "~0.6.0", - "@anticrm/contact": "~0.6.5", - "@anticrm/setting": "~0.6.1", - "@anticrm/chunter": "~0.6.1", - "@anticrm/chunter-resources": "~0.6.0", - "@anticrm/notification-resources": "~0.6.0", - "@anticrm/attachment": "~0.6.1", - "@anticrm/attachment-resources": "~0.6.0", - "@anticrm/login": "~0.6.1", - "@anticrm/core": "~0.6.16", - "@anticrm/panel": "~0.6.0" + "@hcengineering/gmail": "~0.6.0", + "@hcengineering/ui": "^0.6.2", + "@hcengineering/presentation": "~0.6.2", + "@hcengineering/text-editor": "~0.6.0", + "@hcengineering/contact": "~0.6.5", + "@hcengineering/setting": "~0.6.1", + "@hcengineering/chunter": "~0.6.1", + "@hcengineering/chunter-resources": "~0.6.0", + "@hcengineering/notification-resources": "~0.6.0", + "@hcengineering/attachment": "~0.6.1", + "@hcengineering/attachment-resources": "~0.6.0", + "@hcengineering/login": "~0.6.1", + "@hcengineering/core": "^0.6.17", + "@hcengineering/panel": "~0.6.0" } } diff --git a/plugins/gmail-resources/src/components/Chats.svelte b/plugins/gmail-resources/src/components/Chats.svelte index f21dafb97b..a0d9e7f223 100644 --- a/plugins/gmail-resources/src/components/Chats.svelte +++ b/plugins/gmail-resources/src/components/Chats.svelte @@ -14,16 +14,16 @@ // limitations under the License. --> diff --git a/plugins/hr-resources/src/components/Schedule.svelte b/plugins/hr-resources/src/components/Schedule.svelte index 035fe0336c..08be644101 100644 --- a/plugins/hr-resources/src/components/Schedule.svelte +++ b/plugins/hr-resources/src/components/Schedule.svelte @@ -13,13 +13,13 @@ // limitations under the License. --> diff --git a/plugins/inventory-resources/src/components/Variants.svelte b/plugins/inventory-resources/src/components/Variants.svelte index 944c7b9272..c6f8cd515c 100644 --- a/plugins/inventory-resources/src/components/Variants.svelte +++ b/plugins/inventory-resources/src/components/Variants.svelte @@ -13,9 +13,9 @@ // limitations under the License. -->
diff --git a/plugins/lead-resources/src/index.ts b/plugins/lead-resources/src/index.ts index 318bcf396f..d69b341e6e 100644 --- a/plugins/lead-resources/src/index.ts +++ b/plugins/lead-resources/src/index.ts @@ -14,7 +14,7 @@ // limitations under the License. // -import { Resources } from '@anticrm/platform' +import { Resources } from '@hcengineering/platform' import CreateFunnel from './components/CreateFunnel.svelte' import CreateLead from './components/CreateLead.svelte' import EditLead from './components/EditLead.svelte' diff --git a/plugins/lead-resources/src/plugin.ts b/plugins/lead-resources/src/plugin.ts index 698fc31d64..7f0de9b44a 100644 --- a/plugins/lead-resources/src/plugin.ts +++ b/plugins/lead-resources/src/plugin.ts @@ -13,10 +13,10 @@ // limitations under the License. // -import lead, { leadId } from '@anticrm/lead' -import { IntlString, mergeIds, Resource } from '@anticrm/platform' -import { Client, Doc, Ref } from '@anticrm/core' -import { AnyComponent } from '@anticrm/ui' +import lead, { leadId } from '@hcengineering/lead' +import { IntlString, mergeIds, Resource } from '@hcengineering/platform' +import { Client, Doc, Ref } from '@hcengineering/core' +import { AnyComponent } from '@hcengineering/ui' export default mergeIds(leadId, lead, { string: { diff --git a/plugins/lead-resources/src/utils.ts b/plugins/lead-resources/src/utils.ts index 0d0f2adf7f..c8dbc3a747 100644 --- a/plugins/lead-resources/src/utils.ts +++ b/plugins/lead-resources/src/utils.ts @@ -1,5 +1,5 @@ -import { Doc, Ref, TxOperations } from '@anticrm/core' -import { Lead } from '@anticrm/lead' +import { Doc, Ref, TxOperations } from '@hcengineering/core' +import { Lead } from '@hcengineering/lead' import lead from './plugin' export async function getLeadTitle (client: TxOperations, ref: Ref): Promise { diff --git a/plugins/lead/.eslintrc.js b/plugins/lead/.eslintrc.js index 5da5872d4a..7f7cebe58b 100644 --- a/plugins/lead/.eslintrc.js +++ b/plugins/lead/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@anticrm/platform-rig/profiles/default/config/eslint.config.json'], + extends: ['./node_modules/@hcengineering/platform-rig/profiles/default/config/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname, project: './tsconfig.json' diff --git a/plugins/lead/config/rig.json b/plugins/lead/config/rig.json index af1257a896..2fdc07ba20 100644 --- a/plugins/lead/config/rig.json +++ b/plugins/lead/config/rig.json @@ -7,7 +7,7 @@ * (Required) The name of the rig package to inherit from. * It should be an NPM package name with the "-rig" suffix. */ - "rigPackageName": "@anticrm/platform-rig" + "rigPackageName": "@hcengineering/platform-rig" /** * (Optional) Selects a config profile from the rig package. The name must consist of diff --git a/plugins/lead/package.json b/plugins/lead/package.json index b020c1a1eb..a4cd18e2b1 100644 --- a/plugins/lead/package.json +++ b/plugins/lead/package.json @@ -1,5 +1,5 @@ { - "name": "@anticrm/lead", + "name": "@hcengineering/lead", "version": "0.6.0", "main": "lib/index.js", "author": "Anticrm Platform Contributors", @@ -12,7 +12,7 @@ "format": "prettier --write src && eslint --fix src" }, "devDependencies": { - "@anticrm/platform-rig": "~0.6.0", + "@hcengineering/platform-rig": "~0.6.0", "@types/heft-jest": "^1.0.3", "@typescript-eslint/eslint-plugin": "^5.30.0", "eslint-plugin-import": "^2.26.0", @@ -26,10 +26,10 @@ "typescript": "^4.3.5" }, "dependencies": { - "@anticrm/contact": "~0.6.5", - "@anticrm/core": "~0.6.16", - "@anticrm/platform": "~0.6.6", - "@anticrm/view": "~0.6.0", - "@anticrm/task": "~0.6.0" + "@hcengineering/contact": "~0.6.5", + "@hcengineering/core": "^0.6.17", + "@hcengineering/platform": "^0.6.7", + "@hcengineering/view": "^0.6.1", + "@hcengineering/task": "~0.6.0" } } diff --git a/plugins/lead/src/index.ts b/plugins/lead/src/index.ts index a900c7621e..4c5917e611 100644 --- a/plugins/lead/src/index.ts +++ b/plugins/lead/src/index.ts @@ -14,12 +14,12 @@ // limitations under the License. // -import type { Contact } from '@anticrm/contact' -import type { Class, Doc, Ref } from '@anticrm/core' -import { Mixin } from '@anticrm/core' -import type { Asset, Plugin } from '@anticrm/platform' -import { plugin } from '@anticrm/platform' -import type { KanbanTemplateSpace, SpaceWithStates, Task } from '@anticrm/task' +import type { Contact } from '@hcengineering/contact' +import type { Class, Doc, Ref } from '@hcengineering/core' +import { Mixin } from '@hcengineering/core' +import type { Asset, Plugin } from '@hcengineering/platform' +import { plugin } from '@hcengineering/platform' +import type { KanbanTemplateSpace, SpaceWithStates, Task } from '@hcengineering/task' /** * @public diff --git a/plugins/lead/tsconfig.json b/plugins/lead/tsconfig.json index 32045300ce..fd821f3e97 100644 --- a/plugins/lead/tsconfig.json +++ b/plugins/lead/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@anticrm/platform-rig/profiles/default/tsconfig.json", + "extends": "./node_modules/@hcengineering/platform-rig/profiles/default/tsconfig.json", "compilerOptions": { "rootDir": "./src", diff --git a/plugins/login-assets/.eslintrc.js b/plugins/login-assets/.eslintrc.js index 426e4c33f7..8f8d9f363a 100644 --- a/plugins/login-assets/.eslintrc.js +++ b/plugins/login-assets/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@anticrm/platform-rig/profiles/assets/config/eslint.config.json'], + extends: ['./node_modules/@hcengineering/platform-rig/profiles/assets/config/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname, project: './tsconfig.json' diff --git a/plugins/login-assets/CHANGELOG.json b/plugins/login-assets/CHANGELOG.json index 25940681c1..82a70ab499 100644 --- a/plugins/login-assets/CHANGELOG.json +++ b/plugins/login-assets/CHANGELOG.json @@ -1,14 +1,14 @@ { - "name": "@anticrm/login-assets", + "name": "@hcengineering/login-assets", "entries": [ { "version": "0.6.0", - "tag": "@anticrm/login-assets_v0.6.0", + "tag": "@hcengineering/login-assets_v0.6.0", "date": "Sun, 08 Aug 2021 10:14:57 GMT", "comments": { "dependency": [ { - "comment": "Updating dependency \"@anticrm/platform\" from `~0.6.3` to `~0.6.4`" + "comment": "Updating dependency \"@hcengineering/platform\" from `~0.6.3` to `~0.6.4`" } ] } diff --git a/plugins/login-assets/CHANGELOG.md b/plugins/login-assets/CHANGELOG.md index 898e1ff5f0..05ce1fcbf1 100644 --- a/plugins/login-assets/CHANGELOG.md +++ b/plugins/login-assets/CHANGELOG.md @@ -1,4 +1,4 @@ -# Change Log - @anticrm/login-assets +# Change Log - @hcengineering/login-assets This log was last generated on Sun, 08 Aug 2021 10:14:57 GMT and should not be manually modified. diff --git a/plugins/login-assets/config/rig.json b/plugins/login-assets/config/rig.json index 46f6e60c92..b75800b9b7 100644 --- a/plugins/login-assets/config/rig.json +++ b/plugins/login-assets/config/rig.json @@ -1,5 +1,5 @@ { "$schema": "https://developer.microsoft.com/json-schemas/rig-package/rig.schema.json", - "rigPackageName": "@anticrm/platform-rig", + "rigPackageName": "@hcengineering/platform-rig", "rigProfile": "assets" } diff --git a/plugins/login-assets/package.json b/plugins/login-assets/package.json index ad904c7a08..b9711b8fb5 100644 --- a/plugins/login-assets/package.json +++ b/plugins/login-assets/package.json @@ -1,9 +1,9 @@ { - "name": "@anticrm/login-assets", + "name": "@hcengineering/login-assets", "version": "0.6.0", "main": "lib/index.js", "author": "Anticrm Platform Contributors", - "template": "@anticrm/assets-package", + "template": "@hcengineering/assets-package", "license": "EPL-2.0", "scripts": { "build": "heft build", @@ -14,7 +14,7 @@ "build:watch": "tsc" }, "devDependencies": { - "@anticrm/platform-rig": "~0.6.0", + "@hcengineering/platform-rig": "~0.6.0", "@types/heft-jest": "^1.0.3", "@typescript-eslint/eslint-plugin": "^5.30.0", "@typescript-eslint/parser": "^5.30.0", @@ -28,7 +28,7 @@ "@types/node": "~16.11.12" }, "dependencies": { - "@anticrm/platform": "~0.6.6", - "@anticrm/login": "~0.6.1" + "@hcengineering/platform": "^0.6.7", + "@hcengineering/login": "~0.6.1" } } diff --git a/plugins/login-assets/src/index.ts b/plugins/login-assets/src/index.ts index d2f68b6efc..333429e037 100644 --- a/plugins/login-assets/src/index.ts +++ b/plugins/login-assets/src/index.ts @@ -14,8 +14,8 @@ // limitations under the License. // -import { addStringsLoader, loadMetadata } from '@anticrm/platform' -import login, { loginId } from '@anticrm/login' +import { addStringsLoader, loadMetadata } from '@hcengineering/platform' +import login, { loginId } from '@hcengineering/login' addStringsLoader(loginId, async (lang: string) => { return await import(`../lang/${lang}.json`) diff --git a/plugins/login-resources/.eslintrc.js b/plugins/login-resources/.eslintrc.js index a327214967..8e724805a8 100644 --- a/plugins/login-resources/.eslintrc.js +++ b/plugins/login-resources/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@anticrm/platform-rig/profiles/ui/config/eslint.config.json'], + extends: ['./node_modules/@hcengineering/platform-rig/profiles/ui/config/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname }, settings: { 'svelte3/ignore-styles': () => true diff --git a/plugins/login-resources/CHANGELOG.json b/plugins/login-resources/CHANGELOG.json index e132daa229..4c2de24659 100644 --- a/plugins/login-resources/CHANGELOG.json +++ b/plugins/login-resources/CHANGELOG.json @@ -1,9 +1,9 @@ { - "name": "@anticrm/login-resources", + "name": "@hcengineering/login-resources", "entries": [ { "version": "0.6.2", - "tag": "@anticrm/login-resources_v0.6.2", + "tag": "@hcengineering/login-resources_v0.6.2", "date": "Mon, 09 Aug 2021 08:00:44 GMT", "comments": { "patch": [ @@ -15,7 +15,7 @@ }, { "version": "0.6.1", - "tag": "@anticrm/login-resources_v0.6.1", + "tag": "@hcengineering/login-resources_v0.6.1", "date": "Sun, 08 Aug 2021 21:05:26 GMT", "comments": { "patch": [ @@ -25,22 +25,22 @@ ], "dependency": [ { - "comment": "Updating dependency \"@anticrm/login\" from `~0.6.0` to `~0.6.1`" + "comment": "Updating dependency \"@hcengineering/login\" from `~0.6.0` to `~0.6.1`" }, { - "comment": "Updating dependency \"@anticrm/workbench\" from `~0.6.0` to `~0.6.1`" + "comment": "Updating dependency \"@hcengineering/workbench\" from `~0.6.0` to `~0.6.1`" } ] } }, { "version": "0.6.0", - "tag": "@anticrm/login-resources_v0.6.0", + "tag": "@hcengineering/login-resources_v0.6.0", "date": "Sun, 08 Aug 2021 10:14:57 GMT", "comments": { "dependency": [ { - "comment": "Updating dependency \"@anticrm/platform\" from `~0.6.0` to `~0.6.4`" + "comment": "Updating dependency \"@hcengineering/platform\" from `~0.6.0` to `~0.6.4`" } ] } diff --git a/plugins/login-resources/CHANGELOG.md b/plugins/login-resources/CHANGELOG.md index c43f1903ca..9f4d41c8a6 100644 --- a/plugins/login-resources/CHANGELOG.md +++ b/plugins/login-resources/CHANGELOG.md @@ -1,4 +1,4 @@ -# Change Log - @anticrm/login-resources +# Change Log - @hcengineering/login-resources This log was last generated on Mon, 09 Aug 2021 08:00:44 GMT and should not be manually modified. diff --git a/plugins/login-resources/config/rig.json b/plugins/login-resources/config/rig.json index e12b462b19..1a4b944f83 100644 --- a/plugins/login-resources/config/rig.json +++ b/plugins/login-resources/config/rig.json @@ -1,5 +1,5 @@ { "$schema": "https://developer.microsoft.com/json-schemas/rig-package/rig.schema.json", - "rigPackageName": "@anticrm/platform-rig", + "rigPackageName": "@hcengineering/platform-rig", "rigProfile": "ui" } diff --git a/plugins/login-resources/package.json b/plugins/login-resources/package.json index f409d58045..d421d3a366 100644 --- a/plugins/login-resources/package.json +++ b/plugins/login-resources/package.json @@ -1,5 +1,5 @@ { - "name": "@anticrm/login-resources", + "name": "@hcengineering/login-resources", "version": "0.6.2", "main": "src/index.ts", "author": "Anticrm Platform Contributors", @@ -15,7 +15,7 @@ "svelte-loader": "^3.1.3", "sass": "^1.53.0", "svelte-preprocess": "^4.10.7", - "@anticrm/platform-rig": "~0.6.0", + "@hcengineering/platform-rig": "~0.6.0", "@typescript-eslint/eslint-plugin": "^5.30.0", "@typescript-eslint/parser": "^5.30.0", "eslint-config-standard-with-typescript": "^21.0.1", @@ -30,11 +30,11 @@ "typescript": "^4.3.5" }, "dependencies": { - "@anticrm/platform": "~0.6.6", + "@hcengineering/platform": "^0.6.7", "svelte": "^3.47", - "@anticrm/login": "~0.6.1", - "@anticrm/ui": "~0.6.0", - "@anticrm/workbench": "~0.6.1", - "@anticrm/core": "~0.6.16" + "@hcengineering/login": "~0.6.1", + "@hcengineering/ui": "^0.6.2", + "@hcengineering/workbench": "~0.6.1", + "@hcengineering/core": "^0.6.17" } } diff --git a/plugins/login-resources/src/components/CreateWorkspaceForm.svelte b/plugins/login-resources/src/components/CreateWorkspaceForm.svelte index d3f3e64cf2..1b1a18e1ee 100644 --- a/plugins/login-resources/src/components/CreateWorkspaceForm.svelte +++ b/plugins/login-resources/src/components/CreateWorkspaceForm.svelte @@ -14,7 +14,7 @@ // limitations under the License. --> diff --git a/plugins/login-resources/src/plugin.ts b/plugins/login-resources/src/plugin.ts index 81e822f449..aab8c9e7aa 100644 --- a/plugins/login-resources/src/plugin.ts +++ b/plugins/login-resources/src/plugin.ts @@ -14,10 +14,10 @@ // limitations under the License. */ -import type { StatusCode, IntlString } from '@anticrm/platform' -import { mergeIds } from '@anticrm/platform' +import type { StatusCode, IntlString } from '@hcengineering/platform' +import { mergeIds } from '@hcengineering/platform' -import login, { loginId } from '@anticrm/login' +import login, { loginId } from '@hcengineering/login' export default mergeIds(loginId, login, { status: { diff --git a/plugins/login-resources/src/utils.ts b/plugins/login-resources/src/utils.ts index c0916cd797..001595639a 100644 --- a/plugins/login-resources/src/utils.ts +++ b/plugins/login-resources/src/utils.ts @@ -13,7 +13,7 @@ // limitations under the License. // -import login from '@anticrm/login' +import login from '@hcengineering/login' import { getMetadata, OK, @@ -24,8 +24,8 @@ import { Status, unknownError, unknownStatus -} from '@anticrm/platform' -import { fetchMetadataLocalStorage, getCurrentLocation, navigate } from '@anticrm/ui' +} from '@hcengineering/platform' +import { fetchMetadataLocalStorage, getCurrentLocation, navigate } from '@hcengineering/ui' export interface WorkspaceLoginInfo extends LoginInfo { workspace: string diff --git a/plugins/login/.eslintrc.js b/plugins/login/.eslintrc.js index 5da5872d4a..7f7cebe58b 100644 --- a/plugins/login/.eslintrc.js +++ b/plugins/login/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@anticrm/platform-rig/profiles/default/config/eslint.config.json'], + extends: ['./node_modules/@hcengineering/platform-rig/profiles/default/config/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname, project: './tsconfig.json' diff --git a/plugins/login/CHANGELOG.json b/plugins/login/CHANGELOG.json index 13325b7aad..db160fce7f 100644 --- a/plugins/login/CHANGELOG.json +++ b/plugins/login/CHANGELOG.json @@ -1,9 +1,9 @@ { - "name": "@anticrm/login", + "name": "@hcengineering/login", "entries": [ { "version": "0.6.1", - "tag": "@anticrm/login_v0.6.1", + "tag": "@hcengineering/login_v0.6.1", "date": "Sun, 08 Aug 2021 21:05:26 GMT", "comments": { "patch": [ @@ -15,12 +15,12 @@ }, { "version": "0.6.0", - "tag": "@anticrm/login_v0.6.0", + "tag": "@hcengineering/login_v0.6.0", "date": "Sun, 08 Aug 2021 10:14:57 GMT", "comments": { "dependency": [ { - "comment": "Updating dependency \"@anticrm/platform\" from `~0.6.3` to `~0.6.4`" + "comment": "Updating dependency \"@hcengineering/platform\" from `~0.6.3` to `~0.6.4`" } ] } diff --git a/plugins/login/CHANGELOG.md b/plugins/login/CHANGELOG.md index e291123700..260b8bb30d 100644 --- a/plugins/login/CHANGELOG.md +++ b/plugins/login/CHANGELOG.md @@ -1,4 +1,4 @@ -# Change Log - @anticrm/login +# Change Log - @hcengineering/login This log was last generated on Sun, 08 Aug 2021 21:05:26 GMT and should not be manually modified. diff --git a/plugins/login/config/rig.json b/plugins/login/config/rig.json index af1257a896..2fdc07ba20 100644 --- a/plugins/login/config/rig.json +++ b/plugins/login/config/rig.json @@ -7,7 +7,7 @@ * (Required) The name of the rig package to inherit from. * It should be an NPM package name with the "-rig" suffix. */ - "rigPackageName": "@anticrm/platform-rig" + "rigPackageName": "@hcengineering/platform-rig" /** * (Optional) Selects a config profile from the rig package. The name must consist of diff --git a/plugins/login/package.json b/plugins/login/package.json index 88f6a8ddd8..af80772f77 100644 --- a/plugins/login/package.json +++ b/plugins/login/package.json @@ -1,5 +1,5 @@ { - "name": "@anticrm/login", + "name": "@hcengineering/login", "version": "0.6.1", "main": "lib/index.js", "author": "Anticrm Platform Contributors", @@ -12,7 +12,7 @@ "format": "prettier --write src && eslint --fix src" }, "devDependencies": { - "@anticrm/platform-rig": "~0.6.0", + "@hcengineering/platform-rig": "~0.6.0", "@types/heft-jest": "^1.0.3", "@typescript-eslint/eslint-plugin": "^5.30.0", "eslint-plugin-import": "^2.26.0", @@ -26,7 +26,7 @@ "typescript": "^4.3.5" }, "dependencies": { - "@anticrm/platform": "~0.6.6", - "@anticrm/ui": "~0.6.0" + "@hcengineering/platform": "^0.6.7", + "@hcengineering/ui": "^0.6.2" } } diff --git a/plugins/login/src/index.ts b/plugins/login/src/index.ts index cae0af0424..6cda71a61c 100644 --- a/plugins/login/src/index.ts +++ b/plugins/login/src/index.ts @@ -13,9 +13,9 @@ // limitations under the License. // -import type { Plugin, Asset, Metadata } from '@anticrm/platform' -import { plugin } from '@anticrm/platform' -import type { AnyComponent } from '@anticrm/ui' +import type { Plugin, Asset, Metadata } from '@hcengineering/platform' +import { plugin } from '@hcengineering/platform' +import type { AnyComponent } from '@hcengineering/ui' /** * @public diff --git a/plugins/login/tsconfig.json b/plugins/login/tsconfig.json index 32045300ce..fd821f3e97 100644 --- a/plugins/login/tsconfig.json +++ b/plugins/login/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@anticrm/platform-rig/profiles/default/tsconfig.json", + "extends": "./node_modules/@hcengineering/platform-rig/profiles/default/tsconfig.json", "compilerOptions": { "rootDir": "./src", diff --git a/plugins/notification-assets/.eslintrc.js b/plugins/notification-assets/.eslintrc.js index 426e4c33f7..8f8d9f363a 100644 --- a/plugins/notification-assets/.eslintrc.js +++ b/plugins/notification-assets/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@anticrm/platform-rig/profiles/assets/config/eslint.config.json'], + extends: ['./node_modules/@hcengineering/platform-rig/profiles/assets/config/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname, project: './tsconfig.json' diff --git a/plugins/notification-assets/config/rig.json b/plugins/notification-assets/config/rig.json index 46f6e60c92..b75800b9b7 100644 --- a/plugins/notification-assets/config/rig.json +++ b/plugins/notification-assets/config/rig.json @@ -1,5 +1,5 @@ { "$schema": "https://developer.microsoft.com/json-schemas/rig-package/rig.schema.json", - "rigPackageName": "@anticrm/platform-rig", + "rigPackageName": "@hcengineering/platform-rig", "rigProfile": "assets" } diff --git a/plugins/notification-assets/package.json b/plugins/notification-assets/package.json index 4a5eb40c91..272f1ff8ca 100644 --- a/plugins/notification-assets/package.json +++ b/plugins/notification-assets/package.json @@ -1,9 +1,9 @@ { - "name": "@anticrm/notification-assets", + "name": "@hcengineering/notification-assets", "version": "0.6.0", "main": "lib/index.js", "author": "Anticrm Platform Contributors", - "template": "@anticrm/assets-package", + "template": "@hcengineering/assets-package", "license": "EPL-2.0", "scripts": { "build": "heft build", @@ -14,7 +14,7 @@ "build:watch": "tsc" }, "devDependencies": { - "@anticrm/platform-rig": "~0.6.0", + "@hcengineering/platform-rig": "~0.6.0", "@types/heft-jest": "^1.0.3", "@typescript-eslint/eslint-plugin": "^5.30.0", "@typescript-eslint/parser": "^5.30.0", @@ -28,7 +28,7 @@ "@types/node": "~16.11.12" }, "dependencies": { - "@anticrm/platform": "~0.6.6", - "@anticrm/notification": "~0.6.0" + "@hcengineering/platform": "^0.6.7", + "@hcengineering/notification": "~0.6.0" } } diff --git a/plugins/notification-assets/src/index.ts b/plugins/notification-assets/src/index.ts index b48484ea5e..360f51cfda 100644 --- a/plugins/notification-assets/src/index.ts +++ b/plugins/notification-assets/src/index.ts @@ -13,8 +13,8 @@ // limitations under the License. // -import { loadMetadata, addStringsLoader } from '@anticrm/platform' -import notification, { notificationId } from '@anticrm/notification' +import { loadMetadata, addStringsLoader } from '@hcengineering/platform' +import notification, { notificationId } from '@hcengineering/notification' const icons = require('../assets/icons.svg') as string // eslint-disable-line loadMetadata(notification.icon, { diff --git a/plugins/notification-resources/.eslintrc.js b/plugins/notification-resources/.eslintrc.js index a327214967..8e724805a8 100644 --- a/plugins/notification-resources/.eslintrc.js +++ b/plugins/notification-resources/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@anticrm/platform-rig/profiles/ui/config/eslint.config.json'], + extends: ['./node_modules/@hcengineering/platform-rig/profiles/ui/config/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname }, settings: { 'svelte3/ignore-styles': () => true diff --git a/plugins/notification-resources/config copy/rig.json b/plugins/notification-resources/config copy/rig.json index e12b462b19..1a4b944f83 100644 --- a/plugins/notification-resources/config copy/rig.json +++ b/plugins/notification-resources/config copy/rig.json @@ -1,5 +1,5 @@ { "$schema": "https://developer.microsoft.com/json-schemas/rig-package/rig.schema.json", - "rigPackageName": "@anticrm/platform-rig", + "rigPackageName": "@hcengineering/platform-rig", "rigProfile": "ui" } diff --git a/plugins/notification-resources/package.json b/plugins/notification-resources/package.json index aab630a7bd..a896a3f029 100644 --- a/plugins/notification-resources/package.json +++ b/plugins/notification-resources/package.json @@ -1,5 +1,5 @@ { - "name": "@anticrm/notification-resources", + "name": "@hcengineering/notification-resources", "version": "0.6.0", "main": "src/index.ts", "author": "Anticrm Platform Contributors", @@ -13,7 +13,7 @@ "svelte-check": "svelte-check" }, "devDependencies": { - "@anticrm/platform-rig": "~0.6.0", + "@hcengineering/platform-rig": "~0.6.0", "svelte-loader": "^3.1.3", "sass": "^1.53.0", "svelte-preprocess": "^4.10.7", @@ -31,15 +31,15 @@ "typescript": "^4.3.5" }, "dependencies": { - "@anticrm/platform": "~0.6.6", + "@hcengineering/platform": "^0.6.7", "svelte": "^3.47", - "@anticrm/notification": "~0.6.0", - "@anticrm/ui": "~0.6.0", - "@anticrm/presentation": "~0.6.2", - "@anticrm/activity-resources": "~0.6.0", - "@anticrm/activity": "~0.6.0", - "@anticrm/contact": "~0.6.5", - "@anticrm/core": "~0.6.16", - "@anticrm/view": "~0.6.0" + "@hcengineering/notification": "~0.6.0", + "@hcengineering/ui": "^0.6.2", + "@hcengineering/presentation": "~0.6.2", + "@hcengineering/activity-resources": "~0.6.0", + "@hcengineering/activity": "~0.6.0", + "@hcengineering/contact": "~0.6.5", + "@hcengineering/core": "^0.6.17", + "@hcengineering/view": "^0.6.1" } } diff --git a/plugins/notification-resources/src/components/BrowserNotificatator.svelte b/plugins/notification-resources/src/components/BrowserNotificatator.svelte index 8dad2e8c01..1d9bce06fa 100644 --- a/plugins/notification-resources/src/components/BrowserNotificatator.svelte +++ b/plugins/notification-resources/src/components/BrowserNotificatator.svelte @@ -13,18 +13,18 @@ // limitations under the License. --> diff --git a/plugins/recruit-resources/src/components/ApplicationsPresenter.svelte b/plugins/recruit-resources/src/components/ApplicationsPresenter.svelte index df53d0db72..754577022a 100644 --- a/plugins/recruit-resources/src/components/ApplicationsPresenter.svelte +++ b/plugins/recruit-resources/src/components/ApplicationsPresenter.svelte @@ -14,8 +14,8 @@ // limitations under the License. --> diff --git a/plugins/recruit-resources/src/components/review/OpinionsPresenter.svelte b/plugins/recruit-resources/src/components/review/OpinionsPresenter.svelte index 9a86f7f79d..99ecdc31bb 100644 --- a/plugins/recruit-resources/src/components/review/OpinionsPresenter.svelte +++ b/plugins/recruit-resources/src/components/review/OpinionsPresenter.svelte @@ -14,8 +14,8 @@ // limitations under the License. -->
diff --git a/plugins/setting-resources/src/components/Profile.svelte b/plugins/setting-resources/src/components/Profile.svelte index e83647a83a..965a8fb96b 100644 --- a/plugins/setting-resources/src/components/Profile.svelte +++ b/plugins/setting-resources/src/components/Profile.svelte @@ -13,18 +13,18 @@ // limitations under the License. -->
diff --git a/plugins/setting-resources/src/components/Terms.svelte b/plugins/setting-resources/src/components/Terms.svelte index 199417af23..dde7a32206 100644 --- a/plugins/setting-resources/src/components/Terms.svelte +++ b/plugins/setting-resources/src/components/Terms.svelte @@ -13,8 +13,8 @@ // limitations under the License. -->
diff --git a/plugins/setting-resources/src/components/WorkspaceSettings.svelte b/plugins/setting-resources/src/components/WorkspaceSettings.svelte index 3cb95e1957..ced71cd28f 100644 --- a/plugins/setting-resources/src/components/WorkspaceSettings.svelte +++ b/plugins/setting-resources/src/components/WorkspaceSettings.svelte @@ -13,11 +13,11 @@ // limitations under the License. --> diff --git a/plugins/tags-resources/src/components/CreateTagElement.svelte b/plugins/tags-resources/src/components/CreateTagElement.svelte index c989c4b1f2..13771f2e1f 100644 --- a/plugins/tags-resources/src/components/CreateTagElement.svelte +++ b/plugins/tags-resources/src/components/CreateTagElement.svelte @@ -13,9 +13,9 @@ // limitations under the License. --> diff --git a/plugins/task-resources/src/components/kanban/KanbanDragDone.svelte b/plugins/task-resources/src/components/kanban/KanbanDragDone.svelte index 51eb88f9d5..2508a8b039 100644 --- a/plugins/task-resources/src/components/kanban/KanbanDragDone.svelte +++ b/plugins/task-resources/src/components/kanban/KanbanDragDone.svelte @@ -13,10 +13,10 @@ // limitations under the License. --> diff --git a/plugins/task-resources/src/components/state/StateEditor.svelte b/plugins/task-resources/src/components/state/StateEditor.svelte index d74e79ae59..59406d5611 100644 --- a/plugins/task-resources/src/components/state/StateEditor.svelte +++ b/plugins/task-resources/src/components/state/StateEditor.svelte @@ -14,11 +14,11 @@ // limitations under the License. --> diff --git a/plugins/task-resources/src/components/state/StatesBar.svelte b/plugins/task-resources/src/components/state/StatesBar.svelte index dbc99b92ae..5bdc4b7815 100644 --- a/plugins/task-resources/src/components/state/StatesBar.svelte +++ b/plugins/task-resources/src/components/state/StatesBar.svelte @@ -14,10 +14,10 @@ // limitations under the License. --> diff --git a/plugins/tracker-resources/src/components/projects/LeadPopup.svelte b/plugins/tracker-resources/src/components/projects/LeadPopup.svelte index cdda6e38d9..a114008b2e 100644 --- a/plugins/tracker-resources/src/components/projects/LeadPopup.svelte +++ b/plugins/tracker-resources/src/components/projects/LeadPopup.svelte @@ -13,9 +13,9 @@ // limitations under the License. --> diff --git a/plugins/tracker-resources/src/components/sprints/Sprints.svelte b/plugins/tracker-resources/src/components/sprints/Sprints.svelte index ada73f7547..acbc899563 100644 --- a/plugins/tracker-resources/src/components/sprints/Sprints.svelte +++ b/plugins/tracker-resources/src/components/sprints/Sprints.svelte @@ -13,11 +13,11 @@ // limitations under the License. --> diff --git a/plugins/view-resources/src/components/ColorsPopup.svelte b/plugins/view-resources/src/components/ColorsPopup.svelte index 88e70a2d86..a6071ab3b1 100644 --- a/plugins/view-resources/src/components/ColorsPopup.svelte +++ b/plugins/view-resources/src/components/ColorsPopup.svelte @@ -15,7 +15,7 @@ --> diff --git a/plugins/view-resources/src/components/IntlStringPresenter.svelte b/plugins/view-resources/src/components/IntlStringPresenter.svelte index cee7218658..323bd4c91c 100644 --- a/plugins/view-resources/src/components/IntlStringPresenter.svelte +++ b/plugins/view-resources/src/components/IntlStringPresenter.svelte @@ -14,8 +14,8 @@ // limitations under the License. --> diff --git a/plugins/view-resources/src/components/LinkPresenter.svelte b/plugins/view-resources/src/components/LinkPresenter.svelte index 45090c11cf..3bf0709604 100644 --- a/plugins/view-resources/src/components/LinkPresenter.svelte +++ b/plugins/view-resources/src/components/LinkPresenter.svelte @@ -13,8 +13,8 @@ // limitations under the License. --> diff --git a/plugins/view-resources/src/components/RolePresenter.svelte b/plugins/view-resources/src/components/RolePresenter.svelte index 42bd476694..b11d0680ef 100644 --- a/plugins/view-resources/src/components/RolePresenter.svelte +++ b/plugins/view-resources/src/components/RolePresenter.svelte @@ -14,10 +14,10 @@ // limitations under the License. --> diff --git a/plugins/view-resources/src/components/StringEditor.svelte b/plugins/view-resources/src/components/StringEditor.svelte index ceecb3d188..61370e988a 100644 --- a/plugins/view-resources/src/components/StringEditor.svelte +++ b/plugins/view-resources/src/components/StringEditor.svelte @@ -14,8 +14,8 @@ // limitations under the License. --> diff --git a/plugins/view-resources/src/components/UpDownNavigator.svelte b/plugins/view-resources/src/components/UpDownNavigator.svelte index 0530b7ff20..df099223ec 100644 --- a/plugins/view-resources/src/components/UpDownNavigator.svelte +++ b/plugins/view-resources/src/components/UpDownNavigator.svelte @@ -1,6 +1,6 @@ diff --git a/plugins/workbench-resources/src/components/Applications.svelte b/plugins/workbench-resources/src/components/Applications.svelte index fc5385ae5f..de94959c47 100644 --- a/plugins/workbench-resources/src/components/Applications.svelte +++ b/plugins/workbench-resources/src/components/Applications.svelte @@ -13,11 +13,11 @@ // limitations under the License. --> diff --git a/plugins/workbench-resources/src/components/Header.svelte b/plugins/workbench-resources/src/components/Header.svelte index 1b9b1760ee..1e32b7b681 100644 --- a/plugins/workbench-resources/src/components/Header.svelte +++ b/plugins/workbench-resources/src/components/Header.svelte @@ -13,10 +13,10 @@ // limitations under the License. --> diff --git a/plugins/workbench-resources/src/components/navigator/ListItem.svelte b/plugins/workbench-resources/src/components/navigator/ListItem.svelte index 180a5e479b..6db61da0dd 100644 --- a/plugins/workbench-resources/src/components/navigator/ListItem.svelte +++ b/plugins/workbench-resources/src/components/navigator/ListItem.svelte @@ -14,7 +14,7 @@ -->