@plutonhq/core-frontend 0.0.3 → 0.0.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.
Files changed (1) hide show
  1. package/package.json +5 -10
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@plutonhq/core-frontend",
3
3
  "description": "Pluton Core Frontend Library",
4
- "version": "0.0.3",
4
+ "version": "0.0.4",
5
5
  "author": "Plutonhq",
6
6
  "license": "Apache-2.0",
7
7
  "publishConfig": {
@@ -82,12 +82,8 @@
82
82
  "types": "./dist-lib/routes/*/*.d.ts",
83
83
  "import": "./dist-lib/routes/*/*.js"
84
84
  },
85
- "./routes/*/*": {
86
- "import": "./dist-lib/routes/*/*"
87
- },
88
- "./components/*/*": {
89
- "import": "./dist-lib/components/*/*"
90
- },
85
+ "./routes/*/*": "./dist-lib/routes/*/*",
86
+ "./components/*/*": "./dist-lib/components/*/*",
91
87
  "./services": {
92
88
  "types": "./dist-lib/services/index.d.ts",
93
89
  "import": "./dist-lib/services.js"
@@ -115,13 +111,12 @@
115
111
  "types": "./dist-lib/config/*.d.ts",
116
112
  "import": "./dist-lib/config/*.js"
117
113
  },
118
- "./styles/*": {
119
- "import": "./dist-lib/styles/*"
120
- },
114
+ "./styles/*": "./dist-lib/styles/*",
121
115
  "./router": {
122
116
  "types": "./dist-lib/router.d.ts",
123
117
  "import": "./dist-lib/router.js"
124
118
  },
119
+ "./*": "./dist-lib/*",
125
120
  "./package.json": "./package.json"
126
121
  },
127
122
  "main": "./dist-lib/index.js",