@adaas/a-utils 0.3.2 → 0.3.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/package.json +6 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adaas/a-utils",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.4",
|
|
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
|
-
"
|
|
153
|
-
|
|
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": {
|
|
@@ -297,8 +289,8 @@
|
|
|
297
289
|
"build": "tsup --config tsup.config.ts"
|
|
298
290
|
},
|
|
299
291
|
"dependencies": {
|
|
300
|
-
"@adaas/a-concept": "^0.3.
|
|
301
|
-
"@adaas/a-frame": "^0.0.
|
|
292
|
+
"@adaas/a-concept": "^0.3.2",
|
|
293
|
+
"@adaas/a-frame": "^0.0.11"
|
|
302
294
|
},
|
|
303
295
|
"devDependencies": {
|
|
304
296
|
"@types/chai": "^4.3.14",
|