ranui 0.1.10-alpha.10 → 0.1.10-alpha.11

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/package.json +15 -15
  2. package/readme.md +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ranui",
3
- "version": "0.1.10-alpha.10",
3
+ "version": "0.1.10-alpha.11",
4
4
  "description": "UI Component library based on `Web Component`",
5
5
  "main": "dist/umd/index.umd.cjs",
6
6
  "module": "dist/index.js",
@@ -20,17 +20,6 @@
20
20
  "engines": {
21
21
  "node": "^16.20.2 || >=18.0.0"
22
22
  },
23
- "scripts": {
24
- "dev": "vite --host",
25
- "build": "sh ./bin/build.sh",
26
- "build:es": "vite build -c ./build/config.es.ts",
27
- "build:umd": "vite build -c ./build/config.umd.ts",
28
- "prepublish": "npm run build",
29
- "test": "sh ./bin/test.sh",
30
- "test:report": "playwright show-report",
31
- "test:ui": "playwright test --ui",
32
- "test:update": "playwright test --update-snapshots"
33
- },
34
23
  "files": [
35
24
  "dist",
36
25
  "typings.d.ts"
@@ -195,7 +184,18 @@
195
184
  "exceljs": "^4.4.0",
196
185
  "jszip": "^3.10.1",
197
186
  "lodash": "^4.17.21",
198
- "ranuts": "workspace:^",
199
- "tinycolor2": "^1.6.0"
187
+ "tinycolor2": "^1.6.0",
188
+ "ranuts": "^0.1.0-alpha.15"
189
+ },
190
+ "scripts": {
191
+ "dev": "vite --host",
192
+ "build": "sh ./bin/build.sh",
193
+ "build:es": "vite build -c ./build/config.es.ts",
194
+ "build:umd": "vite build -c ./build/config.umd.ts",
195
+ "prepublish": "npm run build",
196
+ "test": "sh ./bin/test.sh",
197
+ "test:report": "playwright show-report",
198
+ "test:ui": "playwright test --ui",
199
+ "test:update": "playwright test --update-snapshots"
200
200
  }
201
- }
201
+ }
package/readme.md CHANGED
@@ -27,7 +27,7 @@ UI Component library based on `Web Component`
27
27
  Using npm:
28
28
 
29
29
  ```console
30
- npm install ranui --save
30
+ npm install ranui@latest --save
31
31
  ```
32
32
 
33
33
  ## Document and Example