@nemme/js-sdk 0.3.3 → 0.4.0
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/assets/js-sdk.css +1 -1
- package/dist/client.d.ts +2 -1
- package/dist/forms/question-choice/question-choice.d.ts +1 -0
- package/dist/index.cjs +15 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.esm.js +5215 -5086
- package/dist/index.esm.js.map +1 -1
- package/dist/nemme-sdk.umd.js +15 -7
- package/dist/nemme-sdk.umd.js.map +1 -1
- package/package.json +15 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nemme/js-sdk",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.cjs",
|
|
6
6
|
"module": "./dist/index.esm.js",
|
|
@@ -54,44 +54,44 @@
|
|
|
54
54
|
"react-i18next": "^16.0.0"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@chromatic-com/storybook": "^4.
|
|
57
|
+
"@chromatic-com/storybook": "^4.1.2",
|
|
58
58
|
"@eslint/compat": "^1.4.0",
|
|
59
59
|
"@eslint/eslintrc": "^3.2.0",
|
|
60
60
|
"@eslint/js": "^9.28.0",
|
|
61
61
|
"@nemme/ui-kit": "^0.2.1",
|
|
62
|
-
"@storybook/addon-a11y": "^
|
|
63
|
-
"@storybook/addon-docs": "^
|
|
64
|
-
"@storybook/addon-vitest": "^
|
|
65
|
-
"@storybook/react-vite": "^
|
|
62
|
+
"@storybook/addon-a11y": "^10.0.5",
|
|
63
|
+
"@storybook/addon-docs": "^10.0.5",
|
|
64
|
+
"@storybook/addon-vitest": "^10.0.5",
|
|
65
|
+
"@storybook/react-vite": "^10.0.5",
|
|
66
66
|
"@tailwindcss/postcss": "^4.1.13",
|
|
67
67
|
"@tailwindcss/vite": "^4.1.13",
|
|
68
68
|
"@testing-library/jest-dom": "^6.6.3",
|
|
69
69
|
"@testing-library/react": "^16.3.0",
|
|
70
70
|
"@typescript-eslint/eslint-plugin": "^8.33.1",
|
|
71
71
|
"@typescript-eslint/parser": "^8.33.1",
|
|
72
|
-
"@vitejs/plugin-react": "^5.0
|
|
73
|
-
"@vitest/browser": "^
|
|
74
|
-
"@vitest/coverage-v8": "^
|
|
72
|
+
"@vitejs/plugin-react": "^5.1.0",
|
|
73
|
+
"@vitest/browser": "^4.0.6",
|
|
74
|
+
"@vitest/coverage-v8": "^4.0.6",
|
|
75
75
|
"eslint": "^9.28.0",
|
|
76
76
|
"eslint-config-prettier": "^10.1.5",
|
|
77
77
|
"eslint-plugin-prettier": "^5.4.1",
|
|
78
78
|
"eslint-plugin-react": "^7.37.5",
|
|
79
|
-
"eslint-plugin-react-hooks": "^
|
|
80
|
-
"eslint-plugin-storybook": "^
|
|
79
|
+
"eslint-plugin-react-hooks": "^7.0.1",
|
|
80
|
+
"eslint-plugin-storybook": "^10.0.5",
|
|
81
81
|
"globals": "^16.2.0",
|
|
82
|
-
"happy-dom": "^
|
|
82
|
+
"happy-dom": "^20.0.10",
|
|
83
83
|
"husky": "^9.1.7",
|
|
84
84
|
"lint-staged": "^16.1.0",
|
|
85
|
-
"playwright": "^1.
|
|
85
|
+
"playwright": "^1.56.1",
|
|
86
86
|
"postcss": "^8.5.6",
|
|
87
87
|
"postcss-import": "^16.1.1",
|
|
88
88
|
"postcss-prefixwrap": "^1.57.0",
|
|
89
89
|
"prettier": "^3.5.1",
|
|
90
|
-
"storybook": "^
|
|
90
|
+
"storybook": "^10.0.5",
|
|
91
91
|
"tailwindcss": "^4.1.13",
|
|
92
92
|
"typescript": "^5.8.3",
|
|
93
93
|
"vite": "^7.1.7",
|
|
94
94
|
"vite-plugin-dts": "^4.5.4",
|
|
95
|
-
"vitest": "^
|
|
95
|
+
"vitest": "^4.0.6"
|
|
96
96
|
}
|
|
97
97
|
}
|