@lensjs/adonis 1.0.8 → 1.0.10
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/build/src/adapter.js +1 -1
- package/package.json +3 -3
package/build/src/adapter.js
CHANGED
|
@@ -2,7 +2,7 @@ import { LensAdapter, WatcherTypeEnum, lensUtils, } from '@lensjs/core';
|
|
|
2
2
|
import * as path from 'path';
|
|
3
3
|
import { shouldIgnoreLogging } from './utils/index.js';
|
|
4
4
|
import string from '@adonisjs/core/helpers/string';
|
|
5
|
-
import { nowISO, sqlDateTime } from '@
|
|
5
|
+
import { nowISO, sqlDateTime } from '@lensjs/date';
|
|
6
6
|
export default class AdonisAdapter extends LensAdapter {
|
|
7
7
|
app;
|
|
8
8
|
router;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lensjs/adonis",
|
|
3
3
|
"description": "AdonisJs adapter for lens package",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.10",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=20.6.0"
|
|
7
7
|
},
|
|
@@ -47,8 +47,8 @@
|
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@poppinss/utils": "^6.10.1",
|
|
49
49
|
"chalk": "^5.6.0",
|
|
50
|
-
"@lensjs/core": "1.0.
|
|
51
|
-
"@
|
|
50
|
+
"@lensjs/core": "1.0.10",
|
|
51
|
+
"@lensjs/date": "1.0.10"
|
|
52
52
|
},
|
|
53
53
|
"publishConfig": {
|
|
54
54
|
"access": "public",
|