@player-ui/player
Advanced tools
Comparing version 0.0.1-next.9 to 0.0.1-next.10
@@ -1039,4 +1039,4 @@ 'use strict'; | ||
}; | ||
const PLAYER_VERSION = "0.0.1-next.9"; | ||
const COMMIT = "a766e33ad89e008e0cf6dbb458082a9f5e4ab4b4"; | ||
const PLAYER_VERSION = "0.0.1-next.10"; | ||
const COMMIT = "332b9071763fd2b0b926ef38aea4b87f9e5cb565"; | ||
const _Player = class { | ||
@@ -1043,0 +1043,0 @@ constructor(config) { |
@@ -1039,4 +1039,4 @@ export * from '@player-ui/types'; | ||
}; | ||
const PLAYER_VERSION = "0.0.1-next.9"; | ||
const COMMIT = "a766e33ad89e008e0cf6dbb458082a9f5e4ab4b4"; | ||
const PLAYER_VERSION = "0.0.1-next.10"; | ||
const COMMIT = "332b9071763fd2b0b926ef38aea4b87f9e5cb565"; | ||
const _Player = class { | ||
@@ -1043,0 +1043,0 @@ constructor(config) { |
{ | ||
"name": "@player-ui/player", | ||
"version": "0.0.1-next.9", | ||
"version": "0.0.1-next.10", | ||
"private": false, | ||
@@ -10,15 +10,15 @@ "publishConfig": { | ||
"dependencies": { | ||
"@player-ui/binding": "0.0.1-next.9", | ||
"@player-ui/constants": "0.0.1-next.9", | ||
"@player-ui/data": "0.0.1-next.9", | ||
"@player-ui/expressions": "0.0.1-next.9", | ||
"@player-ui/flow": "0.0.1-next.9", | ||
"@player-ui/logger": "0.0.1-next.9", | ||
"@player-ui/partial-match-registry": "0.0.1-next.9", | ||
"@player-ui/schema": "0.0.1-next.9", | ||
"@player-ui/string-resolver": "0.0.1-next.9", | ||
"@player-ui/types": "0.0.1-next.9", | ||
"@player-ui/utils": "0.0.1-next.9", | ||
"@player-ui/validator": "0.0.1-next.9", | ||
"@player-ui/view": "0.0.1-next.9", | ||
"@player-ui/binding": "0.0.1-next.10", | ||
"@player-ui/constants": "0.0.1-next.10", | ||
"@player-ui/data": "0.0.1-next.10", | ||
"@player-ui/expressions": "0.0.1-next.10", | ||
"@player-ui/flow": "0.0.1-next.10", | ||
"@player-ui/logger": "0.0.1-next.10", | ||
"@player-ui/partial-match-registry": "0.0.1-next.10", | ||
"@player-ui/schema": "0.0.1-next.10", | ||
"@player-ui/string-resolver": "0.0.1-next.10", | ||
"@player-ui/types": "0.0.1-next.10", | ||
"@player-ui/utils": "0.0.1-next.10", | ||
"@player-ui/validator": "0.0.1-next.10", | ||
"@player-ui/view": "0.0.1-next.10", | ||
"babel-plugin-preval": "^5.0.0", | ||
@@ -34,3 +34,42 @@ "dequal": "^2.0.2", | ||
"module": "dist/index.esm.js", | ||
"typings": "dist/index.d.ts" | ||
"typings": "dist/index.d.ts", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/player-ui/player-ui" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/player-ui/player-ui/issues" | ||
}, | ||
"homepage": "https://player-ui.github.io", | ||
"contributors": [ | ||
{ | ||
"name": "Adam Dierkens", | ||
"url": "https://github.com/adierkens" | ||
}, | ||
{ | ||
"name": "Spencer Hamm", | ||
"url": "https://github.com/spentacular" | ||
}, | ||
{ | ||
"name": "Harris Borawski", | ||
"url": "https://github.com/hborawski" | ||
}, | ||
{ | ||
"name": "Jeremiah Zucker", | ||
"url": "https://github.com/sugarmanz" | ||
}, | ||
{ | ||
"name": "Ketan Reddy", | ||
"url": "https://github.com/KetanReddy" | ||
}, | ||
{ | ||
"name": "Brocollie08", | ||
"url": "https://github.com/brocollie08" | ||
}, | ||
{ | ||
"name": "Kelly Harrop", | ||
"url": "https://github.com/kharrop" | ||
} | ||
] | ||
} |
@@ -30,4 +30,4 @@ import { SyncHook, SyncWaterfallHook } from 'tapable-ts'; | ||
// Variables injected at build time | ||
const PLAYER_VERSION = '0.0.1-next.9'; | ||
const COMMIT = 'a766e33ad89e008e0cf6dbb458082a9f5e4ab4b4'; | ||
const PLAYER_VERSION = '0.0.1-next.10'; | ||
const COMMIT = '332b9071763fd2b0b926ef38aea4b87f9e5cb565'; | ||
@@ -34,0 +34,0 @@ export interface PlayerPlugin { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
186817
0
1
1
0
+ Added@player-ui/binding@0.0.1-next.10(transitive)
+ Added@player-ui/binding-grammar@0.0.1-next.10(transitive)
+ Added@player-ui/constants@0.0.1-next.10(transitive)
+ Added@player-ui/data@0.0.1-next.10(transitive)
+ Added@player-ui/expressions@0.0.1-next.10(transitive)
+ Added@player-ui/flow@0.0.1-next.10(transitive)
+ Added@player-ui/logger@0.0.1-next.10(transitive)
+ Added@player-ui/partial-match-registry@0.0.1-next.10(transitive)
+ Added@player-ui/schema@0.0.1-next.10(transitive)
+ Added@player-ui/string-resolver@0.0.1-next.10(transitive)
+ Added@player-ui/types@0.0.1-next.10(transitive)
+ Added@player-ui/utils@0.0.1-next.10(transitive)
+ Added@player-ui/validator@0.0.1-next.10(transitive)
+ Added@player-ui/view@0.0.1-next.10(transitive)
- Removed@player-ui/binding@0.0.1-next.9(transitive)
- Removed@player-ui/binding-grammar@0.0.1-next.9(transitive)
- Removed@player-ui/constants@0.0.1-next.9(transitive)
- Removed@player-ui/data@0.0.1-next.9(transitive)
- Removed@player-ui/expressions@0.0.1-next.9(transitive)
- Removed@player-ui/flow@0.0.1-next.9(transitive)
- Removed@player-ui/logger@0.0.1-next.9(transitive)
- Removed@player-ui/partial-match-registry@0.0.1-next.9(transitive)
- Removed@player-ui/schema@0.0.1-next.9(transitive)
- Removed@player-ui/string-resolver@0.0.1-next.9(transitive)
- Removed@player-ui/types@0.0.1-next.9(transitive)
- Removed@player-ui/utils@0.0.1-next.9(transitive)
- Removed@player-ui/validator@0.0.1-next.9(transitive)
- Removed@player-ui/view@0.0.1-next.9(transitive)