Skip to content

Commit

Permalink
chore: add license field to some package.jsons, bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ssalbdivad committed Oct 25, 2024
1 parent df78391 commit 16bb484
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 6 deletions.
3 changes: 2 additions & 1 deletion ark/attest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@ark/attest",
"version": "0.24.0",
"version": "0.25.0",
"license": "MIT",
"author": {
"name": "David Blass",
"email": "david@arktype.io",
Expand Down
1 change: 1 addition & 0 deletions ark/dark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"version": "5.12.2",
"publisher": "arktypeio",
"type": "module",
"license": "MIT",
"scripts": {
"publishExtension": "pnpx vsce publish"
},
Expand Down
1 change: 1 addition & 0 deletions ark/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"private": true,
"type": "module",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
Expand Down
3 changes: 2 additions & 1 deletion ark/fs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@ark/fs",
"version": "0.19.0",
"version": "0.21.0",
"license": "MIT",
"author": {
"name": "David Blass",
"email": "david@arktype.io",
Expand Down
1 change: 1 addition & 0 deletions ark/repo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@ark/repo",
"private": true,
"type": "module",
"license": "MIT",
"dependencies": {
"@ark/attest": "workspace:*",
"@ark/fs": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion ark/schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ark/schema",
"version": "0.20.0",
"version": "0.21.0",
"license": "MIT",
"author": {
"name": "David Blass",
Expand Down
2 changes: 1 addition & 1 deletion ark/type/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "arktype",
"description": "TypeScript's 1:1 validator, optimized from editor to runtime",
"version": "2.0.0-rc.18",
"version": "2.0.0-rc.21",
"license": "MIT",
"author": {
"name": "David Blass",
Expand Down
3 changes: 2 additions & 1 deletion ark/util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@ark/util",
"version": "0.19.0",
"version": "0.21.0",
"license": "MIT",
"author": {
"name": "David Blass",
"email": "david@arktype.io",
Expand Down
2 changes: 1 addition & 1 deletion ark/util/registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { FileConstructor, objectKindOf } from "./objectKinds.ts"
// recent node versions (https://nodejs.org/api/esm.html#json-modules).

// For now, we assert this matches the package.json version via a unit test.
export const arkUtilVersion = "0.19.0"
export const arkUtilVersion = "0.21.0"

export const initialRegistryContents = {
version: arkUtilVersion,
Expand Down

0 comments on commit 16bb484

Please sign in to comment.