Skip to content

Commit

Permalink
chore: automate publish to github package
Browse files Browse the repository at this point in the history
  • Loading branch information
septs committed Jul 19, 2020
1 parent 51950bc commit e9354ab
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
]
},
"dependencies": {
"@dimensiondev/matrix-js-sdk-type": "unstable",
"@dimensiondev/stego-js": "unstable",
"@holoflows/kit": "npm:@dimensiondev/holoflows-kit@unstable",
"@material-ui/core": "4.10.2",
Expand Down Expand Up @@ -84,7 +85,6 @@
"jsqr": "^1.3.1",
"lodash-es": "^4.17.11",
"matrix-js-sdk": "^7.0.0",
"matrix-js-sdk-type": "https://github.com/Jack-Works/matrix-js-sdk-type",
"metamask-extension-provider": "^1.1.1",
"notistack": "^0.9.17",
"pvtsutils": "^1.0.10",
Expand Down
2 changes: 1 addition & 1 deletion src/network/matrix/matrix.type.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
declare module 'matrix-js-sdk' {
export * from 'matrix-js-sdk-type'
export * from '@dimensiondev/matrix-js-sdk-type'
}
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1844,6 +1844,14 @@
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-9.0.1.tgz#df281f0f3d8f3adb10c95e4dd72b16acf41b5400"
integrity sha512-wo2rHprtDzTHf4tiSxavktJ52ntiwmg7eHNGFLH38G1of8OfGVwOc1sVbpM4jN/HK/rCMhYOi6xzoPqsv0537A==

"@dimensiondev/matrix-js-sdk-type@unstable":
version "0.0.0-0bf9b4d"
resolved "https://npm.pkg.github.com/download/@dimensiondev/matrix-js-sdk-type/0.0.0-0bf9b4d/a5105f6a2267e20e18e2889b552743619ecaeba967a3809e2442b610bb7cfcbd#9a4e74317146f38c35b4c024fe5d7154167797a7"
integrity sha512-EGoVE5Kled5E1HnbaLeuy/IVDqy9JTcCZSBJXAvz4nf1piDku56gDUbdLcFbt2ZhayW8mTOhd3cl+5Eg+E9RRg==
dependencies:
"@types/node" "^12.12.14"
"@types/request" "^2.48.4"

"@dimensiondev/stego-js@unstable":
version "0.0.0-d613b3f"
resolved "https://npm.pkg.github.com/download/@dimensiondev/stego-js/0.0.0-d613b3f/dbdea8d7cfbcd99fec2c43b04b991398289b9c485c4a5bedb6a0d15612ef556b#5d9a4bd6d01bbe7d7abc50b1923ccc8352503086"
Expand Down Expand Up @@ -13684,7 +13692,7 @@ log-update@^4.0.0:
slice-ansi "^4.0.0"
wrap-ansi "^6.2.0"

loglevel@^1.6.1, loglevel@^1.6.4, loglevel@^1.6.6, loglevel@^1.6.8:
loglevel@^1.6.1, loglevel@^1.6.4, loglevel@^1.6.8:
version "1.6.8"
resolved "https://registry.yarnpkg.com/loglevel/-/loglevel-1.6.8.tgz#8a25fb75d092230ecd4457270d80b54e28011171"
integrity sha512-bsU7+gc9AJ2SqpzxwU3+1fedl8zAntbtC5XYlt3s2j1hJcn2PsXSmgN8TaLG/J1/2mod4+cE/3vNL70/c1RNCA==
Expand Down Expand Up @@ -13888,14 +13896,6 @@ material-colors@^1.2.1:
resolved "https://registry.yarnpkg.com/material-colors/-/material-colors-1.2.6.tgz#6d1958871126992ceecc72f4bcc4d8f010865f46"
integrity sha512-6qE4B9deFBIa9YSpOc9O0Sgc43zTeVYbgDT5veRKSlB2+ZuHNoVVxA1L/ckMUayV9Ay9y7Z/SZCLcGteW9i7bg==

"matrix-js-sdk-type@https://github.com/Jack-Works/matrix-js-sdk-type":
version "1.0.0"
resolved "https://github.com/Jack-Works/matrix-js-sdk-type#a2fc32f2de5c1294ef7b33ff2d8f127546464ce4"
dependencies:
"@types/node" "^12.12.14"
"@types/request" "^2.48.4"
loglevel "^1.6.6"

matrix-js-sdk@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-7.0.0.tgz#da2b24e57574379c3d8f7065eb68ea6c479d9806"
Expand Down

0 comments on commit e9354ab

Please sign in to comment.