Skip to content

Commit

Permalink
[patch] update observavir
Browse files Browse the repository at this point in the history
  • Loading branch information
electrovir committed Apr 4, 2024
1 parent de804f9 commit a216613
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 29 deletions.
30 changes: 15 additions & 15 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@electrovir/element-vir-mono-repo",
"version": "22.0.4",
"version": "22.0.5",
"private": true,
"license": "(MIT or CC0 1.0)",
"author": {
Expand All @@ -16,7 +16,7 @@
"docs": "mono-vir for-each-async npm run --if-present docs",
"format": "virmator format",
"publish": "virmator publish \"npm run compile && npm run --workspace @electrovir/scripts update:deps && npm i && npm run test:all\"",
"test": "mono-vir for-each-async npm test",
"test": "mono-vir for-each npm test",
"test:all": "npm run compile && concurrently -c auto -m 90% --kill-others-on-fail --colors --names tests,spelling,format,docs,build \"npm run test:coverage\" \"npm run test:spelling\" \"npm run test:format\" \"npm run test:docs\" \"npm run build:pages\"",
"test:coverage": "npm run test coverage",
"test:deps": "virmator deps check",
Expand Down
2 changes: 1 addition & 1 deletion packages/element-book-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@electrovir/element-book-example",
"version": "22.0.4",
"version": "22.0.5",
"private": true,
"license": "(MIT or CC0 1.0)",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/element-book/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "element-book",
"version": "22.0.4",
"version": "22.0.5",
"keywords": [
"book",
"design system",
Expand Down Expand Up @@ -48,7 +48,7 @@
"lit-css-vars": "^3.0.9",
"spa-router-vir": "^3.0.4",
"typed-event-target": "^3.2.1",
"vira": "22.0.4"
"vira": "22.0.5"
},
"devDependencies": {
"@augment-vir/browser-testing": "^26.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/element-vir-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@electrovir/element-vir-example",
"version": "22.0.4",
"version": "22.0.5",
"private": true,
"license": "(MIT or CC0 1.0)",
"author": {
Expand Down
4 changes: 2 additions & 2 deletions packages/element-vir/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "element-vir",
"version": "22.0.4",
"version": "22.0.5",
"keywords": [
"custom",
"web",
Expand Down Expand Up @@ -44,7 +44,7 @@
"lit-css-vars": "^3.0.9",
"lit-html": "^3.1.2",
"object-shape-tester": "^2.3.2",
"observavir": "^1.1.2",
"observavir": "^1.2.0",
"run-time-assertions": "^1.2.0",
"typed-event-target": "^3.2.1"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -662,13 +662,13 @@ describe(asyncProp.name, () => {
tagName: 'vir-async-prop-with-update',
stateInitStatic: {
asyncValues: asyncProp({
async updateCallback({
updateCallback({
shouldBypass,
value,
}: {
value: string;
shouldBypass: boolean;
}): Promise<ReadonlyArray<string> | typeof noUpdate> {
}): ReadonlyArray<string> | typeof noUpdate {
if (shouldBypass) {
return noUpdate;
}
Expand Down
2 changes: 1 addition & 1 deletion packages/scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@electrovir/scripts",
"version": "22.0.4",
"version": "22.0.5",
"private": true,
"license": "(MIT or CC0 1.0)",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/theme-vir/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "theme-vir",
"version": "22.0.4",
"version": "22.0.5",
"private": true,
"description": "Create an entire web theme.",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/vira-book/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@electrovir/vira-book",
"version": "22.0.4",
"version": "22.0.5",
"private": true,
"license": "(MIT or CC0 1.0)",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vira/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vira",
"version": "22.0.4",
"version": "22.0.5",
"description": "A simple and highly versatile design system using element-vir.",
"keywords": [
"design",
Expand Down

0 comments on commit a216613

Please sign in to comment.