@fluixi/utils 1.0.0-alpha.54 → 1.0.0-alpha.56

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 -7
  2. package/package.json +3 -4
package/README.md CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  [![License: MIT](https://img.shields.io/badge/License-MIT-22c55e.svg)](./LICENSE)
10
10
  ![TypeScript](https://img.shields.io/badge/TypeScript-strict-3178c6?logo=typescript&logoColor=white)
11
- ![Registry](https://img.shields.io/badge/registry-GitHub%20Packages-181717?logo=github)
11
+ [![npm](https://img.shields.io/npm/v/@fluixi/utils?logo=npm)](https://www.npmjs.com/package/@fluixi/utils)
12
12
  ![Dependencies](https://img.shields.io/badge/dependencies-0-brightgreen)
13
13
 
14
14
  ---
@@ -32,12 +32,6 @@
32
32
 
33
33
  ## 📦 Installation
34
34
 
35
- ```ini
36
- # .npmrc
37
- @fluixi:registry=https://npm.pkg.github.com
38
- //npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}
39
- ```
40
-
41
35
  ```sh
42
36
  pnpm add @fluixi/utils
43
37
  ```
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@fluixi/utils",
3
- "version": "1.0.0-alpha.54",
3
+ "version": "1.0.0-alpha.56",
4
+ "description": "Zero-dependency, strongly-typed utilities for everyday TypeScript.",
4
5
  "license": "MIT",
5
6
  "repository": {
6
7
  "type": "git",
@@ -133,9 +134,7 @@
133
134
  "default": "./dist/lib/color/index.js"
134
135
  }
135
136
  },
136
- "dependencies": {
137
- "tslib": "^2.3.0"
138
- },
137
+ "dependencies": {},
139
138
  "devDependencies": {
140
139
  "inquirer": "^13.1.0",
141
140
  "@bambiste/mix-builder": "*"