Skip to content

Commit

Permalink
Bump live ver to 1.0.15
Browse files Browse the repository at this point in the history
Signed-off-by: Marcos Candeia <[email protected]>
  • Loading branch information
mcandeia committed May 5, 2023
1 parent 3a0d317 commit ee685b8
Show file tree
Hide file tree
Showing 4 changed files with 102 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,7 @@ dist/
server/

# Deno.lock
deno.lock
deno.lock

# db files
.config.json
2 changes: 1 addition & 1 deletion import_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"imports": {
"deco-sites/fashion/": "./",
"deco-sites/std/": "https://denopkg.com/deco-sites/[email protected]/",
"$live/": "https://denopkg.com/deco-cx/[email protected].13/",
"$live/": "https://denopkg.com/deco-cx/[email protected].15/",
"$fresh/": "https://deno.land/x/[email protected]/",
"preact": "https://esm.sh/[email protected]",
"preact/": "https://esm.sh/[email protected]/",
Expand Down
4 changes: 4 additions & 0 deletions live.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ import * as $live_previews from "$live/routes/live/previews/[...block].tsx";
import * as $live_catchall from "$live/routes/[...catchall].tsx";
import * as i2$$$$$0 from "$live/handlers/devPage.ts";
import * as i2$$$$$1 from "$live/handlers/fresh.ts";
import * as i1$2 from "$live/handlers/proxy.ts";
import * as i2$$$$$2 from "$live/handlers/router.ts";
import * as i2$$$$$3 from "$live/handlers/routesSelection.ts";
import * as i2$$$$$$0 from "$live/pages/LivePage.tsx";
Expand All @@ -50,6 +51,7 @@ 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 i1$$$$4 from "$live/matchers/MatchOrigin.ts";
import * as i2$$$$$$$4 from "$live/matchers/MatchRandom.ts";
import * as i2$$$$$$$5 from "$live/matchers/MatchSite.ts";
import * as i2$$$$$$$6 from "$live/matchers/MatchUserAgent.ts";
Expand Down Expand Up @@ -150,6 +152,7 @@ const manifest = {
"handlers": {
"$live/handlers/devPage.ts": i2$$$$$0,
"$live/handlers/fresh.ts": i2$$$$$1,
"$live/handlers/proxy.ts": i1$2,
"$live/handlers/router.ts": i2$$$$$2,
"$live/handlers/routesSelection.ts": i2$$$$$3,
},
Expand All @@ -161,6 +164,7 @@ const manifest = {
"$live/matchers/MatchDate.ts": i2$$$$$$$1,
"$live/matchers/MatchEnvironment.ts": i2$$$$$$$2,
"$live/matchers/MatchMulti.ts": i2$$$$$$$3,
"$live/matchers/MatchOrigin.ts": i1$$$$4,
"$live/matchers/MatchRandom.ts": i2$$$$$$$4,
"$live/matchers/MatchSite.ts": i2$$$$$$$5,
"$live/matchers/MatchUserAgent.ts": i2$$$$$$$6,
Expand Down
93 changes: 93 additions & 0 deletions schemas.gen.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"./islands/WishlistButton.tsx",
"$live/handlers/devPage.ts",
"$live/handlers/fresh.ts",
"$live/handlers/proxy.ts",
"$live/handlers/router.ts",
"$live/handlers/routesSelection.ts",
"$live/pages/LivePage.tsx",
Expand Down Expand Up @@ -85,6 +86,7 @@
"$live/matchers/MatchDate.ts",
"$live/matchers/MatchEnvironment.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 @@ -2793,6 +2795,28 @@
],
"title": "deco-cx/live/handlers/fresh.ts@FreshConfig"
},
"ZGVjby1jeC9saXZlL2hhbmRsZXJzL3Byb3h5LnRz@Props": {
"type": "object",
"properties": {
"url": {
"type": "string",
"description": "the proxy url.",
"title": "Url"
},
"basePath": {
"type": [
"string",
"null"
],
"description": "the base path of the url.",
"title": "Base Path"
}
},
"required": [
"url"
],
"title": "deco-cx/live/handlers/proxy.ts@Props"
},
"ZGVjby1jeC9saXZlL2Jsb2Nrcy9oYW5kbGVyLnRz@Handler": {
"$ref": "#/root/handlers",
"title": "Handler"
Expand Down Expand Up @@ -4743,6 +4767,27 @@
],
"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 @@ -5601,6 +5646,27 @@
}
}
},
"JGxpdmUvaGFuZGxlcnMvcHJveHkudHM=": {
"title": "$live/handlers/proxy.ts",
"type": "object",
"allOf": [
{
"$ref": "#/definitions/ZGVjby1jeC9saXZlL2hhbmRsZXJzL3Byb3h5LnRz@Props"
}
],
"required": [
"__resolveType"
],
"properties": {
"__resolveType": {
"type": "string",
"enum": [
"$live/handlers/proxy.ts"
],
"default": "$live/handlers/proxy.ts"
}
}
},
"JGxpdmUvaGFuZGxlcnMvcm91dGVyLnRz": {
"title": "$live/handlers/router.ts",
"type": "object",
Expand Down Expand Up @@ -6305,6 +6371,27 @@
}
}
},
"JGxpdmUvbWF0Y2hlcnMvTWF0Y2hPcmlnaW4udHM=": {
"title": "$live/matchers/MatchOrigin.ts",
"type": "object",
"allOf": [
{
"$ref": "#/definitions/ZGVjby1jeC9saXZlL21hdGNoZXJzL01hdGNoT3JpZ2luLnRz@Props"
}
],
"required": [
"__resolveType"
],
"properties": {
"__resolveType": {
"type": "string",
"enum": [
"$live/matchers/MatchOrigin.ts"
],
"default": "$live/matchers/MatchOrigin.ts"
}
}
},
"JGxpdmUvbWF0Y2hlcnMvTWF0Y2hSYW5kb20udHM=": {
"title": "$live/matchers/MatchRandom.ts",
"type": "object",
Expand Down Expand Up @@ -6600,6 +6687,9 @@
{
"$ref": "#/definitions/JGxpdmUvaGFuZGxlcnMvZnJlc2gudHM="
},
{
"$ref": "#/definitions/JGxpdmUvaGFuZGxlcnMvcHJveHkudHM="
},
{
"$ref": "#/definitions/JGxpdmUvaGFuZGxlcnMvcm91dGVyLnRz"
},
Expand Down Expand Up @@ -6726,6 +6816,9 @@
{
"$ref": "#/definitions/JGxpdmUvbWF0Y2hlcnMvTWF0Y2hNdWx0aS50cw=="
},
{
"$ref": "#/definitions/JGxpdmUvbWF0Y2hlcnMvTWF0Y2hPcmlnaW4udHM="
},
{
"$ref": "#/definitions/JGxpdmUvbWF0Y2hlcnMvTWF0Y2hSYW5kb20udHM="
},
Expand Down

0 comments on commit ee685b8

Please sign in to comment.