nitro-web 0.0.205 → 0.0.207

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": "nitro-web",
3
- "version": "0.0.205",
3
+ "version": "0.0.207",
4
4
  "repository": "github:boycce/nitro-web",
5
5
  "homepage": "https://boycce.github.io/nitro-web/",
6
6
  "description": "Nitro is a battle-tested, modular base project to turbocharge your projects, styled using Tailwind 🚀",
@@ -62,7 +62,7 @@
62
62
  },
63
63
  "peerDependencies": {
64
64
  "@stripe/stripe-js": "^1.34.0",
65
- "monastery": "^3.5.12",
65
+ "monastery": "^3.5.13",
66
66
  "stripe": "^9.16.0"
67
67
  },
68
68
  "_peers-are-packages-that-will-be-used-in-the-host-repo-too": "",
@@ -1,5 +1,5 @@
1
1
  // @ts-nocheck
2
- import { addressSchema, fullName, _toArray } from 'nitro-web/util'
2
+ import { addressSchema, fullName } from 'nitro-web/util'
3
3
 
4
4
  export default {
5
5
 
@@ -12,7 +12,6 @@ export default {
12
12
  number: { type: 'string' },
13
13
  phone: { type: 'string' },
14
14
  website: { type: 'string', isURL: true },
15
- schema: { required: true },
16
15
  },
17
16
  status: { type: 'string', default: 'active', enum: ['active', 'unpaid', 'deleted'], required: true },
18
17
  users: [{
@@ -79,10 +79,6 @@ declare namespace _default {
79
79
  export { type_5 as type };
80
80
  export let isURL: boolean;
81
81
  }
82
- namespace schema {
83
- let required_3: boolean;
84
- export { required_3 as required };
85
- }
86
82
  }
87
83
  namespace status {
88
84
  let type_6: string;
@@ -91,8 +87,8 @@ declare namespace _default {
91
87
  export { _default_2 as default };
92
88
  let _enum: string[];
93
89
  export { _enum as enum };
94
- let required_4: boolean;
95
- export { required_4 as required };
90
+ let required_3: boolean;
91
+ export { required_3 as required };
96
92
  }
97
93
  let users: {
98
94
  _id: {
@@ -1 +1 @@
1
- {"version":3,"file":"company.d.ts","sourceRoot":"","sources":["../../../server/models/company.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAyDgB,sCAEX;QACc;;;;;;;;;;;;;;;;;;;;;;;YAyBd"}
1
+ {"version":3,"file":"company.d.ts","sourceRoot":"","sources":["../../../server/models/company.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAwDgB,sCAEX;QACc;;;;;;;;;;;;;;;;;;;;;;;YAyBd"}