@factoringplus/pl-components-pack-v3 1.9.8-pre-crypto-pro → 1.9.8
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/crypto-pro-5e031a0a.js +2914 -0
- package/dist/crypto-pro-b9600237.cjs +7 -0
- package/dist/{entry-4320afb1.cjs → entry-22b21b96.cjs} +28 -28
- package/dist/{entry-01c724fd.js → entry-edead1be.js} +5737 -5706
- package/dist/pl-components-pack-v3.cjs.js +1 -1
- package/dist/pl-components-pack-v3.es.js +1 -1
- package/dist/src/components/data/pl-progress/index.d.ts +3 -3
- package/dist/src/components/data/pl-progress/pl-progress.vue.d.ts +2 -2
- package/dist/src/components/data/pl-snackbar/pl-snackbar.vue.d.ts +6 -3
- package/dist/src/components/data/pl-snackbar/types.d.ts +3 -2
- package/dist/style.css +1 -1
- package/package.json +23 -23
- package/dist/crypto-pro-actual-cades-plugin-041a5a37.js +0 -2937
- package/dist/crypto-pro-actual-cades-plugin-88bdb9f6.cjs +0 -8
package/package.json
CHANGED
@@ -15,7 +15,7 @@
|
|
15
15
|
"require": "./dist/pl-components-pack-v3.cjs.js"
|
16
16
|
}
|
17
17
|
},
|
18
|
-
"version": "1.9.8
|
18
|
+
"version": "1.9.8",
|
19
19
|
"scripts": {
|
20
20
|
"dev": "vite",
|
21
21
|
"build": "vite build",
|
@@ -56,10 +56,10 @@
|
|
56
56
|
"vuex": "4.1.0"
|
57
57
|
},
|
58
58
|
"peerDependencies": {
|
59
|
-
"crypto-pro
|
59
|
+
"crypto-pro": "2.5.2"
|
60
60
|
},
|
61
61
|
"optionalDependencies": {
|
62
|
-
"crypto-pro
|
62
|
+
"crypto-pro": "2.5.2"
|
63
63
|
},
|
64
64
|
"devDependencies": {
|
65
65
|
"@babel/core": "7.24.8",
|
@@ -68,43 +68,43 @@
|
|
68
68
|
"@faker-js/faker": "8.4.1",
|
69
69
|
"@playwright/test": "1.45.1",
|
70
70
|
"@types/node": "18.19.39",
|
71
|
-
"@typescript-eslint/eslint-plugin": "^5.57.0",
|
72
|
-
"@typescript-eslint/parser": "^5.57.0",
|
73
71
|
"@vitejs/plugin-vue": "4.6.2",
|
74
|
-
"@vue/eslint-config-airbnb": "^7.0.0",
|
75
|
-
"@vue/eslint-config-prettier": "^7.1.0",
|
76
|
-
"@vue/eslint-config-typescript": "^11.0.2",
|
77
72
|
"@vue/tsconfig": "0.1.3",
|
78
73
|
"allure-playwright": "2.15.1",
|
79
74
|
"babel-loader": "9.1.3",
|
75
|
+
"lint-staged": "13.2.2",
|
76
|
+
"postcss-html": "1.7.0",
|
77
|
+
"rollup-plugin-visualizer": "5.12.0",
|
78
|
+
"sass": "1.85.0",
|
79
|
+
"style-dictionary": "3.9.2",
|
80
|
+
"unplugin-auto-import": "0.15.3",
|
81
|
+
"unplugin-vue-components": "0.24.1",
|
82
|
+
"vite": "4.4.3",
|
83
|
+
"vite-plugin-checker": "0.5.6",
|
84
|
+
"vite-plugin-dts": "3.9.1",
|
85
|
+
"vue-tsc": "1.8.27",
|
86
|
+
"@vue/eslint-config-airbnb": "^7.0.0",
|
87
|
+
"@vue/eslint-config-prettier": "^7.1.0",
|
88
|
+
"@vue/eslint-config-typescript": "^11.0.2",
|
89
|
+
"@typescript-eslint/eslint-plugin": "^5.57.0",
|
90
|
+
"@typescript-eslint/parser": "^5.57.0",
|
80
91
|
"eslint": "^8.37.0",
|
81
92
|
"eslint-config-prettier": "^8.8.0",
|
82
93
|
"eslint-plugin-import": "^2.27.5",
|
83
94
|
"eslint-plugin-prettier": "^5.0.0",
|
84
95
|
"eslint-plugin-vue": "^9.10.0",
|
85
96
|
"eslint-plugin-vuejs-accessibility": "^2.1.0",
|
86
|
-
"husky": "^8.0.0",
|
87
|
-
"lint-staged": "13.2.2",
|
88
|
-
"postcss-html": "1.7.0",
|
89
97
|
"postcss-preset-env": "^8.3.0",
|
90
98
|
"prettier": "^3.1.1",
|
91
|
-
"
|
92
|
-
"
|
93
|
-
"
|
99
|
+
"vite-plugin-eslint": "^1.8.1",
|
100
|
+
"vite-plugin-stylelint": "^5.3.1",
|
101
|
+
"vite-svg-loader": "^4.0.0",
|
94
102
|
"stylelint": "^16.1.0",
|
95
103
|
"stylelint-config-html": "^1.1.0",
|
96
104
|
"stylelint-config-recess-order": "^4.4.0",
|
97
105
|
"stylelint-config-standard-scss": "^13.0.0",
|
98
106
|
"stylelint-prettier": "^5.0.0",
|
99
107
|
"typescript": "5.0.4",
|
100
|
-
"
|
101
|
-
"unplugin-vue-components": "0.24.1",
|
102
|
-
"vite": "4.4.3",
|
103
|
-
"vite-plugin-checker": "0.5.6",
|
104
|
-
"vite-plugin-dts": "3.9.1",
|
105
|
-
"vite-plugin-eslint": "^1.8.1",
|
106
|
-
"vite-plugin-stylelint": "^5.3.1",
|
107
|
-
"vite-svg-loader": "^4.0.0",
|
108
|
-
"vue-tsc": "1.8.27"
|
108
|
+
"husky": "^8.0.0"
|
109
109
|
}
|
110
110
|
}
|