@metamask/snaps-rollup-plugin 0.34.0-flask.1 → 0.34.1-flask.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -1
  2. package/package.json +9 -7
package/CHANGELOG.md CHANGED
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [0.34.1-flask.1]
10
+ ### Changed
11
+ - No changes this release.
12
+
9
13
  ## [0.34.0-flask.1]
10
14
  ### Changed
11
15
  - No changes this release.
@@ -146,7 +150,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
146
150
  ### Added
147
151
  - Initial release ([#431](https://github.com/MetaMask/snaps-monorepo/pull/431))
148
152
 
149
- [Unreleased]: https://github.com/MetaMask/snaps/compare/v0.34.0-flask.1...HEAD
153
+ [Unreleased]: https://github.com/MetaMask/snaps/compare/v0.34.1-flask.1...HEAD
154
+ [0.34.1-flask.1]: https://github.com/MetaMask/snaps/compare/v0.34.0-flask.1...v0.34.1-flask.1
150
155
  [0.34.0-flask.1]: https://github.com/MetaMask/snaps/compare/v0.33.1-flask.1...v0.34.0-flask.1
151
156
  [0.33.1-flask.1]: https://github.com/MetaMask/snaps/compare/v0.33.0-flask.1...v0.33.1-flask.1
152
157
  [0.33.0-flask.1]: https://github.com/MetaMask/snaps/compare/v0.32.2...v0.33.0-flask.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/snaps-rollup-plugin",
3
- "version": "0.34.0-flask.1",
3
+ "version": "0.34.1-flask.1",
4
4
  "keywords": [
5
5
  "rollup",
6
6
  "rollup-plugin"
@@ -17,9 +17,9 @@
17
17
  "test": "jest && yarn posttest",
18
18
  "posttest": "jest-it-up",
19
19
  "test:ci": "yarn test",
20
- "lint:eslint": "eslint . --cache --ext js,ts",
21
- "lint:misc": "prettier '**/*.json' '**/*.md' '!CHANGELOG.md' --ignore-path ../../.gitignore",
22
- "lint": "yarn lint:eslint && yarn lint:misc --check",
20
+ "lint:eslint": "eslint . --cache --ext js,ts,jsx,tsx",
21
+ "lint:misc": "prettier --no-error-on-unmatched-pattern --loglevel warn \"**/*.json\" \"**/*.md\" \"**/*.html\" \"!CHANGELOG.md\" --ignore-path ../../.gitignore",
22
+ "lint": "yarn lint:eslint && yarn lint:misc --check && yarn lint:changelog",
23
23
  "lint:fix": "yarn lint:eslint --fix && yarn lint:misc --write",
24
24
  "lint:changelog": "yarn auto-changelog validate",
25
25
  "build:tsc": "tsc --project tsconfig.build.json",
@@ -27,10 +27,11 @@
27
27
  "build:clean": "yarn clean && yarn build",
28
28
  "clean": "rimraf '*.tsbuildinfo' 'dist/*'",
29
29
  "prepare-manifest:preview": "../../scripts/prepare-preview-manifest.sh",
30
- "publish:preview": "yarn npm publish --tag preview"
30
+ "publish:preview": "yarn npm publish --tag preview",
31
+ "lint:ci": "yarn lint"
31
32
  },
32
33
  "dependencies": {
33
- "@metamask/snaps-utils": "^0.34.0-flask.1"
34
+ "@metamask/snaps-utils": "^0.34.1-flask.1"
34
35
  },
35
36
  "devDependencies": {
36
37
  "@lavamoat/allow-scripts": "^2.3.1",
@@ -40,6 +41,8 @@
40
41
  "@metamask/eslint-config-nodejs": "^11.0.1",
41
42
  "@metamask/eslint-config-typescript": "^11.0.0",
42
43
  "@rollup/plugin-virtual": "^2.1.0",
44
+ "@swc/core": "^1.3.61",
45
+ "@swc/jest": "^0.2.26",
43
46
  "@types/jest": "^27.5.1",
44
47
  "@typescript-eslint/eslint-plugin": "^5.42.1",
45
48
  "@typescript-eslint/parser": "^5.42.1",
@@ -58,7 +61,6 @@
58
61
  "prettier-plugin-packagejson": "^2.2.11",
59
62
  "rimraf": "^4.1.2",
60
63
  "rollup": "^2.73.0",
61
- "ts-jest": "^29.0.2",
62
64
  "typescript": "~4.8.4"
63
65
  },
64
66
  "engines": {