@antelopejs/dms-automation 0.1.0 → 0.1.1

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.
@@ -17,7 +17,7 @@
17
17
  "vue": "^3.5.18"
18
18
  },
19
19
  "devDependencies": {
20
- "@antelopejs/tooling-configs": "^0.0.4",
20
+ "@antelopejs/tooling-configs": ">=0.0.6 <1.0.0",
21
21
  "@eslint/js": "^9.0.0",
22
22
  "@nuxt/ui": "4.10.0",
23
23
  "eslint": "^9.0.0",
@@ -19,8 +19,8 @@ importers:
19
19
  version: 3.5.34(typescript@5.9.3)
20
20
  devDependencies:
21
21
  '@antelopejs/tooling-configs':
22
- specifier: ^0.0.4
23
- version: 0.0.4(@nuxt/eslint-config@1.2.0(@typescript-eslint/utils@8.70.0(eslint@9.39.4(jiti@2.7.0))(typescript@5.9.3))(@vue/compiler-sfc@3.5.34)(eslint@9.39.4(jiti@2.7.0))(typescript@5.9.3))
22
+ specifier: '>=0.0.6 <1.0.0'
23
+ version: 0.0.6(@nuxt/eslint-config@1.2.0(@typescript-eslint/utils@8.70.0(eslint@9.39.4(jiti@2.7.0))(typescript@5.9.3))(@vue/compiler-sfc@3.5.34)(eslint@9.39.4(jiti@2.7.0))(typescript@5.9.3))
24
24
  '@eslint/js':
25
25
  specifier: ^9.0.0
26
26
  version: 9.39.4
@@ -58,8 +58,8 @@ packages:
58
58
  resolution: {integrity: sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==}
59
59
  engines: {node: '>=10'}
60
60
 
61
- '@antelopejs/tooling-configs@0.0.4':
62
- resolution: {integrity: sha512-Nfv71Z9DF78mFu817SwTZnzfF/oWhjXWhAY/zhBV9ArevV3ZwJ/JhZD+3QiLf9fXIS2pXCrmCCYGclpc598psA==}
61
+ '@antelopejs/tooling-configs@0.0.6':
62
+ resolution: {integrity: sha512-K8ysTXwxfGRQpM1JxJMehbwmQZqkE+7hCJiGoL2G0n9ut5MyszCsychUhfG5e+N+/EOwZ4QPN1XwNw8qNnQT3w==}
63
63
  engines: {node: '>=22.18.0'}
64
64
  peerDependencies:
65
65
  '@nuxt/eslint-config': '>=1.2.0'
@@ -3244,7 +3244,7 @@ snapshots:
3244
3244
 
3245
3245
  '@alloc/quick-lru@5.2.0': {}
3246
3246
 
3247
- '@antelopejs/tooling-configs@0.0.4(@nuxt/eslint-config@1.2.0(@typescript-eslint/utils@8.70.0(eslint@9.39.4(jiti@2.7.0))(typescript@5.9.3))(@vue/compiler-sfc@3.5.34)(eslint@9.39.4(jiti@2.7.0))(typescript@5.9.3))':
3247
+ '@antelopejs/tooling-configs@0.0.6(@nuxt/eslint-config@1.2.0(@typescript-eslint/utils@8.70.0(eslint@9.39.4(jiti@2.7.0))(typescript@5.9.3))(@vue/compiler-sfc@3.5.34)(eslint@9.39.4(jiti@2.7.0))(typescript@5.9.3))':
3248
3248
  dependencies:
3249
3249
  '@oxlint/plugins': 1.81.0
3250
3250
  optionalDependencies:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antelopejs/dms-automation",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -30,7 +30,7 @@
30
30
  "dependencies": {
31
31
  "@antelopejs/interface-api": "^0.0.13",
32
32
  "@antelopejs/interface-api-util": "^0.1.2",
33
- "@antelopejs/interface-core": "^0.0.12",
33
+ "@antelopejs/interface-core": ">=0.0.13 <1.0.0",
34
34
  "@antelopejs/interface-data-api": "^0.1.9",
35
35
  "@antelopejs/interface-database": "0.1.7",
36
36
  "@antelopejs/interface-database-decorators": ">=0.1.6 <1.0.0",
@@ -42,7 +42,7 @@
42
42
  },
43
43
  "devDependencies": {
44
44
  "@antelopejs/core": "^1.4.11",
45
- "@antelopejs/tooling-configs": "^0.0.4",
45
+ "@antelopejs/tooling-configs": ">=0.0.6 <1.0.0",
46
46
  "@types/node": "^24.0.0",
47
47
  "@types/node-cron": "^3.0.11",
48
48
  "knip": "^6.34.0",