@storex/core
Advanced tools
Comparing version 1.1.0 to 1.1.8-alpha.0
@@ -19,4 +19,4 @@ export interface dependenceDispatcher { | ||
_events: any; | ||
_waited_to_update_events: Set<any>; | ||
_waited_to_update_funcs: Set<any>; | ||
_waited_to_update_events: Set<unknown>; | ||
_waited_to_update_funcs: Set<Function>; | ||
_dispatch_count: number; | ||
@@ -23,0 +23,0 @@ _eventsRegisterFunc: { |
"use strict"; | ||
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } | ||
return new (P || (P = Promise))(function (resolve, reject) { | ||
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } | ||
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } | ||
function step(result) { result.done ? resolve(result.value) : new P(function (resolve) { resolve(result.value); }).then(fulfilled, rejected); } | ||
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } | ||
step((generator = generator.apply(thisArg, _arguments || [])).next()); | ||
@@ -8,0 +9,0 @@ }); |
@@ -125,4 +125,4 @@ "use strict"; | ||
} | ||
exports.Subscriber = Subscriber; | ||
Subscriber._functions_to_updates = []; | ||
exports.Subscriber = Subscriber; | ||
function Sreatesubscriber(args) { | ||
@@ -129,0 +129,0 @@ return new Subscriber(args); |
{ | ||
"name": "@storex/core", | ||
"version": "1.1.0", | ||
"version": "1.1.8-alpha.0", | ||
"description": "Binding store to your app", | ||
@@ -22,3 +22,3 @@ "main": "lib/index.js", | ||
"ts-jest": "^23.0.0", | ||
"typescript": "^2.9.2" | ||
"typescript": "^3.8.2" | ||
}, | ||
@@ -63,3 +63,6 @@ "keywords": [ | ||
}, | ||
"gitHead": "ea7965c7b3e7207c175a76bedca8fe01b8c66196" | ||
"dependencies": { | ||
"@storex/utils": "^1.1.8-alpha.0" | ||
}, | ||
"gitHead": "35af7aa1ae72a82e42a27c998a292510b3add71f" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
45434
773
1
2
+ Added@storex/utils@^1.1.8-alpha.0
+ Added@jest/types@25.5.0(transitive)
+ Added@storex/utils@1.1.10(transitive)
+ Added@types/istanbul-lib-coverage@2.0.6(transitive)
+ Added@types/istanbul-lib-report@3.0.3(transitive)
+ Added@types/istanbul-reports@1.1.2(transitive)
+ Added@types/jest@25.2.3(transitive)
+ Added@types/yargs@15.0.19(transitive)
+ Added@types/yargs-parser@21.0.3(transitive)
+ Addedajv@5.5.2(transitive)
+ Addedansi-regex@5.0.1(transitive)
+ Addedansi-styles@4.3.0(transitive)
+ Addedchalk@3.0.0(transitive)
+ Addedco@4.6.0(transitive)
+ Addedcolor-convert@2.0.1(transitive)
+ Addedcolor-name@1.1.4(transitive)
+ Addeddiff-sequences@25.2.6(transitive)
+ Addedfast-deep-equal@1.1.0(transitive)
+ Addedfast-json-stable-stringify@2.1.0(transitive)
+ Addedhas-flag@4.0.0(transitive)
+ Addedjest-diff@25.5.0(transitive)
+ Addedjest-get-type@25.2.6(transitive)
+ Addedjson-schema-traverse@0.3.1(transitive)
+ Addedpretty-format@25.5.0(transitive)
+ Addedreact-is@16.13.1(transitive)
+ Addedsupports-color@7.2.0(transitive)
+ Addedtypescript@3.9.10(transitive)