vc-page-workflows 1.5.13 → 1.5.15

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/main.js CHANGED
@@ -1,4 +1,4 @@
1
- import { D as m } from "./main-Co3C0IUt.js";
1
+ import { D as m } from "./main-C2DzkaX2.js";
2
2
  export {
3
3
  m as DynamicFlows
4
4
  };
package/package.json CHANGED
@@ -1,69 +1,71 @@
1
1
  {
2
- "name": "vc-page-workflows",
3
- "private": false,
4
- "version": "1.5.13",
5
- "type": "module",
6
- "files": [
7
- "dist"
8
- ],
9
- "main": "dist/main.js",
10
- "scripts": {
11
- "dev": "vite --host",
12
- "build": "vite build",
13
- "build:lib": "BUILD_LIB=true vite build",
14
- "prepare": "BUILD_LIB=true vite build",
15
- "lint": "eslint .",
16
- "preview": "vite preview",
17
- "test": "vitest",
18
- "coverage": "vitest run --coverage",
19
- "less": "for file in src/styles/less/*.less; do lessc --compress \"$file\" \"src/styles/css/$(basename \"$file\" .less).css\"; done"
20
- },
21
- "dependencies": {
22
- "@formio/js": "^5.0.1",
23
- "@formio/react": "^6",
24
- "@stripe/react-stripe-js": "^3.1.1",
25
- "@stripe/stripe-js": "^5.3.0",
26
- "@vc/formio-components": "bitbucket:vsee/vc-page-formio#develop",
27
- "@vc/library": "bitbucket:vsee/vc-page-lib#develop",
28
- "@vitejs/plugin-basic-ssl": "^1.2.0",
29
- "@vsee/vc-assets": "bitbucket:vsee/vc-assets#develop",
30
- "antd": "^5.22.5",
31
- "axios": "^1.7.9",
32
- "bootstrap": "^5.3.5",
33
- "font-awesome": "^4.7.0",
34
- "lodash-es": "^4.17.21",
35
- "react": "^18.3.1",
36
- "react-dom": "^18.3.1",
37
- "react-intl-universal": "^2.12.0",
38
- "react-query": "^3.39.3",
39
- "react-router-dom": "^7.0.2"
40
- },
41
- "devDependencies": {
42
- "@eslint/js": "^9.15.0",
43
- "@testing-library/jest-dom": "^6.6.3",
44
- "@testing-library/react": "^16.1.0",
45
- "@testing-library/user-event": "^14.5.2",
46
- "@types/react": "^18.3.12",
47
- "@types/react-dom": "^18.3.1",
48
- "@vitejs/plugin-react": "^4.3.4",
49
- "@vitest/coverage-v8": "^3.2.4",
50
- "@vitest/eslint-plugin": "^1.1.18",
51
- "eslint": "^9.15.0",
52
- "eslint-plugin-react": "^7.37.2",
53
- "eslint-plugin-react-hooks": "^5.0.0",
54
- "eslint-plugin-react-refresh": "^0.4.14",
55
- "glob": "^11.0.3",
56
- "globals": "^15.12.0",
57
- "happy-dom": "^15.11.7",
58
- "jsdom": "^25.0.1",
59
- "less": "^4.3.0",
60
- "sass-embedded": "^1.83.0",
61
- "typescript": "^5.8.3",
62
- "vite": "^6.0.1",
63
- "vite-plugin-lib-inject-css": "^2.2.2",
64
- "vitest": "^3.2.4"
65
- },
66
- "overrides": {
67
- "nwsapi": "2.2.2"
68
- }
2
+ "name": "vc-page-workflows",
3
+ "private": false,
4
+ "version": "1.5.15",
5
+ "type": "module",
6
+ "files": [
7
+ "dist"
8
+ ],
9
+ "main": "dist/main.js",
10
+ "scripts": {
11
+ "dev": "vite --host",
12
+ "build": "vite build",
13
+ "build:lib": "BUILD_LIB=true vite build",
14
+ "prepare": "BUILD_LIB=true vite build",
15
+ "lint": "eslint .",
16
+ "preview": "vite preview",
17
+ "test": "vitest",
18
+ "coverage": "vitest run --coverage",
19
+ "less": "for file in src/styles/less/*.less; do lessc --compress \"$file\" \"src/styles/css/$(basename \"$file\" .less).css\"; done",
20
+ "format:fix-changed": "git diff --name-only --diff-filter=ACMR HEAD | grep -E '\\.(ts|tsx|js|jsx|json|css|scss)$' | xargs -r prettier --write"
21
+ },
22
+ "dependencies": {
23
+ "@formio/js": "^5.0.1",
24
+ "@formio/react": "^6",
25
+ "@stripe/react-stripe-js": "^3.1.1",
26
+ "@stripe/stripe-js": "^5.3.0",
27
+ "@vc/formio-components": "bitbucket:vsee/vc-page-formio#develop",
28
+ "@vc/library": "bitbucket:vsee/vc-page-lib#develop",
29
+ "@vitejs/plugin-basic-ssl": "^1.2.0",
30
+ "@vsee/vc-assets": "bitbucket:vsee/vc-assets#develop",
31
+ "antd": "^5.22.5",
32
+ "axios": "^1.7.9",
33
+ "bootstrap": "^5.3.5",
34
+ "font-awesome": "^4.7.0",
35
+ "lodash-es": "^4.17.21",
36
+ "react": "^18.3.1",
37
+ "react-dom": "^18.3.1",
38
+ "react-intl-universal": "^2.12.0",
39
+ "react-query": "^3.39.3",
40
+ "react-router-dom": "^7.0.2"
41
+ },
42
+ "devDependencies": {
43
+ "@eslint/js": "^9.15.0",
44
+ "@testing-library/jest-dom": "^6.6.3",
45
+ "@testing-library/react": "^16.1.0",
46
+ "@testing-library/user-event": "^14.5.2",
47
+ "@types/react": "^18.3.12",
48
+ "@types/react-dom": "^18.3.1",
49
+ "@vitejs/plugin-react": "^4.3.4",
50
+ "@vitest/coverage-v8": "^3.2.4",
51
+ "@vitest/eslint-plugin": "^1.1.18",
52
+ "eslint": "^9.15.0",
53
+ "eslint-plugin-react": "^7.37.2",
54
+ "eslint-plugin-react-hooks": "^5.0.0",
55
+ "eslint-plugin-react-refresh": "^0.4.14",
56
+ "glob": "^11.0.3",
57
+ "globals": "^15.12.0",
58
+ "happy-dom": "^15.11.7",
59
+ "jsdom": "^25.0.1",
60
+ "less": "^4.3.0",
61
+ "sass-embedded": "^1.83.0",
62
+ "typescript": "^5.8.3",
63
+ "vite": "^6.0.1",
64
+ "vite-plugin-lib-inject-css": "^2.2.2",
65
+ "vitest": "^3.2.4",
66
+ "prettier": "^3.6.2"
67
+ },
68
+ "overrides": {
69
+ "nwsapi": "2.2.2"
70
+ }
69
71
  }