localflare-core 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
# localflare-core
|
|
2
2
|
|
|
3
|
-
Core Miniflare wrapper and configuration parser for [
|
|
3
|
+
Core Miniflare wrapper and configuration parser for [Localflare](https://www.npmjs.com/package/localflare).
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/localflare-core)
|
|
6
6
|
[](https://opensource.org/licenses/MIT)
|
|
7
7
|
|
|
8
8
|
## Overview
|
|
9
9
|
|
|
10
|
-
This package provides the core functionality for
|
|
10
|
+
This package provides the core functionality for Localflare:
|
|
11
11
|
|
|
12
12
|
- **Miniflare Integration** - Wraps Miniflare to provide a consistent API for running Cloudflare Workers locally
|
|
13
13
|
- **Config Parser** - Reads and parses `wrangler.toml` configuration files
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "localflare-core",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "Core Miniflare wrapper for
|
|
3
|
+
"version": "0.1.2",
|
|
4
|
+
"description": "Core Miniflare wrapper for Localflare",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"types": "./dist/index.d.ts",
|