Skip to content

Commit

Permalink
New version 0.0.28 Read more https://github.com/mappable-world/mappab…
Browse files Browse the repository at this point in the history
  • Loading branch information
xdan committed Dec 18, 2023
1 parent 03f313d commit 4b911c4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mappable-world/mappable-cli",
"version": "0.0.27",
"version": "0.0.28",
"description": "Library for encapsulating the logic of autotests and building packages mappable.world js API",
"main": "dist/index.js",
"dependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,6 @@ exports[`MMap smoke test should make map 1`] = `
},
"children": [
"Some text",
{
"attributes": {
"class": "user-class",
},
"nodeName": "div",
},
],
"nodeName": "button",
},
Expand Down Expand Up @@ -125,7 +119,7 @@ exports[`MMap smoke test should make map 1`] = `
},
{
"attributes": {
"class": "mappable--map-copyrights__logo mappable--icon-logo-en-black",
"class": "mappable--icon-logo-en-black mappable--map-copyrights__logo",
"style": "width: 80px; height: 20px;",
},
"nodeName": "span",
Expand Down
2 changes: 1 addition & 1 deletion tests/__snapshots__/smoke.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ exports[`MMap smoke test should make map 1`] = `
},
{
"attributes": {
"class": "mappable--map-copyrights__logo mappable--icon-logo-en-black",
"class": "mappable--icon-logo-en-black mappable--map-copyrights__logo",
"style": "width: 80px; height: 20px;",
},
"nodeName": "span",
Expand Down

0 comments on commit 4b911c4

Please sign in to comment.