@podlite/editor-react 0.0.29 → 0.0.30
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/lib/index.cjs +1 -1
- package/lib/index.esm.js +1 -1
- package/package.json +1 -15
package/lib/index.cjs
CHANGED
|
@@ -25128,7 +25128,7 @@ var require_package = __commonJS({
|
|
|
25128
25128
|
"../podlite-schema/package.json"(exports, module2) {
|
|
25129
25129
|
module2.exports = {
|
|
25130
25130
|
name: "@podlite/schema",
|
|
25131
|
-
version: "0.0.
|
|
25131
|
+
version: "0.0.24",
|
|
25132
25132
|
description: "AST tools for Podlite markup language",
|
|
25133
25133
|
main: "./src/index.ts",
|
|
25134
25134
|
license: "MIT",
|
package/lib/index.esm.js
CHANGED
|
@@ -25124,7 +25124,7 @@ var require_package = __commonJS({
|
|
|
25124
25124
|
"../podlite-schema/package.json"(exports, module) {
|
|
25125
25125
|
module.exports = {
|
|
25126
25126
|
name: "@podlite/schema",
|
|
25127
|
-
version: "0.0.
|
|
25127
|
+
version: "0.0.24",
|
|
25128
25128
|
description: "AST tools for Podlite markup language",
|
|
25129
25129
|
main: "./src/index.ts",
|
|
25130
25130
|
license: "MIT",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@podlite/editor-react",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.30",
|
|
4
4
|
"description": "Podlite React component",
|
|
5
5
|
"main": "lib/index.cjs",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -16,20 +16,6 @@
|
|
|
16
16
|
"jest-serializer-html"
|
|
17
17
|
]
|
|
18
18
|
},
|
|
19
|
-
"exports1": {
|
|
20
|
-
".": {
|
|
21
|
-
"import": "./lib/index.esm.js",
|
|
22
|
-
"require": "./lib/index.cjs"
|
|
23
|
-
},
|
|
24
|
-
"./types": {
|
|
25
|
-
"import": "./lib/index.d.ts",
|
|
26
|
-
"require": "./dist/index.d.cts"
|
|
27
|
-
},
|
|
28
|
-
"./import": "./lib/index.js",
|
|
29
|
-
"./require": "./lib/index.cjs",
|
|
30
|
-
"./lib/Editor.css": "./lib/index.esm.css",
|
|
31
|
-
"./lib/index.css": "./lib/index.css"
|
|
32
|
-
},
|
|
33
19
|
"publishConfig": {
|
|
34
20
|
"access": "public",
|
|
35
21
|
"module": "lib/index.esm.js",
|