diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index edd246f..af7df68 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -16,6 +16,7 @@ jobs: registry-url: 'https://registry.npmjs.org' - run: npm ci - run: npm run test + - run: npm run build - run: npm publish --provenance --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/package-lock.json b/package-lock.json index ecfde21..9138a6c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "n8n-nodes-waha", + "name": "@devlikepro/n8n-nodes-waha", "version": "2024.9.1", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "n8n-nodes-waha", + "name": "@devlikepro/n8n-nodes-waha", "version": "2024.9.1", "license": "MIT", "dependencies": { @@ -15,6 +15,7 @@ "devDependencies": { "@types/express": "^4.17.6", "@types/jest": "^29.5.12", + "@types/lodash": "^4.17.7", "@types/request-promise-native": "~1.0.15", "@typescript-eslint/parser": "~5.45", "eslint-plugin-n8n-nodes-base": "^1.11.0", @@ -1352,6 +1353,12 @@ "integrity": "sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==", "dev": true }, + "node_modules/@types/lodash": { + "version": "4.17.7", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.7.tgz", + "integrity": "sha512-8wTvZawATi/lsmNu10/j2hk1KEP0IvjubqPE3cu1Xz7xfXXt5oCq3SNUz4fMIP4XGF9Ky+Ue2tBA3hcS7LSBlA==", + "dev": true + }, "node_modules/@types/mime": { "version": "1.3.2", "resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.2.tgz", diff --git a/package.json b/package.json index 3c35f9a..b58ffeb 100644 --- a/package.json +++ b/package.json @@ -40,6 +40,7 @@ "devDependencies": { "@types/express": "^4.17.6", "@types/jest": "^29.5.12", + "@types/lodash": "^4.17.7", "@types/request-promise-native": "~1.0.15", "@typescript-eslint/parser": "~5.45", "eslint-plugin-n8n-nodes-base": "^1.11.0",