@eqtylab/explorer 0.0.1 → 0.0.2
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.
|
@@ -38,7 +38,7 @@ jobs:
|
|
|
38
38
|
|
|
39
39
|
- name: Set version from release tag
|
|
40
40
|
if: github.event_name != 'workflow_dispatch'
|
|
41
|
-
run: npm set version="${GITHUB_REF_NAME#v}"
|
|
41
|
+
run: npm pkg set version="${GITHUB_REF_NAME#v}"
|
|
42
42
|
|
|
43
43
|
- name: Add commit hash to description
|
|
44
44
|
run: 'npm pkg set "description=Lineage Explorer (commit: ${GITHUB_SHA::7})"'
|
package/package.json
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eqtylab/explorer",
|
|
3
|
-
"version": "0.0.1",
|
|
4
3
|
"type": "module",
|
|
5
4
|
"repository": {
|
|
6
5
|
"type": "git",
|
|
@@ -76,7 +75,8 @@
|
|
|
76
75
|
"vite-plugin-top-level-await": "^1.4.1",
|
|
77
76
|
"vite-plugin-wasm": "^3.3.0"
|
|
78
77
|
},
|
|
79
|
-
"
|
|
78
|
+
"version": "0.0.2",
|
|
79
|
+
"description": "Lineage Explorer (commit: 8093e4e)",
|
|
80
80
|
"scripts": {
|
|
81
81
|
"manifest": "vite --host --config vite.app.config.ts --mode manifest",
|
|
82
82
|
"api": "vite --host --config vite.app.config.ts --mode api",
|