@rvoh/psychic 0.38.3 → 1.0.0

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/CHANGELOG.md ADDED
File without changes
package/README.md CHANGED
@@ -1,5 +1,3 @@
1
- > ATTENTION: we are currently in the process of releasing this code to the world, as of the afternoon of May 2nd, 2025. This notice will be removed, and the version of this repo will be bumped to 1.0.0, once all of the repos have been migrated to the new spaces and we can verify that it is all working. This is anticipated to be done sometime in the next month
2
-
3
1
  # Psychic
4
2
 
5
3
  Psychic is a typescript first Node framework built on top of [kysely](http://kysely.dev) and heavily inspired by Ruby on Rails. It provides a light-weight routing layer around [expressjs](https://expressjs.com) to create a familiar MVC pattern for those coming from a conventional MVC framework, and...
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "type": "module",
3
3
  "name": "@rvoh/psychic",
4
4
  "description": "Typescript web framework",
5
- "version": "0.38.3",
5
+ "version": "1.0.0",
6
6
  "author": "RVOHealth",
7
7
  "repository": {
8
8
  "type": "git",
@@ -59,9 +59,9 @@
59
59
  "devDependencies": {
60
60
  "@eslint/js": "^9.19.0",
61
61
  "@jest-mock/express": "^3.0.0",
62
- "@rvoh/dream": "^0.45.2",
63
- "@rvoh/dream-spec-helpers": "^0.3.1",
64
- "@rvoh/psychic-spec-helpers": "^0.7.5",
62
+ "@rvoh/dream": "^1.0.0",
63
+ "@rvoh/dream-spec-helpers": "^1.0.0",
64
+ "@rvoh/psychic-spec-helpers": "^1.0.0",
65
65
  "@types/express": "^5.0.1",
66
66
  "@types/node": "^22.5.1",
67
67
  "@types/pg": "^8.11.8",
@@ -87,4 +87,4 @@
87
87
  "winston": "^3.14.2"
88
88
  },
89
89
  "packageManager": "yarn@4.7.0"
90
- }
90
+ }