@mandolop97/constructor-nexora 1.0.9 → 1.1.0

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +4 -2
package/dist/index.js CHANGED
@@ -3,7 +3,7 @@ import * as h from "react";
3
3
  import P, { useRef as ge, useMemo as ue, useLayoutEffect as us, useEffect as he, useCallback as ye, useState as re, createContext as Gr, memo as Cu, useReducer as Nu, useContext as Ft, cloneElement as Eu, forwardRef as Wn, createElement as qo, isValidElement as Po } from "react";
4
4
  import * as Vn from "react-dom";
5
5
  import fs, { unstable_batchedUpdates as sn, createPortal as ku } from "react-dom";
6
- const ps = "1.0.9", kt = {
6
+ const ps = "1.1.0", kt = {
7
7
  save: "Guardar",
8
8
  saveDraft: "Borrador",
9
9
  publish: "Publicar",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mandolop97/constructor-nexora",
3
3
  "private": false,
4
- "version": "1.0.9",
4
+ "version": "1.1.0",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -17,7 +17,9 @@
17
17
  "react": "^18.0.0",
18
18
  "react-dom": "^18.0.0"
19
19
  },
20
- "files": ["dist"],
20
+ "files": [
21
+ "dist"
22
+ ],
21
23
  "scripts": {
22
24
  "dev": "vite",
23
25
  "build": "vite build",