@jotx-labs/react-renderer 2.2.1 → 2.4.82

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.
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.GenericTiptapAdapter = void 0;
7
- const registry_1 = require("@jotx/registry");
7
+ const registry_1 = require("@jotx-labs/registry");
8
8
  const core_1 = require("@tiptap/core");
9
9
  const react_1 = require("@tiptap/react");
10
10
  /**
@@ -1,4 +1,4 @@
1
- import { BlockDefinition } from '@jotx/registry';
1
+ import { BlockDefinition } from '@jotx-labs/registry';
2
2
  export interface PluginManifest {
3
3
  name: string;
4
4
  version: string;
@@ -1,4 +1,4 @@
1
- import { BlockDefinition } from '@jotx/registry';
1
+ import { BlockDefinition } from '@jotx-labs/registry';
2
2
  export interface PluginManifest {
3
3
  name: string;
4
4
  version: string;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pluginLoader = exports.PluginLoader = void 0;
4
- const registry_1 = require("@jotx/registry");
4
+ const registry_1 = require("@jotx-labs/registry");
5
5
  /**
6
6
  * PluginLoader
7
7
  * Handles validation and registration of external plugins.
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const PluginLoader_1 = require("../PluginLoader");
4
- const registry_1 = require("@jotx/registry");
4
+ const registry_1 = require("@jotx-labs/registry");
5
5
  describe('PluginLoader', () => {
6
6
  beforeEach(() => {
7
7
  registry_1.registry.clear();
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const PluginLoader_1 = require("./PluginLoader");
4
- const registry_1 = require("@jotx/registry");
4
+ const registry_1 = require("@jotx-labs/registry");
5
5
  async function verify() {
6
6
  console.log('🚀 Starting PluginLoader verification...');
7
7
  registry_1.registry.clear();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jotx-labs/react-renderer",
3
- "version": "2.2.1",
3
+ "version": "2.4.82",
4
4
  "files": [
5
5
  "dist"
6
6
  ],
@@ -23,8 +23,8 @@
23
23
  "react-dom": "^18.0.0"
24
24
  },
25
25
  "dependencies": {
26
- "@jotx/core": "file:../core",
27
- "@jotx/registry": "file:../registry",
26
+ "@jotx-labs/core": "file:../core",
27
+ "@jotx-labs/registry": "file:../registry",
28
28
  "@tiptap/core": "^2.1.0",
29
29
  "@tiptap/react": "^2.1.0",
30
30
  "@tiptap/starter-kit": "^2.1.0"
@@ -39,4 +39,4 @@
39
39
  "ts-node": "^10.9.2",
40
40
  "typescript": "^5.0.0"
41
41
  }
42
- }
42
+ }