@player-ui/schema
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'); | ||
@@ -83,3 +83,3 @@ var __defProp = Object.defineProperty; | ||
this.hooks = { | ||
resolveTypeForBinding: new tapable.SyncWaterfallHook(["dataType", "binding"]) | ||
resolveTypeForBinding: new tapableTs.SyncWaterfallHook() | ||
}; | ||
@@ -86,0 +86,0 @@ this.schema = schema ? parse(schema) : new Map(); |
import { Formatting, Schema } from '@player-ui/types'; | ||
import { SyncWaterfallHook } from 'tapable'; | ||
import { SyncWaterfallHook } from 'tapable-ts'; | ||
import { BindingInstance } from '@player-ui/binding'; | ||
@@ -56,3 +56,3 @@ import { ValidationProvider, ValidationObject } from '@player-ui/validator'; | ||
readonly hooks: { | ||
resolveTypeForBinding: SyncWaterfallHook<Schema.DataType<unknown> | undefined, BindingInstance, any>; | ||
resolveTypeForBinding: SyncWaterfallHook<[Schema.DataType<unknown> | undefined, BindingInstance], Record<string, any>>; | ||
}; | ||
@@ -59,0 +59,0 @@ constructor(schema?: Schema.Schema); |
@@ -1,2 +0,2 @@ | ||
import { SyncWaterfallHook } from 'tapable'; | ||
import { SyncWaterfallHook } from 'tapable-ts'; | ||
@@ -78,3 +78,3 @@ var __defProp = Object.defineProperty; | ||
this.hooks = { | ||
resolveTypeForBinding: new SyncWaterfallHook(["dataType", "binding"]) | ||
resolveTypeForBinding: new SyncWaterfallHook() | ||
}; | ||
@@ -81,0 +81,0 @@ this.schema = schema ? parse(schema) : new Map(); |
{ | ||
"name": "@player-ui/schema", | ||
"version": "0.0.1-next.5", | ||
"version": "0.0.1-next.6", | ||
"private": false, | ||
@@ -10,7 +10,7 @@ "publishConfig": { | ||
"dependencies": { | ||
"@player-ui/binding": "0.0.1-next.5", | ||
"@player-ui/data": "0.0.1-next.5", | ||
"@player-ui/types": "0.0.1-next.5", | ||
"@player-ui/validator": "0.0.1-next.5", | ||
"tapable": "1.1.3", | ||
"@player-ui/binding": "0.0.1-next.6", | ||
"@player-ui/data": "0.0.1-next.6", | ||
"@player-ui/types": "0.0.1-next.6", | ||
"@player-ui/validator": "0.0.1-next.6", | ||
"tapable-ts": "^0.1.0", | ||
"@babel/runtime": "7.15.4" | ||
@@ -17,0 +17,0 @@ }, |
@@ -1,2 +0,2 @@ | ||
import { SyncWaterfallHook } from 'tapable'; | ||
import { SyncWaterfallHook } from 'tapable-ts'; | ||
import type { BindingInstance } from '@player-ui/binding'; | ||
@@ -97,5 +97,4 @@ import type { Schema as SchemaType, Formatting } from '@player-ui/types'; | ||
resolveTypeForBinding: new SyncWaterfallHook< | ||
SchemaType.DataType | undefined, | ||
BindingInstance | ||
>(['dataType', 'binding']), | ||
[SchemaType.DataType | undefined, BindingInstance] | ||
>(), | ||
}; | ||
@@ -102,0 +101,0 @@ |
22361
625
+ 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)
+ Added@player-ui/constants@0.0.1-next.6(transitive)
+ Added@player-ui/data@0.0.1-next.6(transitive)
+ Added@player-ui/expressions@0.0.1-next.6(transitive)
+ Added@player-ui/logger@0.0.1-next.6(transitive)
+ Added@player-ui/string-resolver@0.0.1-next.6(transitive)
+ Added@player-ui/types@0.0.1-next.6(transitive)
+ Added@player-ui/validator@0.0.1-next.6(transitive)
+ Addedtapable-ts@0.1.0(transitive)
- 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@player-ui/constants@0.0.1-next.5(transitive)
- Removed@player-ui/data@0.0.1-next.5(transitive)
- Removed@player-ui/expressions@0.0.1-next.5(transitive)
- Removed@player-ui/logger@0.0.1-next.5(transitive)
- Removed@player-ui/string-resolver@0.0.1-next.5(transitive)
- Removed@player-ui/types@0.0.1-next.5(transitive)
- Removed@player-ui/validator@0.0.1-next.5(transitive)
- Removed@types/tapable@1.0.12(transitive)
- Removedtapable@1.1.3(transitive)
Updated@player-ui/data@0.0.1-next.6