@lit/ts-transformers
Advanced tools
Comparing version 1.1.1 to 1.1.2
# Changelog | ||
## 1.1.2 | ||
### Patch Changes | ||
- [#3092](https://github.com/lit/lit/pull/3092) [`0c9ee0ec`](https://github.com/lit/lit/commit/0c9ee0ec87b831513f04bdd37e9ed434a134f06f) - Dependencies pinned due to breaking changes. | ||
## 1.1.1 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@lit/ts-transformers", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"publishConfig": { | ||
@@ -23,10 +23,40 @@ "access": "public" | ||
"scripts": { | ||
"build": "tsc", | ||
"test": "uvu tests/ \"\\-test\\.js$\"", | ||
"clean": "rimraf \"*.{js,d.ts}\" internal/ tests/", | ||
"prepack": "npm run clean && npm run build" | ||
"build": "wireit", | ||
"build:ts": "wireit", | ||
"test": "wireit" | ||
}, | ||
"wireit": { | ||
"build": { | ||
"dependencies": [ | ||
"build:ts", | ||
"../lit:build", | ||
"../localize:build" | ||
] | ||
}, | ||
"build:ts": { | ||
"command": "tsc --build --pretty", | ||
"clean": "if-file-deleted", | ||
"files": [ | ||
"src/**/*.ts", | ||
"tsconfig.json" | ||
], | ||
"output": [ | ||
"tsconfig.tsbuildinfo", | ||
"*.{js,js.map,d.ts}", | ||
"internal", | ||
"tests" | ||
] | ||
}, | ||
"test": { | ||
"command": "uvu tests/ \"\\-test\\.js$\"", | ||
"dependencies": [ | ||
"build" | ||
], | ||
"files": [], | ||
"output": [] | ||
} | ||
}, | ||
"dependencies": { | ||
"ts-clone-node": "^0.3.23", | ||
"typescript": "^4.3.5" | ||
"ts-clone-node": "=0.3.30", | ||
"typescript": "~4.4.0" | ||
}, | ||
@@ -33,0 +63,0 @@ "devDependencies": { |
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
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
253269
0
+ Addedtypescript@4.4.4(transitive)
- Removedcompatfactory@0.0.13(transitive)
- Removedhelpertypes@0.0.18(transitive)
- Removedts-clone-node@0.3.32(transitive)
- Removedtypescript@4.9.5(transitive)
Updatedts-clone-node@=0.3.30
Updatedtypescript@~4.4.0