@dittowords/cli 4.1.0-alpha → 4.1.0
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/README.md +1 -1
- package/bin/ditto.js +0 -0
- package/package.json +1 -1
- package/bin/generate-swift-struct.js +0 -6
- package/bin/generate-swift-struct.js.map +0 -1
- package/bin/sentry-test.js.map +0 -1
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ The Ditto CLI enables developers to access the Ditto API directly from the comma
|
|
|
6
6
|
|
|
7
7
|
## Documentation
|
|
8
8
|
|
|
9
|
-
The official documentation can be found [here](http://developer.dittowords.com
|
|
9
|
+
The official documentation can be found [here](http://developer.dittowords.com/cli-reference/authentication).
|
|
10
10
|
|
|
11
11
|
## Support
|
|
12
12
|
|
package/bin/ditto.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},n=(new Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="45eac7fa-f181-5cca-93b7-cfb58909dbb3")}catch(e){}}();
|
|
3
|
-
|
|
4
|
-
//# sourceMappingURL=generate-swift-struct.js.map
|
|
5
|
-
|
|
6
|
-
//# debugId=45eac7fa-f181-5cca-93b7-cfb58909dbb3
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":[],"names":[],"mappings":"","debug_id":"45eac7fa-f181-5cca-93b7-cfb58909dbb3"}
|
package/bin/sentry-test.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../lib/sentry-test.ts"],"sourcesContent":["import * as Sentry from \"@sentry/node\";\nSentry.init({\n dsn: \"https://9c1d99fa4267f54c6b914f720b4ed3a2@o979374.ingest.sentry.io/4505705213919232\",\n debug: true,\n});\nSentry.captureException(new Error(\"new test exception\"));\nconsole.log(\"captured exception\");\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAAA,aAAwB;AACxB,OAAO,KAAK;AAAA,EACV,KAAK;AAAA,EACL,OAAO;AACT,CAAC;AACD,OAAO,iBAAiB,IAAI,MAAM,oBAAoB,CAAC;AACvD,QAAQ,IAAI,oBAAoB","debug_id":"01741d01-3103-54ae-87e5-0199defce6e9"}
|