jobsys-explore 1.0.6 → 1.0.7

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.
@@ -0,0 +1,8 @@
1
+ # Changesets
2
+
3
+ Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
4
+ with multi-package repos, or single-package repos to help you version and publish your code. You can
5
+ find the full documentation for it [in our repository](https://github.com/changesets/changesets)
6
+
7
+ We have a quick list of common questions to get you started engaging with this project in
8
+ [our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)
@@ -0,0 +1,11 @@
1
+ {
2
+ "$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json",
3
+ "changelog": "@changesets/cli/changelog",
4
+ "commit": false,
5
+ "fixed": [],
6
+ "linked": [],
7
+ "access": "public",
8
+ "baseBranch": "master",
9
+ "updateInternalDependencies": "patch",
10
+ "ignore": []
11
+ }
@@ -0,0 +1,5 @@
1
+ ---
2
+ "jobsys-explore": patch
3
+ ---
4
+
5
+ Use changeset instead of release-it
package/CHANGELOG.md ADDED
@@ -0,0 +1,7 @@
1
+ # jobsys-explore
2
+
3
+ ## 1.0.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Use changeset instead of release-it
package/package.json CHANGED
@@ -1,78 +1,78 @@
1
1
  {
2
- "name": "jobsys-explore",
3
- "version": "1.0.6",
4
- "description": "Enhanced component based on vant",
5
- "type": "module",
6
- "main": "./dist/jobsys-explore.cjs",
7
- "module": "./dist/jobsys-explore.js",
8
- "exports": {
9
- ".": {
10
- "import": "./dist/jobsys-explore.js",
11
- "require": "./dist/jobsys-explore.cjs"
12
- },
13
- "./hooks": {
14
- "import": "./dist/hooks.js",
15
- "require": "./dist/hooks.cjs"
16
- },
17
- "./*": {
18
- "import": "./*",
19
- "require": "./*"
20
- }
2
+ "name": "jobsys-explore",
3
+ "version": "1.0.7",
4
+ "description": "Enhanced component based on vant",
5
+ "type": "module",
6
+ "main": "./dist/jobsys-explore.cjs",
7
+ "module": "./dist/jobsys-explore.js",
8
+ "exports": {
9
+ ".": {
10
+ "import": "./dist/jobsys-explore.js",
11
+ "require": "./dist/jobsys-explore.cjs"
21
12
  },
22
- "scripts": {
23
- "dev": "vite",
24
- "build": "vite build",
25
- "release": "release-it",
26
- "styleguide": "concurrently \"vue-docgen --watch\" \"vitepress dev docs\"",
27
- "styleguide:build": "vitepress build docs"
13
+ "./hooks": {
14
+ "import": "./dist/hooks.js",
15
+ "require": "./dist/hooks.cjs"
28
16
  },
29
- "hooks": {
30
- "before:init": "git fetch --prune --prune-tags origin"
31
- },
32
- "keywords": [
33
- "jobsys",
34
- "explore",
35
- "ui"
36
- ],
37
- "author": "sinceow@163.com",
38
- "license": "ISC",
39
- "dependencies": {
40
- "@vueuse/core": "^10.2.1",
41
- "qrcode": "^1.5.3",
42
- "sm-crypto-v2": "^1.7.0"
43
- },
44
- "peerDependencies": {
45
- "axios": "^1.4.0",
46
- "dayjs": "^1.11.9",
47
- "lodash-es": "^4.17.21",
48
- "vant": "^4.6.6",
49
- "vue": "^3.3.4"
50
- },
51
- "devDependencies": {
52
- "@vitejs/plugin-vue": "^4.2.3",
53
- "@vitejs/plugin-vue-jsx": "^3.0.1",
54
- "@vue/compiler-sfc": "^3.3.4",
55
- "autoprefixer": "^10.4.14",
56
- "concurrently": "^8.2.0",
57
- "eslint": "^8.45.0",
58
- "eslint-config-prettier": "^8.8.0",
59
- "eslint-plugin-import": "^2.27.5",
60
- "eslint-plugin-prettier": "^5.0.0",
61
- "eslint-plugin-vue": "^9.15.1",
62
- "globby": "^13.2.2",
63
- "less": "^4.1.3",
64
- "postcss": "^8.4.27",
65
- "postcss-pxtorem": "^6.0.0",
66
- "prettier": "^3.0.0",
67
- "prismjs": "^1.29.0",
68
- "unplugin-vue-components": "^0.25.1",
69
- "vite": "^4.4.5",
70
- "vite-plugin-eslint": "^1.8.1",
71
- "vitepress": "1.0.0-rc.4",
72
- "vue-docgen-cli": "^4.67.0"
73
- },
74
- "repository": {
75
- "type": "git",
76
- "url": "https://github.com/jobsys/explore-ui"
17
+ "./*": {
18
+ "import": "./*",
19
+ "require": "./*"
77
20
  }
78
- }
21
+ },
22
+ "hooks": {
23
+ "before:init": "git fetch --prune --prune-tags origin"
24
+ },
25
+ "keywords": [
26
+ "jobsys",
27
+ "explore",
28
+ "ui"
29
+ ],
30
+ "author": "sinceow@163.com",
31
+ "license": "ISC",
32
+ "dependencies": {
33
+ "@vueuse/core": "^10.2.1",
34
+ "qrcode": "^1.5.3",
35
+ "sm-crypto-v2": "^1.7.0"
36
+ },
37
+ "peerDependencies": {
38
+ "axios": "^1.4.0",
39
+ "dayjs": "^1.11.9",
40
+ "lodash-es": "^4.17.21",
41
+ "vant": "^4.6.6",
42
+ "vue": "^3.3.4"
43
+ },
44
+ "devDependencies": {
45
+ "@changesets/cli": "^2.26.2",
46
+ "@vitejs/plugin-vue": "^4.2.3",
47
+ "@vitejs/plugin-vue-jsx": "^3.0.1",
48
+ "@vue/compiler-sfc": "^3.3.4",
49
+ "autoprefixer": "^10.4.14",
50
+ "concurrently": "^8.2.0",
51
+ "eslint": "^8.45.0",
52
+ "eslint-config-prettier": "^8.8.0",
53
+ "eslint-plugin-import": "^2.27.5",
54
+ "eslint-plugin-prettier": "^5.0.0",
55
+ "eslint-plugin-vue": "^9.15.1",
56
+ "globby": "^13.2.2",
57
+ "less": "^4.1.3",
58
+ "postcss": "^8.4.27",
59
+ "postcss-pxtorem": "^6.0.0",
60
+ "prettier": "^3.0.0",
61
+ "prismjs": "^1.29.0",
62
+ "unplugin-vue-components": "^0.25.1",
63
+ "vite": "^4.4.5",
64
+ "vite-plugin-eslint": "^1.8.1",
65
+ "vitepress": "1.0.0-rc.4",
66
+ "vue-docgen-cli": "^4.67.0"
67
+ },
68
+ "repository": {
69
+ "type": "git",
70
+ "url": "https://github.com/jobsys/explore-ui"
71
+ },
72
+ "scripts": {
73
+ "dev": "vite",
74
+ "build": "vite build",
75
+ "styleguide": "concurrently \"vue-docgen --watch\" \"vitepress dev docs\"",
76
+ "styleguide:build": "vitepress build docs"
77
+ }
78
+ }