@dotcms/client
Advanced tools
Comparing version 0.0.1-alpha.31 to 0.0.1-alpha.32
{ | ||
"name": "@dotcms/client", | ||
"version": "0.0.1-alpha.31", | ||
"type": "module", | ||
"version": "0.0.1-alpha.32", | ||
"description": "Official JavaScript library for interacting with DotCMS REST APIs.", | ||
@@ -26,5 +25,14 @@ "repository": { | ||
"homepage": "https://github.com/dotCMS/core/tree/master/core-web/libs/sdk/client/README.md", | ||
"module": "./src/index.js", | ||
"main": "./src/index.js", | ||
"types": "./src/index.d.ts" | ||
"exports": { | ||
"./package.json": "./package.json", | ||
".": { | ||
"module": "./index.esm.js", | ||
"types": "./index.esm.d.ts", | ||
"import": "./index.cjs.mjs", | ||
"default": "./index.cjs.js" | ||
} | ||
}, | ||
"module": "./index.esm.js", | ||
"main": "./index.cjs.js", | ||
"types": "./index.esm.d.ts" | ||
} |
@@ -1,6 +0,6 @@ | ||
export * from './lib/client/sdk-js-client'; | ||
export * from './lib/editor/sdk-editor'; | ||
export * from './lib/editor/models/editor.model'; | ||
export * from './lib/editor/models/client.model'; | ||
export * from './lib/query-builder/sdk-query-builder'; | ||
export * from './lib/utils'; | ||
import { ClientConfig, DotCmsClient } from './lib/client/sdk-js-client'; | ||
import { CUSTOMER_ACTIONS, postMessageToEditor } from './lib/editor/models/client.model'; | ||
import { CustomClientParams, DotCMSPageEditorConfig, EditorConfig } from './lib/editor/models/editor.model'; | ||
import { destroyEditor, initEditor, isInsideEditor, updateNavigation } from './lib/editor/sdk-editor'; | ||
import { getPageRequestParams, graphqlToPageEntity } from './lib/utils'; | ||
export { graphqlToPageEntity, getPageRequestParams, isInsideEditor, DotCmsClient, DotCMSPageEditorConfig, CUSTOMER_ACTIONS, CustomClientParams, postMessageToEditor, EditorConfig, initEditor, updateNavigation, destroyEditor, ClientConfig }; |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
153847
4094
33
2
0
7
No