Skip to content

Commit

Permalink
restore module
Browse files Browse the repository at this point in the history
  • Loading branch information
jdanyow committed Dec 5, 2024
1 parent 3a6eb4c commit a812db7
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/cosmos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@cfworker/cosmos",
"version": "4.0.0",
"description": "Azure Cosmos DB client for Cloudflare Workers and service workers",
"type": "module",
"keywords": [
"azure",
"cosmos",
Expand Down
1 change: 1 addition & 0 deletions packages/csv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@cfworker/csv",
"version": "4.0.0",
"description": "Streaming CSV encoding for Cloudflare Workers and service workers",
"type": "module",
"sideEffects": false,
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
1 change: 1 addition & 0 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@cfworker/examples",
"version": "4.0.0",
"description": "cfworker examples",
"type": "module",
"repository": "https://github.com/cfworker/cfworker",
"author": "Jeremy Danyow <jdanyow@gmail.com>",
"homepage": "https://github.com/cfworker/cfworker/tree/master/packages/examples/README.md",
Expand Down
1 change: 1 addition & 0 deletions packages/json-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@cfworker/json-schema",
"version": "4.0.0",
"description": "A JSON schema validator that will run on Cloudflare workers. Supports drafts 4, 7, 2019-09, and 2020-12.",
"type": "module",
"keywords": [
"json-schema",
"jsonschema",
Expand Down
1 change: 1 addition & 0 deletions packages/jwt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@cfworker/jwt",
"version": "7.0.0",
"description": "Tiny lib for decoding JWTs and verifying signatures, using native crypto APIs",
"type": "module",
"keywords": [
"jwt",
"crypto",
Expand Down
1 change: 1 addition & 0 deletions packages/sentry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@cfworker/sentry",
"version": "5.0.0",
"description": "Minimalist Sentry client for Cloudflare workers and service workers",
"type": "module",
"keywords": [
"sentry",
"logging",
Expand Down
1 change: 1 addition & 0 deletions packages/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@cfworker/site",
"version": "3.0.0",
"description": "The cfworker.dev website",
"type": "module",
"main": "dist/index.js",
"repository": "https://github.com/cfworker/cfworker",
"author": "Jeremy Danyow <jdanyow@gmail.com>",
Expand Down
1 change: 1 addition & 0 deletions packages/uuid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@cfworker/uuid",
"version": "4.0.0",
"description": "Serialize/deserialize V4 UUIDs from a Uint8Array",
"type": "module",
"keywords": [
"uuid",
"guid",
Expand Down
1 change: 1 addition & 0 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@cfworker/web",
"version": "5.0.0",
"description": "Web framework for Cloudflare Workers and service workers, inspired by Koa and fastify",
"type": "module",
"keywords": [
"middleware",
"cloudflare",
Expand Down

0 comments on commit a812db7

Please sign in to comment.