@@ -61,7 +61,7 @@ UnCommonJS - a minimum viable shim for `module.exports`
61
61
// @name My Userscript
62
62
// @description A userscript which uses some CommonJS modules
63
63
// @include https://www.example.com/*
64
- // @require https://unpkg.com/@chocolateboy/[email protected] .0
64
+ // @require https://unpkg.com/@chocolateboy/[email protected] .1
65
65
// @require https://cdn.jsdelivr.net/npm/[email protected]
66
66
// @require https://cdn.jsdelivr.net/npm/[email protected]
67
67
// ==/UserScript==
@@ -111,7 +111,7 @@ from the `module.exports`/`exports` object:
111
111
``` javascript
112
112
// ==UserScript==
113
113
// @name My Userscript
114
- // @require https://unpkg.com/@chocolateboy/[email protected] .0
114
+ // @require https://unpkg.com/@chocolateboy/[email protected] .1
115
115
// @require https://cdn.jsdelivr.net/npm/[email protected]
116
116
// @require https://cdn.jsdelivr.net/npm/[email protected]
117
117
// ==/UserScript==
@@ -132,7 +132,7 @@ environments which only support ESM such as [Deno][] and [QuickJS][].
132
132
Deno
133
133
exit using ctrl+d or close()
134
134
135
- > import 'https://unpkg.com/@chocolateboy/[email protected] .0 '
135
+ > import 'https://unpkg.com/@chocolateboy/[email protected] .1 '
136
136
> import 'https://unpkg.com/[email protected] '
137
137
138
138
> exports.parse('Hi, **this** _is_ [Markdown](#markdown)!')
@@ -380,7 +380,7 @@ doesn't. This means that the following won't work portably:
380
380
// ==UserScript==
381
381
// @name Non-Portable Userscript
382
382
// @include *
383
- // @require https://unpkg.com/@chocolateboy/[email protected] .0
383
+ // @require https://unpkg.com/@chocolateboy/[email protected] .1
384
384
// @require https://cdn.jsdelivr.net/npm/[email protected]
385
385
// ==/UserScript==
386
386
@@ -454,7 +454,7 @@ The following NPM scripts are available:
454
454
455
455
# VERSION
456
456
457
- 3.2.0
457
+ 3.2.1
458
458
459
459
# AUTHOR
460
460
0 commit comments