@apps-in-toss/plugins 0.0.27 → 0.0.28
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/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +5 -5
package/dist/index.cjs
CHANGED
|
@@ -26560,7 +26560,7 @@ init_cjs_shims();
|
|
|
26560
26560
|
var import_fs2 = __toESM(require("fs"), 1);
|
|
26561
26561
|
var import_path3 = __toESM(require("path"), 1);
|
|
26562
26562
|
|
|
26563
|
-
//
|
|
26563
|
+
// ../../.yarn/cache/@react-native-bedrock-utils-npm-0.0.25-695b359c64-87cc7b90a3.zip/node_modules/@react-native-bedrock/utils/dist/index.js
|
|
26564
26564
|
init_cjs_shims();
|
|
26565
26565
|
var import_fs = __toESM(require("fs"), 1);
|
|
26566
26566
|
var import_path = __toESM(require("path"), 1);
|
package/dist/index.js
CHANGED
|
@@ -26552,7 +26552,7 @@ init_esm_shims();
|
|
|
26552
26552
|
import fs6 from "fs";
|
|
26553
26553
|
import path7 from "path";
|
|
26554
26554
|
|
|
26555
|
-
//
|
|
26555
|
+
// ../../.yarn/cache/@react-native-bedrock-utils-npm-0.0.25-695b359c64-87cc7b90a3.zip/node_modules/@react-native-bedrock/utils/dist/index.js
|
|
26556
26556
|
init_esm_shims();
|
|
26557
26557
|
var import_yauzl = __toESM(require_yauzl(), 1);
|
|
26558
26558
|
import fs from "fs";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@apps-in-toss/plugins",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.28",
|
|
5
5
|
"description": "The plugins for Apps In Toss",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"prepack": "yarn build",
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"dist/**/*"
|
|
24
24
|
],
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@react-native-bedrock/plugin-core": "0.0.
|
|
27
|
-
"@react-native-bedrock/utils": "0.0.
|
|
26
|
+
"@react-native-bedrock/plugin-core": "0.0.25",
|
|
27
|
+
"@react-native-bedrock/utils": "0.0.25",
|
|
28
28
|
"@ryoppippi/unplugin-typia": "^2.1.3",
|
|
29
29
|
"@types/archiver": "^6.0.3",
|
|
30
30
|
"@types/connect": "^3",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"connect": "^3.7.0",
|
|
33
33
|
"execa": "^9.5.2",
|
|
34
34
|
"picocolors": "^1.1.1",
|
|
35
|
-
"react-native-bedrock": "0.0.
|
|
35
|
+
"react-native-bedrock": "0.0.25",
|
|
36
36
|
"tsup": "^8.4.0",
|
|
37
37
|
"typescript": "5.8.3",
|
|
38
38
|
"typia": "^8.0.4",
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"publishConfig": {
|
|
45
45
|
"access": "public"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "17b4c5583054e58a9da274a886ee10c76671d24d"
|
|
48
48
|
}
|