@adminforth/rich-editor 1.5.0 → 1.5.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.
Files changed (2) hide show
  1. package/build.log +1 -1
  2. package/package.json +4 -1
package/build.log CHANGED
@@ -10,5 +10,5 @@ custom/package.json
10
10
  custom/quillEditor.vue
11
11
  custom/tsconfig.json
12
12
 
13
- sent 21,698 bytes received 115 bytes 43,626.00 bytes/sec
13
+ sent 21,704 bytes received 115 bytes 43,638.00 bytes/sec
14
14
  total size is 21,281 speedup is 0.98
package/package.json CHANGED
@@ -1,10 +1,13 @@
1
1
  {
2
2
  "name": "@adminforth/rich-editor",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "Rich editor plugin for adminforth",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
8
+ "publishConfig": {
9
+ "access": "public"
10
+ },
8
11
  "scripts": {
9
12
  "prepare": "npm link adminforth",
10
13
  "build": "tsc && rsync -av --exclude 'node_modules' custom dist/"