@prosopo/client-bundle-example 2.10.7 → 2.10.10
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/CHANGELOG.md +19 -0
- package/package.json +10 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @prosopo/client-bundle-example
|
|
2
2
|
|
|
3
|
+
## 2.10.10
|
|
4
|
+
### Patch Changes
|
|
5
|
+
|
|
6
|
+
- 93d92a7: little bump for publish all
|
|
7
|
+
|
|
8
|
+
## 2.10.9
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 8ee8434: bump node engines to 24 and npm version to 11
|
|
12
|
+
- 9a853c3: missing deps
|
|
13
|
+
- cfee479: make @prosopo/config a dev dep
|
|
14
|
+
|
|
15
|
+
## 2.10.8
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- e926831: mega mini bump for all to trigger publish all
|
|
19
|
+
- Updated dependencies [e926831]
|
|
20
|
+
- @prosopo/config@3.1.23
|
|
21
|
+
|
|
3
22
|
## 2.10.7
|
|
4
23
|
### Patch Changes
|
|
5
24
|
|
package/package.json
CHANGED
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
},
|
|
12
12
|
"type": "module",
|
|
13
13
|
"engines": {
|
|
14
|
-
"node": "
|
|
15
|
-
"npm": "
|
|
14
|
+
"node": "^24",
|
|
15
|
+
"npm": "^11"
|
|
16
16
|
},
|
|
17
17
|
"scripts": {
|
|
18
18
|
"clean": "del-cli --verbose dist tsconfig.tsbuildinfo",
|
|
@@ -23,17 +23,20 @@
|
|
|
23
23
|
"typecheck": "tsc --project tsconfig.types.json",
|
|
24
24
|
"start": "NODE_ENV=${NODE_ENV:-development}; vite serve ./src --port 9232 --config vite.config.ts --mode=$NODE_ENV"
|
|
25
25
|
},
|
|
26
|
-
"version": "2.10.
|
|
27
|
-
"dependencies": {
|
|
28
|
-
"@prosopo/config": "3.1.22"
|
|
29
|
-
},
|
|
26
|
+
"version": "2.10.10",
|
|
30
27
|
"devDependencies": {
|
|
31
|
-
"@
|
|
28
|
+
"@emotion/cache": "11.11.0",
|
|
29
|
+
"@prosopo/config": "3.1.25",
|
|
30
|
+
"@prosopo/dotenv": "3.0.30",
|
|
31
|
+
"@prosopo/locale": "3.1.25",
|
|
32
|
+
"@prosopo/types": "3.6.3",
|
|
32
33
|
"@types/node": "22.5.5",
|
|
33
34
|
"@vitest/coverage-v8": "3.2.4",
|
|
34
35
|
"concurrently": "9.0.1",
|
|
35
36
|
"del-cli": "6.0.0",
|
|
36
37
|
"npm-run-all": "4.1.5",
|
|
38
|
+
"react": "18.3.1",
|
|
39
|
+
"react-dom": "18.3.1",
|
|
37
40
|
"tslib": "2.7.0",
|
|
38
41
|
"tsx": "4.20.3",
|
|
39
42
|
"typescript": "5.6.2",
|