rita 3.0.10 → 3.0.13
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/dist/rita.cjs +12 -17
- package/dist/rita.cjs.map +1 -1
- package/dist/rita.js +3 -6
- package/dist/rita.js.map +1 -1
- package/dist/rita.min.js +89 -89
- package/dist/rita.min.js.map +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rita",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.13",
|
|
4
4
|
"author": "Daniel C Howe",
|
|
5
5
|
"description": "tools for generative natural language",
|
|
6
6
|
"homepage": "https://rednoise.org/rita",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"test:dist": "NODE_ENV=dev npx mocha test/dist",
|
|
12
12
|
"build": "rm -rf dist/ && npx tsup",
|
|
13
13
|
"types": "npx tsc",
|
|
14
|
-
"pub": "./npnb/source/cli.js --no-release-draft patch",
|
|
14
|
+
"pub": "./npnb/source/cli.js --no-release-draft --test-script test:dist patch",
|
|
15
15
|
"prepub": "npm version patch && npm run build"
|
|
16
16
|
},
|
|
17
17
|
"main": "dist/rita.js",
|