@bubblydoo/uxp-toolkit 0.0.7 → 0.0.8

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
- > @bubblydoo/uxp-toolkit@0.0.7 build /home/runner/work/uxp-toolkit/uxp-toolkit/packages/uxp-toolkit
2
+ > @bubblydoo/uxp-toolkit@0.0.8 build /home/runner/work/uxp-toolkit/uxp-toolkit/packages/uxp-toolkit
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/index.ts, src/commands-library/index.ts
@@ -8,12 +8,12 @@
8
8
  CLI Using tsup config: /home/runner/work/uxp-toolkit/uxp-toolkit/packages/uxp-toolkit/tsup.config.ts
9
9
  CLI Target: es2022
10
10
  ESM Build start
11
- ESM dist/chunk-3CLJMC63.js 6.20 KB
12
11
  ESM dist/index.js 14.84 KB
12
+ ESM dist/chunk-3CLJMC63.js 6.20 KB
13
13
  ESM dist/commands-library/index.js 8.76 KB
14
14
  ESM ⚡️ Build success in 32ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 3738ms
16
+ DTS ⚡️ Build success in 3480ms
17
17
  DTS dist/index.d.ts 8.05 KB
18
18
  DTS dist/commands-library/index.d.ts 4.46 KB
19
19
  DTS dist/psLayerRef-OY3h7srv.d.ts 3.02 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @bubblydoo/uxp-toolkit
2
2
 
3
+ ## 0.0.8
4
+
5
+ ### Patch Changes
6
+
7
+ - efb98a5: Setup adding artifacts to release
8
+
3
9
  ## 0.0.7
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bubblydoo/uxp-toolkit",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "author": "Hans Otto Wirtz <hansottowirtz@gmail.com>",
@@ -44,7 +44,7 @@
44
44
  "vitest": "^4.0.18",
45
45
  "zod": "^4.3.6",
46
46
  "@bubblydoo/tsconfig": "0.0.3",
47
- "@bubblydoo/uxp-test-framework": "0.0.7"
47
+ "@bubblydoo/uxp-test-framework": "0.0.8"
48
48
  },
49
49
  "scripts": {
50
50
  "build": "tsup",