@pitaya-components/app
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -18,3 +18,3 @@ "use strict"; | ||
}; | ||
const logger = aurelia_framework_1.LogManager.getLogger("Pitaya:show-on Custom Attribute"); | ||
const logger = aurelia_framework_1.LogManager.getLogger("Pitaya: pi-show-on Custom Attribute"); | ||
let PiShowOnCustomAttribute = class PiShowOnCustomAttribute { | ||
@@ -21,0 +21,0 @@ constructor(_element) { |
@@ -16,3 +16,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
}; | ||
const logger = LogManager.getLogger("Pitaya:show-on Custom Attribute"); | ||
const logger = LogManager.getLogger("Pitaya: pi-show-on Custom Attribute"); | ||
let PiShowOnCustomAttribute = class PiShowOnCustomAttribute { | ||
@@ -19,0 +19,0 @@ constructor(_element) { |
148
package.json
{ | ||
"name": "@pitaya-components/app", | ||
"version": "0.0.7", | ||
"description": "Aurelia plugin which helps building faster views and provides additional utility functionality.", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/pitaya-components/app.git" | ||
"name" : "@pitaya-components/app", | ||
"version" : "0.0.8", | ||
"description" : "Aurelia plugin which helps building faster views and provides additional utility functionality.", | ||
"repository" : { | ||
"type" : "git", | ||
"url" : "git+https://github.com/pitaya-components/app.git" | ||
}, | ||
"keywords": [ | ||
"pitaya", | ||
"keywords" : [ | ||
"pitaya framework", | ||
"mdc web", | ||
"aurelia", | ||
"components", | ||
"typescript", | ||
"pwa" | ||
"typescript" | ||
], | ||
"author": "Mariachi Team", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/pitaya-components/app/issues" | ||
"author" : "Pitaya Solutions", | ||
"license" : "MIT", | ||
"bugs" : { | ||
"url" : "https://github.com/pitaya-components/app/issues" | ||
}, | ||
"homepage": "https://github.com/pitaya-components/app#readme", | ||
"devDependencies": { | ||
"aurelia-bootstrapper": "^2.3.2", | ||
"aurelia-animator-css": "^1.0.4", | ||
"aurelia-cli": "^1.0.2", | ||
"aurelia-testing": "^1.0.0", | ||
"aurelia-tools": "^2.0.0", | ||
"gulp": "^4.0.0", | ||
"minimatch": "^3.0.4", | ||
"through2": "^3.0.0", | ||
"vinyl-fs": "^3.0.3", | ||
"promise-polyfill": "^8.1.0", | ||
"del": "^3.0.0", | ||
"gulp-sourcemaps": "^2.6.5", | ||
"requirejs": "^2.3.6", | ||
"text": "requirejs/text#latest", | ||
"gulp-typescript": "^5.0.0", | ||
"gulp-tslint": "^8.1.4", | ||
"tslint": "^5.13.0", | ||
"typescript": "^3.1.2", | ||
"@types/node": "^10.11.6", | ||
"gulp-postcss": "^8.0.0", | ||
"autoprefixer": "^9.4.8", | ||
"cssnano": "^4.1.10", | ||
"postcss-url": "^8.0.0", | ||
"gulp-sass": "^4.0.2", | ||
"gulp-htmlmin": "^5.0.1", | ||
"browser-sync": "^2.26.3", | ||
"connect-history-api-fallback": "^1.6.0", | ||
"debounce": "^1.2.0", | ||
"gulp-plumber": "^1.2.1", | ||
"gulp-rename": "^1.4.0", | ||
"gulp-notify": "^3.2.0", | ||
"gulp-watch": "^5.0.1", | ||
"@pitaya-components/top-bar": "~0.0.1", | ||
"@pitaya-components/typography": "~0.0.1", | ||
"@pitaya-components/grid": "~0.0.1" | ||
"homepage" : "https://github.com/pitaya-components/app#readme", | ||
"devDependencies" : { | ||
"aurelia-bootstrapper" : "^2.3.2", | ||
"aurelia-animator-css" : "^1.0.4", | ||
"aurelia-cli" : "^1.0.2", | ||
"aurelia-testing" : "^1.0.0", | ||
"aurelia-tools" : "^2.0.0", | ||
"gulp" : "^4.0.0", | ||
"minimatch" : "^3.0.4", | ||
"through2" : "^3.0.0", | ||
"vinyl-fs" : "^3.0.3", | ||
"promise-polyfill" : "^8.1.0", | ||
"del" : "^3.0.0", | ||
"gulp-sourcemaps" : "^2.6.5", | ||
"requirejs" : "^2.3.6", | ||
"text" : "requirejs/text#latest", | ||
"gulp-typescript" : "^5.0.0", | ||
"gulp-tslint" : "^8.1.4", | ||
"tslint" : "^5.13.0", | ||
"typescript" : "^3.1.2", | ||
"@types/node" : "^10.11.6", | ||
"gulp-postcss" : "^8.0.0", | ||
"autoprefixer" : "^9.4.8", | ||
"cssnano" : "^4.1.10", | ||
"postcss-url" : "^8.0.0", | ||
"gulp-sass" : "^4.0.2", | ||
"gulp-htmlmin" : "^5.0.1", | ||
"browser-sync" : "^2.26.3", | ||
"connect-history-api-fallback" : "^1.6.0", | ||
"debounce" : "^1.2.0", | ||
"gulp-plumber" : "^1.2.1", | ||
"gulp-rename" : "^1.4.0", | ||
"gulp-notify" : "^3.2.0", | ||
"gulp-watch" : "^5.0.1", | ||
"@pitaya-components/top-bar" : "~0.0.1", | ||
"@pitaya-components/typography" : "~0.0.1", | ||
"@pitaya-components/grid" : "~0.0.1" | ||
}, | ||
"browserslist": [ | ||
"browserslist" : [ | ||
"defaults" | ||
], | ||
"scripts": { | ||
"build": "au build-plugin", | ||
"start": "au run", | ||
"watch": "au build-plugin --watch", | ||
"prepare": "npm run build" | ||
"scripts" : { | ||
"build" : "au build-plugin", | ||
"start" : "au run", | ||
"watch" : "au build-plugin --watch", | ||
"prepare" : "npm run build" | ||
}, | ||
"engines": { | ||
"node": ">=8.9.0" | ||
"engines" : { | ||
"node" : ">=8.9.0" | ||
}, | ||
"main": "dist/commonjs/index.js", | ||
"module": "dist/native-modules/index.js", | ||
"private": false, | ||
"files": [ | ||
"main" : "dist/commonjs/index.js", | ||
"module" : "dist/native-modules/index.js", | ||
"private" : false, | ||
"files" : [ | ||
"dist", | ||
@@ -81,16 +81,16 @@ "_mixins.scss", | ||
], | ||
"dependencies": { | ||
"aurelia-typed-observable-plugin": "~0.4.2", | ||
"aurelia-fetch-client": "~1.8.2", | ||
"@material/base": "3.1.0", | ||
"@material/elevation": "3.1.0", | ||
"@material/theme": "3.1.0" | ||
"dependencies" : { | ||
"aurelia-typed-observable-plugin" : "~0.4.2", | ||
"aurelia-fetch-client" : "~1.8.2", | ||
"@material/base" : "4.0.0", | ||
"@material/elevation" : "4.0.0", | ||
"@material/theme" : "4.0.0" | ||
}, | ||
"moduleResolution": "node", | ||
"baseUrl": "src", | ||
"resolveJsonModule": true, | ||
"typeRoots": [ | ||
"moduleResolution" : "node", | ||
"baseUrl" : "src", | ||
"resolveJsonModule" : true, | ||
"typeRoots" : [ | ||
"./node_modules/@types" | ||
], | ||
"typings": "dist/native-modules/index.d.ts" | ||
"typings" : "dist/native-modules/index.d.ts" | ||
} |
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
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 bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
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 bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
117381
+ Added@material/animation@4.0.0(transitive)
+ Added@material/base@4.0.0(transitive)
+ Added@material/elevation@4.0.0(transitive)
+ Added@material/feature-targeting@4.0.0(transitive)
+ Added@material/theme@4.0.0(transitive)
- Removed@material/animation@3.1.0(transitive)
- Removed@material/base@3.1.0(transitive)
- Removed@material/elevation@3.1.0(transitive)
- Removed@material/feature-targeting@3.1.0(transitive)
- Removed@material/theme@3.1.0(transitive)
Updated@material/base@4.0.0
Updated@material/elevation@4.0.0
Updated@material/theme@4.0.0