@lumpcode/cli-types 0.0.1 → 0.0.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 +1 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -7,11 +7,9 @@ TypeScript types and small `defineX` identity helpers for authoring **Lumpcode**
7
7
  ## Install
8
8
 
9
9
  ```bash
10
- npm install --save-dev @lumpcode/cli-types@beta
10
+ npm install --save-dev @lumpcode/cli-types
11
11
  ```
12
12
 
13
- During pre-launch, packages are published under the `beta` dist-tag. Omit `@beta` once `latest` is promoted.
14
-
15
13
  ## Usage
16
14
 
17
15
  `config.js`:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumpcode/cli-types",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "Types and defineX helpers for Lumpcode CLI lump config and command modules",
5
5
  "license": "Apache-2.0",
6
6
  "author": "",
@@ -22,7 +22,7 @@
22
22
  "build": "rollup -c"
23
23
  },
24
24
  "dependencies": {
25
- "@lumpcode/core": "^0.0.1"
25
+ "@lumpcode/core": "^0.0.2"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@rollup/plugin-commonjs": "^28.0.1",