@instructure/platform-institutional-tagging 8.1.1 → 8.1.2

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.
@@ -1 +1 @@
1
- {"version":3,"file":"map.d.ts","sourceRoot":"","sources":["../../src/query/map.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,wBAAwB,EAAE,MAAM,UAAU,CAAA;AAC3E,OAAO,EAAE,KAAK,OAAO,EAAc,MAAM,OAAO,CAAA;AAGhD;;;;;;;;;;;GAWG;AACH,KAAK,eAAe,GAAG;KACpB,CAAC,IAAI,iBAAiB,GAAG,CAAC,GAAG,EAAE,wBAAwB,CAAC,CAAC,CAAC,KAAK,SAAS,OAAO,EAAE;CACnF,CAAA;AAwED,eAAO,MAAM,eAAe,EAAE,eA+C7B,CAAA"}
1
+ {"version":3,"file":"map.d.ts","sourceRoot":"","sources":["../../src/query/map.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,wBAAwB,EAAE,MAAM,UAAU,CAAA;AAC3E,OAAO,EAAE,KAAK,OAAO,EAAc,MAAM,OAAO,CAAA;AAGhD;;;;;;;;;;;GAWG;AACH,KAAK,eAAe,GAAG;KACpB,CAAC,IAAI,iBAAiB,GAAG,CAAC,GAAG,EAAE,wBAAwB,CAAC,CAAC,CAAC,KAAK,SAAS,OAAO,EAAE;CACnF,CAAA;AAsED,eAAO,MAAM,eAAe,EAAE,eA+C7B,CAAA"}
@@ -0,0 +1,4 @@
1
+ export declare const encodeBase64Url: (text: string) => string;
2
+ /** `null` when the input is not decodable base64; accepts the padded form too. */
3
+ export declare const decodeBase64Url: (encoded: string) => string | null;
4
+ //# sourceMappingURL=base64url.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"base64url.d.ts","sourceRoot":"","sources":["../../src/utils/base64url.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,eAAe,GAAI,MAAM,MAAM,KAAG,MACwB,CAAA;AAEvE,kFAAkF;AAClF,eAAO,MAAM,eAAe,GAAI,SAAS,MAAM,KAAG,MAAM,GAAG,IAM1D,CAAA"}
@@ -0,0 +1,12 @@
1
+ export declare const encodeOffset: (offset: number) => string;
2
+ /**
3
+ * The `after` cursor that starts the given 1-based page, or `null` for page 1 — which is
4
+ * requested with no cursor at all.
5
+ */
6
+ export declare const pageCursor: (page: number, pageSize: number) => string | null;
7
+ /**
8
+ * The offset a cursor points at, or `null` if it does not decode to a non-negative integer.
9
+ * For checking server cursors against `pageCursor` — never for building a request.
10
+ */
11
+ export declare const cursorOffset: (cursor: string) => number | null;
12
+ //# sourceMappingURL=cursor.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cursor.d.ts","sourceRoot":"","sources":["../../src/utils/cursor.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,YAAY,GAAI,QAAQ,MAAM,KAAG,MAAyC,CAAA;AAEvF;;;GAGG;AACH,eAAO,MAAM,UAAU,GAAI,MAAM,MAAM,EAAE,UAAU,MAAM,KAAG,MAAM,GAAG,IACb,CAAA;AAExD;;;GAGG;AACH,eAAO,MAAM,YAAY,GAAI,QAAQ,MAAM,KAAG,MAAM,GAAG,IAGtD,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"relayId.d.ts","sourceRoot":"","sources":["../../src/utils/relayId.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,UAAU,GAAI,UAAU,MAAM,GAAG,MAAM,KAAG,MACV,CAAA;AAE7C,eAAO,MAAM,eAAe,GAAI,UAAU,MAAM,GAAG,MAAM,KAAG,MACP,CAAA;AAKrD,eAAO,MAAM,UAAU,GAAI,IAAI,MAAM,KAAG,OAA2B,CAAA;AAOnE,eAAO,MAAM,YAAY,GAAI,WAAW,MAAM,KAAG,MACU,CAAA"}
1
+ {"version":3,"file":"relayId.d.ts","sourceRoot":"","sources":["../../src/utils/relayId.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,UAAU,GAAI,UAAU,MAAM,GAAG,MAAM,KAAG,MACV,CAAA;AAE7C,eAAO,MAAM,eAAe,GAAI,UAAU,MAAM,GAAG,MAAM,KAAG,MACP,CAAA;AAKrD,eAAO,MAAM,UAAU,GAAI,IAAI,MAAM,KAAG,OAA2B,CAAA;AAOnE,eAAO,MAAM,YAAY,GAAI,WAAW,MAAM,KAAG,MACU,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/platform-institutional-tagging",
3
- "version": "8.1.1",
3
+ "version": "8.1.2",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",