@forklaunch/interfaces-iam 0.1.1 → 0.1.2

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 (1) hide show
  1. package/package.json +2 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forklaunch/interfaces-iam",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "IAM interfaces for forklaunch",
5
5
  "homepage": "https://github.com/forklaunch/forklaunch-js#readme",
6
6
  "bugs": {
@@ -12,6 +12,7 @@
12
12
  },
13
13
  "license": "MIT",
14
14
  "author": "Forklift Technologies, Inc.",
15
+ "types": "./lib/index.d.ts",
15
16
  "dependencies": {
16
17
  "@forklaunch/common": "^0.2.5",
17
18
  "@mikro-orm/core": "^6.4.11"
@@ -21,12 +22,6 @@
21
22
  "prettier": "^3.5.3",
22
23
  "typedoc": "^0.28.1"
23
24
  },
24
- "mikro-orm": {
25
- "configPaths": [
26
- "./mikro-orm.config.ts",
27
- "./dist/mikro-orm.config.js"
28
- ]
29
- },
30
25
  "scripts": {
31
26
  "build": "tsc && pnpm package:eject",
32
27
  "clean": "rm -rf lib pnpm.lock.yaml node_modules",
@@ -35,8 +30,6 @@
35
30
  "lint": "eslint . -c eslint.config.mjs",
36
31
  "lint:fix": "eslint . -c eslint.config.mjs --fix",
37
32
  "package:eject": "mkdir -p lib/eject && cp -r interfaces lib/eject/interfaces && cp -r types lib/eject/types",
38
- "start": "ENV_FILE_PATH=.env.local NODE_OPTIONS='--import=tsx' node dist/server.js",
39
- "start:bun": "bun run migrate:up && bun dist/server.js",
40
33
  "test": "vitest --passWithNoTests"
41
34
  }
42
35
  }