@apollosproject/canvas-embeds 2.1.68 → 2.1.69
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/package.json +7 -8
- package/widget/index.js +279 -279
package/package.json
CHANGED
|
@@ -1,12 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@apollosproject/canvas-embeds",
|
|
3
3
|
"description": "Apollos React embed widgets",
|
|
4
|
-
"version": "2.1.
|
|
4
|
+
"version": "2.1.69",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"eslintIgnore": [
|
|
7
|
-
"/node_modules",
|
|
8
|
-
"/build"
|
|
9
|
-
],
|
|
10
6
|
"main": "./dist/index.umd.js",
|
|
11
7
|
"module": "./dist/index.es.js",
|
|
12
8
|
"exports": {
|
|
@@ -71,7 +67,7 @@
|
|
|
71
67
|
"flush": "sh scripts/flush-cdn-cache.sh",
|
|
72
68
|
"format": "prettier --write .",
|
|
73
69
|
"lint": "eslint --cache --cache-location ./node_modules/.cache/eslint .",
|
|
74
|
-
"test": "
|
|
70
|
+
"test": "vitest"
|
|
75
71
|
},
|
|
76
72
|
"eslintConfig": {
|
|
77
73
|
"extends": [
|
|
@@ -99,6 +95,7 @@
|
|
|
99
95
|
"@babel/runtime": "^7.22.5",
|
|
100
96
|
"@testing-library/jest-dom": "^6.6.3",
|
|
101
97
|
"@testing-library/react": "^16.0.1",
|
|
98
|
+
"@testing-library/react-hooks": "^8.0.1",
|
|
102
99
|
"@testing-library/user-event": "^14.5.2",
|
|
103
100
|
"@vitejs/plugin-react": "^4.3.3",
|
|
104
101
|
"autoprefixer": "^10.4.20",
|
|
@@ -112,7 +109,7 @@
|
|
|
112
109
|
"cross-env": "^7.0.3",
|
|
113
110
|
"dotenv": "^16.4.5",
|
|
114
111
|
"dotenv-expand": "^12.0.1",
|
|
115
|
-
"eslint": "^
|
|
112
|
+
"eslint": "^9.24.0",
|
|
116
113
|
"eslint-config-prettier": "^8.8.0",
|
|
117
114
|
"eslint-config-react-app": "^7.0.1",
|
|
118
115
|
"eslint-plugin-prettier": "^5.2.1",
|
|
@@ -124,6 +121,7 @@
|
|
|
124
121
|
"jest-resolve": "^29.7.0",
|
|
125
122
|
"jest-transform-stub": "^2.0.0",
|
|
126
123
|
"jest-watch-typeahead": "^2.2.2",
|
|
124
|
+
"jsdom": "^26.1.0",
|
|
127
125
|
"postcss": "^8.4.47",
|
|
128
126
|
"postcss-flexbugs-fixes": "^5.0.2",
|
|
129
127
|
"postcss-loader": "^8.1.1",
|
|
@@ -137,7 +135,8 @@
|
|
|
137
135
|
"resolve-url-loader": "^5.0.0",
|
|
138
136
|
"sass-loader": "^16.0.3",
|
|
139
137
|
"ts-loader": "^9.5.1",
|
|
140
|
-
"vite": "^5.4.11"
|
|
138
|
+
"vite": "^5.4.11",
|
|
139
|
+
"vitest": "^3.1.1"
|
|
141
140
|
},
|
|
142
141
|
"targets": {
|
|
143
142
|
"global": {
|