@framework-m/desk 0.4.3 → 0.4.4
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 +0 -19
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -5,31 +5,12 @@ Refine providers and UI components for Framework M applications.
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
|
-
# From GitLab npm registry
|
|
9
8
|
npm install @framework-m/desk
|
|
10
9
|
|
|
11
10
|
# With pnpm
|
|
12
11
|
pnpm add @framework-m/desk
|
|
13
12
|
```
|
|
14
13
|
|
|
15
|
-
## Configuration
|
|
16
|
-
|
|
17
|
-
Create a `.npmrc` file in your project root:
|
|
18
|
-
|
|
19
|
-
```ini
|
|
20
|
-
@framework-m:registry=https://gitlab.com/api/v4/projects/77166353/packages/npm/
|
|
21
|
-
```
|
|
22
|
-
|
|
23
|
-
For authentication:
|
|
24
|
-
|
|
25
|
-
```bash
|
|
26
|
-
# Local development (create personal access token with read_package_registry scope)
|
|
27
|
-
npm config set -- '//gitlab.com/api/v4/projects/YOUR_PROJECT_ID/packages/npm/:_authToken' "YOUR_TOKEN"
|
|
28
|
-
|
|
29
|
-
# GitLab CI (automatic via CI_JOB_TOKEN)
|
|
30
|
-
# No additional configuration needed
|
|
31
|
-
```
|
|
32
|
-
|
|
33
14
|
## Usage
|
|
34
15
|
|
|
35
16
|
### Basic Setup
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@framework-m/desk",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.4",
|
|
4
4
|
"description": "Business components, hooks, views, and providers for Framework M applications",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"vite": "^6.4.1",
|
|
74
74
|
"vite-plugin-dts": "^4.5.1",
|
|
75
75
|
"vitest": "^4.1.0",
|
|
76
|
-
"@framework-m/ui": "0.2.
|
|
76
|
+
"@framework-m/ui": "0.2.3"
|
|
77
77
|
},
|
|
78
78
|
"publishConfig": {
|
|
79
79
|
"access": "public"
|