@orchestrator-ui/jest-config 1.4.0 → 1.5.1
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/.turbo/turbo-build.log +3 -3
- package/CHANGELOG.md +19 -0
- package/package.json +5 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
|
|
2
|
-
> @orchestrator-ui/jest-config@1.
|
|
2
|
+
> @orchestrator-ui/jest-config@1.5.1 build
|
|
3
3
|
> tsup jest-base.config.js --format esm
|
|
4
4
|
|
|
5
5
|
[34mCLI[39m Building entry: jest-base.config.js
|
|
6
|
-
[34mCLI[39m tsup v8.3.
|
|
6
|
+
[34mCLI[39m tsup v8.3.5
|
|
7
7
|
[34mCLI[39m Target: node16
|
|
8
8
|
[34mESM[39m Build start
|
|
9
9
|
[32mESM[39m [1mdist/jest-base.config.mjs [22m[32m854.00 B[39m
|
|
10
|
-
[32mESM[39m ⚡️ Build success in
|
|
10
|
+
[32mESM[39m ⚡️ Build success in 19ms
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @orchestrator-ui/jest-config
|
|
2
2
|
|
|
3
|
+
## 1.5.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 56e2537: Fixes rights issue in github action
|
|
8
|
+
- b7fe3ee: Adds github action permission to publish with provenance
|
|
9
|
+
|
|
10
|
+
## 1.5.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- 85fca33: Adds npm provenance flag
|
|
15
|
+
|
|
16
|
+
## 1.4.1
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- 3bfe651: Updates npm packages to latest versions
|
|
21
|
+
|
|
3
22
|
## 1.4.0
|
|
4
23
|
|
|
5
24
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@orchestrator-ui/jest-config",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.5.1",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"publishConfig": {
|
|
6
|
-
"access": "public"
|
|
6
|
+
"access": "public",
|
|
7
|
+
"provenance": true
|
|
7
8
|
},
|
|
8
9
|
"description": "Contains the jest configuration used in the Workflow orchestrator frontend projects",
|
|
9
10
|
"author": {
|
|
@@ -13,7 +14,7 @@
|
|
|
13
14
|
},
|
|
14
15
|
"repository": {
|
|
15
16
|
"type": "git",
|
|
16
|
-
"url": "https://github.com/workfloworchestrator/orchestrator-ui-library.git"
|
|
17
|
+
"url": "git+https://github.com/workfloworchestrator/orchestrator-ui-library.git"
|
|
17
18
|
},
|
|
18
19
|
"homepage": "https://www.workfloworchestrator.org",
|
|
19
20
|
"keywords": [
|
|
@@ -28,7 +29,7 @@
|
|
|
28
29
|
},
|
|
29
30
|
"main": "./dist/",
|
|
30
31
|
"dependencies": {
|
|
31
|
-
"@testing-library/jest-dom": "^6.
|
|
32
|
+
"@testing-library/jest-dom": "^6.6.2",
|
|
32
33
|
"@testing-library/react": "^16.0.1",
|
|
33
34
|
"@testing-library/user-event": "^14.5.2",
|
|
34
35
|
"@types/jest": "^29.5.11",
|