Skip to content

Commit

Permalink
Fix warmup ver
Browse files Browse the repository at this point in the history
Signed-off-by: Marcos Candeia <[email protected]>
  • Loading branch information
mcandeia committed May 8, 2023
1 parent 0f975cf commit 9c81b54
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 40 deletions.
4 changes: 2 additions & 2 deletions import_map.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"imports": {
"deco-sites/fashion/": "./",
"deco-sites/std/": "https://denopkg.com/deco-sites/[email protected].1/",
"$live/": "https://denopkg.com/deco-cx/live@1.0.17/",
"deco-sites/std/": "https://denopkg.com/deco-sites/[email protected].2/",
"$live/": "https://denopkg.com/deco-cx/live@ac02732edcaa974bd22b5760325b18f7f4ef24ca/",
"$fresh/": "https://deno.land/x/[email protected]/",
"preact": "https://esm.sh/[email protected]",
"preact/": "https://esm.sh/[email protected]/",
Expand Down
8 changes: 4 additions & 4 deletions live.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ import * as i2$$$$2 from "$live/sections/UseSlot.tsx";
import * as i2$$$$$$$$0 from "$live/matchers/MatchAlways.ts";
import * as i2$$$$$$$$1 from "$live/matchers/MatchDate.ts";
import * as i2$$$$$$$$2 from "$live/matchers/MatchEnvironment.ts";
import * as i2$$$$$$$$3 from "$live/matchers/MatchMulti.ts";
import * as i2$$$$$$$$4 from "$live/matchers/MatchOrigin.ts";
import * as i2$$$$$$$$3 from "$live/matchers/MatchHost.ts";
import * as i2$$$$$$$$4 from "$live/matchers/MatchMulti.ts";
import * as i2$$$$$$$$5 from "$live/matchers/MatchRandom.ts";
import * as i2$$$$$$$$6 from "$live/matchers/MatchSite.ts";
import * as i2$$$$$$$$7 from "$live/matchers/MatchUserAgent.ts";
Expand Down Expand Up @@ -195,8 +195,8 @@ const manifest = {
"$live/matchers/MatchAlways.ts": i2$$$$$$$$0,
"$live/matchers/MatchDate.ts": i2$$$$$$$$1,
"$live/matchers/MatchEnvironment.ts": i2$$$$$$$$2,
"$live/matchers/MatchMulti.ts": i2$$$$$$$$3,
"$live/matchers/MatchOrigin.ts": i2$$$$$$$$4,
"$live/matchers/MatchHost.ts": i2$$$$$$$$3,
"$live/matchers/MatchMulti.ts": i2$$$$$$$$4,
"$live/matchers/MatchRandom.ts": i2$$$$$$$$5,
"$live/matchers/MatchSite.ts": i2$$$$$$$$6,
"$live/matchers/MatchUserAgent.ts": i2$$$$$$$$7,
Expand Down
68 changes: 34 additions & 34 deletions schemas.gen.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@
"$live/matchers/MatchAlways.ts",
"$live/matchers/MatchDate.ts",
"$live/matchers/MatchEnvironment.ts",
"$live/matchers/MatchHost.ts",
"$live/matchers/MatchMulti.ts",
"$live/matchers/MatchOrigin.ts",
"$live/matchers/MatchRandom.ts",
"$live/matchers/MatchSite.ts",
"$live/matchers/MatchUserAgent.ts",
Expand Down Expand Up @@ -8349,6 +8349,27 @@
],
"title": "deco-cx/live/matchers/MatchEnvironment.ts@Props"
},
"ZGVjby1jeC9saXZlL21hdGNoZXJzL01hdGNoSG9zdC50cw==@Props": {
"type": "object",
"properties": {
"includes": {
"type": [
"string",
"null"
],
"title": "Includes"
},
"match": {
"type": [
"string",
"null"
],
"title": "Match"
}
},
"required": [],
"title": "deco-cx/live/matchers/MatchHost.ts@Props"
},
"ZGVjby1jeC9saXZlL2Jsb2Nrcy9tYXRjaGVyLnRz@Matcher": {
"$ref": "#/root/matchers",
"title": "Matcher"
Expand Down Expand Up @@ -8388,27 +8409,6 @@
],
"title": "deco-cx/live/matchers/MatchMulti.ts@Props"
},
"ZGVjby1jeC9saXZlL21hdGNoZXJzL01hdGNoT3JpZ2luLnRz@Props": {
"type": "object",
"properties": {
"includes": {
"type": [
"string",
"null"
],
"title": "Includes"
},
"match": {
"type": [
"string",
"null"
],
"title": "Match"
}
},
"required": [],
"title": "deco-cx/live/matchers/MatchOrigin.ts@Props"
},
"ZGVjby1jeC9saXZlL21hdGNoZXJzL01hdGNoUmFuZG9tLnRz@Props": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -10678,12 +10678,12 @@
}
}
},
"JGxpdmUvbWF0Y2hlcnMvTWF0Y2hNdWx0aS50cw==": {
"title": "$live/matchers/MatchMulti.ts",
"JGxpdmUvbWF0Y2hlcnMvTWF0Y2hIb3N0LnRz": {
"title": "$live/matchers/MatchHost.ts",
"type": "object",
"allOf": [
{
"$ref": "#/definitions/ZGVjby1jeC9saXZlL21hdGNoZXJzL01hdGNoTXVsdGkudHM=@Props"
"$ref": "#/definitions/ZGVjby1jeC9saXZlL21hdGNoZXJzL01hdGNoSG9zdC50cw==@Props"
}
],
"required": [
Expand All @@ -10693,18 +10693,18 @@
"__resolveType": {
"type": "string",
"enum": [
"$live/matchers/MatchMulti.ts"
"$live/matchers/MatchHost.ts"
],
"default": "$live/matchers/MatchMulti.ts"
"default": "$live/matchers/MatchHost.ts"
}
}
},
"JGxpdmUvbWF0Y2hlcnMvTWF0Y2hPcmlnaW4udHM=": {
"title": "$live/matchers/MatchOrigin.ts",
"JGxpdmUvbWF0Y2hlcnMvTWF0Y2hNdWx0aS50cw==": {
"title": "$live/matchers/MatchMulti.ts",
"type": "object",
"allOf": [
{
"$ref": "#/definitions/ZGVjby1jeC9saXZlL21hdGNoZXJzL01hdGNoT3JpZ2luLnRz@Props"
"$ref": "#/definitions/ZGVjby1jeC9saXZlL21hdGNoZXJzL01hdGNoTXVsdGkudHM=@Props"
}
],
"required": [
Expand All @@ -10714,9 +10714,9 @@
"__resolveType": {
"type": "string",
"enum": [
"$live/matchers/MatchOrigin.ts"
"$live/matchers/MatchMulti.ts"
],
"default": "$live/matchers/MatchOrigin.ts"
"default": "$live/matchers/MatchMulti.ts"
}
}
},
Expand Down Expand Up @@ -11486,10 +11486,10 @@
"$ref": "#/definitions/JGxpdmUvbWF0Y2hlcnMvTWF0Y2hFbnZpcm9ubWVudC50cw=="
},
{
"$ref": "#/definitions/JGxpdmUvbWF0Y2hlcnMvTWF0Y2hNdWx0aS50cw=="
"$ref": "#/definitions/JGxpdmUvbWF0Y2hlcnMvTWF0Y2hIb3N0LnRz"
},
{
"$ref": "#/definitions/JGxpdmUvbWF0Y2hlcnMvTWF0Y2hPcmlnaW4udHM="
"$ref": "#/definitions/JGxpdmUvbWF0Y2hlcnMvTWF0Y2hNdWx0aS50cw=="
},
{
"$ref": "#/definitions/JGxpdmUvbWF0Y2hlcnMvTWF0Y2hSYW5kb20udHM="
Expand Down

0 comments on commit 9c81b54

Please sign in to comment.