@orchestrator-ui/jest-config 1.6.0 → 1.6.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @orchestrator-ui/jest-config@1.6.0 build
2
+ > @orchestrator-ui/jest-config@1.6.1 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 854.00 B
10
- ESM ⚡️ Build success in 28ms
10
+ ESM ⚡️ Build success in 16ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @orchestrator-ui/jest-config
2
2
 
3
+ ## 1.6.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 7e81964: Switch to Trusted publishers
8
+
3
9
  ## 1.6.0
4
10
 
5
11
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orchestrator-ui/jest-config",
3
- "version": "1.6.0",
3
+ "version": "1.6.1",
4
4
  "license": "Apache-2.0",
5
5
  "publishConfig": {
6
6
  "access": "public",