sdk: test github action publish

This commit is contained in:
Koushik Dutta
2022-05-23 15:42:32 -07:00
parent e9ebcaf00a
commit fcc07fff5b
4 changed files with 7 additions and 7 deletions

4
sdk/package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@scrypted/sdk",
"version": "0.0.197",
"version": "0.0.198",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@scrypted/sdk",
"version": "0.0.197",
"version": "0.0.198",
"license": "ISC",
"dependencies": {
"@babel/preset-typescript": "^7.16.7",

View File

@@ -1,10 +1,10 @@
{
"name": "@scrypted/sdk",
"version": "0.0.197",
"version": "0.0.198",
"description": "",
"main": "index.js",
"scripts": {
"prepublishOnly": "npm run build",
"prepublishOnly": "npm run build && cd types && npm version patch && npm publish",
"prebuild": "typedoc && ts-node gen/build && cd types && npm run build",
"build": "tsc",
"webpack": "webpack-cli --config webpack.config.js",

View File

@@ -1,12 +1,12 @@
{
"name": "@scrypted/types",
"version": "0.0.44",
"version": "0.0.45",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@scrypted/types",
"version": "0.0.44",
"version": "0.0.45",
"license": "ISC",
"devDependencies": {}
}

View File

@@ -1,6 +1,6 @@
{
"name": "@scrypted/types",
"version": "0.0.44",
"version": "0.0.45",
"description": "",
"main": "index.js",
"author": "",