Merge d8ade2b731 into release/next-userspace

This commit is contained in:
janeway-bot 2021-07-07 08:09:34 +04:00 committed by GitHub
commit 9980a60f7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 14 additions and 15 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1c2ceb55731ef33b6155783f7f88f375e3d3ad5d793f1f27e4acf1b223c42f92
size 12413117
oid sha256:035d81e2d843a24155a9e35a41fb7ff16be4810a32b173955df209e367adef90
size 12527555

View File

@ -26,6 +26,6 @@
<div id="portal-root"></div>
<script src="/~landscape/js/channel.js"></script>
<script src="/~landscape/js/session.js"></script>
<script src="/~btc/js/bundle/index.b53f5e618705a4f11835.js"></script>
<script src="/~btc/js/bundle/index.02730169f3d73fd22950.js"></script>
</body>
</html>

View File

@ -5,8 +5,8 @@
/- glob, *resource
/+ default-agent, verb, dbug
|%
++ landscape-hash 0v1.0psg8.dk5ii.hse9j.daslg.h83mu
++ btc-wallet-hash 0v6.h33vk.c3n1c.4gpkn.cci4c.pnh4r
++ landscape-hash 0v4.obfai.util8.gamp7.dil69.e9amp
++ btc-wallet-hash 0v2.ifoe4.fbv35.aigir.66su4.fbspu
+$ state-0 [%0 hash=@uv glob=(unit (each glob:glob tid=@ta))]
+$ state-1 [%1 =globs:glob]
+$ all-states

View File

@ -24,6 +24,6 @@
<div id="portal-root"></div>
<script src="/~landscape/js/channel.js"></script>
<script src="/~landscape/js/session.js"></script>
<script src="/~landscape/js/bundle/index.e597ae59f371b5e0503d.js"></script>
<script src="/~landscape/js/bundle/index.d496eef873771f3fcbc6.js"></script>
</body>
</html>

View File

@ -5,4 +5,4 @@ dojo:
it should return with the following hash:
`0v6.h33vk.c3n1c.4gpkn.cci4c.pnh4r`
`0v2.ifoe4.fbv35.aigir.66su4.fbspu`

View File

@ -1,6 +1,6 @@
{
"name": "@urbit/api",
"version": "1.1.1",
"version": "1.2.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@urbit/api",
"version": "1.1.1",
"version": "1.2.0",
"description": "",
"repository": {
"type": "git",
@ -21,7 +21,7 @@
"dependencies": {
"@babel/runtime": "^7.12.5",
"@types/lodash": "^4.14.168",
"@urbit/eslint-config": "^1.0.0",
"@urbit/eslint-config": "^1.0.1",
"big-integer": "^1.6.48",
"immer": "^9.0.1",
"lodash": "^4.17.20",

View File

@ -1,6 +1,6 @@
{
"name": "@urbit/eslint-config",
"version": "1.0.0",
"version": "1.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@urbit/eslint-config",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"repository": {
"type": "git",

View File

@ -1,6 +1,6 @@
{
"name": "@urbit/http-api",
"version": "1.2.2",
"version": "1.2.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@urbit/http-api",
"version": "1.2.2",
"version": "1.2.3",
"license": "MIT",
"description": "Library to interact with an Urbit ship over HTTP",
"repository": {
@ -21,7 +21,6 @@
"watch": "tsc -p tsconfig.json --watch",
"clean": "rm -rf dist/*"
},
"peerDependencies": {},
"prettier": {
"printWidth": 80,
"semi": true,