supaapps-api-kit-client 0.8.0 → 0.8.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.
|
@@ -8,6 +8,9 @@ on:
|
|
|
8
8
|
jobs:
|
|
9
9
|
build:
|
|
10
10
|
runs-on: ubuntu-latest
|
|
11
|
+
permissions:
|
|
12
|
+
id-token: write
|
|
13
|
+
contents: read
|
|
11
14
|
steps:
|
|
12
15
|
- name: Checkout code
|
|
13
16
|
uses: actions/checkout@v2
|
|
@@ -28,6 +31,4 @@ jobs:
|
|
|
28
31
|
run: npm run build
|
|
29
32
|
|
|
30
33
|
- name: Publish to npm
|
|
31
|
-
run: npm publish
|
|
32
|
-
env:
|
|
33
|
-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
|
34
|
+
run: npm publish --provenance --access public
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "supaapps-api-kit-client",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.1",
|
|
4
4
|
"description": "A versatile, type-safe API kit client designed for TypeScript applications.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -8,6 +8,10 @@
|
|
|
8
8
|
"test": "jest",
|
|
9
9
|
"build": "tsc"
|
|
10
10
|
},
|
|
11
|
+
"repository": {
|
|
12
|
+
"type": "git",
|
|
13
|
+
"url": "git+https://github.com/supaapps/supaapps-api-kit-client.git"
|
|
14
|
+
},
|
|
11
15
|
"author": "Supaapps GmbH",
|
|
12
16
|
"license": "MIT",
|
|
13
17
|
"dependencies": {
|