@takeshape/util 8.63.0 → 8.63.1
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/es/async-noop.js +2 -0
- package/es/common.js +2 -1
- package/lib/async-noop.d.ts +2 -0
- package/lib/async-noop.d.ts.map +1 -0
- package/lib/async-noop.js +11 -0
- package/lib/common.d.ts +1 -0
- package/lib/common.d.ts.map +1 -1
- package/lib/common.js +13 -0
- package/package.json +2 -2
package/es/async-noop.js
ADDED
package/es/common.js
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"async-noop.d.ts","sourceRoot":"","sources":["../../src/async-noop.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS,qBAA2B,CAAC"}
|
package/lib/common.d.ts
CHANGED
package/lib/common.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"common.d.ts","sourceRoot":"","sources":["../../src/common.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,OAAO,CAAC;AACtB,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC"}
|
|
1
|
+
{"version":3,"file":"common.d.ts","sourceRoot":"","sources":["../../src/common.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,OAAO,CAAC;AACtB,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC"}
|
package/lib/common.js
CHANGED
|
@@ -249,4 +249,17 @@ Object.keys(_timezone).forEach(function (key) {
|
|
|
249
249
|
return _timezone[key];
|
|
250
250
|
}
|
|
251
251
|
});
|
|
252
|
+
});
|
|
253
|
+
|
|
254
|
+
var _asyncNoop = require("./async-noop");
|
|
255
|
+
|
|
256
|
+
Object.keys(_asyncNoop).forEach(function (key) {
|
|
257
|
+
if (key === "default" || key === "__esModule") return;
|
|
258
|
+
if (key in exports && exports[key] === _asyncNoop[key]) return;
|
|
259
|
+
Object.defineProperty(exports, key, {
|
|
260
|
+
enumerable: true,
|
|
261
|
+
get: function () {
|
|
262
|
+
return _asyncNoop[key];
|
|
263
|
+
}
|
|
264
|
+
});
|
|
252
265
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@takeshape/util",
|
|
3
|
-
"version": "8.63.
|
|
3
|
+
"version": "8.63.1",
|
|
4
4
|
"description": "Shared utilities",
|
|
5
5
|
"homepage": "https://www.takeshape.io",
|
|
6
6
|
"repository": {
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"es"
|
|
22
22
|
],
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@takeshape/routing": "8.63.
|
|
24
|
+
"@takeshape/routing": "8.63.1",
|
|
25
25
|
"@types/url-parse": "^1.4.4",
|
|
26
26
|
"aws-sdk": "^2.802.0",
|
|
27
27
|
"classnames": "^2.2.5",
|