respec 32.1.0 → 32.1.3
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/builds/respec-aom.js +3 -3
- package/builds/respec-aom.js.map +1 -1
- package/builds/respec-dini.js +26 -26
- package/builds/respec-dini.js.map +1 -1
- package/builds/respec-geonovum.js +26 -26
- package/builds/respec-geonovum.js.map +1 -1
- package/builds/respec-highlight.js +1 -1
- package/builds/respec-w3c.js +49 -49
- package/builds/respec-w3c.js.map +1 -1
- package/package.json +21 -21
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "respec",
|
|
3
|
-
"version": "32.1.
|
|
3
|
+
"version": "32.1.3",
|
|
4
4
|
"license": "W3C",
|
|
5
5
|
"description": "A technical specification pre-processor.",
|
|
6
6
|
"engines": {
|
|
@@ -24,42 +24,42 @@
|
|
|
24
24
|
],
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@rollup/plugin-alias": "^3.1.9",
|
|
27
|
-
"@rollup/plugin-commonjs": "^21.0
|
|
28
|
-
"@rollup/plugin-node-resolve": "^13.1
|
|
29
|
-
"@types/marked": "^4.0.
|
|
27
|
+
"@rollup/plugin-commonjs": "^21.1.0",
|
|
28
|
+
"@rollup/plugin-node-resolve": "^13.2.1",
|
|
29
|
+
"@types/marked": "^4.0.3",
|
|
30
30
|
"@types/pluralize": "0.0.29",
|
|
31
31
|
"boxen": "^6.2.1",
|
|
32
32
|
"chokidar": "^3.5.3",
|
|
33
|
-
"clean-css": "^5.
|
|
33
|
+
"clean-css": "^5.3.0",
|
|
34
34
|
"epipebomb": "^1.0.0",
|
|
35
|
-
"eslint": "^8.
|
|
35
|
+
"eslint": "^8.13.0",
|
|
36
36
|
"eslint-config-prettier": "^8.5.0",
|
|
37
|
-
"eslint-plugin-import": "^2.
|
|
37
|
+
"eslint-plugin-import": "^2.26.0",
|
|
38
38
|
"eslint-plugin-jasmine": "^4.1.3",
|
|
39
39
|
"eslint-plugin-prettier": "^4.0.0",
|
|
40
|
-
"highlight.js": "^11.5.
|
|
40
|
+
"highlight.js": "^11.5.1",
|
|
41
41
|
"hyperhtml": "^2.34.0",
|
|
42
|
-
"idb": "^7.0.
|
|
43
|
-
"jasmine": "^4.0
|
|
44
|
-
"jasmine-core": "^4.0
|
|
45
|
-
"karma": "^6.3.
|
|
42
|
+
"idb": "^7.0.1",
|
|
43
|
+
"jasmine": "^4.1.0",
|
|
44
|
+
"jasmine-core": "^4.1.0",
|
|
45
|
+
"karma": "^6.3.18",
|
|
46
46
|
"karma-chrome-launcher": "^3.1.1",
|
|
47
47
|
"karma-firefox-launcher": "^2.1.2",
|
|
48
|
-
"karma-jasmine": "^
|
|
48
|
+
"karma-jasmine": "^5.0.0",
|
|
49
49
|
"karma-jasmine-html-reporter": "^1.7.0",
|
|
50
50
|
"karma-mocha-reporter": "^2.2.5",
|
|
51
51
|
"karma-safari-launcher": "^1.0.0",
|
|
52
52
|
"loading-indicator": "^2.0.0",
|
|
53
53
|
"pluralize": "^8.0.0",
|
|
54
|
-
"prettier": "^2.
|
|
55
|
-
"prompt": "^1.
|
|
56
|
-
"rollup": "^2.70.
|
|
54
|
+
"prettier": "^2.6.2",
|
|
55
|
+
"prompt": "^1.3.0",
|
|
56
|
+
"rollup": "^2.70.2",
|
|
57
57
|
"rollup-plugin-minify-html-literals": "^1.2.6",
|
|
58
58
|
"rollup-plugin-terser": "^7.0.2",
|
|
59
59
|
"serve": "^13.0.2",
|
|
60
60
|
"serve-handler": "^6.1.3",
|
|
61
61
|
"sniffy-mimetype": "^1.1.1",
|
|
62
|
-
"typescript": "^4.6.
|
|
62
|
+
"typescript": "^4.6.3",
|
|
63
63
|
"vnu-jar": "^21.10.12",
|
|
64
64
|
"webidl2": "^24.2.1"
|
|
65
65
|
},
|
|
@@ -86,11 +86,11 @@
|
|
|
86
86
|
},
|
|
87
87
|
"dependencies": {
|
|
88
88
|
"colors": "1.4.0",
|
|
89
|
-
"finalhandler": "^1.
|
|
90
|
-
"marked": "^4.0.
|
|
91
|
-
"puppeteer": "^13.5.
|
|
89
|
+
"finalhandler": "^1.2.0",
|
|
90
|
+
"marked": "^4.0.14",
|
|
91
|
+
"puppeteer": "^13.5.2",
|
|
92
92
|
"sade": "^1.8.1",
|
|
93
|
-
"serve-static": "^1.
|
|
93
|
+
"serve-static": "^1.15.0"
|
|
94
94
|
},
|
|
95
95
|
"files": [
|
|
96
96
|
"builds/",
|