vxrn 1.2.55 → 1.2.57

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.
@@ -0,0 +1,7 @@
1
+ const getDefaultTamaguiConfig = () => ({});
2
+ var config_default_stub_default = {};
3
+ export {
4
+ config_default_stub_default as default,
5
+ getDefaultTamaguiConfig
6
+ };
7
+ //# sourceMappingURL=config-default-stub.js.map
@@ -0,0 +1,6 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../src/stubs/config-default-stub.ts"],
4
+ "mappings": "AAGO,MAAM,0BAA0B,OAAO,CAAC;AAC/C,IAAO,8BAAQ,CAAC;",
5
+ "names": []
6
+ }
@@ -0,0 +1,4 @@
1
+ const getDefaultTamaguiConfig = () => ({});
2
+ var config_default_stub_default = {};
3
+ export { config_default_stub_default as default, getDefaultTamaguiConfig };
4
+ //# sourceMappingURL=config-default-stub.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["getDefaultTamaguiConfig","config_default_stub_default"],"sources":["../../src/stubs/config-default-stub.ts"],"sourcesContent":[null],"mappings":"AAGO,MAAMA,uBAAA,GAA0BA,CAAA,MAAO,CAAC;AAC/C,IAAOC,2BAAA,GAAQ,CAAC","ignoreList":[]}
@@ -0,0 +1,6 @@
1
+ var getDefaultTamaguiConfig = function () {
2
+ return {};
3
+ },
4
+ config_default_stub_default = {};
5
+ export { config_default_stub_default as default, getDefaultTamaguiConfig };
6
+ //# sourceMappingURL=config-default-stub.native.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["getDefaultTamaguiConfig"],"sources":["../../src/stubs/config-default-stub.ts"],"sourcesContent":[null],"mappings":"AAGO,IAAAA,uBAAM,YAAAA,CAAA,EAAkC;IAC/C,OAAO","ignoreList":[]}
@@ -0,0 +1,8 @@
1
+ const useMotify = () => ({}), createAnimations = () => ({});
2
+ var moti_stub_default = {};
3
+ export {
4
+ createAnimations,
5
+ moti_stub_default as default,
6
+ useMotify
7
+ };
8
+ //# sourceMappingURL=moti-stub.js.map
@@ -0,0 +1,6 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../src/stubs/moti-stub.ts"],
4
+ "mappings": "AAGO,MAAM,YAAY,OAAO,CAAC,IACpB,mBAAmB,OAAO,CAAC;AACxC,IAAO,oBAAQ,CAAC;",
5
+ "names": []
6
+ }
@@ -0,0 +1,5 @@
1
+ const useMotify = () => ({}),
2
+ createAnimations = () => ({});
3
+ var moti_stub_default = {};
4
+ export { createAnimations, moti_stub_default as default, useMotify };
5
+ //# sourceMappingURL=moti-stub.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["useMotify","createAnimations","moti_stub_default"],"sources":["../../src/stubs/moti-stub.ts"],"sourcesContent":[null],"mappings":"AAGO,MAAMA,SAAA,GAAYA,CAAA,MAAO,CAAC;EACpBC,gBAAA,GAAmBA,CAAA,MAAO,CAAC;AACxC,IAAOC,iBAAA,GAAQ,CAAC","ignoreList":[]}
@@ -0,0 +1,9 @@
1
+ var useMotify = function () {
2
+ return {};
3
+ },
4
+ createAnimations = function () {
5
+ return {};
6
+ },
7
+ moti_stub_default = {};
8
+ export { createAnimations, moti_stub_default as default, useMotify };
9
+ //# sourceMappingURL=moti-stub.native.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["useMotify"],"sources":["../../src/stubs/moti-stub.ts"],"sourcesContent":[null],"mappings":"AAGO,IAAAA,SAAM,YAAAA,CAAA,EAAoB;IAEjC,OAAO","ignoreList":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vxrn",
3
- "version": "1.2.55",
3
+ "version": "1.2.57",
4
4
  "sideEffects": false,
5
5
  "type": "module",
6
6
  "exports": {
@@ -65,17 +65,17 @@
65
65
  "@hono/node-server": "^1.19.6",
66
66
  "@react-native/dev-middleware": "^0.83.0",
67
67
  "@rollup/plugin-node-resolve": "^15.3.1",
68
- "@vxrn/compiler": "1.2.55",
69
- "@vxrn/debug": "1.2.55",
70
- "@vxrn/query-string": "1.2.55",
71
- "@vxrn/react-native-prebuilt": "1.2.55",
72
- "@vxrn/resolve": "1.2.55",
73
- "@vxrn/safe-area": "1.2.55",
74
- "@vxrn/url-parse": "1.2.55",
75
- "@vxrn/utils": "1.2.55",
76
- "@vxrn/vendor": "1.2.55",
77
- "@vxrn/vite-flow": "1.2.55",
78
- "@vxrn/vite-plugin-metro": "1.2.55",
68
+ "@vxrn/compiler": "1.2.57",
69
+ "@vxrn/debug": "1.2.57",
70
+ "@vxrn/query-string": "1.2.57",
71
+ "@vxrn/react-native-prebuilt": "1.2.57",
72
+ "@vxrn/resolve": "1.2.57",
73
+ "@vxrn/safe-area": "1.2.57",
74
+ "@vxrn/url-parse": "1.2.57",
75
+ "@vxrn/utils": "1.2.57",
76
+ "@vxrn/vendor": "1.2.57",
77
+ "@vxrn/vite-flow": "1.2.57",
78
+ "@vxrn/vite-plugin-metro": "1.2.57",
79
79
  "citty": "^0.1.6",
80
80
  "dotenv": "^17.2.1",
81
81
  "dotenv-expand": "^12.0.2",
@@ -0,0 +1 @@
1
+ {"version":3,"file":"config-default-stub.d.ts","sourceRoot":"","sources":["../../src/stubs/config-default-stub.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,uBAAuB,UAAa,CAAA;;AACjD,wBAAiB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"moti-stub.d.ts","sourceRoot":"","sources":["../../src/stubs/moti-stub.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,SAAS,UAAa,CAAA;AACnC,eAAO,MAAM,gBAAgB,UAAa,CAAA;;AAC1C,wBAAiB"}