@react-grab/visual-edit 0.0.89 → 0.0.91
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/dist/cli.cjs +1 -1
- package/dist/cli.js +1 -1
- package/dist/client.cjs +559 -1053
- package/dist/client.js +559 -1053
- package/dist/index.global.js +91 -0
- package/dist/server.cjs +1 -1
- package/dist/server.js +1 -1
- package/package.json +2 -2
- package/dist/client.global.js +0 -110
package/dist/cli.cjs
CHANGED
|
@@ -101,7 +101,7 @@ var require_picocolors = __commonJS({
|
|
|
101
101
|
|
|
102
102
|
// src/cli.ts
|
|
103
103
|
var import_picocolors = __toESM(require_picocolors());
|
|
104
|
-
var VERSION = "0.0.
|
|
104
|
+
var VERSION = "0.0.91";
|
|
105
105
|
console.log(
|
|
106
106
|
`${import_picocolors.default.magenta("\u273F")} ${import_picocolors.default.bold("React Grab")} ${import_picocolors.default.gray(VERSION)} ${import_picocolors.default.dim("(Visual Edit)")}`
|
|
107
107
|
);
|
package/dist/cli.js
CHANGED
|
@@ -99,7 +99,7 @@ var require_picocolors = __commonJS({
|
|
|
99
99
|
|
|
100
100
|
// src/cli.ts
|
|
101
101
|
var import_picocolors = __toESM(require_picocolors());
|
|
102
|
-
var VERSION = "0.0.
|
|
102
|
+
var VERSION = "0.0.91";
|
|
103
103
|
console.log(
|
|
104
104
|
`${import_picocolors.default.magenta("\u273F")} ${import_picocolors.default.bold("React Grab")} ${import_picocolors.default.gray(VERSION)} ${import_picocolors.default.dim("(Visual Edit)")}`
|
|
105
105
|
);
|