@lwce/lwc-storybook
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -1,8 +0,14 @@ | ||
/* | ||
* Copyright (c) 2020, salesforce.com, inc. | ||
* All rights reserved. | ||
* SPDX-License-Identifier: MIT | ||
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT | ||
*/ | ||
"use strict"; | ||
export { buildAndRegisterCustomElement } from './buildCustomElement'; | ||
Object.defineProperty(exports, "__esModule", { | ||
value: true | ||
}); | ||
Object.defineProperty(exports, "buildAndRegisterCustomElement", { | ||
enumerable: true, | ||
get: function () { | ||
return _buildCustomElement.buildAndRegisterCustomElement; | ||
} | ||
}); | ||
var _buildCustomElement = require("./build-custom-element"); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@lwce/lwc-storybook", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "Runtime utilities for storybook", | ||
@@ -11,7 +11,4 @@ "main": "dist/index.js", | ||
}, | ||
"devDependencies": { | ||
"copyfiles": "2.4.0" | ||
}, | ||
"scripts": { | ||
"build": "rm -rf ./dist && copyfiles -u 1 \"src/**/*.js\" dist", | ||
"build": "rm -rf ./dist && babel src -d dist --extensions \".ts\" --source-maps", | ||
"format": "prettier --write '**/*.{js,ts,json}' '!{node_modules,dist}/**' '!package*.json'", | ||
@@ -23,3 +20,4 @@ "lint": "eslint '**/*.{js,ts}'", | ||
"dist" | ||
] | ||
], | ||
"gitHead": "ed35dd4ed4558b698a9b304693122c38d57ca8fc" | ||
} |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
3919
0
7
0
21
1