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.
Files changed (2) hide show
  1. package/README.md +2 -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 [LocalFlare](https://www.npmjs.com/package/localflare).
3
+ Core Miniflare wrapper and configuration parser for [Localflare](https://www.npmjs.com/package/localflare).
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/localflare-core.svg)](https://www.npmjs.com/package/localflare-core)
6
6
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
7
7
 
8
8
  ## Overview
9
9
 
10
- This package provides the core functionality for LocalFlare:
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.1",
4
- "description": "Core Miniflare wrapper for LocalFlare",
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",