@opra/client 0.17.0 → 0.17.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/cjs/index.min.mjs +1 -1
- package/esm/index.min.mjs +1 -1
- package/package.json +1 -1
package/cjs/index.min.mjs
CHANGED
|
@@ -53,7 +53,7 @@ function isReadableStreamLike(obj) {
|
|
|
53
53
|
|
|
54
54
|
const METADATA_KEY = Symbol.for('opra.metadata');
|
|
55
55
|
const NAMESPACE_PATTERN = /([A-Z$_]\w+)(?::.+)?/i;
|
|
56
|
-
const TYPENAME_PATTERN = /^(.*)Type$/;
|
|
56
|
+
const TYPENAME_PATTERN = /^(.*)Type(\d*)$/;
|
|
57
57
|
|
|
58
58
|
function isConstructor(fn) {
|
|
59
59
|
return typeof fn === 'function' && fn.prototype &&
|
package/esm/index.min.mjs
CHANGED
|
@@ -52,7 +52,7 @@ function isReadableStreamLike(obj) {
|
|
|
52
52
|
|
|
53
53
|
const METADATA_KEY = Symbol.for('opra.metadata');
|
|
54
54
|
const NAMESPACE_PATTERN = /([A-Z$_]\w+)(?::.+)?/i;
|
|
55
|
-
const TYPENAME_PATTERN = /^(.*)Type$/;
|
|
55
|
+
const TYPENAME_PATTERN = /^(.*)Type(\d*)$/;
|
|
56
56
|
|
|
57
57
|
function isConstructor(fn) {
|
|
58
58
|
return typeof fn === 'function' && fn.prototype &&
|