@prosopo/types-database 3.0.11 → 3.0.12

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 (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @prosopo/types-database
2
2
 
3
+ ## 3.0.12
4
+ ### Patch Changes
5
+
6
+ - eb71691: configure typecheck before bundle for vue packages
7
+ - eb71691: make typecheck script always recompile
8
+ - Updated dependencies [eb71691]
9
+ - Updated dependencies [eb71691]
10
+ - @prosopo/user-access-policy@3.3.2
11
+ - @prosopo/common@3.1.1
12
+ - @prosopo/types@3.0.5
13
+ - @prosopo/config@3.1.2
14
+
3
15
  ## 3.0.11
4
16
  ### Patch Changes
5
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prosopo/types-database",
3
- "version": "3.0.11",
3
+ "version": "3.0.12",
4
4
  "description": "Types for prosopo database",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -21,7 +21,7 @@
21
21
  "build": "NODE_ENV=${NODE_ENV:-production}; vite build --config vite.esm.config.ts --mode $NODE_ENV",
22
22
  "build:tsc": "tsc --build --verbose",
23
23
  "build:cjs": "NODE_ENV=${NODE_ENV:-production}; vite build --config vite.cjs.config.ts --mode $NODE_ENV",
24
- "typecheck": "tsc --build --declaration --emitDeclarationOnly",
24
+ "typecheck": "tsc --build --declaration --emitDeclarationOnly --force",
25
25
  "test": "echo no tests"
26
26
  },
27
27
  "repository": {
@@ -35,9 +35,9 @@
35
35
  },
36
36
  "homepage": "https://github.com/prosopo/captcha#readme",
37
37
  "dependencies": {
38
- "@prosopo/common": "3.1.0",
39
- "@prosopo/types": "3.0.4",
40
- "@prosopo/user-access-policy": "3.3.1",
38
+ "@prosopo/common": "3.1.1",
39
+ "@prosopo/types": "3.0.5",
40
+ "@prosopo/user-access-policy": "3.3.2",
41
41
  "@typegoose/auto-increment": "4.13.0",
42
42
  "axios": "1.10.0",
43
43
  "esbuild": "0.25.6",
@@ -45,7 +45,7 @@
45
45
  "mongodb": "6.9.0",
46
46
  "mongoose": "8.6.2",
47
47
  "zod": "3.23.8",
48
- "@prosopo/config": "3.1.1",
48
+ "@prosopo/config": "3.1.2",
49
49
  "openpgp": "5.11.3",
50
50
  "webpack-dev-server": "5.2.2"
51
51
  },