@digicatapult/dtdl-parser 0.0.3 → 0.0.4

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.
@@ -141,7 +141,7 @@ jobs:
141
141
  - name: Install packages
142
142
  run: npm ci
143
143
  - name: Publish to github packages
144
- run: npm adduser && npm publish --access public
144
+ run: npm publish --access public
145
145
  env:
146
146
  NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
147
147
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digicatapult/dtdl-parser",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "JS tool to parse DTDL defined Ontologies",
5
5
  "main": "src/index.ts",
6
6
  "type": "module",