@stimulus/core
Advanced tools
Comparing version 1.1.1 to 2.0.0
@@ -1,5 +0,6 @@ | ||
export { Application } from "./src/application"; | ||
export { Context } from "./src/context"; | ||
export { Controller, ControllerConstructor } from "./src/controller"; | ||
export { Definition } from "./src/definition"; | ||
export { Schema, defaultSchema } from "./src/schema"; | ||
export { Application } from "./application"; | ||
export { Context } from "./context"; | ||
export { Controller, ControllerConstructor } from "./controller"; | ||
export { Definition } from "./definition"; | ||
export { Schema, defaultSchema } from "./schema"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -1,5 +0,5 @@ | ||
export { Application } from "./src/application"; | ||
export { Context } from "./src/context"; | ||
export { Controller } from "./src/controller"; | ||
export { defaultSchema } from "./src/schema"; | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsV0FBVyxFQUFFLE1BQU0sbUJBQW1CLENBQUE7QUFDL0MsT0FBTyxFQUFFLE9BQU8sRUFBRSxNQUFNLGVBQWUsQ0FBQTtBQUN2QyxPQUFPLEVBQUUsVUFBVSxFQUF5QixNQUFNLGtCQUFrQixDQUFBO0FBRXBFLE9BQU8sRUFBVSxhQUFhLEVBQUUsTUFBTSxjQUFjLENBQUEifQ== | ||
export { Application } from "./application"; | ||
export { Context } from "./context"; | ||
export { Controller } from "./controller"; | ||
export { defaultSchema } from "./schema"; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@stimulus/core", | ||
"version": "1.1.1", | ||
"version": "2.0.0", | ||
"description": "Stimulus JavaScript framework: Core library", | ||
@@ -13,11 +13,8 @@ "repository": "https://github.com/stimulusjs/stimulus", | ||
"main": "dist/index.js", | ||
"module": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@stimulus/mutation-observers": "^1.1.1" | ||
"@stimulus/mutation-observers": "^2.0.0" | ||
}, | ||
"files": [ | ||
"dist/index*", | ||
"dist/src" | ||
], | ||
"publishConfig": { | ||
@@ -27,12 +24,9 @@ "access": "public" | ||
"devDependencies": { | ||
"@stimulus/polyfills": "^1.1.1", | ||
"@stimulus/test": "^1.1.1" | ||
"@stimulus/polyfills": "^2.0.0", | ||
"@stimulus/test": "^2.0.0" | ||
}, | ||
"scripts": { | ||
"clean": "rimraf dist", | ||
"lint": "tslint -p . -c ../../../config/tslint.json", | ||
"build": "{ [ ! -r dist ] || { find src -newer dist | grep .; }>/dev/null; } && { tsc && touch dist; } || true", | ||
"watch": "tsc --watch" | ||
"clean": "rimraf dist *.tsbuildinfo" | ||
}, | ||
"gitHead": "3b30d61b9c93bd29a6f4ce6ca97428bd01f339bc" | ||
"gitHead": "a18e9e61598725e0e9d86b0d8512dd7ef0c32542" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
192009
158
3408
1
+ Added@stimulus/multimap@2.0.0(transitive)
+ Added@stimulus/mutation-observers@2.0.0(transitive)
- Removed@stimulus/multimap@1.1.1(transitive)
- Removed@stimulus/mutation-observers@1.1.1(transitive)