@omriashke/dynamico-validator 0.1.2 → 0.1.3

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.
Files changed (1) hide show
  1. package/package.json +11 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@omriashke/dynamico-validator",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Server-side validator for dynamico components. Provides render(), press(), findByText() with auto-stubbed react-native + host scope so the registry can execute each component's co-located *.test.tsx in a worker thread and reject pushes that throw, miss a scope binding, or render incorrectly.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -17,14 +17,22 @@
17
17
  "import": "./dist/mocks/react-native.js"
18
18
  }
19
19
  },
20
- "files": ["dist", "src"],
20
+ "files": [
21
+ "dist",
22
+ "src"
23
+ ],
21
24
  "repository": {
22
25
  "type": "git",
23
26
  "url": "https://github.com/omriaskenazi/dynamico.git",
24
27
  "directory": "packages/dynamico-validator"
25
28
  },
26
29
  "homepage": "https://github.com/omriaskenazi/dynamico#readme",
27
- "keywords": ["dynamico", "validator", "react-native", "push-gate"],
30
+ "keywords": [
31
+ "dynamico",
32
+ "validator",
33
+ "react-native",
34
+ "push-gate"
35
+ ],
28
36
  "publishConfig": {
29
37
  "access": "public"
30
38
  },