Package json deconstructed creating a new file containing only the version

Signed-off-by: armandocomellas1 <cgarmando@google.com>
This commit is contained in:
armandocomellas1
2024-02-16 15:52:31 -06:00
parent f1a5f33cec
commit b6df34e402
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
import { GcpApi } from './GcpApi';
import { Operation, Project } from './types';
import { OAuthApi } from '@backstage/core-plugin-api';
import packageinfo from '../../package.json';
import packageinfo from '../../version.json';
const BASE_URL =
'https://content-cloudresourcemanager.googleapis.com/v1/projects';
+3
View File
@@ -0,0 +1,3 @@
{
"version": "0.3.46-next.1"
}