@player-ui/data
Advanced tools
Comparing version 0.0.1-next.5 to 0.0.1-next.6
@@ -5,3 +5,3 @@ 'use strict'; | ||
var tapable = require('tapable'); | ||
var tapableTs = require('tapable-ts'); | ||
var binding = require('@player-ui/binding'); | ||
@@ -184,3 +184,3 @@ var get = require('dlv'); | ||
this.hooks = { | ||
onSet: new tapable.SyncHook(["transaction"]) | ||
onSet: new tapableTs.SyncHook() | ||
}; | ||
@@ -187,0 +187,0 @@ this.pipeline = pipeline; |
import { BindingInstance, BindingLike, BindingFactory } from '@player-ui/binding'; | ||
import { SyncHook } from 'tapable'; | ||
import { SyncHook } from 'tapable-ts'; | ||
@@ -69,3 +69,3 @@ declare const ROOT_BINDING: BindingInstance; | ||
readonly hooks: { | ||
onSet: SyncHook<BatchSetTransaction, any, any>; | ||
onSet: SyncHook<[BatchSetTransaction], Record<string, any>>; | ||
}; | ||
@@ -72,0 +72,0 @@ constructor(pipeline?: DataPipeline); |
@@ -1,2 +0,2 @@ | ||
import { SyncHook } from 'tapable'; | ||
import { SyncHook } from 'tapable-ts'; | ||
import { BindingInstance, isBinding } from '@player-ui/binding'; | ||
@@ -175,3 +175,3 @@ import get from 'dlv'; | ||
this.hooks = { | ||
onSet: new SyncHook(["transaction"]) | ||
onSet: new SyncHook() | ||
}; | ||
@@ -178,0 +178,0 @@ this.pipeline = pipeline; |
{ | ||
"name": "@player-ui/data", | ||
"version": "0.0.1-next.5", | ||
"version": "0.0.1-next.6", | ||
"private": false, | ||
@@ -10,7 +10,6 @@ "publishConfig": { | ||
"dependencies": { | ||
"@player-ui/binding": "0.0.1-next.5", | ||
"@player-ui/binding": "0.0.1-next.6", | ||
"@types/dlv": "^1.1.2", | ||
"dlv": "^1.1.3", | ||
"@types/tapable": "^1.0.5", | ||
"tapable": "1.1.3", | ||
"tapable-ts": "^0.1.0", | ||
"timm": "^1.6.2", | ||
@@ -17,0 +16,0 @@ "@babel/runtime": "7.15.4" |
@@ -1,2 +0,2 @@ | ||
import { SyncHook } from 'tapable'; | ||
import { SyncHook } from 'tapable-ts'; | ||
import type { BindingLike, BindingFactory } from '@player-ui/binding'; | ||
@@ -173,3 +173,3 @@ import { BindingInstance, isBinding } from '@player-ui/binding'; | ||
public readonly hooks = { | ||
onSet: new SyncHook<BatchSetTransaction>(['transaction']), | ||
onSet: new SyncHook<[BatchSetTransaction]>(), | ||
}; | ||
@@ -176,0 +176,0 @@ |
6
33316
+ Addedtapable-ts@^0.1.0
+ Added@player-ui/binding@0.0.1-next.6(transitive)
+ Added@player-ui/binding-grammar@0.0.1-next.6(transitive)
+ Addedtapable-ts@0.1.0(transitive)
- Removed@types/tapable@^1.0.5
- Removedtapable@1.1.3
- Removed@player-ui/binding@0.0.1-next.5(transitive)
- Removed@player-ui/binding-grammar@0.0.1-next.5(transitive)
- Removed@types/tapable@1.0.12(transitive)
- Removedtapable@1.1.3(transitive)