@apps-in-toss/web-framework 0.0.0-dev.1739241377950 → 0.0.0-dev.1739244769735

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/cli.cjs CHANGED
@@ -544,7 +544,7 @@ var InitCommand = class extends import_clipanion4.Command {
544
544
  };
545
545
 
546
546
  // package.json
547
- var version = "0.0.0-dev.1739241377950";
547
+ var version = "0.0.0-dev.1739244769735";
548
548
 
549
549
  // src/cli.ts
550
550
  var cli = new import_clipanion5.Cli({
package/dist/cli.js CHANGED
@@ -493,7 +493,7 @@ var InitCommand = class extends Command4 {
493
493
  };
494
494
 
495
495
  // package.json
496
- var version = "0.0.0-dev.1739241377950";
496
+ var version = "0.0.0-dev.1739244769735";
497
497
 
498
498
  // src/cli.ts
499
499
  var cli = new Cli({
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@apps-in-toss/web-framework",
3
3
  "type": "module",
4
- "version": "0.0.0-dev.1739241377950",
4
+ "version": "0.0.0-dev.1739244769735",
5
5
  "description": "Web Framework for Apps In Toss",
6
6
  "scripts": {
7
7
  "prepack": "yarn build",
@@ -38,8 +38,8 @@
38
38
  "vitest": "^3.0.5"
39
39
  },
40
40
  "dependencies": {
41
- "@apps-in-toss/babel-plugin-json": "0.0.0-dev.1739241377950",
42
- "@apps-in-toss/framework": "0.0.0-dev.1739241377950",
41
+ "@apps-in-toss/babel-plugin-json": "0.0.0-dev.1739244769735",
42
+ "@apps-in-toss/framework": "0.0.0-dev.1739244769735",
43
43
  "@babel/core": "7.23.9",
44
44
  "@babel/plugin-proposal-class-properties": "^7.16.7",
45
45
  "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7",
@@ -53,8 +53,8 @@
53
53
  "@babel/preset-typescript": "^7.16.7",
54
54
  "@babel/runtime": "7.18.9",
55
55
  "@clack/prompts": "^0.10.0",
56
- "@react-native-bedrock/mpack-next": "0.0.0-dev.1739241377950",
57
- "@react-native-bedrock/native": "workspace:*",
56
+ "@react-native-bedrock/mpack-next": "0.0.0-dev.1739243937289",
57
+ "@react-native-bedrock/native": "0.0.0-dev.1739243937289",
58
58
  "@types/react": "18.3.3",
59
59
  "clipanion": "^4.0.0-rc.4",
60
60
  "cosmiconfig": "^9.0.0",
@@ -65,12 +65,8 @@
65
65
  "picocolors": "^1.1.1",
66
66
  "react": "18.2.0",
67
67
  "react-native": "0.72.6",
68
- "react-native-bedrock": "0.0.0-dev.1739241377950",
68
+ "react-native-bedrock": "0.0.0-dev.1739243937289",
69
69
  "yauzl": "^3.2.0",
70
70
  "zod": "^3.24.1"
71
- },
72
- "publishConfig": {
73
- "access": "public"
74
- },
75
- "gitHead": "fac6464a95b12e2dbbbc1946e82ea9d6e946cc4e"
76
- }
71
+ }
72
+ }