mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-27 12:04:56 +02:00
Full rush update attempt (#10157)
* Bump packages (#10162) Signed-off-by: Andrey Sobolev <haiodo@gmail.com> * Fix formatting Signed-off-by: Andrey Sobolev <haiodo@gmail.com> * use fixed version of plur Signed-off-by: Andrey Sobolev <haiodo@gmail.com> --------- Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -1,7 +1,15 @@
|
||||
{
|
||||
"name": "@hcengineering/global-profile-assets",
|
||||
"version": "0.7.0",
|
||||
"main": "src/index.ts",
|
||||
"main": "./lib/index.js",
|
||||
"types": "./types/index.d.ts",
|
||||
"files": [
|
||||
"lib",
|
||||
"types",
|
||||
"src",
|
||||
"assets",
|
||||
"lang"
|
||||
],
|
||||
"author": "Anticrm Platform Contributors",
|
||||
"template": "@hcengineering/assets-package",
|
||||
"license": "EPL-2.0",
|
||||
@@ -35,5 +43,27 @@
|
||||
"dependencies": {
|
||||
"@hcengineering/platform": "^0.7.17",
|
||||
"@hcengineering/global-profile": "^0.7.0"
|
||||
},
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./types/index.d.ts",
|
||||
"default": "./lib/index.js"
|
||||
},
|
||||
"./lang/*.json": {
|
||||
"require": "./lang/*.json",
|
||||
"import": "./lang/*.json"
|
||||
},
|
||||
"./lang": {
|
||||
"require": "./lang",
|
||||
"import": "./lang"
|
||||
},
|
||||
"./assets": {
|
||||
"require": "./assets",
|
||||
"import": "./assets"
|
||||
},
|
||||
"./assets/*.svg": {
|
||||
"require": "./assets/*.svg",
|
||||
"import": "./assets/*.svg"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,15 @@
|
||||
{
|
||||
"name": "@hcengineering/inbox-assets",
|
||||
"version": "0.7.0",
|
||||
"main": "src/index.ts",
|
||||
"main": "./lib/index.js",
|
||||
"types": "./types/index.d.ts",
|
||||
"files": [
|
||||
"lib",
|
||||
"types",
|
||||
"src",
|
||||
"assets",
|
||||
"lang"
|
||||
],
|
||||
"author": "Hardcore Engineering Inc",
|
||||
"template": "@hcengineering/assets-package",
|
||||
"license": "EPL-2.0",
|
||||
@@ -39,5 +47,27 @@
|
||||
"repository": "https://github.com/hcenginneing/anticrm",
|
||||
"publishConfig": {
|
||||
"registry": "https://npm.pkg.github.com"
|
||||
},
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./types/index.d.ts",
|
||||
"default": "./lib/index.js"
|
||||
},
|
||||
"./lang/*.json": {
|
||||
"require": "./lang/*.json",
|
||||
"import": "./lang/*.json"
|
||||
},
|
||||
"./lang": {
|
||||
"require": "./lang",
|
||||
"import": "./lang"
|
||||
},
|
||||
"./assets": {
|
||||
"require": "./assets",
|
||||
"import": "./assets"
|
||||
},
|
||||
"./assets/*.svg": {
|
||||
"require": "./assets/*.svg",
|
||||
"import": "./assets/*.svg"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user