@evjs/manifest 0.0.6 → 0.0.8

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 +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @evjs/manifest
2
2
 
3
- Shared manifest schema types for the **ev** framework build system.
3
+ Shared manifest schema types for the **evjs** fullstack framework.
4
4
 
5
5
  ## Installation
6
6
 
@@ -10,7 +10,7 @@ npm install @evjs/manifest
10
10
 
11
11
  ## Purpose
12
12
 
13
- Defines the structure of the unified manifest file emitted by `@evjs/webpack-plugin` and consumed by `@evjs/client` and `@evjs/server`. A single `dist/manifest.json` contains both server and client build metadata:
13
+ Defines the structure of the unified manifest file emitted by `@evjs/bundler-webpack` and consumed by `@evjs/client` and `@evjs/server`. A single `dist/manifest.json` contains both server and client build metadata:
14
14
 
15
15
  ## Manifest (v1)
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evjs/manifest",
3
- "version": "0.0.6",
3
+ "version": "0.0.8",
4
4
  "description": "Shared manifest types for the ev framework",
5
5
  "type": "module",
6
6
  "publishConfig": {