@strato-admin/admin 0.1.0 → 0.3.0

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 (1) hide show
  1. package/package.json +6 -5
package/package.json CHANGED
@@ -1,13 +1,14 @@
1
1
  {
2
2
  "name": "@strato-admin/admin",
3
- "version": "0.1.0",
3
+ "version": "0.3.0",
4
4
  "description": "Strato Admin - Modern Admin Framework based on Cloudscape and React Admin",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
8
8
  ".": {
9
9
  "types": "./dist/index.d.ts",
10
- "default": "dist/index.js"
10
+ "development": "./src/index.ts",
11
+ "default": "./dist/index.js"
11
12
  }
12
13
  },
13
14
  "files": [
@@ -31,13 +32,13 @@
31
32
  "license": "MIT",
32
33
  "repository": {
33
34
  "type": "git",
34
- "url": "https://github.com/vgrits/strato-admin.git",
35
+ "url": "https://github.com/vadimgu/strato-admin.git",
35
36
  "directory": "packages/strato-admin"
36
37
  },
37
38
  "dependencies": {
38
39
  "@cloudscape-design/components": "^3.0.1217",
39
- "@strato-admin/core": "0.1.0",
40
- "@strato-admin/cloudscape": "0.1.0"
40
+ "@strato-admin/core": "0.3.0",
41
+ "@strato-admin/cloudscape": "0.3.0"
41
42
  },
42
43
  "scripts": {
43
44
  "build": "tsc -p tsconfig.build.json"