@orchestrator-ui/tsconfig 1.3.0 → 1.3.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/tsconfig@1.3.0 build
2
+ > @orchestrator-ui/tsconfig@1.3.1 build
3
3
  > tsup base.json nextjs.json tsconfig.json --format esm --dts
4
4
 
5
5
  CLI Building entry: base.json, nextjs.json
@@ -8,8 +8,8 @@
8
8
  ESM Build start
9
9
  ESM dist/base.mjs 766.00 B
10
10
  ESM dist/nextjs.mjs 699.00 B
11
- ESM ⚡️ Build success in 35ms
11
+ ESM ⚡️ Build success in 23ms
12
12
  DTS Build start
13
- DTS ⚡️ Build success in 1470ms
13
+ DTS ⚡️ Build success in 1340ms
14
14
  DTS dist/base.d.mts 758.00 B
15
15
  DTS dist/nextjs.d.mts 674.00 B
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @orchestrator-ui/tsconfig
2
2
 
3
+ ## 1.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 7e81964: Switch to Trusted publishers
8
+
3
9
  ## 1.3.0
4
10
 
5
11
  ### Minor Changes
package/package.json CHANGED
@@ -23,7 +23,7 @@
23
23
  "dev": "npm run build -- --watch"
24
24
  },
25
25
  "main": "./dist/",
26
- "version": "1.3.0",
26
+ "version": "1.3.1",
27
27
  "license": "Apache-2.0",
28
28
  "publishConfig": {
29
29
  "access": "public",