@wix/metro-common-builders 1.0.1762 → 1.0.1763
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/metro-common-builders",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1763",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": {
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"start": "tsc -p tsconfig.esm.json --watch",
|
|
31
31
|
"build": "yarn proto:clean && yarn build:cjs && yarn build:esm",
|
|
32
32
|
"build:cjs": "yarn proto:cjs && yarn tsc:cjs && cp -r src/proto cjs/build",
|
|
33
|
-
"build:esm": "yarn proto:esm && yarn tsc:esm && cp -r src/proto es/build
|
|
33
|
+
"build:esm": "yarn proto:esm && yarn tsc:esm && cp -r src/proto es/build",
|
|
34
34
|
"build:clean": "rm -rf ./cjs/build ./es/build",
|
|
35
35
|
"proto:clean": "rm -rf src/proto",
|
|
36
36
|
"proto:gen": "wix-proto-codegen --module . --dir src/proto --filename index --stringEnums --withAspectStore false --tsClasses --stringLongs --tsExportDefault",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"*.{js,ts}": "npm run lint"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@wix/metro-runtime": "^1.
|
|
54
|
+
"@wix/metro-runtime": "^1.2117.0",
|
|
55
55
|
"long": "^5.1.0"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"@types/jest": "^24.9.1",
|
|
60
60
|
"@types/node": "^16.11.7",
|
|
61
61
|
"@wix/business-schema-api": "^1.7.1649",
|
|
62
|
-
"@wix/wix-proto-codegen": "^2.0.
|
|
62
|
+
"@wix/wix-proto-codegen": "^2.0.1176",
|
|
63
63
|
"eslint": "^7.32.0",
|
|
64
64
|
"eslint-plugin-simple-import-sort": "^10.0.0",
|
|
65
65
|
"husky": "~4.2.5",
|
|
@@ -77,5 +77,5 @@
|
|
|
77
77
|
"wallaby": {
|
|
78
78
|
"autoDetect": true
|
|
79
79
|
},
|
|
80
|
-
"falconPackageHash": "
|
|
80
|
+
"falconPackageHash": "1d391ae463a994179bed5d93de91bcf56217ba8f41216ee2d6731b2b"
|
|
81
81
|
}
|