Skip to content

Commit 1b50e4c

Browse files
0.0.2
1 parent 1adcf58 commit 1b50e4c

34 files changed

+66
-62
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/Access.Uint8ArrayFromObject.html

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

Documentation/Function/Access.access.html

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

Documentation/Function/Decrypt.decrypt.html

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

Documentation/Function/Encrypt.encrypt.html

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

Documentation/Function/Get.get.html

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

Documentation/Function/Put.put.html

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

Documentation/Function/Redirect.redirect.html

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

Documentation/Function/Response.response-1.html

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

Documentation/Function/Uint8ArrayFromObject.uint8ArrayFromObject.html

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

Documentation/Interface/Access.Type.html

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

Documentation/Interface/Decrypt.Type.html

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

Documentation/Interface/Encrypt.Type.html

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

Documentation/Interface/Get.Type.html

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

Documentation/Interface/Put.Type.html

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

Documentation/Interface/Redirect.Type.html

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

Documentation/Interface/Response.Type.html

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

Documentation/Interface/Uint8ArrayFromObject.Type-1.html

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

Documentation/Interface/Uint8ArrayFromObject.Type.html

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

Documentation/Interface/Uint8ArrayObject.Type.html

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

Documentation/Module/Access.html

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

Documentation/Module/Decrypt.html

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

Documentation/Module/Encrypt.html

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

Documentation/Module/Get.html

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

Documentation/Module/Put.html

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

Documentation/Module/Redirect.html

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

Documentation/Module/Response.html

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

Documentation/Module/Uint8ArrayFromObject.html

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

Documentation/Module/Uint8ArrayObject.html

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

Documentation/Variable/Redirect.Response.html

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

Documentation/Variable/Response.Response.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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@codeeditorland/common",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"private": false,
5-
"description": "🌄 Common scripts for Land.",
5+
"description": "Common scripts for Land. 🗃️",
66
"homepage": "https://common.land.playform.cloud",
77
"bugs": {
88
"url": "https://github.com/CodeEditorLand/NPMCommon/issues"
@@ -23,7 +23,7 @@
2323
},
2424
"devDependencies": {
2525
"@cloudflare/workers-types": "4.20240208.0",
26-
"typescript-esbuild": "0.3.8"
26+
"typescript-esbuild": "0.3.9"
2727
},
2828
"publishConfig": {
2929
"access": "public"

0 commit comments

Comments
 (0)