@orchestrator-ui/tsconfig 1.1.0 → 1.1.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.1.0 build
2
+ > @orchestrator-ui/tsconfig@1.1.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 23ms
11
+ ESM ⚡️ Build success in 27ms
12
12
  DTS Build start
13
- DTS ⚡️ Build success in 1597ms
13
+ DTS ⚡️ Build success in 1711ms
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.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 09f3e09: Fixes markdown in README files
8
+
3
9
  ## 1.1.0
4
10
 
5
11
  ### Minor Changes
package/README.md CHANGED
@@ -4,6 +4,6 @@ Contains the tsconfig configuration used in the [Workflow orchestrator][1] front
4
4
 
5
5
  This package is created from the [https://github.com/workfloworchestrator/example-orchestrator-ui/][2] repository and it's source can be found in [packages/tsconfig][3]
6
6
 
7
- 1:[https://www.workfloworchestrator.org]
8
- 2:[https://github.com/workfloworchestrator/orchestrator-ui-library]
9
- 3:[https://github.com/workfloworchestrator/orchestrator-ui-library/tree/main/packages/tsconfig]
7
+ [1]:[https://www.workfloworchestrator.org]
8
+ [2]:[https://github.com/workfloworchestrator/orchestrator-ui-library]
9
+ [3]:[https://github.com/workfloworchestrator/orchestrator-ui-library/tree/main/packages/tsconfig]
package/package.json CHANGED
@@ -23,7 +23,7 @@
23
23
  "dev": "npm run build -- --watch"
24
24
  },
25
25
  "main": "./dist/",
26
- "version": "1.1.0",
26
+ "version": "1.1.1",
27
27
  "license": "Apache-2.0",
28
28
  "publishConfig": {
29
29
  "access": "public"