Socket
Socket
Sign inDemoInstall

magi-cli

Package Overview
Dependencies
Maintainers
8
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

magi-cli - npm Package Compare versions

Comparing version 0.24.0 to 0.25.0

12

CHANGELOG.md

@@ -0,1 +1,13 @@

# [0.25.0](https://github.com/vaadin/magi-cli/compare/v0.24.0...v0.25.0) (2020-04-15)
### Features
* generate TypeScript definitions ([#106](https://github.com/vaadin/magi-cli/issues/106)) ([0f98c1f](https://github.com/vaadin/magi-cli/commit/0f98c1f))
# [0.24.0](https://github.com/vaadin/magi-cli/compare/v0.22.1...v0.24.0) (2019-11-05)
### Features
* support updating version in .ts files ([#102](https://github.com/vaadin/magi-cli/issues/102)) ([a1ae65a](https://github.com/vaadin/magi-cli/commit/a1ae65a))
## [0.22.1](https://github.com/vaadin/magi-cli/compare/v0.22.0...v0.22.1) (2019-07-16)

@@ -2,0 +14,0 @@

@@ -8,7 +8,16 @@ const fixme = `

;`
const tsDefs = `"scripts": {
"generate-typings": "gen-typescript-declarations --outDir . --verify"
},
"devDependencies": {
"@polymer/gen-typescript-declarations": "^1.6.2",`;
module.exports = {
files: [
"package.json",
"theme/**/*-styles.js"
],
from: [
'"devDependencies": {',
"const $_documentContainer = document.createElement('template');",

@@ -19,2 +28,3 @@ "$_documentContainer.innerHTML = `",

to: [
tsDefs,
"import { html } from '@polymer/polymer/lib/utils/html-tag.js';",

@@ -21,0 +31,0 @@ "const $_documentContainer = html`",

2

package.json
{
"name": "magi-cli",
"version": "0.24.0",
"version": "0.25.0",
"description": "Elements team command-line team member",

@@ -5,0 +5,0 @@ "main": "./bin/magi",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc