File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,25 +22,25 @@ jobs:
22
22
- run : |
23
23
cd ./dist/meerkat-dbm
24
24
echo "//registry.npmjs.org/:_authToken=${{secrets.NPMJS_NPM_TOKEN}}" >> .npmrc
25
- npm publish
25
+ npm publish --access public
26
26
continue-on-error: true
27
27
28
28
- run : |
29
29
cd ./dist/meerkat-core
30
30
echo "//registry.npmjs.org/:_authToken=${{secrets.NPMJS_NPM_TOKEN}}" >> .npmrc
31
- npm publish
31
+ npm publish --access public
32
32
continue-on-error: true
33
33
34
34
- run : |
35
35
cd ./dist/meerkat-node
36
36
echo "//registry.npmjs.org/:_authToken=${{secrets.NPMJS_NPM_TOKEN}}" >> .npmrc
37
- npm publish
37
+ npm publish --access public
38
38
continue-on-error: true
39
39
40
40
- run : |
41
41
cd ./dist/meerkat-browser
42
42
echo "//registry.npmjs.org/:_authToken=${{secrets.NPMJS_NPM_TOKEN}}" >> .npmrc
43
- npm publish
43
+ npm publish --access public
44
44
continue-on-error: true
45
45
env:
46
46
NODE_AUTH_TOKEN: ${{secrets.NPMJS_NPM_TOKEN}}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @devrev/meerkat-dbm" ,
3
- "version" : " 0.1.22 " ,
3
+ "version" : " 0.1.23 " ,
4
4
"dependencies" : {
5
5
"tslib" : " ^2.3.0" ,
6
6
"@devrev/duckdb-wasm" : " 1.14.3" ,
You can’t perform that action at this time.
0 commit comments