@atlaskit/editor-core 219.7.5 → 219.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +25 -0
- package/CollapsedEditor/package.json +17 -0
- package/ContextPanel/package.json +17 -0
- package/EditorContext/package.json +17 -0
- package/ReactEditorView/package.json +17 -0
- package/ToolbarHelp/package.json +17 -0
- package/ToolbarPortal/package.json +17 -0
- package/WithEditorActions/package.json +17 -0
- package/WithHelpTrigger/package.json +17 -0
- package/actions/package.json +17 -0
- package/appearance-editor-chromeless/package.json +5 -5
- package/appearance-editor-comment/package.json +5 -5
- package/appearance-editor-full-page/package.json +5 -5
- package/appearance-editor-full-width/package.json +5 -5
- package/command/package.json +17 -0
- package/create-plugins-list/package.json +17 -0
- package/dist/cjs/entry-points/CollapsedEditor.js +13 -0
- package/dist/cjs/entry-points/ContextPanel.js +12 -0
- package/dist/cjs/entry-points/EditorContext.js +13 -0
- package/dist/cjs/entry-points/ReactEditorView.js +12 -0
- package/dist/cjs/entry-points/ToolbarHelp.js +13 -0
- package/dist/cjs/entry-points/ToolbarPortal.js +18 -0
- package/dist/cjs/entry-points/WithEditorActions.js +13 -0
- package/dist/cjs/entry-points/WithHelpTrigger.js +13 -0
- package/dist/cjs/entry-points/actions.js +13 -0
- package/dist/cjs/entry-points/appearance-editor-chromeless.js +12 -0
- package/dist/cjs/entry-points/appearance-editor-comment.js +12 -0
- package/dist/cjs/entry-points/appearance-editor-full-page.js +12 -0
- package/dist/cjs/entry-points/appearance-editor-full-width.js +12 -0
- package/dist/cjs/entry-points/command.js +1 -0
- package/dist/cjs/entry-points/create-plugins-list.js +12 -0
- package/dist/cjs/entry-points/editor-instance.js +1 -0
- package/dist/cjs/entry-points/editor-props.js +1 -0
- package/dist/cjs/entry-points/editor.js +13 -0
- package/dist/cjs/entry-points/exclude-from-hydration.js +13 -0
- package/dist/cjs/entry-points/feature-flags-from-props.js +12 -0
- package/dist/cjs/entry-points/getNodesCount.js +12 -0
- package/dist/cjs/entry-points/i18n-languages.js +13 -0
- package/dist/cjs/entry-points/measure-enum.js +13 -0
- package/dist/cjs/entry-points/preset-universal-universal.js +13 -0
- package/dist/cjs/entry-points/preset-universal-useUniversalPreset.js +13 -0
- package/dist/cjs/entry-points/test-utils.js +24 -0
- package/dist/cjs/entry-points/use-preset-context.js +30 -0
- package/dist/cjs/entry-points/version-wrapper.js +18 -0
- package/dist/cjs/ui/EditorContentContainer/EditorContentContainer-compiled.compiled.css +865 -228
- package/dist/cjs/ui/EditorContentContainer/EditorContentContainer-compiled.js +64 -51
- package/dist/cjs/ui/EditorContentContainer/styles/resizerStyles.js +1 -1
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/entry-points/CollapsedEditor.js +2 -0
- package/dist/es2019/entry-points/ContextPanel.js +2 -0
- package/dist/es2019/entry-points/EditorContext.js +2 -0
- package/dist/es2019/entry-points/ReactEditorView.js +2 -0
- package/dist/es2019/entry-points/ToolbarHelp.js +2 -0
- package/dist/es2019/entry-points/ToolbarPortal.js +2 -0
- package/dist/es2019/entry-points/WithEditorActions.js +2 -0
- package/dist/es2019/entry-points/WithHelpTrigger.js +2 -0
- package/dist/es2019/entry-points/actions.js +2 -0
- package/dist/es2019/entry-points/appearance-editor-chromeless.js +2 -0
- package/dist/es2019/entry-points/appearance-editor-comment.js +2 -0
- package/dist/es2019/entry-points/appearance-editor-full-page.js +2 -0
- package/dist/es2019/entry-points/appearance-editor-full-width.js +2 -0
- package/dist/es2019/entry-points/command.js +0 -0
- package/dist/es2019/entry-points/create-plugins-list.js +2 -0
- package/dist/es2019/entry-points/editor-instance.js +0 -0
- package/dist/es2019/entry-points/editor-props.js +0 -0
- package/dist/es2019/entry-points/editor.js +3 -0
- package/dist/es2019/entry-points/exclude-from-hydration.js +2 -0
- package/dist/es2019/entry-points/feature-flags-from-props.js +2 -0
- package/dist/es2019/entry-points/getNodesCount.js +2 -0
- package/dist/es2019/entry-points/i18n-languages.js +2 -0
- package/dist/es2019/entry-points/measure-enum.js +2 -0
- package/dist/es2019/entry-points/preset-universal-universal.js +2 -0
- package/dist/es2019/entry-points/preset-universal-useUniversalPreset.js +2 -0
- package/dist/es2019/entry-points/test-utils.js +2 -0
- package/dist/es2019/entry-points/use-preset-context.js +2 -0
- package/dist/es2019/entry-points/version-wrapper.js +2 -0
- package/dist/es2019/ui/EditorContentContainer/EditorContentContainer-compiled.compiled.css +865 -228
- package/dist/es2019/ui/EditorContentContainer/EditorContentContainer-compiled.js +64 -51
- package/dist/es2019/ui/EditorContentContainer/styles/resizerStyles.js +1 -1
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/entry-points/CollapsedEditor.js +2 -0
- package/dist/esm/entry-points/ContextPanel.js +2 -0
- package/dist/esm/entry-points/EditorContext.js +2 -0
- package/dist/esm/entry-points/ReactEditorView.js +2 -0
- package/dist/esm/entry-points/ToolbarHelp.js +2 -0
- package/dist/esm/entry-points/ToolbarPortal.js +2 -0
- package/dist/esm/entry-points/WithEditorActions.js +2 -0
- package/dist/esm/entry-points/WithHelpTrigger.js +2 -0
- package/dist/esm/entry-points/actions.js +2 -0
- package/dist/esm/entry-points/appearance-editor-chromeless.js +2 -0
- package/dist/esm/entry-points/appearance-editor-comment.js +2 -0
- package/dist/esm/entry-points/appearance-editor-full-page.js +2 -0
- package/dist/esm/entry-points/appearance-editor-full-width.js +2 -0
- package/dist/esm/entry-points/command.js +0 -0
- package/dist/esm/entry-points/create-plugins-list.js +2 -0
- package/dist/esm/entry-points/editor-instance.js +0 -0
- package/dist/esm/entry-points/editor-props.js +0 -0
- package/dist/esm/entry-points/editor.js +3 -0
- package/dist/esm/entry-points/exclude-from-hydration.js +2 -0
- package/dist/esm/entry-points/feature-flags-from-props.js +2 -0
- package/dist/esm/entry-points/getNodesCount.js +2 -0
- package/dist/esm/entry-points/i18n-languages.js +2 -0
- package/dist/esm/entry-points/measure-enum.js +2 -0
- package/dist/esm/entry-points/preset-universal-universal.js +2 -0
- package/dist/esm/entry-points/preset-universal-useUniversalPreset.js +2 -0
- package/dist/esm/entry-points/test-utils.js +2 -0
- package/dist/esm/entry-points/use-preset-context.js +2 -0
- package/dist/esm/entry-points/version-wrapper.js +2 -0
- package/dist/esm/ui/EditorContentContainer/EditorContentContainer-compiled.compiled.css +865 -228
- package/dist/esm/ui/EditorContentContainer/EditorContentContainer-compiled.js +64 -51
- package/dist/esm/ui/EditorContentContainer/styles/resizerStyles.js +1 -1
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/types/entry-points/CollapsedEditor.d.ts +1 -0
- package/dist/types/entry-points/ContextPanel.d.ts +1 -0
- package/dist/types/entry-points/EditorContext.d.ts +1 -0
- package/dist/types/entry-points/ReactEditorView.d.ts +1 -0
- package/dist/types/entry-points/ToolbarHelp.d.ts +1 -0
- package/dist/types/entry-points/ToolbarPortal.d.ts +1 -0
- package/dist/types/entry-points/WithEditorActions.d.ts +1 -0
- package/dist/types/entry-points/WithHelpTrigger.d.ts +1 -0
- package/dist/types/entry-points/actions.d.ts +1 -0
- package/dist/types/entry-points/appearance-editor-chromeless.d.ts +2 -0
- package/dist/types/entry-points/appearance-editor-comment.d.ts +2 -0
- package/dist/types/entry-points/appearance-editor-full-page.d.ts +2 -0
- package/dist/types/entry-points/appearance-editor-full-width.d.ts +2 -0
- package/dist/types/entry-points/command.d.ts +1 -0
- package/dist/types/entry-points/create-plugins-list.d.ts +1 -0
- package/dist/types/entry-points/editor-instance.d.ts +1 -0
- package/dist/types/entry-points/editor-props.d.ts +1 -0
- package/dist/types/entry-points/editor.d.ts +2 -0
- package/dist/types/entry-points/exclude-from-hydration.d.ts +1 -0
- package/dist/types/entry-points/feature-flags-from-props.d.ts +1 -0
- package/dist/types/entry-points/getNodesCount.d.ts +1 -0
- package/dist/types/entry-points/i18n-languages.d.ts +1 -0
- package/dist/types/entry-points/measure-enum.d.ts +1 -0
- package/dist/types/entry-points/preset-universal-universal.d.ts +2 -0
- package/dist/types/entry-points/preset-universal-useUniversalPreset.d.ts +1 -0
- package/dist/types/entry-points/test-utils.d.ts +2 -0
- package/dist/types/entry-points/use-preset-context.d.ts +2 -0
- package/dist/types/entry-points/version-wrapper.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/CollapsedEditor.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/ContextPanel.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/EditorContext.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/ReactEditorView.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/ToolbarHelp.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/ToolbarPortal.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/WithEditorActions.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/WithHelpTrigger.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/actions.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/appearance-editor-chromeless.d.ts +2 -0
- package/dist/types-ts4.5/entry-points/appearance-editor-comment.d.ts +2 -0
- package/dist/types-ts4.5/entry-points/appearance-editor-full-page.d.ts +2 -0
- package/dist/types-ts4.5/entry-points/appearance-editor-full-width.d.ts +2 -0
- package/dist/types-ts4.5/entry-points/command.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/create-plugins-list.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/editor-instance.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/editor-props.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/editor.d.ts +2 -0
- package/dist/types-ts4.5/entry-points/exclude-from-hydration.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/feature-flags-from-props.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/getNodesCount.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/i18n-languages.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/measure-enum.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/preset-universal-universal.d.ts +2 -0
- package/dist/types-ts4.5/entry-points/preset-universal-useUniversalPreset.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/test-utils.d.ts +2 -0
- package/dist/types-ts4.5/entry-points/use-preset-context.d.ts +2 -0
- package/dist/types-ts4.5/entry-points/version-wrapper.d.ts +1 -0
- package/editor/package.json +5 -5
- package/editor-instance/package.json +17 -0
- package/editor-props/package.json +17 -0
- package/exclude-from-hydration/package.json +5 -5
- package/feature-flags-from-props/package.json +17 -0
- package/getNodesCount/package.json +17 -0
- package/i18n-languages/package.json +5 -5
- package/measure-enum/package.json +17 -0
- package/package.json +9 -9
- package/preset-universal/universal/package.json +17 -0
- package/preset-universal/useUniversalPreset/package.json +17 -0
- package/test-utils/package.json +5 -5
- package/use-preset-context/package.json +5 -5
- package/version-wrapper/package.json +5 -5
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/editor-core/measure-enum",
|
|
3
|
+
"main": "../dist/cjs/entry-points/measure-enum.js",
|
|
4
|
+
"module": "../dist/esm/entry-points/measure-enum.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/entry-points/measure-enum.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../dist/types/entry-points/measure-enum.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../dist/types-ts4.5/entry-points/measure-enum.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "219.
|
|
3
|
+
"version": "219.8.0",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
}
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@atlaskit/activity-provider": "^2.
|
|
48
|
+
"@atlaskit/activity-provider": "^2.6.0",
|
|
49
49
|
"@atlaskit/adf-schema": "^52.11.0",
|
|
50
50
|
"@atlaskit/afm-i18n-platform-editor-editor-core": "2.10.0",
|
|
51
51
|
"@atlaskit/analytics-namespaced-context": "^7.3.0",
|
|
@@ -53,8 +53,8 @@
|
|
|
53
53
|
"@atlaskit/analytics-next-stable-react-context": "1.0.1",
|
|
54
54
|
"@atlaskit/button": "^23.11.0",
|
|
55
55
|
"@atlaskit/css": "^0.19.0",
|
|
56
|
-
"@atlaskit/editor-json-transformer": "^8.
|
|
57
|
-
"@atlaskit/editor-performance-metrics": "^2.
|
|
56
|
+
"@atlaskit/editor-json-transformer": "^8.32.0",
|
|
57
|
+
"@atlaskit/editor-performance-metrics": "^2.2.0",
|
|
58
58
|
"@atlaskit/editor-plugin-connectivity": "^10.1.0",
|
|
59
59
|
"@atlaskit/editor-plugin-quick-insert": "^10.4.0",
|
|
60
60
|
"@atlaskit/editor-plugin-user-preferences": "^8.2.0",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"@atlaskit/editor-prosemirror": "^7.3.0",
|
|
63
63
|
"@atlaskit/editor-shared-styles": "^3.11.0",
|
|
64
64
|
"@atlaskit/editor-ssr-renderer": "^5.2.0",
|
|
65
|
-
"@atlaskit/editor-toolbar": "^1.
|
|
65
|
+
"@atlaskit/editor-toolbar": "^1.5.0",
|
|
66
66
|
"@atlaskit/editor-toolbar-model": "^0.5.0",
|
|
67
67
|
"@atlaskit/emoji": "^70.7.0",
|
|
68
68
|
"@atlaskit/feature-gate-js-client": "^5.5.0",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"@atlaskit/platform-feature-flags-react": "^0.5.0",
|
|
75
75
|
"@atlaskit/react-ufo": "^5.20.0",
|
|
76
76
|
"@atlaskit/task-decision": "^20.1.0",
|
|
77
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
77
|
+
"@atlaskit/tmp-editor-statsig": "^81.0.0",
|
|
78
78
|
"@atlaskit/tokens": "^13.0.0",
|
|
79
79
|
"@atlaskit/tooltip": "^22.2.0",
|
|
80
80
|
"@atlaskit/width-detector": "^5.1.0",
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"uuid": "^3.1.0"
|
|
93
93
|
},
|
|
94
94
|
"peerDependencies": {
|
|
95
|
-
"@atlaskit/editor-common": "^114.
|
|
95
|
+
"@atlaskit/editor-common": "^114.32.0",
|
|
96
96
|
"@atlaskit/link-provider": "^4.4.0",
|
|
97
97
|
"@atlaskit/media-core": "^37.0.0",
|
|
98
98
|
"react": "^18.2.0",
|
|
@@ -106,8 +106,8 @@
|
|
|
106
106
|
"@atlaskit/adf-utils": "^19.29.0",
|
|
107
107
|
"@atlaskit/analytics-listeners": "^10.1.0",
|
|
108
108
|
"@atlaskit/code": "^17.5.0",
|
|
109
|
-
"@atlaskit/collab-provider": "^18.
|
|
110
|
-
"@atlaskit/editor-plugin-annotation": "^10.
|
|
109
|
+
"@atlaskit/collab-provider": "^18.3.0",
|
|
110
|
+
"@atlaskit/editor-plugin-annotation": "^10.4.0",
|
|
111
111
|
"@atlaskit/editor-plugin-card": "^16.8.0",
|
|
112
112
|
"@atlaskit/editor-plugin-list": "^12.1.0",
|
|
113
113
|
"@atlaskit/editor-plugin-paste": "^11.2.0",
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/editor-core/preset-universal/universal",
|
|
3
|
+
"main": "../../dist/cjs/entry-points/preset-universal-universal.js",
|
|
4
|
+
"module": "../../dist/esm/entry-points/preset-universal-universal.js",
|
|
5
|
+
"module:es2019": "../../dist/es2019/entry-points/preset-universal-universal.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../../dist/types/entry-points/preset-universal-universal.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../../dist/types-ts4.5/entry-points/preset-universal-universal.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/editor-core/preset-universal/useUniversalPreset",
|
|
3
|
+
"main": "../../dist/cjs/entry-points/preset-universal-useUniversalPreset.js",
|
|
4
|
+
"module": "../../dist/esm/entry-points/preset-universal-useUniversalPreset.js",
|
|
5
|
+
"module:es2019": "../../dist/es2019/entry-points/preset-universal-useUniversalPreset.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../../dist/types/entry-points/preset-universal-useUniversalPreset.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../../dist/types-ts4.5/entry-points/preset-universal-useUniversalPreset.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
package/test-utils/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core/test-utils",
|
|
3
|
-
"main": "../dist/cjs/test-utils.js",
|
|
4
|
-
"module": "../dist/esm/test-utils.js",
|
|
5
|
-
"module:es2019": "../dist/es2019/test-utils.js",
|
|
3
|
+
"main": "../dist/cjs/entry-points/test-utils.js",
|
|
4
|
+
"module": "../dist/esm/entry-points/test-utils.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/entry-points/test-utils.js",
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../dist/types/test-utils.d.ts",
|
|
9
|
+
"types": "../dist/types/entry-points/test-utils.d.ts",
|
|
10
10
|
"typesVersions": {
|
|
11
11
|
">=4.5 <5.9": {
|
|
12
12
|
"*": [
|
|
13
|
-
"../dist/types-ts4.5/test-utils.d.ts"
|
|
13
|
+
"../dist/types-ts4.5/entry-points/test-utils.d.ts"
|
|
14
14
|
]
|
|
15
15
|
}
|
|
16
16
|
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core/use-preset-context",
|
|
3
|
-
"main": "../dist/cjs/
|
|
4
|
-
"module": "../dist/esm/
|
|
5
|
-
"module:es2019": "../dist/es2019/
|
|
3
|
+
"main": "../dist/cjs/entry-points/use-preset-context.js",
|
|
4
|
+
"module": "../dist/esm/entry-points/use-preset-context.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/entry-points/use-preset-context.js",
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../dist/types/
|
|
9
|
+
"types": "../dist/types/entry-points/use-preset-context.d.ts",
|
|
10
10
|
"typesVersions": {
|
|
11
11
|
">=4.5 <5.9": {
|
|
12
12
|
"*": [
|
|
13
|
-
"../dist/types-ts4.5/
|
|
13
|
+
"../dist/types-ts4.5/entry-points/use-preset-context.d.ts"
|
|
14
14
|
]
|
|
15
15
|
}
|
|
16
16
|
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core/version-wrapper",
|
|
3
|
-
"main": "../dist/cjs/version-wrapper.js",
|
|
4
|
-
"module": "../dist/esm/version-wrapper.js",
|
|
5
|
-
"module:es2019": "../dist/es2019/version-wrapper.js",
|
|
3
|
+
"main": "../dist/cjs/entry-points/version-wrapper.js",
|
|
4
|
+
"module": "../dist/esm/entry-points/version-wrapper.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/entry-points/version-wrapper.js",
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../dist/types/version-wrapper.d.ts",
|
|
9
|
+
"types": "../dist/types/entry-points/version-wrapper.d.ts",
|
|
10
10
|
"typesVersions": {
|
|
11
11
|
">=4.5 <5.9": {
|
|
12
12
|
"*": [
|
|
13
|
-
"../dist/types-ts4.5/version-wrapper.d.ts"
|
|
13
|
+
"../dist/types-ts4.5/entry-points/version-wrapper.d.ts"
|
|
14
14
|
]
|
|
15
15
|
}
|
|
16
16
|
}
|