Skip to content

Commit

Permalink
Automatic update to new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
thaibault committed Jul 11, 2024
1 parent d9cbf74 commit 27e1696
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 13 deletions.
12 changes: 5 additions & 7 deletions Web.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ import {
TemplateFunction,
timeout,
unique,
UTILITY_SCOPE
UTILITY_SCOPE,
UTILITY_SCOPE_NAMES,
UTILITY_SCOPE_VALUES
} from 'clientnode'
import {
any,
Expand Down Expand Up @@ -1673,9 +1675,7 @@ export class Web<
let error:null|string = null
let templateFunction:TemplateFunction

const utilityScopeName =
Object.keys(UTILITY_SCOPE) as
Array<keyof typeof UTILITY_SCOPE>
const utilityScopeName = UTILITY_SCOPE_NAMES

const scopeNames:Array<string> = [
'data',
Expand Down Expand Up @@ -1721,9 +1721,7 @@ export class Web<
parameters[0],
parameters[0],
parameters,
...utilityScopeName.map((name) =>
UTILITY_SCOPE[name]
)
...UTILITY_SCOPE_VALUES
)
} catch (error) {
console.warn(
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"@webcomponents/webcomponentsjs": "^2.8.0",
"clientnode": "^3.0.1161",
"clientnode": "^3.0.1162",
"documentation-website": "^1.0.328",
"eslint": "^9.6.0",
"eslint-config-google": "^0.14.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4980,9 +4980,9 @@ __metadata:
languageName: node
linkType: hard

"clientnode@npm:^3.0.1161":
version: 3.0.1161
resolution: "clientnode@npm:3.0.1161"
"clientnode@npm:^3.0.1162":
version: 3.0.1162
resolution: "clientnode@npm:3.0.1162"
peerDependencies:
"@babel/runtime": "*"
"@types/prop-types": "*"
Expand All @@ -5000,7 +5000,7 @@ __metadata:
optional: true
prop-types:
optional: true
checksum: 10c0/9600b858318f4cbe70d0c1a9e44364bcc45ff6df1ba382ae353c498e028109d14505ca0a2ad76d485b3f0d282b8b6159271d41ea61a9418d89cd6cfa251b6bc9
checksum: 10c0/af9f6b2c70631e142387aeac9727d28cb63bc1b98ed805529cafc0cd3d10d16d224b6f36b2881df1d62a60c7ae8ae9da59020b1bfe56cdb8b68476bbd066451c
languageName: node
linkType: hard

Expand Down Expand Up @@ -11074,7 +11074,7 @@ __metadata:
"@typescript-eslint/eslint-plugin": "npm:^7.16.0"
"@typescript-eslint/parser": "npm:^7.16.0"
"@webcomponents/webcomponentsjs": "npm:^2.8.0"
clientnode: "npm:^3.0.1161"
clientnode: "npm:^3.0.1162"
documentation-website: "npm:^1.0.328"
eslint: "npm:^9.6.0"
eslint-config-google: "npm:^0.14.0"
Expand Down

0 comments on commit 27e1696

Please sign in to comment.