@granite-js/mpack 0.1.23-next.0 → 0.1.23-next.4
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.
- package/CHANGELOG.md +20 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @granite-js/mpack
|
|
2
2
|
|
|
3
|
+
## 0.1.23-next.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- test
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @granite-js/devtools-frontend@0.1.23-next.4
|
|
10
|
+
- @granite-js/plugin-core@0.1.23-next.4
|
|
11
|
+
- @granite-js/utils@0.1.23-next.4
|
|
12
|
+
|
|
13
|
+
## 0.1.23-next.3
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- test
|
|
18
|
+
- Updated dependencies
|
|
19
|
+
- @granite-js/devtools-frontend@0.1.23-next.3
|
|
20
|
+
- @granite-js/plugin-core@0.1.23-next.3
|
|
21
|
+
- @granite-js/utils@0.1.23-next.3
|
|
22
|
+
|
|
3
23
|
## 0.1.23-next.0
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@granite-js/mpack",
|
|
3
|
-
"version": "0.1.23-next.
|
|
3
|
+
"version": "0.1.23-next.4",
|
|
4
4
|
"description": "A bundler for Granite apps",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -62,7 +62,6 @@
|
|
|
62
62
|
"eslint": "9.7.0",
|
|
63
63
|
"execa": "^5.0.0",
|
|
64
64
|
"fast-glob": "^3.3.2",
|
|
65
|
-
"flow-remove-types": "^2.279.0",
|
|
66
65
|
"prettier-2": "npm:prettier@^2",
|
|
67
66
|
"ts-prune": "^0.10.3",
|
|
68
67
|
"typescript": "5.8.3",
|
|
@@ -85,18 +84,18 @@
|
|
|
85
84
|
"@babel/traverse": "^7.14.0",
|
|
86
85
|
"@babel/types": "^7.0.0",
|
|
87
86
|
"@fastify/static": "7.0.1",
|
|
88
|
-
"@granite-js/devtools-frontend": "0.1.23-next.
|
|
89
|
-
"@granite-js/plugin-core": "0.1.23-next.
|
|
90
|
-
"@granite-js/utils": "0.1.23-next.
|
|
87
|
+
"@granite-js/devtools-frontend": "0.1.23-next.4",
|
|
88
|
+
"@granite-js/plugin-core": "0.1.23-next.4",
|
|
89
|
+
"@granite-js/utils": "0.1.23-next.4",
|
|
91
90
|
"@inquirer/prompts": "^7.2.3",
|
|
92
91
|
"@react-native-community/cli-plugin-metro": "11.3.7",
|
|
93
92
|
"@react-native-community/cli-server-api": "11.3.7",
|
|
94
93
|
"@react-native-community/cli-tools": "11.3.7",
|
|
95
|
-
"@react-native/babel-plugin-codegen": "npm:0.81.
|
|
96
|
-
"@react-native/babel-preset": "npm:0.81.
|
|
94
|
+
"@react-native/babel-plugin-codegen": "npm:0.81.3",
|
|
95
|
+
"@react-native/babel-preset": "npm:0.81.3",
|
|
97
96
|
"@react-native/dev-middleware": "0.73.8",
|
|
98
97
|
"@shopify/semaphore": "^3.1.0",
|
|
99
|
-
"@swc/core": "npm:1.
|
|
98
|
+
"@swc/core": "npm:1.5.24",
|
|
100
99
|
"@swc/helpers": "npm:0.5.17",
|
|
101
100
|
"absolute-path": "^0.0.0",
|
|
102
101
|
"accepts": "^1.3.7",
|
|
@@ -120,6 +119,7 @@
|
|
|
120
119
|
"events": "3.3.0",
|
|
121
120
|
"fastify": "4.14.0",
|
|
122
121
|
"fastify-plugin": "4.5.1",
|
|
122
|
+
"flow-remove-types": "^2.279.0",
|
|
123
123
|
"frogress-bar": "^0.1.0",
|
|
124
124
|
"fs-extra": "^1.0.0",
|
|
125
125
|
"graceful-fs": "^4.2.4",
|