@davi-ai/retorik-framework 1.0.19 → 1.1.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/index.d.ts +92 -68
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +16084 -16033
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +16394 -16344
- package/dist/index.modern.js.map +1 -1
- package/package.json +3 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@davi-ai/retorik-framework",
|
|
3
|
-
"version": "1.0
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"description": "Retorik Framework package",
|
|
5
5
|
"author": "DAVI",
|
|
6
6
|
"license": "MIT",
|
|
@@ -64,12 +64,8 @@
|
|
|
64
64
|
"scripts": {
|
|
65
65
|
"build": "parcel build",
|
|
66
66
|
"start": "parcel watch",
|
|
67
|
-
"lint": "eslint src/ --ext .tsx,.ts --ignore-pattern \"**/*.test.tsx\" --ignore-pattern \"**/*.test.ts\" --fix",
|
|
68
|
-
"test:CI": "run-s test:unit test:lint test:build",
|
|
69
|
-
"test:build": "run-s build",
|
|
70
|
-
"test:lint": "eslint .",
|
|
71
|
-
"test:unit": "cross-env CI=1 react-scripts test --env=jsdom",
|
|
72
67
|
"test": "react-scripts test --env=jsdom",
|
|
68
|
+
"report": "npx parcel build src/index.tsx --reporter @parcel/reporter-bundle-analyzer",
|
|
73
69
|
"credentials": "vsts-npm-auth -config .npmrc",
|
|
74
70
|
"storybook": "npm run build-tailwind && start-storybook -p 6006",
|
|
75
71
|
"build-storybook": "npm run build-tailwind && build-storybook",
|
|
@@ -131,7 +127,7 @@
|
|
|
131
127
|
"eslint-plugin-react": "^7.17.0",
|
|
132
128
|
"eslint-plugin-standard": "^4.0.1",
|
|
133
129
|
"https-browserify": "^1.0.0",
|
|
134
|
-
"jest-junit": "
|
|
130
|
+
"jest-junit": "16.0.0",
|
|
135
131
|
"npm-run-all": "^4.1.5",
|
|
136
132
|
"parcel": "^2.12.0",
|
|
137
133
|
"postcss": "^8.4.14",
|
|
@@ -177,10 +173,6 @@
|
|
|
177
173
|
"@use-gesture/react": "^10.2.15",
|
|
178
174
|
"adaptivecards": "3.0.1",
|
|
179
175
|
"botframework-directlinejs": "^0.15.5",
|
|
180
|
-
"botframework-webchat": "4.16.0",
|
|
181
|
-
"botframework-webchat-api": "4.16.0",
|
|
182
|
-
"botframework-webchat-component": "4.16.0",
|
|
183
|
-
"botframework-webchat-core": "4.16.0",
|
|
184
176
|
"classnames": "^2.3.1",
|
|
185
177
|
"leaflet": "^1.9.2",
|
|
186
178
|
"markdown-it": "^12.3.2",
|