@adaas/a-utils 0.3.2 → 0.3.3

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 +4 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adaas/a-utils",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "A-Utils is a set of utilities that are used across the ADAAS ecosystem. This package is designed to be a collection of utilities that are used across the ADAAS ecosystem.",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -145,20 +145,12 @@
145
145
  }
146
146
  },
147
147
  "./a-polyfill": {
148
+ "types": "./dist/node/lib/A-Polyfill/index.node.d.ts",
148
149
  "browser": {
149
- "types": "./dist/browser/a-polyfill.d.ts",
150
150
  "import": "./dist/browser/a-polyfill.mjs"
151
151
  },
152
- "node": {
153
- "types": "./dist/node/lib/A-Polyfill/index.node.d.ts",
154
- "import": "./dist/node/lib/A-Polyfill/index.node.mjs",
155
- "require": "./dist/node/lib/A-Polyfill/index.node.js"
156
- },
157
- "default": {
158
- "types": "./dist/node/lib/A-Polyfill/index.node.d.ts",
159
- "import": "./dist/node/lib/A-Polyfill/index.node.mjs",
160
- "require": "./dist/node/lib/A-Polyfill/index.node.js"
161
- }
152
+ "import": "./dist/node/lib/A-Polyfill/index.node.mjs",
153
+ "require": "./dist/node/lib/A-Polyfill/index.node.js"
162
154
  },
163
155
  "./a-route": {
164
156
  "browser": {