@cedarjs/record 1.0.0-canary.12981 → 1.0.0-canary.12986
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/README.md
CHANGED
|
@@ -6,7 +6,7 @@ RedwoodRecord is heavily inspired by [ActiveRecord](https://guides.rubyonrails.o
|
|
|
6
6
|
|
|
7
7
|
## Usage
|
|
8
8
|
|
|
9
|
-
Usage documentation is available at https://
|
|
9
|
+
Usage documentation is available at https://cedarjs.com/docs/redwoodrecord
|
|
10
10
|
|
|
11
11
|
## Package Structure
|
|
12
12
|
|
|
@@ -33,7 +33,7 @@ var ValidationMixin_default = (Base) => class extends Base {
|
|
|
33
33
|
// Denotes validations that need to run for the given fields. Must be in the
|
|
34
34
|
// form of { field: options } where `field` is the name of the field and
|
|
35
35
|
// `options` are the validation options. See Service Validations docs for
|
|
36
|
-
// usage examples: https://
|
|
36
|
+
// usage examples: https://cedarjs.com/docs/services.html#service-validations
|
|
37
37
|
//
|
|
38
38
|
// static validates = {
|
|
39
39
|
// emailAddress: { email: true },
|
|
@@ -11,7 +11,7 @@ var ValidationMixin_default = (Base) => class extends Base {
|
|
|
11
11
|
// Denotes validations that need to run for the given fields. Must be in the
|
|
12
12
|
// form of { field: options } where `field` is the name of the field and
|
|
13
13
|
// `options` are the validation options. See Service Validations docs for
|
|
14
|
-
// usage examples: https://
|
|
14
|
+
// usage examples: https://cedarjs.com/docs/services.html#service-validations
|
|
15
15
|
//
|
|
16
16
|
// static validates = {
|
|
17
17
|
// emailAddress: { email: true },
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/record",
|
|
3
|
-
"version": "1.0.0-canary.
|
|
3
|
+
"version": "1.0.0-canary.12986+275f121cf",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/cedarjs/cedar.git",
|
|
@@ -29,13 +29,13 @@
|
|
|
29
29
|
"test:watch": "vitest watch"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@cedarjs/api": "1.0.0-canary.
|
|
33
|
-
"@cedarjs/project-config": "1.0.0-canary.
|
|
32
|
+
"@cedarjs/api": "1.0.0-canary.12986",
|
|
33
|
+
"@cedarjs/project-config": "1.0.0-canary.12986",
|
|
34
34
|
"@prisma/client": "6.19.1",
|
|
35
35
|
"camelcase": "6.3.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@cedarjs/framework-tools": "1.0.0-canary.
|
|
38
|
+
"@cedarjs/framework-tools": "1.0.0-canary.12986",
|
|
39
39
|
"@prisma/internals": "6.19.1",
|
|
40
40
|
"esbuild": "0.25.9",
|
|
41
41
|
"publint": "0.3.16",
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"publishConfig": {
|
|
46
46
|
"access": "public"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "275f121cfd767cf5b457325de829a281c93440c7"
|
|
49
49
|
}
|