@entity-access/entity-access 1.0.534 → 1.0.535

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,18 +8,20 @@ on:
8
8
  tags:
9
9
  - '*'
10
10
 
11
+ permissions:
12
+ id-token: write # Required for OIDC
13
+ contents: read
14
+
11
15
  jobs:
12
16
  build:
13
17
  runs-on: ubuntu-latest
14
18
  steps:
15
- - uses: actions/checkout@v3
16
- - uses: actions/setup-node@v3
19
+ - uses: actions/checkout@v4
20
+ - uses: actions/setup-node@v4
17
21
  with:
18
- node-version: 18
22
+ node-version: 24
19
23
  registry-url: https://registry.npmjs.org/
20
24
  - run: npm ci
21
25
  - run: npm install -D typescript
22
26
  - run: tsc
23
27
  - run: npm publish --access public
24
- env:
25
- NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entity-access/entity-access",
3
- "version": "1.0.534",
3
+ "version": "1.0.535",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -13,7 +13,7 @@
13
13
  "type": "module",
14
14
  "repository": {
15
15
  "type": "git",
16
- "url": "git+https://github.com/entity-access/entity-access.git"
16
+ "url": "git+https://github.com/Entity-Access/entity-access.git"
17
17
  },
18
18
  "author": "Akash Kava",
19
19
  "license": "MIT",