@orchestrator-ui/jest-config 0.2.0 → 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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @orchestrator-ui/jest-config@0.2.0 build
2
+ > @orchestrator-ui/jest-config@1.1.0 build
3
3
  > tsup jest-base.config.js --format esm
4
4
 
5
5
  CLI Building entry: jest-base.config.js
@@ -7,4 +7,4 @@
7
7
  CLI Target: node16
8
8
  ESM Build start
9
9
  ESM dist/jest-base.config.mjs 858.00 B
10
- ESM ⚡️ Build success in 23ms
10
+ ESM ⚡️ Build success in 46ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @orchestrator-ui/jest-config
2
2
 
3
+ ## 1.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 00fe7c1: Adds jest-environment-jsdom package
8
+
9
+ ## 1.0.0
10
+
11
+ ### Major Changes
12
+
13
+ - 507399b: R1 Release
14
+
3
15
  ## 0.2.0
4
16
 
5
17
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orchestrator-ui/jest-config",
3
- "version": "0.2.0",
3
+ "version": "1.1.0",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -18,6 +18,7 @@
18
18
  "esbuild": "^0.20.0",
19
19
  "esbuild-jest": "^0.5.0",
20
20
  "jest": "^29.7.0",
21
+ "jest-environment-jsdom": "^29.7.0",
21
22
  "jest-watch-typeahead": "^2.2.2"
22
23
  }
23
24
  }