@waline/client 3.0.0 → 3.0.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/package.json CHANGED
@@ -1,109 +1,109 @@
1
1
  {
2
- "name": "@waline/client",
3
- "version": "3.0.0",
4
- "description": "client for waline comment system",
5
- "keywords": [
6
- "valine",
7
- "waline",
8
- "comment",
9
- "blog"
10
- ],
11
- "repository": {
12
- "url": "https://github.com/walinejs/waline",
13
- "directory": "packages/client"
14
- },
15
- "license": "MIT",
16
- "author": {
17
- "name": "Mr.Hope",
18
- "email": "mister-hope@outlook.com",
19
- "url": "https://mister-hope.com"
20
- },
21
- "type": "module",
22
- "exports": {
23
- ".": {
24
- "types": "./dist/slim.d.ts",
25
- "default": "./dist/slim.js"
26
- },
27
- "./component": {
28
- "types": "./dist/component.d.ts",
29
- "default": "./dist/component.js"
30
- },
31
- "./full": {
32
- "types": "./dist/waline.d.ts",
33
- "import": "./dist/waline.js",
34
- "default": "./dist/waline.umd.js"
35
- },
36
- "./comment": {
37
- "types": "./dist/comment.d.ts",
38
- "import": "./dist/comment.js",
39
- "default": "./dist/comment.umd.js"
40
- },
41
- "./pageview": {
42
- "types": "./dist/pageview.d.ts",
43
- "import": "./dist/pageview.js",
44
- "default": "./dist/pageview.umd.js"
45
- },
46
- "./style": "./dist/waline.css",
47
- "./meta": "./dist/waline-meta.css",
48
- "./waline.css": "./dist/waline.css",
49
- "./waline-meta.css": "./dist/waline-meta.css",
50
- "./package.json": "./package.json"
51
- },
52
- "main": "./dist/slim.js",
53
- "module": "./dist/slim.js",
54
- "browser": "./dist/waline.umd.js",
55
- "types": "./dist/slim.d.ts",
56
- "files": [
57
- "dist"
58
- ],
59
- "scripts": {
60
- "build": "pnpm rollup && pnpm style",
61
- "clean": "rimraf ./dist",
62
- "dev": "vite",
63
- "prepublishOnly": "pnpm clean && pnpm build",
64
- "rollup": "rollup -c rollup.config.ts --configPlugin esbuild",
65
- "style": "pnpm style:main && pnpm style:meta",
66
- "style:main": "sass ./src/styles/index.scss ./dist/waline.css --style=compressed",
67
- "style:meta": "sass ./src/styles/meta.scss ./dist/waline-meta.css --style=compressed"
68
- },
69
- "browserslist": {
70
- "production": [
71
- ">0.5%",
72
- "maintained node versions",
73
- "not dead",
74
- "not ie 11",
75
- "not op_mini all",
76
- "last 2 years"
77
- ],
78
- "development": [
79
- "last 2 chrome version",
80
- "last 2 firefox version",
81
- "last 2 safari version"
82
- ]
83
- },
84
- "dependencies": {
85
- "@vueuse/core": "^10.7.2",
86
- "@waline/api": "workspace:1.0.0-alpha.5",
87
- "autosize": "^6.0.1",
88
- "marked": "^12.0.0",
89
- "marked-highlight": "^2.1.1",
90
- "recaptcha-v3": "^1.10.0",
91
- "vue": "^3.4.15"
92
- },
93
- "devDependencies": {
94
- "@babel/core": "7.23.9",
95
- "@babel/preset-env": "7.23.9",
96
- "@giphy/js-types": "5.0.0",
97
- "@types/autosize": "4.0.3",
98
- "@types/marked": "5.0.2",
99
- "@vitejs/plugin-vue": "5.0.3",
100
- "user-agent-data-types": "0.4.2",
101
- "vite": "5.0.12"
102
- },
103
- "engines": {
104
- "node": ">=18"
105
- },
106
- "publishConfig": {
107
- "provenance": true
108
- }
109
- }
2
+ "name": "@waline/client",
3
+ "version": "3.0.1",
4
+ "description": "client for waline comment system",
5
+ "keywords": [
6
+ "valine",
7
+ "waline",
8
+ "comment",
9
+ "blog"
10
+ ],
11
+ "repository": {
12
+ "url": "https://github.com/walinejs/waline",
13
+ "directory": "packages/client"
14
+ },
15
+ "license": "MIT",
16
+ "author": {
17
+ "name": "Mr.Hope",
18
+ "email": "mister-hope@outlook.com",
19
+ "url": "https://mister-hope.com"
20
+ },
21
+ "type": "module",
22
+ "exports": {
23
+ ".": {
24
+ "types": "./dist/slim.d.ts",
25
+ "default": "./dist/slim.js"
26
+ },
27
+ "./component": {
28
+ "types": "./dist/component.d.ts",
29
+ "default": "./dist/component.js"
30
+ },
31
+ "./full": {
32
+ "types": "./dist/waline.d.ts",
33
+ "import": "./dist/waline.js",
34
+ "default": "./dist/waline.umd.js"
35
+ },
36
+ "./comment": {
37
+ "types": "./dist/comment.d.ts",
38
+ "import": "./dist/comment.js",
39
+ "default": "./dist/comment.umd.js"
40
+ },
41
+ "./pageview": {
42
+ "types": "./dist/pageview.d.ts",
43
+ "import": "./dist/pageview.js",
44
+ "default": "./dist/pageview.umd.js"
45
+ },
46
+ "./style": "./dist/waline.css",
47
+ "./meta": "./dist/waline-meta.css",
48
+ "./waline.css": "./dist/waline.css",
49
+ "./waline-meta.css": "./dist/waline-meta.css",
50
+ "./package.json": "./package.json"
51
+ },
52
+ "main": "./dist/slim.js",
53
+ "module": "./dist/slim.js",
54
+ "browser": "./dist/waline.umd.js",
55
+ "types": "./dist/slim.d.ts",
56
+ "files": [
57
+ "dist"
58
+ ],
59
+ "scripts": {
60
+ "build": "pnpm rollup && pnpm style",
61
+ "clean": "rimraf ./dist",
62
+ "dev": "vite",
63
+ "prepublishOnly": "pnpm clean && pnpm build",
64
+ "rollup": "rollup -c rollup.config.ts --configPlugin esbuild",
65
+ "style": "pnpm style:main && pnpm style:meta",
66
+ "style:main": "sass ./src/styles/index.scss ./dist/waline.css --style=compressed",
67
+ "style:meta": "sass ./src/styles/meta.scss ./dist/waline-meta.css --style=compressed"
68
+ },
69
+ "browserslist": {
70
+ "production": [
71
+ ">0.5%",
72
+ "maintained node versions",
73
+ "not dead",
74
+ "not ie 11",
75
+ "not op_mini all",
76
+ "last 2 years"
77
+ ],
78
+ "development": [
79
+ "last 2 chrome version",
80
+ "last 2 firefox version",
81
+ "last 2 safari version"
82
+ ]
83
+ },
84
+ "dependencies": {
85
+ "@vueuse/core": "^10.7.2",
86
+ "@waline/api": "1.0.0-alpha.5",
87
+ "autosize": "^6.0.1",
88
+ "marked": "^12.0.0",
89
+ "marked-highlight": "^2.1.1",
90
+ "recaptcha-v3": "^1.10.0",
91
+ "vue": "^3.4.19"
92
+ },
93
+ "devDependencies": {
94
+ "@babel/core": "7.23.9",
95
+ "@babel/preset-env": "7.23.9",
96
+ "@giphy/js-types": "5.0.0",
97
+ "@types/autosize": "4.0.3",
98
+ "@types/marked": "5.0.2",
99
+ "@vitejs/plugin-vue": "5.0.3",
100
+ "user-agent-data-types": "0.4.2",
101
+ "vite": "5.0.12"
102
+ },
103
+ "engines": {
104
+ "node": ">=18"
105
+ },
106
+ "publishConfig": {
107
+ "provenance": true
108
+ }
109
+ }