@purpurds/action 5.28.1-pr-15202-12117482163 → 5.28.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,4 +1,4 @@
1
- Start time: Mon Dec 02 2024 10:34:50 GMT+0000 (Coordinated Universal Time)
1
+ Start time: Wed Dec 04 2024 13:17:42 GMT+0000 (Coordinated Universal Time)
2
2
  Invoking "/usr/bin/tar -x -m -f /opt/actions-runner/_work/teliasaurus/teliasaurus/purpur/common/temp/build-cache/ci_build/@purpurds/action/9581b1f777c1280abab336007e68a3ae76667330"
3
3
 
4
4
  ======= BEGIN PROCESS INPUT ======
@@ -0,0 +1,8 @@
1
+ Invoking: vitest run --passWithNoTests
2
+
3
+ RUN v2.1.2 /opt/actions-runner/_work/teliasaurus/teliasaurus/purpur/libraries/action
4
+
5
+ include: **/*.{test,spec}.?(c|m)[jt]s?(x)
6
+ exclude: **/node_modules/**, **/dist/**, **/cypress/**, **/.{idea,git,cache,output,temp}/**, **/{karma,rollup,webpack,vite,vitest,jest,ava,babel,nyc,cypress,tsup,build,eslint,prettier}.config.*
7
+ No test files found, exiting with code 0
8
+
@@ -0,0 +1,2 @@
1
+ include: **/*.{test,spec}.?(c|m)[jt]s?(x)
2
+ exclude: **/node_modules/**, **/dist/**, **/cypress/**, **/.{idea,git,cache,output,temp}/**, **/{karma,rollup,webpack,vite,vitest,jest,ava,babel,nyc,cypress,tsup,build,eslint,prettier}.config.*
@@ -0,0 +1,3 @@
1
+ {
2
+ "nonCachedDurationMs": 1907.532137000002
3
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@purpurds/action",
3
- "version": "5.28.1-pr-15202-12117482163",
3
+ "version": "5.28.1",
4
4
  "license": "AGPL-3.0-only",
5
5
  "main": "./dist/action.cjs.js",
6
6
  "types": "./dist/action.d.ts",
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "source": "src/action.tsx",
16
16
  "dependencies": {
17
- "@purpurds/tokens": "5.28.1-pr-15202-12117482163"
17
+ "@purpurds/tokens": "5.28.1"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@rushstack/eslint-patch": "~1.10.0",