@purpurds/action 5.23.0 → 5.24.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.
- package/.rush/temp/ci_build/@purpurds/action/{ff02b4172f21be27fbd880dbaa8d718f17c5db0c.untar.log → 8f827f2190695e9e623167240f3bee9749d39619.untar.log} +2 -2
- package/.rush/temp/operation/ci_build/all.log +2 -2
- package/.rush/temp/operation/ci_build/state.json +1 -1
- package/.rush/temp/operation/test_unit/state.json +1 -1
- package/package.json +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
Start time:
|
|
2
|
-
Invoking "/usr/bin/tar -x -m -f /opt/actions-runner/_work/teliasaurus/teliasaurus/purpur/common/temp/build-cache/ci_build/@purpurds/action/
|
|
1
|
+
Start time: Fri Oct 25 2024 09:39:55 GMT+0000 (Coordinated Universal Time)
|
|
2
|
+
Invoking "/usr/bin/tar -x -m -f /opt/actions-runner/_work/teliasaurus/teliasaurus/purpur/common/temp/build-cache/ci_build/@purpurds/action/8f827f2190695e9e623167240f3bee9749d39619"
|
|
3
3
|
|
|
4
4
|
======= BEGIN PROCESS INPUT ======
|
|
5
5
|
|
|
@@ -12,7 +12,7 @@ rendering chunks...
|
|
|
12
12
|
[vite:dts] Start generate declaration files...
|
|
13
13
|
computing gzip size...
|
|
14
14
|
dist/action.cjs.js 0.33 kB │ gzip: 0.26 kB │ map: 1.57 kB
|
|
15
|
-
[vite:dts] Declaration files built in
|
|
15
|
+
[vite:dts] Declaration files built in 2672ms.
|
|
16
16
|
|
|
17
17
|
dist/action.es.js 0.29 kB │ gzip: 0.23 kB │ map: 1.59 kB
|
|
18
|
-
✓ built in
|
|
18
|
+
✓ built in 2.95s
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@purpurds/action",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.24.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.
|
|
17
|
+
"@purpurds/tokens": "5.24.1"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@rushstack/eslint-patch": "~1.10.0",
|