Skip to content

Commit f6daed4

Browse files
0.0.2
1 parent b1dbfe4 commit f6daed4

File tree

10 files changed

+23
-19
lines changed

10 files changed

+23
-19
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.0.2
2+
3+
- Cleanup
4+
15
## 0.0.1
26

37
- Initial version

Documentation/Function/Worker.Redirect.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

Documentation/Function/Worker.Response.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

Documentation/Interface/Worker.Type-1.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

Documentation/Interface/Worker.Type.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

Documentation/Module/Worker.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

Documentation/Variable/Worker.worker.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

Documentation/assets/main.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Documentation/index.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@codeeditorland/ingress",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"private": false,
5-
"description": "💾 Ingress Worker for Land.",
5+
"description": "Ingress Worker for Land. 💾",
66
"homepage": "https://ingress.land.playform.cloud",
77
"bugs": {
88
"url": "https://github.com/CodeEditorLand/NPMIngress/issues"
@@ -24,7 +24,7 @@
2424
"prepublishOnly": "TypeScriptESBuild 'Source/**/*.ts' -es Configuration/ESBuild.ts"
2525
},
2626
"dependencies": {
27-
"@codeeditorland/common": "0.0.1",
27+
"@codeeditorland/common": "0.0.2",
2828
"itty-router": "4.0.27"
2929
},
3030
"devDependencies": {
@@ -35,7 +35,7 @@
3535
"@typescript-eslint/parser": "6.21.0",
3636
"eslint": "8.56.0",
3737
"miniflare": "3.20240129.1",
38-
"typescript-esbuild": "0.3.8",
38+
"typescript-esbuild": "0.3.9",
3939
"wrangler": "3.28.1"
4040
},
4141
"publishConfig": {

0 commit comments

Comments
 (0)