@rainbow-o23/n7 0.1.21-alpha.2 → 1.0.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/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -12,7 +12,7 @@
12
12
 
13
13
  ## Word Generate Step
14
14
 
15
- ### Environment Parameters
15
+ ### Constructor Parameters
16
16
 
17
17
  | Name | Type | Default Value | Comments |
18
18
  |----------------------------|--------------------------|---------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rainbow-o23/n7",
3
- "version": "0.1.21-alpha.2",
3
+ "version": "1.0.22",
4
4
  "description": "o23 word print",
5
5
  "main": "index.cjs",
6
6
  "module": "index.js",
@@ -21,8 +21,8 @@
21
21
  "url": "https://github.com/InsureMO/rainbow-o23/issues"
22
22
  },
23
23
  "dependencies": {
24
- "@rainbow-o23/n3": "0.1.21-alpha.2",
25
- "@rainbow-o23/n4": "0.1.21-alpha.2",
24
+ "@rainbow-o23/n3": "1.0.22",
25
+ "@rainbow-o23/n4": "1.0.22",
26
26
  "docx-templates": "^4.11.4"
27
27
  },
28
28
  "devDependencies": {