@domternal/core 1.1.0 → 1.1.1
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/README.md +2 -2
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +13 -11
package/README.md
CHANGED
|
@@ -29,8 +29,8 @@ the DOM, so it runs anywhere without it.
|
|
|
29
29
|
pnpm add linkedom
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
-
The 1.1 release installs `@domternal/pm` in the range `>=1.1.0 <2.0.0`.
|
|
33
|
-
|
|
32
|
+
The 1.1.1 release installs `@domternal/pm` in the range `>=1.1.0 <2.0.0`.
|
|
33
|
+
Upgrade installed `@domternal/*` packages together to 1.1.1.
|
|
34
34
|
|
|
35
35
|
### One copy of the core, and of ProseMirror
|
|
36
36
|
|
package/dist/index.cjs
CHANGED
|
@@ -11335,7 +11335,7 @@ var StarterKit = Extension.create({
|
|
|
11335
11335
|
});
|
|
11336
11336
|
|
|
11337
11337
|
// src/index.ts
|
|
11338
|
-
var VERSION = "1.1.
|
|
11338
|
+
var VERSION = "1.1.1";
|
|
11339
11339
|
|
|
11340
11340
|
Object.defineProperty(exports, "PluginKey", {
|
|
11341
11341
|
enumerable: true,
|