@zenstackhq/runtime 0.1.20 → 0.1.22

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/LICENSE +1 -1
  2. package/package.json +10 -3
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2022 zenstack-hq
3
+ Copyright (c) 2022 ZenStack Full-stack Development Toolkit
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/package.json CHANGED
@@ -1,7 +1,12 @@
1
1
  {
2
2
  "name": "@zenstackhq/runtime",
3
- "version": "0.1.20",
4
- "description": "ZenStack generated runtime code",
3
+ "displayName": "ZenStack Runtime Library",
4
+ "version": "0.1.22",
5
+ "description": "This package contains runtime library for consuming client and server side code generated by ZenStack.",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/zenstackhq/zenstack"
9
+ },
5
10
  "main": "index.js",
6
11
  "types": "index.d.ts",
7
12
  "dependencies": {
@@ -11,6 +16,8 @@
11
16
  "@types/bcryptjs": "^2.4.2",
12
17
  "bcryptjs": "^2.4.3"
13
18
  },
14
- "author": "ZenStack",
19
+ "author": {
20
+ "name": "ZenStack Team"
21
+ },
15
22
  "license": "MIT"
16
23
  }