@macalinao/codama-rename-visitor 0.1.0 → 0.1.1

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/README.md +3 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -118,4 +118,6 @@ Creates a visitor that renames events (defined types) based on the provided mapp
118
118
 
119
119
  ## License
120
120
 
121
- MIT
121
+ Copyright © 2025 Ian Macalinao
122
+
123
+ Licensed under the Apache License, Version 2.0
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@macalinao/codama-rename-visitor",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Codama visitor for renaming instructions and events within a program",
5
5
  "type": "module",
6
6
  "sideEffects": false,
7
7
  "author": "Ian Macalinao <me@ianm.com>",
8
8
  "homepage": "https://github.com/macalinao/coda",
9
- "license": "MIT",
9
+ "license": "Apache-2.0",
10
10
  "keywords": [
11
11
  "codama",
12
12
  "solana",